* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
  [data-auth][hidden] {
  display: none !important;
}

.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/* === reallygoodemails.css === */
:root {
  --rge-brand--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Inter, sans-serif;
  --rge-brand--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Inter, sans-serif;
  --_typography---headings--heading-1: clamp(3 * 1rem, ((3 - ((3.5 - 3) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((3.5 - 3) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 3.5 * 1rem);
  --_typography---headings--heading-2: clamp(2.2 * 1rem, ((2.2 - ((2.8 - 2.2) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((2.8 - 2.2) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 2.8 * 1rem);
  --_typography---headings--heading-3: clamp(1.5 * 1rem, ((1.5 - ((2.5 - 1.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((2.5 - 1.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 2.5 * 1rem);
  --_typography---headings--heading-4: clamp(1.25 * 1rem, ((1.25 - ((2 - 1.25) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((2 - 1.25) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 2 * 1rem);
  --_typography---headings--heading-5: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.5 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.5 * 1rem);
  --_typography---headings--heading-6: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.25 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.25 * 1rem);
  --_typography---text--paragraph: clamp(1 * 1rem, ((1 - ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.1 * 1rem);
  --_typography---text-size-cf--text-size-medium: clamp(1.05 * 1rem, ((1.05 - ((1.125 - 1.05) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.125 - 1.05) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.125 * 1rem);
  --_primitives---colors--neutral-dark: #444;
  --rge-red: #ff4c44;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --_typography---text-size-cf--text-size-tiny: clamp(.7 * 1rem, ((.7 - ((.75 - .7) / (90 - 20) * 20)) * 1rem + ((.75 - .7) / (90 - 20)) * 100vw), .75 * 1rem);
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_ui-styles---radius--medium: .6rem;
  --rge-red-darker: #da2823;
  --_primitives---opacity--transparent: transparent;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --rge-brand--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-darker: #222;
  --_typography---text-size-cf--text-size-regular: clamp(1 * 1rem, ((1 - ((1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1 * 1rem);
  --_primitives---colors--neutral: #71717a;
  --_primitives---colors--neutral-lighter: #d4d4d8;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --rge-red-30: #ff4c444d;
  --_ui-styles---stroke--border-width: 1px;
  --rge-brand--border: var(--_primitives---colors--neutral-lighter);
  --rge-brand--foreground: var(--_primitives---colors--neutral-super-light);
  --_typography---text-size-cf--text-size-small: clamp(.84 * 1rem, ((.84 - ((.875 - .84) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((.875 - .84) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), .875 * 1rem);
  --_ui-styles---radius--small: .4rem;
  --rge-red-5: #ff4c440d;
  --rge-red-10: #ff4c441a;
  --_typography---text-size-cf--text-size-large: clamp(1.1 * 1rem, ((1.1 - ((1.25 - 1.1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.25 - 1.1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.25 * 1rem);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_primitives---colors--neutral-lightest: #e4e4e7;
  --_ui-styles---radius--large: 1rem;
  --_ui-styles---stroke--divider-width: 1px;
  --_typography---text--links: clamp(1 * 1rem, ((1 - ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.1 * 1rem);
  --_typography---text--block-quote: clamp(1 * 1rem, ((1 - ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.1 * 1rem);
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_primitives---opacity--white-15: #ffffff26;
  --_ui-styles---radius--full: clamp(1 * 1rem, ((1 - ((2 - 1) / (90 - 20) * 20)) * 1rem + ((2 - 1) / (90 - 20)) * 100vw), 2 * 1rem);
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---colors--neutral-super-light: #f1f0ee;
  --_typography---text-size-cf--text-size-extra-large: clamp(1.1 * 1rem, ((1.1 - ((1.5 - 1.1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.5 - 1.1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.5 * 1rem);
  --_primitives---opacity--neutral-darkest-2: #00000005;
  --_sizes---viewport-max: 90;
  --_sizes---viewport-min: 20;
  --rge-red-20: #ff4c4433;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_typography---headings--heading-style-h1: clamp(3 * 1rem, ((3 - ((3.5 - 3) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((3.5 - 3) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 3.5 * 1rem);
  --_primitives---opacity--white-50: #ffffff80;
  --_typography---headings--heading-style-h2: clamp(2.5 * 1rem, ((2.5 - ((3 - 2.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((3 - 2.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 3 * 1rem);
  --_typography---headings--heading-style-h3: clamp(1.5 * 1rem, ((1.5 - ((2.5 - 1.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((2.5 - 1.5) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 2.5 * 1rem);
  --_typography---headings--heading-style-h4: clamp(1.25 * 1rem, ((1.25 - ((2 - 1.25) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((2 - 1.25) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 2 * 1rem);
  --_typography---headings--heading-style-h5: clamp(1 * 1rem, ((1 - ((1.5 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.5 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.5 * 1rem);
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_typography---headings--heading-style-h6: clamp(1 * 1rem, ((1 - ((1.25 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.25 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.25 * 1rem);
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_typography---text--unordered-lists: clamp(1 * 1rem, ((1 - ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.1 * 1rem);
  --_typography---text--ordered-lists: clamp(1 * 1rem, ((1 - ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min)) * var(--_sizes---viewport-min))) * 1rem + ((1.1 - 1) / (var(--_sizes---viewport-max)  - var(--_sizes---viewport-min))) * 100vw), 1.1 * 1rem);
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--rge-brand--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--rge-brand--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-1);
  letter-spacing: -.094rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-3);
  letter-spacing: -.094rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-4);
  letter-spacing: -.094rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---headings--heading-6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.4;
}

p {
  font-size: var(--_typography---text--paragraph);
  margin-bottom: 0;
  line-height: 170%;
}

a {
  color: var(--rge-brand--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  list-style-type: disc;
}

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--rge-brand--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: var(--_typography---text-size-cf--text-size-medium);
  font-weight: 400;
}

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

.text-style-quote {
  border-left: .1875rem solid var(--rge-brand--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  font-size: var(--_typography---headings--heading-2);
  letter-spacing: -.094rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h2.text-color-gray {
  color: var(--_primitives---colors--neutral-dark);
}

.heading-style-h2.text-color-rgered {
  color: var(--rge-red);
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.text-color-rgered {
  color: var(--rge-red);
}

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  color: var(--rge-red);
  letter-spacing: -.06rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-size: var(--_typography---headings--heading-1);
  letter-spacing: -.094rem;
  font-weight: 600;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .7rem;
}

.text-size-tiny {
  font-size: var(--_typography---text-size-cf--text-size-tiny);
}

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px none var(--_primitives---colors--neutral-darkest);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--rge-red);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .2s ease-in;
}

.button:hover {
  background-color: var(--rge-red-darker);
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

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

.button.is-secondary {
  border: 1px solid var(--_primitives---colors--neutral-light);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-pagination {
  margin-right: .5rem;
  padding: .5rem 1rem;
}

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

.button.is-small.is-stroke {
  font-weight: 400;
  text-decoration: none;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-alternate.is-small:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.button.is-dark {
  background-color: var(--rge-brand--accent);
}

.button.is-dark:hover {
  background-color: var(--_primitives---colors--neutral-darker);
}

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

.heading-style-h4 {
  letter-spacing: -.064rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h4.text-color-rgered {
  color: var(--rge-red);
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.text-size-regular {
  font-size: var(--_typography---text-size-cf--text-size-regular);
  text-overflow: clip;
}

.text-size-regular.text-color-gray {
  color: var(--_primitives---colors--neutral);
}

.text-size-regular.is-blog-post-description {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  overflow: visible;
}

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

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

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

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

.heading-style-h3 {
  letter-spacing: -.094rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h3.margin-bottom.margin-xsmall.text-color-rgered {
  color: var(--rge-red);
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

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

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.form_input.is-icon-left:focus {
  border-color: var(--_primitives---colors--neutral);
  box-shadow: 0 0 0 2px var(--rge-red-30);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.icon-embed-xsmall {
  color: var(--_primitives---colors--neutral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--rge-brand--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

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

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

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

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

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

.text-size-small {
  font-size: var(--_typography---text-size-cf--text-size-small);
}

.text-size-small.text-color-gray {
  color: var(--_primitives---colors--neutral-light);
}

.text-size-small.text-color-darkgray {
  color: var(--_primitives---colors--neutral-dark);
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.content-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-rich-text blockquote {
  border-left-style: none;
  border-left-color: var(--rge-red-darker);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--rge-red-5);
  color: var(--_primitives---colors--neutral-dark);
  font-size: var(--_typography---text--paragraph);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.content-rich-text h2 {
  color: var(--rge-red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-rich-text h3, .content-rich-text h4 {
  color: var(--_primitives---colors--neutral-darker);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-rich-text h5, .content-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.content-rich-text p {
  margin-bottom: 1rem;
  line-height: 180%;
}

.content-rich-text a {
  color: var(--rge-red-darker);
}

.content-rich-text a:hover {
  background-color: var(--rge-red-10);
}

.content-rich-text figcaption {
  border-left: 2px solid var(--rge-brand--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

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

.text-size-large {
  font-size: var(--_typography---text-size-cf--text-size-large);
}

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

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

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

.display-inlineflex {
  display: flex;
}

.display-inlineflex.gap-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  transition: transform .35s;
}

.padding-global.bg-color-redgradient {
  background-image: linear-gradient(180deg, var(--rge-red), var(--_primitives---colors--neutral-dark));
}

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

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

.padding-section-large.negative-bottom {
  margin-bottom: -4rem;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--rge-brand--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--rge-brand--background);
}

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

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--rge-brand--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

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

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--rge-brand--accent);
}

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

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

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

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--rge-brand--border);
  background-color: var(--rge-brand--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--rge-brand--border);
  background-color: var(--rge-brand--background);
}

.category-filter-menu {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .4rem 1rem;
  text-decoration: none;
}

.category-filter-link:hover {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.category-filter-link.w--current {
  border-style: none;
  border-color: var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  font-weight: 600;
}

.category-filter-link.current {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-weight: 600;
}

.category-filter-link.current.w--current {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--rge-brand--foreground);
  border-style: none;
  font-weight: 600;
}

.category-filter-link.articles, .category-filter-link.feedback-friday {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  font-weight: 600;
}

.slider-arrow {
  border: 1px solid var(--rge-brand--border);
  background-color: var(--rge-brand--foreground);
  color: var(--rge-brand--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

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

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

.rl-styleguide_logo {
  width: 10rem;
}

.navbar_component {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--_primitives---colors--neutral-lightest);
  background-color: var(--rge-brand--background);
  color: var(--_primitives---colors--neutral);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.navbar_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  display: flex;
  position: static;
}

.navbar_menu-left {
  flex: none;
}

.navbar_link {
  color: var(--_primitives---colors--neutral);
  padding: 1.5rem 1rem;
}

.navbar_link:hover {
  border-bottom: .2rem solid var(--_primitives---colors--neutral-lighter);
  padding-bottom: 1.3rem;
}

.navbar_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar10_menu-dropdown {
  position: static;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--_primitives---colors--neutral);
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

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

.navbar10_dropdown-list {
  display: none;
}

.navbar10_dropdown-list.w--open {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--rge-brand--border);
  background-color: var(--rge-brand--background);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navbar10_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar_categories-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.navbar_categories-dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar-categories-dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.navbar10_dropdown-content-right {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.navbar_categories-list {
  grid-column-gap: 3rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  width: 100%;
  display: grid;
}

.navbar10_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar10_blog-item-image-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  flex: 1 0 40%;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navbar10_blog-item-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar10_blog-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  display: flex;
}

.navbar_login-signup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar10_menu-button {
  padding: 0;
}

.navbar_searchbar {
  align-items: center;
  display: flex;
  position: relative;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.navbar_searchbar_wrapper {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  padding-left: 1rem;
}

.link {
  font-size: var(--_typography---text--links);
}

.block-quote {
  font-size: var(--_typography---text--block-quote);
}

.section_blog-post-header {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.blog-post-header_component {
  padding-top: 2rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_primitives---opacity--neutral-darkest-20);
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  color: var(--_primitives---opacity--neutral-darkest-50);
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-link.is-active {
  font-weight: 500;
}

.chevron-right {
  color: var(--_primitives---opacity--neutral-darkest-50);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.blog-post-_content-btm {
  border-top: var(--_ui-styles---stroke--border-width) solid var(--_primitives---colors--neutral-lightest);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.blog-post-header_author-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  display: flex;
}

.blog-post_author-image-wrapper {
  flex: 0 auto;
}

.blog-post-author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post-author-image.is-small {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog-post-_author-text {
  flex: 1;
  margin-left: 1rem;
}

.blog-post-header1_date-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-post_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: flex;
}

.blog-post-header1_social-link {
  border-radius: 20px;
  padding: .25rem;
}

.blog-post-header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-post-header_image {
  aspect-ratio: 2;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.section_content {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.component-instructions-item {
  padding-left: .5rem;
}

.rl-styleguide_label_green {
  color: var(--_primitives---colors--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #038547;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.content_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.content_sidebar {
  flex-direction: column;
  width: 100%;
  margin-right: 12rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

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

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

.content_link-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_link-wrapper {
  overflow: hidden;
}

.content_link-wrapper.is-h3, .content_link-wrapper.is-h4, .content_link-wrapper.is-h5, .content_link-wrapper.is-h6 {
  padding-left: 1rem;
}

.content_link {
  color: var(--_primitives---colors--neutral);
  background-color: #0000;
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.content_link.w--current {
  background-color: var(--rge-brand--foreground);
  font-weight: 600;
}

.content_link.current {
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-weight: 700;
}

.content_link.current:hover {
  color: var(--rge-red-darker);
}

.content_link.current.w--current {
  background-color: var(--rge-brand--foreground);
  border-style: none;
  font-weight: 600;
}

.content_link.is-h3:hover {
  color: var(--rge-red-darker);
}

.content_link.is-h3.w--current, .content_link.is-h4.w--current, .content_link.is-h5, .content_link.is-h6.w--current {
  background-color: var(--_primitives---opacity--transparent);
}

.content_h-trigger {
  display: none;
}

.section_subscribe {
  position: relative;
}

.section_subscribe.text-color-white {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.subscribe_wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cta6_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

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

.error-text {
  color: #e23939;
}

.cta6_background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.cta6_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---opacity--white-15);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: .5rem;
  display: block;
}

.footer_component {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.footer_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

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

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

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

.footer_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--rge-brand--border);
  width: 100%;
}

.footer_bottom-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

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

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

.section_related {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

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

.related_list {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_item-link {
  border-radius: var(--_ui-styles---radius--medium);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: box-shadow .35s, transform .35s;
  display: flex;
  position: relative;
}

.blog_item-link:hover {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---colors--white);
  transform: translate(0, -.2rem);
  box-shadow: 0 2px 8px #0000000d;
}

.related_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.related_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.vcard {
  flex-flow: column;
  display: flex;
}

.vcard.gap-small {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.background-color-gray {
  background-color: var(--_primitives---colors--neutral-lightest);
}

.blog-post-header_video {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.placeholder_home {
  background-color: var(--_primitives---colors--neutral-lightest);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
}

.blog-post_date {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-size: var(--_typography---text--paragraph);
}

.blog-post-author-name {
  color: var(--rge-red);
  text-decoration: none;
  transition: all .35s;
}

.blog-post-author-name:hover {
  background-color: var(--rge-red-10);
  color: var(--rge-red);
}

.blog-post_author_name_wrapper {
  flex-flow: column;
  flex: 0 auto;
  display: flex;
}

.blog-post_author_name_wrapper.is-inline {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.subscribe_btn_btm {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--full);
  background-color: var(--rge-red);
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  padding: 1rem 1.3rem 1rem 1.2rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 2% 2% auto;
}

.subscribe_btn_btm:hover {
  background-color: var(--rge-red);
  box-shadow: 0 2px 5px 0 var(--_primitives---opacity--neutral-darkest-20);
  transform: scale(1.04);
}

.related_item-link-absolute {
  position: absolute;
  inset: 0%;
}

.section_post-grid {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.post-grid_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.post-grid_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch stretch;
  display: grid;
}

.post_item-link {
  text-decoration: none;
}

.post_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  overflow: hidden;
}

.post_image {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: clip;
}

.blog1_author-wrapper {
  align-items: center;
  display: flex;
}

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

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

.blog1_date-wrapper {
  align-items: center;
  display: flex;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.section_header-internal {
  justify-content: center;
  align-items: center;
  min-height: 30rem;
  display: flex;
  position: relative;
}

.section_header-internal.text-color-white {
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

.hero_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.hero_background-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.section_submenu_blog {
  border-bottom: 1px solid var(--_primitives---colors--neutral-lightest);
  padding: .6rem 5%;
}

.empty-state {
  background-color: #0000;
}

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

.category {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---opacity--white-60);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .7rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.category.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.category.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.category.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.subscribe-icon-wink {
  width: 1.8rem;
  height: 1.8rem;
}

.subscribe-icon-wink.is-small {
  width: 1.4rem;
  height: 1.4rem;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: .25rem;
  overflow: hidden;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_primitives---colors--neutral);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .25rem;
  margin-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.fs-toc_link.w--current {
  color: #6e30f7;
}

.fs-toc_link.is-h3, .fs-toc_link.is-h4, .fs-toc_link.is-h5, .fs-toc_link.is-h6 {
  padding-left: 1rem;
}

.fs-toc_link.current, .fs-toc_link._w--current {
  color: var(--rge-red);
}

.fs-toc_label {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6e30f7;
  border-radius: .25rem;
  padding: .15rem .35rem .125rem .4rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.fs-toc_text {
  border-radius: .25rem;
}

.content-audio-player-wrapper {
  margin-bottom: 2rem;
}

.content_summary {
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--rge-red-5);
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  padding: 1.6rem;
}

.subscribe_btn {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--_ui-styles---radius--full);
  background-color: var(--rge-red);
  color: var(--_primitives---colors--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: static;
  inset: auto 2% 2% auto;
}

.subscribe_btn:hover {
  background-color: var(--rge-red);
  box-shadow: 0 2px 5px 0 var(--_primitives---opacity--neutral-darkest-20);
  transform: scale(1.04);
}

.pagination_page-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list_page-buttons {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.fs-list_pagination_button {
  border: 1px solid var(--_primitives---colors--neutral-light);
  border-radius: var(--_ui-styles---radius--medium);
  padding: .5rem 1rem;
}

.fs-list_pagination_button.w--current {
  border-color: var(--rge-red);
  background-color: var(--rge-red-5);
}

.fs-pagination {
  margin-top: 2rem;
}

.blog_item-wrapper {
  width: 100%;
  position: relative;
}

.section_layout505 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.layout505_tabs {
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--rge-brand--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout505_tabs-menu {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.layout505_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  background-color: var(--rge-brand--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.layout505_tab-link.w--current {
  background-color: var(--rge-brand--foreground);
  opacity: 1;
}

.layout505_tab-link.tab-last {
  border-bottom-style: none;
}

.layout505_tabs-content {
  overflow: visible;
}

.layout505_tab-pane {
  background-color: var(--rge-brand--foreground);
  height: 100%;
}

.layout505_tab-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.layout505_icon-wrapper {
  display: inline-block;
}

.navbar_categories-tab-left {
  border: var(--_ui-styles---stroke--border-width) none var(--rge-brand--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: visible;
}

.navbar_categories-tab-menu {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  width: 12rem;
  height: 100%;
  padding-top: 1rem;
  display: grid;
}

.navbar_categories_tab-category {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  background-color: var(--rge-brand--background);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.navbar_categories_tab-category.w--current {
  background-color: var(--rge-brand--foreground);
  opacity: 1;
}

.navbar_categories_tab-category.tab-last {
  border-bottom-style: none;
}

.navbar_categories_content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: -1.5rem;
  padding: 0 1rem 1rem 2rem;
  display: flex;
}

.navbar_categories-tab_pane {
  background-color: var(--_primitives---colors--white);
  height: 100%;
}

.navbar_categories-tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--_ui-styles---stroke--border-width) none var(--rge-brand--border);
  background-color: var(--rge-brand--background);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  max-height: 3rem;
  padding: .4rem .3rem .5rem;
  display: flex;
}

.navbar_categories-tab-link.w--current {
  background-color: var(--_primitives---colors--white);
  opacity: 1;
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 600;
}

.navbar_categories-tab-link.tab-last {
  border-bottom-style: none;
}

.navbar_categories-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.navbar-categories-content-listwrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 1.5rem;
  display: flex;
}

.navbar_categories-tab-content-wrapper {
  overflow: visible;
}

.navbar_categories-title-left {
  border-right: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 12rem;
  height: 100%;
  padding-top: 0;
  padding-right: 1rem;
  display: grid;
}

.infinite-load {
  background-color: var(--_primitives---opacity--transparent);
  border-style: none;
}

.infinite-load-json {
  width: 2rem;
}

.footer_link-blocks {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.footer_link-blocks:hover {
  color: var(--rge-brand--text);
}

.empty-state {
  display: none;
}

.navbar_categories-categories-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 1.2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  width: 100%;
  display: grid;
}

.loader_component {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  padding-top: .8rem;
  display: flex;
}

.loader_text-cover {
  border-radius: 4px;
  width: 100%;
  height: 1.5rem;
}

.loader_text-cover.is-75 {
  width: 75%;
}

.loader_text-cover.is-66 {
  width: 66%;
}

.loader_text-cover.is-50 {
  width: 50%;
}

.section_breadcrumbs {
  border-bottom: 1px solid var(--_primitives---colors--neutral-lightest);
  padding: .6rem 5%;
}

.category-li-wrapper.text-color-rge-primary {
  color: var(--rge-red);
}

.category-li {
  border-bottom: 1px solid var(--_primitives---opacity--neutral-darkest-10);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
}

.category-li:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

.macro-heading-wrapper {
  padding: 2rem 1rem;
}

.heading {
  letter-spacing: -.094rem;
}

.category-badge-wrapper {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  display: flex;
}

.breadcrumb-link-current {
  color: var(--_primitives---opacity--neutral-darkest-50);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 14rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  position: static;
  overflow: hidden;
}

.breadcrumb-link-current.w--current {
  font-weight: 600;
}

.breadcrumb-link-current.is-active {
  font-weight: 500;
}

.section_signup-modal1 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
  position: relative;
}

.signup-modal_component {
  z-index: 1999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.signup-modal_content-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--rge-brand--background);
  width: 100%;
  max-width: 34rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.signup-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

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

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

.signup-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_layout89 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

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

._2cols-img-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

._2cols-img-wrapper.left-big {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.image-wrapper-rel {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 50% 0%;
  width: auto;
  height: 100%;
  position: relative;
}

.section_layout25 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

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

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

.layout25_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout25_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_header26 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

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

.header26_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.rounder-image {
  aspect-ratio: 16 / 9;
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-2cols {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.hero-2cols_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-2cols_content {
  max-width: 80%;
  margin-left: 2vw;
  margin-right: 5rem;
}

.hero-2cols_image-wrapper {
  background-color: var(--rge-red);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: 80svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 36rem;
  max-height: 57rem;
}

.sec-2cols {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  color: var(--rge-brand--text);
}

.sec-2cols.is-bg-gradient {
  background-image: linear-gradient(306deg, white, var(--_primitives---colors--neutral-super-light));
}

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

.content_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.content_item-list.display-inlineflex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.layout4_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.square-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout415_card {
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--rge-brand--background);
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layout415_card.card-2 {
  z-index: 3;
  transform: rotate(3deg);
}

.layout415_card.card-2.z-index-3 {
  z-index: 3;
}

.layout415_card.card-3 {
  z-index: 2;
  transform: rotate(6deg);
}

.layout415_card.card-3.z-index-3 {
  z-index: 3;
}

.layout415_card.card-4 {
  z-index: 1;
  transform: rotate(9deg);
}

.layout415_card.card-4.z-index-3 {
  z-index: 3;
}

.layout415_card.card-1 {
  z-index: 4;
  min-height: 19rem;
}

.layout415_card.card-5 {
  transform: rotate(13deg);
}

.layout415_card.card-5.z-index-3 {
  z-index: 10;
}

.layout415_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

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

.layout415_content-left {
  position: relative;
}

.layout415_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout415_icon-wrapper {
  display: inline-block;
}

.layout415_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_phases {
  color: var(--_primitives---colors--white);
  background-color: #26045d;
}

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

.section_faq {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border: var(--_ui-styles---stroke--border-width) solid var(--rge-brand--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--rge-brand--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq4_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq4_icon-wrappper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq4_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_cta-big {
  color: var(--rge-brand--text);
  overflow: hidden;
}

.cta31_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta31_image-wrapper {
  border-radius: var(--_ui-styles---radius--large) var(--_ui-styles---radius--large) 0rem 0rem;
  width: 100%;
  overflow: hidden;
}

.cta31_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-editor-image {
  z-index: 20;
  box-sizing: border-box;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  object-position: 0% 0%;
  width: 80%;
  height: 80%;
  position: absolute;
  right: -30px;
  overflow: hidden;
}

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

.list_item {
  display: flex;
}

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

.text-color-red {
  color: var(--rge-red);
}

.text-size-extralarge {
  font-size: var(--_typography---text-size-cf--text-size-extra-large);
}

.expand-gsap {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.expand-gsap.bg-red-gradient {
  background-color: var(--_primitives---colors--neutral-light);
  background-image: radial-gradient(circle at 50% 190%, #a561da 20%, #f8706a 75%);
}

.hero-editor-image-float {
  z-index: 30;
  width: 7.2rem;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 17%;
}

.image {
  aspect-ratio: auto;
}

.layout241_item-icon-wrapper {
  display: inline-block;
}

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

.layout241_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section-studio {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

.section-studio.background-color-gray {
  background-color: var(--_primitives---opacity--neutral-darkest-2);
}

._2cols-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

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

.button-2 {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button-2.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.layout178_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.layout235_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_layout235 {
  background-color: var(--rge-brand--background);
  color: var(--rge-brand--text);
}

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

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

.layout235_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout235_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

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

  .navbar_menu {
    border-bottom: 1px solid var(--rge-brand--border);
    background-color: var(--rge-brand--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

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

  .navbar10_menu-dropdown {
    width: 100%;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

  .navbar10_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar10_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar10_dropdown-content {
    flex-direction: column;
  }

  .navbar_categories-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar10_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
  }

  .navbar_categories-list {
    grid-row-gap: 2rem;
    width: 100%;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .navbar10_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .navbar10_blog-item-image, .navbar10_blog-item-content {
    width: 100%;
  }

  .navbar_login-signup {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar10_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .menu-icon1_line-top {
    border-radius: var(--_ui-styles---radius--large);
    background-color: var(--rge-brand--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    border-radius: var(--_ui-styles---radius--large);
    background-color: var(--rge-brand--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon1_line-bottom {
    border-radius: var(--_ui-styles---radius--large);
    background-color: var(--rge-brand--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content_sidebar {
    width: 100%;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .content_sidebar-heading {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--rge-brand--border);
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    display: flex;
  }

  .content_accordion-icon {
    display: flex;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

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

  .post-grid_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout505_tab-content {
    padding: 2rem;
  }

  .navbar_categories-tab-left {
    flex-flow: column;
    display: flex;
  }

  .navbar_categories_content {
    margin-top: -2rem;
    padding: 0;
  }

  .navbar_categories-wrapper {
    flex-direction: column;
  }

  .navbar-categories-content-listwrap {
    margin-top: 0;
  }

  .navbar_categories-categories-wrapper {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .hero-2cols_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .hero-2cols_content {
    margin-left: 5%;
    margin-right: 5%;
  }

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

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

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

  .layout415_content {
    height: 100svh;
  }

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

  ._2cols-grid {
    grid-column-gap: 2rem;
  }

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

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

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

  .layout235_list {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    line-height: 1.4;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .padding-global {
    transition-duration: .35s;
  }

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .category-filter-link.last-link {
    margin-right: 2rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar_menu {
    padding-bottom: 6rem;
  }

  .navbar_categories-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar_categories-dropdown-link-list {
    max-width: none;
  }

  .navbar10_dropdown-content-right {
    padding-bottom: 1.5rem;
  }

  .navbar10_blog-item {
    grid-row-gap: 1rem;
  }

  .navbar10_blog-item-image-wrapper {
    max-width: 100%;
  }

  .navbar10_blog-item-image {
    margin-bottom: 0;
  }

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

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: flex-start start;
    width: 100%;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

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

  .related_list, .post-grid_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout505_tabs-menu {
    border-right-style: none;
  }

  .layout505_tab-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout505_tab-link.tab-last {
    border-bottom-style: solid;
  }

  .layout505_tab-content {
    padding: 1.5rem;
  }

  .navbar_categories-tab-left {
    grid-template-columns: 1fr;
  }

  .navbar_categories-tab-menu {
    border-right-style: none;
    display: block;
  }

  .navbar_categories_tab-category {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_categories_tab-category.tab-last {
    border-bottom-style: solid;
  }

  .navbar_categories_content {
    padding: 0;
  }

  .navbar_categories-tab-link {
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .navbar_categories-tab-link.tab-last {
    border-bottom-style: solid;
  }

  .navbar_categories-title-left {
    border-right-style: none;
  }

  .signup-modal_component {
    align-items: flex-start;
  }

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

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

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

  .hero-2cols_component {
    padding-top: 4rem;
  }

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

  .layout415_card {
    margin-left: 1.5rem;
  }

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

  .layout415_content {
    grid-template-columns: 1fr;
    align-content: start;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout415_content-right {
    min-height: 24.5rem;
    position: sticky;
    top: 25%;
  }

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

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .faq4_icon-wrappper {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

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

  .navbar_logo-link {
    max-width: 24%;
  }

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

  .navbar-categories-dropdown-link {
    padding-left: 0;
  }

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

  .navbar10_blog-item {
    flex-direction: column;
  }

  .navbar_searchbar_wrapper {
    padding-left: .5rem;
  }

  .blog-post-_content-btm {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .content_sidebar-heading {
    align-self: auto;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_link-list {
    justify-content: center;
    align-items: flex-start;
  }

  .footer8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .post-grid_list {
    grid-row-gap: 3.25rem;
  }

  .layout505_tabs, .navbar_categories-tab-left {
    grid-template-columns: 1fr;
  }

  .navbar_categories-tab-link {
    padding-left: 0;
  }

  .navbar-categories-content-listwrap {
    margin-top: 0;
  }

  .breadcrumb-link-current {
    max-width: 6rem;
  }

  .signup-modal_component {
    display: none;
  }

  .layout89_content, .layout25_content, .layout25_item-list, .hero-2cols_component, .layout-2cols_content, .content_item-list, .layout415_component, .layout41_content, ._2cols-grid, .layout235_list {
    grid-template-columns: 1fr;
  }
}

#w-node-_6c7fa08d-eed7-635a-ed23-42548e55b5eb-8e55b5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7fa08d-eed7-635a-ed23-42548e55b5ed-8e55b5e5 {
  justify-self: start;
}

#w-node-f7f80138-f212-785a-277a-c368f4113cb5-8e55b5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7f80138-f212-785a-277a-c368f4113cb6-8e55b5e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_02307f97-0f97-f844-603a-0f527ff8e662-92271c9e {
  justify-self: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-e5e5f8a7 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-e5e5f8a7 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-e5e5f8a7, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-e5e5f8a7 {
  justify-self: start;
}

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

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-e5e5f8a7 {
  justify-self: start;
}

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

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-e5e5f8a7 {
  justify-self: start;
}

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

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-e5e5f8a7 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-e5e5f8a7, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-e5e5f8a7 {
  justify-self: start;
}

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

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-e5e5f8a7 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-e5e5f8a7, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-e5e5f8a7 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-e5e5f8a7, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-e5e5f8a7 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-e5e5f8a7 {
  justify-self: start;
}

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

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-e5e5f8a7 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-e5e5f8a7 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-e5e5f8a7, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-e5e5f8a7 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_6660b05f-2e34-c4aa-fd65-3938d3c22bc2-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6660b05f-2e34-c4aa-fd65-3938d3c22bc3-e5e5f8a7 {
  justify-self: start;
}

#w-node-_6660b05f-2e34-c4aa-fd65-3938d3c22bc5-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e5e5f8a7, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e5e5f8a7, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e5e5f8a7 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e5e5f8a7, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e5e5f8a7, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e5e5f8a7 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e5e5f8a7, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e5e5f8a7, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e5e5f8a7 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e5e5f8a7, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e5e5f8a7, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e5e5f8a7 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e5e5f8a7, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e5e5f8a7, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e5e5f8a7 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e5e5f8a7, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e5e5f8a7, #w-node-ee961e8d-845a-edc3-3307-509470022457-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e5e5f8a7 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e5e5f8a7, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e5e5f8a7, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e5e5f8a7 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e5e5f8a7, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e5e5f8a7, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e5e5f8a7 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e5e5f8a7, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e5e5f8a7, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e5e5f8a7 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e5e5f8a7, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e5e5f8a7, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e5e5f8a7 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e5e5f8a7, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e5e5f8a7, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e5e5f8a7 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e5e5f8a7, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e5e5f8a7, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e5e5f8a7 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e5e5f8a7 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-e5e5f8a7 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-e5e5f8a7 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-e5e5f8a7 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-e5e5f8a7 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-e5e5f8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-e5e5f8a7 {
  justify-self: start;
}

#blog-content.w-node-_80906054-d895-00bb-3e63-9b3e7e645c98-3ce25be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#all-categories.w-node-_67c12afc-2679-fe01-3f2b-b6ae0f7efc7b-0f7efc69 {
  justify-self: stretch;
}

#w-node-_67c12afc-2679-fe01-3f2b-b6ae0f7efc7e-0f7efc69 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#ff-content.w-node-_3346463c-30ac-bcee-db71-21e1df0911fb-a1852952 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_000d108b-ea9a-2f60-f786-8bc6b27fa26e-648707a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_100a51cd-8a68-dfd8-3e7d-451f8293ed2e-249f3848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_100a51cd-8a68-dfd8-3e7d-451f8293ed2f-249f3848 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1af3e4a0-839a-e1d1-75c0-9f98740812f4-86941193 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #blog-content.w-node-_80906054-d895-00bb-3e63-9b3e7e645c98-3ce25be0, #ff-content.w-node-_3346463c-30ac-bcee-db71-21e1df0911fb-a1852952, #w-node-_1af3e4a0-839a-e1d1-75c0-9f98740812f4-86941193 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6c7fa08d-eed7-635a-ed23-42548e55b5ed-8e55b5e5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_85e29cb9-cd65-231e-b441-990c27f8b353-27f8b34e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67c12afc-2679-fe01-3f2b-b6ae0f7efc7e-0f7efc69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85e29cb9-cd65-231e-b441-990c27f8b353-27f8b34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}




/* Font smoothing */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
}
[data-auth][hidden] {
  display: none !important;
}


/* Hide headings initially — GSAP SplitText reveals them */
.heading-style-h1,
.heading-style-h2 {
  visibility: hidden;
}


/* Navbar searchbar */
.navbar_searchbar .form-icon-left {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}


/* Mobile mega-menu overrides */
@media screen and (max-width: 1024px)  {
  .navbar_categories-tab-left[data-w-tabs] {
    display: flex !important;
    flex-direction: column !important;
  }
  .navbar_categories-tab-menu {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    border-right: none !important;
  }
  .navbar_categories-tab-link {
    display: flex !important;
    width: 100% !important;
  }
  .navbar_categories-tab-content-wrapper {
    width: 100% !important;
  }
  /* STEP 1 */
  .navbar_categories-tab-menu.no-active-tab .navbar_categories-tab-link {
    display: flex !important;
  }
  .navbar_categories-tab-menu.no-active-tab ~ .navbar_categories-tab-content-wrapper {
    display: none !important;
  }
  /* STEP 2 */
  .navbar_categories-tab-menu:not(.no-active-tab) .navbar_categories-tab-link:not(.w--current) {
    display: none !important;
  }
  .navbar_categories-tab-menu:not(.no-active-tab) ~ .navbar_categories-tab-content-wrapper {
    display: block !important;
  }
  /* Back icon */
  .navbar_categories-tab-menu:not(.no-active-tab) .navbar_categories-tab-link.w--current > div:first-child::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.25em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9603 11.1423C15.18 11.362 15.18 11.7181 14.9603 11.9377L9.22541 17.6726C9.00573 17.8923 8.64963 17.8923 8.42996 17.6726L8.16476 17.4074C7.94508 17.1878 7.94508 16.8316 8.16476 16.6119L13.2367 11.54L8.16476 6.46806C7.94508 6.24838 7.94508 5.89228 8.16476 5.67261L8.42996 5.40741C8.64963 5.18773 9.00573 5.18773 9.22541 5.40741L14.9603 11.1423Z' fill='currentColor'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .navbar_categories-tab-menu:not(.no-active-tab) .navbar_categories-tab-link.w--current .icon-embed-xsmall {
    display: none !important;
  }
  /* FIX OVERLAY */
  .navbar_categories-tab-menu:not(.no-active-tab) ~ .navbar_categories-tab-content-wrapper .navbar_categories_content {
    margin-top: 0 !important;
  }
  .navbar_categories-tab-menu:not(.no-active-tab) ~ .navbar_categories-tab-content-wrapper .navbar_categories_content > div:first-child {
    display: none !important;
  }
}


/* =============================================
   Standalone overrides — replaces Webflow IX2
   ============================================= */

/* Make images visible (headings are revealed by GSAP SplitText) */
.hero-editor-image,
.square-image.left-slide {
  visibility: visible !important;
}

/* FAQ accordion */
.faq4_answer {
  overflow: hidden;
  transition: height 0.3s ease;
}
.faq4_icon-wrappper {
  transition: transform 0.3s ease;
}
.faq4_question {
  cursor: pointer;
}

/* Navbar dropdown — hidden by default, shown via JS */
.navbar10_dropdown-list:not(.w--open) {
  display: none;
}

/* Mobile nav — hidden by default on mobile */
@media screen and (max-width: 991px) {
  .navbar_menu:not(.w--open) {
    display: none !important;
  }
}

/* Signup modal — initially hidden */
.signup-modal_component {
  display: none;
}

/* Expand animation initial state — GSAP animates this */
.expand-gsap {
  width: 60%;
}

/* UploadButton styling */
.uploadButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
