@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --link-color--link-primary: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --base-color-brand--white: white;
  --main-blue: #1570ef;
  --base-color-brand--black: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --text-color--text-secondary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
}

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 1.3rem;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: .5rem;
  margin-bottom: .7rem;
  font-family: Roboto, Arial, sans-serif;
}

a {
  color: var(--link-color--link-primary);
  font-family: Roboto, Arial, sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  font-family: Roboto, Arial, sans-serif;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  font-family: Roboto, Arial, sans-serif;
}

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(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.padding-global {
  border-bottom: 1px #1570ef;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.padding-bottom.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
}

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

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

.margin-bottom.margin-small {
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.oth2 {
  align-self: flex-start;
  margin-bottom: 1rem;
}

.margin-bottom.margin-small.oth {
  align-self: flex-start;
  margin-bottom: 2rem;
}

.margin-bottom.margin-small.price {
  display: flex;
}

.margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall.new {
  margin-bottom: 0;
}

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

.margin-bottom.margin-medium.biggerbtm {
  margin-bottom: 2.3rem;
}

.margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge.oth {
  margin-bottom: 2rem;
}

.margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.button {
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: #1570ef;
  border: 1px solid #1570ef;
  border-radius: 30px;
  padding: 1rem 2rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-small {
  background-color: var(--base-color-brand--white);
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-small {
  background-color: var(--main-blue);
  padding: .75rem 1.5rem;
}

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

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

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

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-alternate._2 {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
}

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

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

.button.max-width-full {
  margin-top: 0;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.heading-style-h3.month {
  margin-top: 3px;
  margin-bottom: -4px;
  margin-left: 1px;
  font-size: 1.5rem;
  line-height: 2;
}

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

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

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

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

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

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

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

.text-weight-xbold {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 800;
}

.text-weight-bold {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
}

.text-weight-semibold {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 600;
}

.text-weight-medium {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
}

.text-weight-normal {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.text-weight-light {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 300;
}

.text-style-italic {
  font-family: Roboto, Arial, sans-serif;
  font-style: italic;
}

.text-style-strikethrough {
  font-family: Roboto, Arial, sans-serif;
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Roboto, Arial, sans-serif;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: var(--link-color--link-primary);
  font-family: Roboto, Arial, sans-serif;
  text-decoration: underline;
}

.text-style-2lines, .text-style-3lines {
  font-family: Roboto, Arial, sans-serif;
}

.text-style-muted {
  opacity: .6;
  font-family: Roboto, Arial, sans-serif;
}

.text-style-tagline {
  color: #1570ef;
  justify-content: center;
  align-items: center;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-align-left {
  text-align: left;
  font-family: Roboto, Arial, sans-serif;
}

.text-align-center {
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
}

.text-align-right {
  text-align: right;
  font-family: Roboto, Arial, sans-serif;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

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

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

.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-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

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

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

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

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

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  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;
}

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

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

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

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

.form_field-label {
  margin-bottom: .5rem;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate);
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.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(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

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

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

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate);
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-primary);
  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(--base-color-neutral--white);
}

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

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

.form_radio.is-alternate {
  color: var(--text-color--text-alternate);
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  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(--base-color-neutral--white);
}

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

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

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

.icon-1x1-medium {
  color: #1570ef;
  width: 3rem;
  height: 3rem;
}

.icon-1x1-medium.oth {
  color: var(--text-color--text-secondary);
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-brand--white);
  background-color: #1570ef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.tag.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

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

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

.padding-section-large.half-btm-mrg {
  padding-bottom: 2rem;
}

.padding-section-large.no-top-mrg {
  padding-top: 0;
}

.padding-section-large.no-top-mrg.oth2 {
  padding-top: 3.5rem;
  padding-bottom: 9rem;
}

.padding-section-large.oth {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.padding-section-large.half-top {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

.max-width-large.align-center.larger {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 65rem;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.max-width-large.align-center.larger.oth {
  margin-top: 0;
}

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

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

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

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

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge.oth {
  padding-bottom: 1.5rem;
}

.padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-medium.oth {
  border-top: 1px solid var(--base-color-neutral--neutral-darker);
  padding-top: 1.5rem;
}

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.no-bottom {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}

.padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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-0, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-large.oth {
  margin-bottom: 0;
}

.margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.margin-0 {
  margin: 0;
}

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

.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_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  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;
}

.section_header23 {
  background-color: var(--base-color-brand--black);
  color: var(--base-color-brand--white);
  border-top: 5px solid #1570ef;
  border-bottom: 6px solid #1570ef;
  height: 100vh;
}

.section_header23.oth {
  flex-flow: column;
  height: auto;
  display: flex;
}

.navbar1_component {
  border-top: 5px #1570ef;
  border-bottom: 1px solid var(--base-color-neutral--neutral-darker);
  background-color: var(--base-color-brand--black);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 20px 5%;
  display: flex;
}

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

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

.navbar1_logo {
  width: 139px;
  margin-top: 3px;
}

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

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

.navbar1_link.w--current {
  color: var(--main-blue);
}

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

.navbar1_menu-button {
  padding: 0;
}

.hero-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-block.oth {
  flex: 1;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  position: static;
}

.hero-icon {
  color: #1570ef;
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
}

.blue-italic-wrap {
  color: #1570ef;
  font-style: italic;
}

.section_layout16 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.layout16_content-left.oth {
  margin-top: -50px;
}

.layout16_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.section_layout237 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.layout237_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 center;
  display: grid;
}

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

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

.section_banner13 {
  overflow: hidden;
}

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  display: flex;
}

.banner13_heading-top {
  font-size: 5.5rem;
}

.banner13_heading-bottom {
  align-self: flex-end;
  font-size: 6rem;
}

.title-wrap {
  color: #1570ef;
  font-style: italic;
}

.title-wrap.no-italic {
  font-size: 5.5rem;
  font-style: normal;
}

.section_layout484 {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-top: 5px solid #1570ef;
  border-bottom: 5px solid #1570ef;
}

.testimonial1_logo {
  max-height: 3.5rem;
}

.testimonial1_logo.bigger {
  font-size: 4rem;
}

.testimonial1_logo.bigger.smmrg {
  margin-bottom: .5rem;
}

.layout484_text {
  font-size: 2rem;
}

.layout484_split-text {
  display: none;
}

.section_layout22 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.layout22_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.section_blog44 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog44_heading {
  flex: 1;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.footer1_component {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  border-top: 5px solid #1570ef;
  border-bottom: 5px solid #1570ef;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  align-self: flex-end;
}

.footer1_left-wrapper {
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

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

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

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.footer-link {
  white-space: nowrap;
  word-break: keep-all;
  text-decoration: none;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  max-height: 160px;
}

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

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

.section_pricing19 {
  color: #000;
  background-color: #fff;
}

.section_pricing19.alt {
  color: #fff;
  background-color: #000;
}

.pricing19_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  overflow: hidden;
}

.collection-item {
  padding-left: 0;
  padding-right: 0;
}

.pricing19_plan {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.pricing19_plan.alt {
  background-color: #161616;
  border-radius: 10px;
  height: 100%;
}

.pricing19_content-top {
  flex-direction: column;
}

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

.pricing19_feature {
  display: flex;
}

.feature-item {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-attachment: scroll;
  padding-left: 40px;
  line-height: 1.2;
}

.section_layout29, .section_header46 {
  color: #000;
  background-color: #fff;
}

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

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

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

.layout29_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

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

.layout353_content-left {
  position: sticky;
  top: 18%;
}

.layout353_content-item {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  margin-bottom: 2rem;
  padding: 2rem;
  position: sticky;
}

.layout353_content-item.content-item-1 {
  top: 18%;
}

.layout353_content-item.content-item-2 {
  top: 20%;
}

.layout353_content-item.content-item-3 {
  top: 22%;
}

.layout353_content-item.content-item-4 {
  top: 24%;
}

.layout353_content-item.content-item-5 {
  top: 26%;
}

.layout353_content-item.content-item-6 {
  top: 28%;
}

.layout353_content-item.content-item-7 {
  top: 30%;
}

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

.section_stats2 {
  color: #000;
  background-color: #fff;
}

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

.stats2_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;
  width: 100%;
  display: grid;
}

.stats2_item {
  border-left: 2px solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

.stats2_number {
  color: #1570ef;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_layout121 {
  color: #000;
  background-color: #fff;
}

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

.layout121_content-left {
  padding-right: 50px;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 8%;
  left: 2.4375rem;
  right: auto;
}

.layout121_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: #fff;
  margin-top: -1.5rem;
  padding: 1rem;
  position: relative;
}

.svg-icon {
  color: #1570ef;
  width: 3rem;
  height: 3rem;
}

.section_cta25 {
  color: #000;
  background-color: #fff;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_blog4 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current, .category-filter-link.current {
  border-color: var(--border-color--border-primary);
  background-color: #fff;
}

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

.blog4_item {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.blog4_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog4_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.blog4_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
}

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

.section_portfolio23 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.portfolio23_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  overflow: hidden;
}

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

.portfolio23_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.portfolio23_image-wrapper {
  overflow: hidden;
}

.portfolio23_image {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1px solid #000000b0;
  width: 100%;
}

.section_contact1 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

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

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

.error-text {
  color: #e23939;
}

.section_contact5 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

.contact5_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.contact5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.section_login3 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.login3_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.login3_component.no-top-mrg {
  padding-top: 0;
}

.login3_navbar {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.login3_form-wrapper {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  overflow: hidden;
}

.login3_form-wrapper.oth {
  max-width: 36rem;
}

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

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

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

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

.login3_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form1_block {
  margin-bottom: 0;
}

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

.form1_file-upload {
  align-items: center;
  display: flex;
}

.form1_avatar-wrapper {
  margin-right: 1.5rem;
}

.form1_avatar {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

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

.form1_input-text-wrapper {
  border-top: 1px solid var(--border-color--border-primary);
  border-bottom: 1px solid var(--border-color--border-primary);
  border-left: 1px solid var(--border-color--border-primary);
  align-self: stretch;
  padding: .5rem .75rem;
}

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

.form1_text-area-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.field-caption {
  margin-top: .5rem;
  font-size: .875rem;
}

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

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

.section_content29 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.content29_content-wrapper {
  margin-bottom: 4rem;
  display: block;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.content29_social-link {
  background-color: #fff;
  border-radius: 20px;
  padding: .25rem;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  max-width: 48rem;
  height: 1px;
}

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

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

.section_blog36 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

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

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

.blog36_item {
  border: 1px solid var(--border-color--border-primary);
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}

.blog36_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog36_image-wrapper {
  border-bottom: 1px solid #000;
  width: 100%;
  overflow: hidden;
}

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

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

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

.article-image {
  border: 1px solid #000;
  margin-bottom: 2rem;
}

.vertical-divider {
  background-color: var(--base-color-neutral--neutral-light);
  width: 1px;
  height: 25px;
}

.section_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--base-color-neutral--neutral);
  border-radius: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: stretch center;
  min-width: 560px;
  height: auto;
  margin-top: 0;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_top-div {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.hero_tab {
  width: 100%;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.hero_tab-menu {
  border-radius: .3125rem;
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.hero_tab-link {
  background-color: #ddd0;
  border: .0625rem solid #aaa;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero_tab-link.w--current {
  background-color: #edf3fd;
  border: .125rem solid #6aa4fa;
}

.hero_tab-link.is-first {
  border-right-style: none;
  border-top-left-radius: .625rem;
  border-bottom-left-radius: .625rem;
}

.hero_tab-link.is-first.w--current {
  border-style: solid;
}

.hero_tab-link.is-second {
  border-left-style: none;
  border-top-right-radius: .625rem;
  border-bottom-right-radius: .625rem;
}

.hero_tab-link.is-second.w--current {
  border-style: solid;
}

.form_text-field {
  color: #222;
  background-color: #f4f6f9;
  border: .0625rem solid #fff0;
  border-radius: .625rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.form_text-field::placeholder {
  font-weight: 500;
}

.form_button {
  background-color: var(--main-blue);
  border: .125rem solid #0000;
  border-radius: .625rem;
  width: 100%;
  font-weight: 600;
  transition: all .3s;
}

.form_button:hover {
  color: #000;
  background-color: #edf3fd;
  border: .125rem solid #6aa4fa;
  font-weight: 600;
}

.hero_bottom-div {
  background-color: #f4f6f900;
  width: 100%;
  margin-bottom: 20px;
}

.hero_link-text {
  color: var(--main-blue);
  font-weight: 500;
  text-decoration: none;
}

.hero_link-text:hover {
  color: #0067ff;
}

.profile_section {
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.profile_detail-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  height: 800px;
  display: flex;
  position: relative;
  overflow: visible;
}

.profile_menu-heading {
  border-right: 1px solid #efefff;
  width: 20%;
  padding-left: 15px;
}

.tabs {
  overflow: visible;
}

.profile_tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #efefff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-top: 40px;
  display: flex;
}

.tab_link {
  background-color: #ddd0;
  padding: 10px 15px;
}

.tab_link.w--current {
  color: #202142;
  background-color: #fcfcff;
  border: 1px solid #efefff;
  border-radius: 50px;
  font-weight: 600;
}

.profile_tab-content {
  width: 80%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.profile_edit-div {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: stretch start;
  display: flex;
  position: relative;
  overflow: visible;
}

.profile_form {
  padding-top: 40px;
  padding-left: 100px;
}

.profile_img-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.profile_img {
  border: 15px solid #fff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: 0;
  box-shadow: 0 16px 45px 2px #20214233;
}

.profile_button-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.profile_button {
  color: #202142;
  background-color: #3898ec00;
  border: 1px solid #a4a4cb;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 600;
  transition: all .3s;
}

.profile_button:hover {
  transform: scale(1.05);
}

.profile_button.is-blue {
  color: #fff;
  background-color: #202142;
  border-color: #202142;
}

.profile_button.is-blue:hover {
  transform: scale(1.05);
}

.profile_button.is-blue.margin-top.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
}

.profile_form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.form_field-div.margin-bottom.margin-large {
  margin-top: 0;
  margin-bottom: 0;
}

.input_field {
  border: 1px solid #c3c3e4;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 25px 30px;
  font-weight: 600;
}

.input_field:hover {
  border-style: solid;
  border-color: #c3c3e4;
}

.input_field:active, .input_field:focus, .input_field:focus-visible, .input_field[data-wf-focus-visible] {
  border-color: #c3c3e4;
}

.input_field::placeholder {
  color: #202142;
  font-weight: 600;
}

.input_field.is-big-box {
  min-height: 150px;
}

.input_field.is-social {
  padding-left: 50px;
}

.input_field.is-social.is-dribble {
  background-image: none;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 25px;
}

.input_field.is-social.is-instagram {
  background-image: none;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout485_text {
  font-size: 2rem;
}

.section_layout485 {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  text-align: center;
  border-top: 5px solid #1570ef;
  border-bottom: 5px solid #1570ef;
}

.layout485_split-text {
  display: none;
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

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

  .margin-bottom.margin-small.hero, .margin-bottom.margin-small.homeoth {
    margin-bottom: .5rem;
  }

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

  .button.is-small.compact {
    width: 200px;
    display: block;
  }

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

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

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

  .heading-style-h1.bigger.hero {
    padding: 0 15px;
    font-size: 2.8rem;
  }

  .heading-style-h1.othhh {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.75rem;
  }

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

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

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

  .text-size-medium.hero {
    max-width: 780px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .padding-section-large.half-btm-mrg {
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

  .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-top.margin-medium.hero {
    margin-top: 1.25rem;
  }

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

  .margin-vertical.margin-large.oth {
    margin-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .navbar1_menu.is-page-height-tablet {
    height: auto;
    transition: height .5s;
  }

  .navbar1_menu-links {
    color: var(--base-color-brand--black);
  }

  .navbar1_link {
    color: var(--link-color--link-primary);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    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 {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-brand--white);
    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 {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-icon {
    width: 50px;
    height: 50px;
  }

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

  .layout16_content-left.oth {
    margin-top: -125px;
  }

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

  .layout16_image {
    max-width: 710px;
  }

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

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

  .banner13_heading-top {
    font-size: 2.5rem;
  }

  .banner13_heading-bottom {
    font-size: 4rem;
  }

  .title-wrap.no-italic {
    font-size: 2.75rem;
  }

  .layout484_text {
    font-size: 1.5rem;
  }

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

  .layout22_image-wrapper.oth {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .layout22_image.oth {
    max-width: 710px;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .pricing19_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

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

  .layout29_image {
    max-width: 710px;
  }

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

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

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

  .stats2_number {
    font-size: 3.4rem;
  }

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

  .layout121_progress-bar-wrapper {
    height: 70%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

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

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

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

  .portfolio23_content-left {
    padding-left: 2px;
  }

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

  .login3_component {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .section_hero {
    padding-top: 0;
  }

  .profile_section {
    padding-top: 3rem;
  }

  .layout485_text {
    font-size: 1.5rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

  .margin-bottom.margin-small.oth2 {
    align-self: center;
  }

  .margin-bottom.margin-xsmall.cc {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .heading-style-h1.bigger.hero {
    max-width: 720px;
    font-size: 2.7rem;
  }

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

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

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

  .heading-style-h3.month {
    margin-top: -3px;
    margin-bottom: -4px;
  }

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

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

  .heading-style-h5.cc {
    text-align: center;
  }

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

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

  .text-size-medium.hero {
    max-width: 720px;
  }

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

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

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

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

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

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

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

  .padding-bottom.padding-xxlarge.oth {
    padding-bottom: 2rem;
  }

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

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

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

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

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

  .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-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

  .navbar1_logo {
    width: 120px;
  }

  .layout16_content, .layout237_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

  .layout22_content-left.spe {
    margin-top: -40px;
  }

  .layout22_content-left.spe2 {
    margin-top: -20px;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .show-mobile-landscape {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer1_top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-4 {
    align-self: center;
  }

  .footer1_left-wrapper {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-3 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .footer1_credit-text {
    margin-top: 1rem;
  }

  .footer1_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-auto-flow: row;
  }

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

  .pricing19_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing19_plan.alt {
    min-width: 370px;
    max-width: 460px;
  }

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

  .layout29_item-list {
    grid-row-gap: 3rem;
  }

  .layout29_item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .layout353_content-left {
    position: static;
  }

  .layout353_content-item.content-item-1 {
    top: 10%;
  }

  .layout353_content-item.content-item-2 {
    top: 12%;
  }

  .layout353_content-item.content-item-3 {
    top: 14%;
  }

  .layout353_content-item.content-item-4 {
    top: 16%;
  }

  .layout353_content-item.content-item-5 {
    top: 18%;
  }

  .layout353_content-item.content-item-6 {
    top: 20%;
  }

  .layout353_content-item.content-item-7 {
    top: 22%;
  }

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

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

  .stats2_number {
    font-size: 3.5rem;
  }

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

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

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

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

  .portfolio23_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

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

  .login3_navbar {
    height: 4rem;
  }

  .login3_form-wrapper {
    padding: 2rem;
  }

  .login3_footer {
    height: 4rem;
  }

  .content29_content-wrapper {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 0;
  }

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

  .profile_menu-heading {
    border-right-style: none;
    width: 100%;
  }

  .profile_tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #efefff;
    border-right-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .profile_tab-content {
    width: 100%;
    position: relative;
  }

  .profile_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cc {
    text-align: center;
  }
}

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

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

  .button {
    padding: .75rem 1.75rem;
  }

  .button.is-secondary.gg {
    display: none;
  }

  .heading-style-h1.bigger.hero {
    font-size: 2.1rem;
  }

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

  .heading-style-h1.othhh {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.75rem;
  }

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

  .heading-style-h3.month {
    margin-top: -4px;
  }

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

  .text-weight-semibold {
    font-size: .9rem;
  }

  .padding-section-large.no-top-mrg.oth2 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

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

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

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

  .max-width-large.align-center.larger.hh {
    align-self: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .section_header23 {
    flex-flow: column;
    height: 95vh;
    display: flex;
  }

  .navbar1_component {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar1_logo {
    width: 110px;
  }

  .hero-block {
    flex: 1;
    position: relative;
  }

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

  .layout16_content-left.oth {
    margin-top: -80px;
  }

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

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

  .banner13_heading-top {
    font-size: 1.5rem;
  }

  .banner13_heading-bottom {
    font-size: 3rem;
    line-height: .4;
  }

  .title-wrap.no-italic {
    font-size: 1.5rem;
  }

  .testimonial1_logo {
    max-height: 2.7rem;
  }

  .layout484_text {
    font-size: 1.3rem;
  }

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

  .layout22_content-left.home {
    margin-top: -20px;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .collection-item {
    width: 100%;
  }

  .pricing19_plan.alt {
    width: 100%;
    min-width: auto;
  }

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

  .layout29_item-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
    display: flex;
  }

  .layout29_item {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

  .stats2_number {
    font-size: 3rem;
  }

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

  .blog4_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .portfolio23_title-wrapper {
    align-self: flex-start;
  }

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

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

  .contact5_contact-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .contact5_item {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .login3_form-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog36_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .vertical-divider {
    display: none;
  }

  .hero_content {
    height: 45.3125rem;
  }

  .hero_top-div {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .hero_tab-link {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .profile_img-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .text-block-2 {
    font-size: .9rem;
  }

  .layout485_text {
    font-size: 1.3rem;
  }
}

#w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a096a-bdd06315 {
  order: -9999;
}

#w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0982-bdd06315 {
  order: 9999;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce284-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce286-bdd06341 {
  justify-self: center;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce29a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce29b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce29f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2a0-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2a4-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2a5-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2a9-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2aa-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2ae-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2af-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2b3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2b4-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2be-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2bf-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2c3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2c4-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2c8-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2c9-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2cd-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2ce-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2d2-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2d3-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2d7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2d8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2e2-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2e3-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2e7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2e8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2ec-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2ed-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2f1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2f2-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2fb-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce2fc-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce305-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce306-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce318-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce319-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce31d-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce31e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce322-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce323-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce327-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce328-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce32c-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce32d-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce337-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce338-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce33c-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce33d-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce341-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce342-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce346-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce347-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce34b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce34c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce350-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce351-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce35c-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce35d-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce361-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce362-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce366-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce367-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce36b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce36c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce370-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce371-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce375-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce376-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce37a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce37b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce37f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce380-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce384-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce385-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce389-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce38a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce394-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce395-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce399-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce39a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce39e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce39f-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3a6-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3a7-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3e8-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3eb-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3ec-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3ef-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3f0-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3f3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3f7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3f8-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3fb-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3fc-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce3ff-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce406-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce407-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce40c-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce40d-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce411-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce412-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce416-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce417-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce41b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce41c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce42c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce42f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce430-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce433-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce434-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce437-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce438-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce43c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce43f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce440-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce443-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce444-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce447-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce44f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce450-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce451-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce453-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce456-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce457-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce458-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce45c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce45f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce460-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce461-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce465-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce469-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce46a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce470-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce473-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce474-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce475-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce479-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce47c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce47d-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce47e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce484-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce488-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce489-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce48d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce490-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce495-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce496-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce497-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce49b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce49e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce49f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4a0-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4a6-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4a9-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4aa-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4ab-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4b1-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4b4-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4b5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4b6-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4be-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4c1-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4c2-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4c3-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4cf-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4d0-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4d1-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4d5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4da-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4db-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4dc-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4e2-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4e7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4e8-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4e9-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4ef-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4f4-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4f5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4f6-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce4fe-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce504-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce505-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce50b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce510-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce511-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce512-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce516-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce519-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce51a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce51b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce521-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce524-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce525-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce526-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce52c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce52f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce530-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce531-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce539-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce53c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce53d-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce53e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce544-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce547-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce548-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce549-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce551-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce555-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce556-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce55c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce565-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce566-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce567-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce568-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce56a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce56d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce571-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce572-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce573-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce57c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce57d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce57e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce587-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce588-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce589-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce58a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce590-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce591-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce592-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce593-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce595-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce599-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce59a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce59b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce59c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce59e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5a7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5ae-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5af-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5b0-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5b1-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5b3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5b6-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5ba-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5bb-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5bc-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5c5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5c6-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5c7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5d0-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5d1-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5d2-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5d3-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5d9-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5da-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5db-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5dc-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5de-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5e2-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5e3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5e4-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5e5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce5e7-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce634-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce635-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce63a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce63b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce643-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce644-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce64b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce64c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce67d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce681-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce682-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce684-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce686-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce687-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce689-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce68b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce68c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce68e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce690-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce691-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce693-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce695-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce696-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce698-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce69a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce69b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce69d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce69f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a1-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a6-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a8-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6a9-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ab-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ac-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ae-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6af-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b2-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b4-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6b8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ba-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6c0-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6c4-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6c5-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6c7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6c9-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ca-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6cc-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ce-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6cf-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d4-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d6-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d8-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6d9-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6db-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6dd-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6de-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e0-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e2-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e3-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6e8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ea-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ec-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ed-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6ef-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f2-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f4-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f6-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f7-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6f9-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce6fe-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce702-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce704-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce707-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce70c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce711-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce716-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce71b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce722-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce723-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce725-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce726-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce728-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce729-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce72b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce72c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce72e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce72f-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce731-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce732-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce734-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce735-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce737-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce738-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce73a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce73b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce73d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce73e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce740-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce741-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce743-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce744-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce746-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce747-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce749-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce74a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce74c-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce74d-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce74f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce750-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce752-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce753-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce755-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce756-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce758-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce759-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce75b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce75c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce75e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce75f-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce761-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce762-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce764-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce765-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce767-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce768-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce76a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce76b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce76d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce76e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce770-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce771-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce773-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce774-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce776-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce777-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce779-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce77a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce77f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce783-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce785-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce788-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce78d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce792-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce797-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce79c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7a3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7a4-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7a6-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7a7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7a9-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7aa-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ac-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ad-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7af-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b0-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b2-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b6-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b8-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7b9-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7bb-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7bc-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7be-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7bf-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c2-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c4-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7c8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ca-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7cb-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7cd-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ce-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d0-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d1-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d4-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d6-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d7-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7d9-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7da-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7dc-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7dd-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7df-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e0-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e2-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e3-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e5-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e6-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e8-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7e9-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7eb-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ec-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ee-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7ef-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f1-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f2-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f4-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f5-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f7-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7f8-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7fa-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce7fb-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce800-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce803-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce804-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce806-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce807-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce809-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce80a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce80c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce80d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce80f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce810-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce812-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce813-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce815-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce816-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce818-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce819-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce81b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce81c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce81e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce81f-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce821-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce822-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce824-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce825-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce827-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce828-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce82a-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce82b-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce82d-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce82e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce830-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce831-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce833-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce834-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce836-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce837-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce839-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce83a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce83c-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce83d-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce83f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce840-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce842-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce843-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce935-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce939-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce93a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce93e-bdd06341, #w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce940-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce941-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce945-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce946-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce94a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce94b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce94f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce950-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce954-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce955-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce959-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce95a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce95e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce95f-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce963-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce964-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce968-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce969-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce96d-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce96e-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce971-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce972-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce976-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce977-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce97b-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce97c-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce980-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce981-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce985-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce986-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce98a-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce98b-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce98f-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce990-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce994-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce995-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce999-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce99a-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce99e-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce99f-bdd06341 {
  justify-self: start;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce9a3-bdd06341 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2fb12bc-db0f-d7e7-23ce-85a2de8ce9a4-bdd06341 {
  justify-self: start;
}

#w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d23-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d26-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d29-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d2c-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d2f-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d32-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d48-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d4b-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d4e-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d51-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d54-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d57-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d5a-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d5d-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d73-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d76-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d79-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d7c-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d7f-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d82-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d85-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d88-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d9e-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3da1-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3da4-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3da7-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3daa-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3dad-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3db0-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3db3-cf592a8b {
  align-self: start;
}

#w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3e09-cf592a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3eee-cf592a8b {
  order: 9999;
}

#w-node-c03edbc0-61f8-98b6-1558-d20753bc1c50-ada5668e, #w-node-c03edbc0-61f8-98b6-1558-d20753bc1c55-ada5668e {
  align-self: start;
}

#w-node-dae9dd77-4197-637b-1f28-c52e543496f8-ada5668e {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0900-bdd06315 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0910-bdd06315 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0918-bdd06315, #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0921-bdd06315, #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a092a-bdd06315 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a095a-bdd06315 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a096a-bdd06315 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0972-bdd06315 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_591847d4-99e3-2fa1-2b9d-89a2c12a0982-bdd06315 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3dcb-cf592a8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3df1-cf592a8b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-afd8f8ab-491e-10ad-7c2a-09ecf2249d5d-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5224902b-25a3-ab37-07f7-7a06fe9fc22c-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e3670d23-c129-4540-bd25-a73e197375d9-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e3670d23-c129-4540-bd25-a73e197375ef-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3bc2210a-784d-0cf2-a023-6829e51fba76-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3bc2210a-784d-0cf2-a023-6829e51fba8c-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ea232154-6269-c853-c93d-2d094003a951-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ea232154-6269-c853-c93d-2d094003a967-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ff36a1c1-d30a-10b0-5d07-6637e60c565f-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff36a1c1-d30a-10b0-5d07-6637e60c5675-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1f04f687-225c-4fc8-6aad-0fdf2928f98f-9bcfb4b4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f04f687-225c-4fc8-6aad-0fdf2928f9a5-9bcfb4b4 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d14-cf592a8b {
    place-self: center;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d39-cf592a8b {
    justify-self: center;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d64-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3d8f-cf592a8b {
    place-self: center;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3dcd-cf592a8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3dd6-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3ddf-cf592a8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3de8-cf592a8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3ee6-cf592a8b, #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3f02-cf592a8b {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e23d132-10f1-ef65-2290-8d4c8eda3dcd-cf592a8b {
    place-self: center;
  }

  #w-node-afd8f8ab-491e-10ad-7c2a-09ecf2249d5d-9bcfb4b4, #w-node-e3670d23-c129-4540-bd25-a73e197375d9-9bcfb4b4, #w-node-_3bc2210a-784d-0cf2-a023-6829e51fba76-9bcfb4b4, #w-node-ea232154-6269-c853-c93d-2d094003a951-9bcfb4b4, #w-node-ff36a1c1-d30a-10b0-5d07-6637e60c565f-9bcfb4b4, #w-node-_1f04f687-225c-4fc8-6aad-0fdf2928f98f-9bcfb4b4 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}