:root {
  --dark-gray: #201e1e;
  --text-color--text-primary: var(--base-color-neutral--black);
  --base-color-brand--white: white;
  --link-color--link-primary: var(--base-color-neutral--black);
  --aqua: #13bac4;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-neutral--neutral-lightest: #eee;
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --text-color--text-secondary: 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-brand--black: black;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--gray-500: #6b7094;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

h2 {
  color: var(--base-color-brand--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

h6 {
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

.container-large.footer {
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

.main-wrapper {
  position: static;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  text-align: center;
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.left {
  justify-content: flex-start;
}

.margin-bottom.margin-small.center {
  justify-content: center;
  align-items: center;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small.anw {
  justify-content: flex-start;
  align-items: center;
}

.margin-bottom.margin-small {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  color: var(--base-color-neutral--neutral-lightest);
  font-size: .9rem;
  font-weight: 400;
}

.text-weight-medium.fb {
  color: var(--base-color-neutral--neutral-lightest);
  font-size: .9rem;
  text-decoration: none;
}

.text-size-medium {
  color: #fff;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.35;
}

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

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

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

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

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

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.heading-style-h6.text-color-white {
  height: 10.5rem;
}

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

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

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

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

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

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

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

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

.heading-style-h5 {
  color: var(--base-color-brand--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-color-white {
  margin-bottom: .5rem;
  font-weight: 500;
}

.heading-style-h5.dropdowwn {
  border-bottom: 1px solid var(--aqua);
  padding-bottom: 10px;
}

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

.heading-style-h1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.white {
  color: var(--base-color-brand--white);
  text-transform: none;
  width: 80%;
}

.heading-style-h1.white.caps {
  text-transform: uppercase;
  font-weight: 700;
}

.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-label {
  margin-bottom: 0;
}

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

.form_field-label {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--aqua);
  color: var(--base-color-neutral--white);
  text-align: center;
  border-radius: 40px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

.button.is-secondary.text-color-white.white {
  border-color: var(--base-color-brand--white);
  border-radius: 40px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.button.is-secondary.text-color-white.white.text-style-allcaps {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .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-tertiary {
  color: var(--base-color-neutral--black);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.blk {
  background-color: var(--dark-gray);
  text-transform: uppercase;
  border-style: none;
  border-radius: 40px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.button.aqua {
  background-color: var(--aqua);
  border-style: none;
  border-radius: 40px;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  transition: padding .125s cubic-bezier(.55, .055, .675, .19);
  display: block;
}

.button.aqua:hover {
  mix-blend-mode: normal;
  position: relative;
}

.button.aqua.w--current {
  margin-left: 0;
  margin-right: 0;
}

.button.aqua.cta {
  text-transform: none;
  width: 50%;
  margin-top: 51px;
  margin-left: 0;
  margin-right: 0;
}

.button.aqua.blnx {
  width: auto;
}

.button.aqua.centered {
  margin-left: auto;
  margin-right: auto;
}

.button.aqua.lefttttdfsgsafg {
  text-align: center;
  margin-right: auto;
}

.button.clear {
  border-color: var(--aqua);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 40px;
  padding: .5rem 2rem;
  font-family: Roboto, sans-serif;
}

.button.clear.tf {
  padding: .75rem 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.text-weight-light.text-style-allcaps.aqua {
  color: var(--aqua);
}

.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: rgba(190, 74, 165, .1);
}

.text-size-regular {
  color: var(--base-color-brand--white);
  font-size: 1rem;
}

.text-size-regular.text-color-white.cta {
  width: 400px;
}

.text-size-regular.portfolio {
  padding-left: 5px;
}

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 15px;
  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: rgba(0, 0, 0, .6);
}

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

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

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

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

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

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

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

.text-color-white {
  color: var(--base-color-neutral--white);
  padding-left: 0;
  padding-right: 0;
}

.text-color-white.text-align-left {
  margin-right: auto;
  font-family: Roboto, sans-serif;
}

.text-color-white.text-align-left.caps {
  text-transform: uppercase;
  font-weight: 500;
}

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

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

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

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

.text-align-left.heading-3 {
  text-align: left;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  color: var(--base-color-brand--white);
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-color-white {
  color: var(--base-color-brand--white);
}

.text-size-small.text-align-left {
  margin-right: auto;
}

.text-size-small.margin-bottom {
  margin-bottom: 17px;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-large.text-weight-semibold {
  text-transform: none;
  font-weight: 500;
}

.text-size-large.text-weight-semibold.text-color-white {
  color: var(--base-color-brand--white);
}

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

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

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

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

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

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

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

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

.padding-global.alt-color {
  background-color: #2c2c2c;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #161616;
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: -webkit-sticky;
  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: var(--link-color--link-primary);
  background-color: #fff;
}

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

.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-primary {
  background-color: var(--background-color--background-primary);
}

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

.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-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

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

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

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

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

.form_message-success-wrapper {
  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 {
  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;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

.navbar2_logo-link {
  z-index: 16;
  padding-left: 0;
  position: static;
}

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

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

.navbar2_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.navbar2_component {
  z-index: auto;
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: #201e1e;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: .5rem 5% 1rem;
  display: flex;
  position: relative;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: var(--base-color-brand--white);
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  padding: .5rem;
  position: absolute;
}

.navbar2_container {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_link {
  opacity: 1;
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: Ibmplexsans, sans-serif;
  font-weight: 400;
  transition: color .2s;
}

.navbar2_link:hover {
  opacity: 1;
  color: var(--aqua);
  mix-blend-mode: lighten;
}

.navbar2_link.w--current {
  color: var(--aqua);
}

.navbar2_link.dropdown {
  padding-right: .25rem;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: none;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_menu.is-page-height-tablet {
  justify-content: flex-end;
  align-items: center;
}

.header3_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.section_header3 {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 70%;
  position: relative;
}

.header3_content {
  padding-left: 2rem;
}

.header3_lightbox-image {
  object-fit: cover;
}

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

.header3_component.padding-top {
  padding-top: 6rem;
}

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

.text-size-medium-2 {
  color: var(--base-color-brand--white);
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white.cebnrt, .text-size-medium-2.center {
  text-align: center;
}

.logo3_logo {
  opacity: 1;
  color: var(--base-color-brand--white);
  mix-blend-mode: normal;
  max-height: 3.5rem;
  font-size: 2rem;
}

.logo3_logo.inverted {
  filter: invert();
}

.section_logo3 {
  z-index: 15;
  position: relative;
  overflow: hidden;
}

.logo3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  min-width: 160px;
  display: flex;
}

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

.team1_image {
  object-fit: cover;
  border-radius: 0%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.team1_title-wrapper {
  align-self: flex-end;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.team1_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--aqua);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.team1_item.no-bar {
  border-right-width: 0;
}

.section_team1 {
  display: block;
}

.team1_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.text-weight-semibold {
  color: var(--aqua);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.text-weight-semibold.text-color-white {
  padding-left: 0;
}

.heading, .heading.text-color-white {
  font-weight: 400;
}

.body {
  background-color: var(--dark-gray);
}

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

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

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

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

.blog33_item {
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 14px;
  height: auto;
  padding: .75rem;
}

.blog33_item.cta {
  background-color: rgba(0, 0, 0, .66);
}

.blog33_item.answer {
  border-top-style: solid;
  border-top-color: var(--aqua);
  background-color: #002628;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  top: -14px;
}

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

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

.blog33_list.paslaugos {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog3_title-link {
  border-bottom: 1px solid var(--aqua);
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.section_blog33 {
  background-image: linear-gradient(rgba(32, 30, 30, .92), rgba(32, 30, 30, .92)), linear-gradient(rgba(19, 186, 196, .24), rgba(19, 186, 196, .24)), url('../images/viber_image_2024-04-02_12-40-19-410.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  position: relative;
}

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

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

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

.heading-2 {
  color: var(--base-color-brand--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-2.pzzz {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.gallery19_lightbox-link {
  width: 100%;
}

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

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

.section_gallery19 {
  z-index: 100;
  background-image: url('../images/Vector-1.png');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section_gallery19.v2 {
  background-image: none;
}

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

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

.gallery19_image-wrapper {
  width: 100%;
}

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

.heading-3 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-3.text-color-black {
  color: var(--base-color-brand--black);
  text-align: center;
}

.testimonial12_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial12_logo {
  max-height: 3rem;
}

.testimonial12_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial12_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.section_testimonial12 {
  background-image: url('../images/Vector.jpg');
  background-position: 0%;
  background-size: cover;
}

.testimonial12_arrow {
  border: 1px solid var(--aqua);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial12_arrow.is-left {
  border-color: var(--aqua);
  background-color: rgba(0, 0, 0, 0);
  display: none;
  right: 4rem;
}

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

.testimonial12_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial12_rating-wrapper {
  display: flex;
}

.testimonial12_client-info, .testimonial12_client-image-wrapper {
  margin-bottom: 1rem;
}

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

.testimonial12_content {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial12_slide {
  z-index: 6;
  padding-right: 3rem;
  position: relative;
}

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

.faq5_icon-wrapper {
  border-radius: 8px;
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  padding-top: 0;
  display: flex;
}

.faq5_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

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

.text-size-medium-3.centereed {
  text-align: center;
}

.faq5_accordion {
  border: 1px solid var(--base-color-brand--white);
  border-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_faq5 {
  color: var(--base-color-brand--white);
  background-color: rgba(238, 238, 238, 0);
  position: relative;
}

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

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

.max-width-large-2 {
  width: 100%;
}

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

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

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

.contact5_item {
  display: flex;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  background-color: #fff;
  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-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

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

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

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

.section_contact5 {
  z-index: 100;
  position: relative;
  overflow: hidden;
}

.section_contact5.header {
  height: 100vh;
}

.text-size-medium-4 {
  color: var(--base-color-brand--white);
  font-size: 1.125rem;
}

.error-text {
  color: #e23939;
}

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

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

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

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

.contact5_contact-list.mobile {
  display: none;
}

.text-block, .text-block-2 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
}

.text-block-2.fb {
  margin-left: 15px;
}

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

.heading-4 {
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.heading-4.rl-styleguide_utility-classes {
  margin-bottom: .5rem;
}

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: start;
  justify-items: end;
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px solid #565656;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

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

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

.footer11_legal-link {
  color: var(--base-color-brand--white);
  font-size: .875rem;
  text-decoration: underline;
}

.footer11_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer11_credit-text {
  color: var(--base-color-brand--white);
  font-size: .875rem;
}

.footer11_link {
  color: var(--base-color-brand--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer11_link.w--current {
  border-bottom: 2px solid var(--aqua);
}

.footer11_link-list {
  color: var(--base-color-brand--white);
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

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

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.link, .link-2 {
  color: var(--base-color-brand--white);
}

.background-image {
  z-index: -100;
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-size: 439px;
  width: 200%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -23%;
  right: 0%;
}

.background-image._2 {
  background-image: url('../images/Vector-1.png');
  background-position: 0 0;
  background-size: cover;
}

.background-image._3 {
  background-image: url('../images/Vector-3.png');
  background-position: 0 0;
  background-size: cover;
}

.background-image._4 {
  background-image: url('../images/Vector-7.png');
  background-position: 50%;
  background-size: cover;
}

.background-image._5 {
  background-size: cover;
  width: 70%;
  left: 39%;
  overflow: hidden;
}

.div-block {
  background-image: url('../images/a.png');
  background-position: 0 0;
  width: 50%;
  height: 100%;
  position: absolute;
}

.div-block-2 {
  width: 50%;
}

.image {
  z-index: 62;
  opacity: 1;
  mix-blend-mode: hard-light;
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 1500px;
  margin-left: -205px;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: -11%;
  bottom: auto;
  left: 48%;
  right: 0%;
}

.top-section-wrapper {
  z-index: auto;
  flex-flow: row;
  height: 100%;
  min-height: 95vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video {
  z-index: 61;
  width: 950px;
  position: absolute;
  top: 72px;
  left: 667px;
  right: 0;
}

.right-video {
  z-index: 1;
  width: 50%;
  position: relative;
  overflow: visible;
}

.video-2 {
  z-index: auto;
  background-image: linear-gradient(rgba(18, 172, 181, .27), rgba(18, 172, 181, .27));
  width: 150%;
  height: 100%;
  margin-left: -480px;
  padding-left: 0;
  display: block;
  position: relative;
  top: 0;
  left: 255px;
  overflow: hidden;
}

.image-2 {
  z-index: 18;
  float: none;
  clear: none;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 50%;
}

.image-3 {
  z-index: 3;
  position: static;
  top: 9.094px;
}

.image-3.logo-main {
  background-color: #201e1e;
  border-radius: 10px;
  padding: 10px;
}

.navbar2_logo-link-2 {
  padding-left: 0;
}

.navbar2_component-2 {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_dropdwn-toggle-2 {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_link-2 {
  padding: .5rem 1rem;
}

.navbar2_link-2.w--current {
  color: var(--base-color-neutral--black);
}

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

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

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

.margin-vertical-animation {
  z-index: 1;
  width: 100%;
  height: 35%;
  padding-left: 0;
  position: absolute;
}

.gallery-background-imga {
  background-image: url('../images/Vector-1.png');
  background-position: 0 0;
  background-size: 755px;
  position: absolute;
}

.blog-images {
  z-index: 0;
  height: 100%;
  position: relative;
}

.div-block-3 {
  z-index: -1;
  background-image: url('../images/Union-1.svg');
  background-position: 0 0;
  background-size: cover;
  width: 170%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -117%;
  right: 0%;
}

.div-block-3.faq {
  z-index: 1;
  object-fit: fill;
  width: 210%;
  top: 17%;
  bottom: 2%;
  left: -187%;
}

.div-block-3._2 {
  object-fit: contain;
  width: auto;
  height: 100%;
  left: -134%;
}

.div-block-3.other {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-4 {
  z-index: -2;
  background-image: url('../images/Rectangle-13.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 13%;
  right: 0%;
}

.div-block-4.faq {
  z-index: -1;
  object-fit: fill;
  left: -58%;
}

.div-block-4._2 {
  left: -77%;
}

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

.navbar2_container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.portfolio14_title-wrapper {
  padding: 1.5rem;
}

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

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

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

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

.portfolio14_item-link {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.portfolio14_image-wrapper {
  width: 100%;
}

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

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

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

.portfolio14_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

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

.portfolio14_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.portfolio14_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio14_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.portfolio14_item {
  border: 1px solid var(--border-color--border-primary);
  margin-bottom: 2rem;
  display: inline-block;
}

.portfolio6_image3 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.portfolio6_item {
  border-style: none none none solid;
  border-width: 1px 1px 1px 1rem;
  border-color: black black black var(--aqua);
  background-color: #3f3b3b;
  border-radius: 20px;
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  display: inline-block;
}

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

.portfolio6_image-wrapper {
  width: 100%;
}

.portfolio6_title-link {
  margin-bottom: .5rem;
  padding-left: 5px;
  text-decoration: none;
  display: block;
}

.portfolio6_image1 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1px 20px 0 0;
  width: 100%;
  height: 100%;
}

.portfolio6_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.portfolio6_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio6_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.text-size-medium-6 {
  color: var(--base-color-brand--white);
  font-size: 1.125rem;
}

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

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

.portfolio6_image4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.portfolio6_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

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

.portfolio6_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.portfolio6_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

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

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

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

.cta7_component.nxn {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr;
}

.cta7_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta7_content {
  flex: 1;
}

.text-size-medium-8 {
  color: var(--base-color-brand--white);
  font-size: 1.125rem;
}

.heading-5 {
  color: var(--base-color-brand--white);
}

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

.gallery24_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery24_component {
  height: 400vh;
}

.gallery24_horizontal-scroll-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery24_horizontal-scroll-content {
  grid-column-gap: 2rem;
  align-items: center;
  width: 400vh;
  display: flex;
}

.gallery24_image {
  object-fit: cover;
  width: 80vw;
  height: 80vh;
}

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

.gallery20_image-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

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

.gallery20_slide {
  object-fit: fill;
  padding-right: 0;
}

.gallery20_mask {
  overflow: visible;
}

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

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

.text-size-medium-10 {
  color: var(--base-color-brand--white);
  text-align: left;
  font-size: 1.125rem;
}

.text-size-medium-10.align-center {
  text-align: center;
}

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

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

.section_gallery20 {
  background-image: url('../images/Vector-1.png');
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.heading-6, .text-block-4, .link-3, .link-4 {
  color: var(--base-color-brand--white);
}

.top-bar {
  background-color: var(--dark-gray);
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09));
  padding-left: 0%;
}

.top-bar-component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.top-bar-items {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.top-bar-items.facebook {
  z-index: 3;
  order: 0;
  margin-right: auto;
  display: block;
  position: relative;
}

.top-bar-items.facebook.left {
  display: none;
}

.div-block-6 {
  display: flex;
}

.image-4 {
  opacity: .65;
  height: 20px;
}

.image-4.fb {
  filter: none;
  display: none;
}

.image-4.fb.black {
  display: block;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.logo3_component-2 {
  display: flex;
}

.logo3_wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo3_logo-2 {
  max-height: 3.5rem;
}

.logo3_logo-2.inverted {
  filter: invert();
}

.text-block-5 {
  font-size: 1.75rem;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  display: flex;
}

.contact-top-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.image-5 {
  margin-bottom: 5px;
}

.image-6 {
  color: var(--aqua);
  height: 1.5rem;
}

.link-block-4 {
  display: flex;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-large {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-four-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.image-7 {
  opacity: 1;
  mix-blend-mode: overlay;
  background-image: url('../images/Vector-4.svg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -525px;
}

.top-slice-wrapper {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.image-8 {
  z-index: 3;
  aspect-ratio: 1.13;
  object-fit: cover;
  width: 85%;
  min-width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.image-8.secondaru {
  opacity: 1;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  max-height: 110%;
  top: -5%;
  bottom: 0%;
  left: auto;
  right: -27%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(4deg);
}

.link-block-5 {
  position: relative;
}

.link-block-5.w--current {
  z-index: 5;
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  height: auto;
  padding: 0;
}

.dropdown {
  width: 100%;
  height: auto;
}

.faq2_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

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

.faq2_question {
  color: #fff;
  cursor: pointer;
  mix-blend-mode: lighten;
  background-color: rgba(0, 0, 0, .5);
  border-top: 1px #000;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 10px .75rem;
  display: flex;
}

.faq2_accordion {
  color: #fff;
  border: 1px #40595b;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 28%;
  margin-bottom: 0;
}

.faq2_answer {
  z-index: -1;
  background-color: #151514;
  border-radius: 12px;
  margin-top: -40px;
  padding: 30px 10px 10px;
  position: relative;
  overflow: hidden;
}

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

.text-size-medium-11.text-weight-bold {
  color: #fff;
}

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

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

.text-size-medium-12.text-weight-bold {
  color: #fff;
  text-align: left;
}

.bold-text {
  text-align: left;
  font-size: 1.5rem;
}

.div-block-7 {
  border-bottom: 1px solid var(--aqua);
  width: 100%;
  min-height: 4.9rem;
  padding-bottom: 5px;
  display: flex;
}

.paragraph {
  margin-top: 10px;
}

.bold-text-2 {
  text-transform: uppercase;
  font-weight: 600;
}

.navbar1_menu-button {
  padding: 0;
}

.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 {
  align-items: center;
  display: flex;
  position: static;
}

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

.navbar1_dropdown-link {
  border-bottom: 1px solid var(--aqua);
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  white-space: pre-wrap;
  margin-bottom: 1rem;
  padding: .5rem 1rem .25rem 0;
  transition: all .2s;
}

.navbar1_dropdown-link:hover, .navbar1_dropdown-link.w--current {
  color: var(--aqua);
}

.navbar1_dropdown-link.last {
  margin-bottom: 0;
}

.navbar1_dropdown-toggle {
  grid-column-gap: 0rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar1_component {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.navbar1_dropdown-list {
  z-index: 10;
}

.navbar1_dropdown-list.w--open {
  z-index: 100;
  border: 1px solid var(--dark-gray);
  background-color: var(--dark-gray);
  color: var(--base-color-brand--white);
  width: 250px;
  padding: .5rem;
  left: -114px;
}

.navbar1_link {
  color: var(--link-color--link-primary);
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--base-color-neutral--black);
}

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

.link-block-6 {
  color: var(--aqua);
  margin-top: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.link-block-6:hover {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--aqua);
  color: #18dfeb;
}

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

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

.text-size-medium-13 {
  color: var(--base-color-neutral--neutral-lightest);
  font-size: 1.125rem;
}

.padding-global-2 {
  z-index: 10;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section_layout1 {
  background-color: #2b2b2b;
}

.section_layout1.var {
  background-color: var(--dark-gray);
}

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

.layout1_component.diff {
  grid-template-columns: 1fr 1fr;
}

.text-size-medium-14 {
  color: var(--base-color-neutral--neutral-lightest);
  font-size: 1.125rem;
}

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

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

.heading-8.smaller {
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-9 {
  text-align: left;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-10 {
  color: var(--base-color-brand--white);
  text-align: center;
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}

.section_header1 {
  color: var(--base-color-brand--white);
  position: relative;
  overflow: hidden;
}

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

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

.header1_image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 30rem;
  overflow: clip;
}

.bold-text-3 {
  font-weight: 400;
}

.layout297_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  color: var(--base-color-brand--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.layout297_image {
  object-fit: cover;
  width: 100%;
  height: 10rem;
}

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

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

.section_layout297 {
  background-color: #1f1f1f;
}

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

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

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  text-align: center;
}

.container {
  max-width: 1200px;
}

.heading-11 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}

.heading-11.align-center {
  text-align: center;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.video-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  height: auto;
}

.body-2 {
  background-color: var(--dark-gray);
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .text-size-medium {
    white-space: normal;
    width: 330px;
  }

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

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

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

  .heading-style-h1.white {
    width: 60%;
  }

  .button.is-secondary.text-color-white.white.text-style-allcaps {
    margin-left: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-icon2_line-bottom {
    background-color: var(--aqua);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .menu-icon2_line-top {
    background-color: var(--aqua);
    color: var(--aqua);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

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

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    align-items: center;
    display: block;
  }

  .menu-icon2_line-middle {
    background-color: var(--aqua);
    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-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    z-index: 3;
    background-color: var(--dark-gray);
    width: 100%;
    height: 100dvh;
    height: 100dvh;
    padding-top: 0;
    padding-bottom: 6.5rem;
    transition: height .5s;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .section_header3 {
    z-index: 3;
    width: 95%;
  }

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

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

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

  .team1_item.no-bar {
    border-style: none solid none none;
    border-width: 1px;
    border-top-color: #000;
    border-bottom-color: #000;
    border-left-color: var(--aqua);
  }

  .blog33_item {
    min-width: 10px;
  }

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

  .blog33_list.paslaugos {
    justify-content: stretch;
    justify-items: stretch;
  }

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

  .gallery19_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .testimonial12_mask {
    width: 100%;
  }

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

  .testimonial12_arrow, .testimonial12_arrow.is-left, .testimonial12_slide-nav {
    display: block;
  }

  .testimonial12_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .testimonial12_arrow-icon {
    margin-top: 15px;
    margin-left: 15px;
  }

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

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

  .video-2 {
    width: 200%;
    left: 247px;
  }

  .navbar2_dropdwn-toggle-2 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar2_container-2 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_link-2 {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .margin-vertical-animation {
    height: 20%;
  }

  .div-block-3 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: -38%;
  }

  .div-block-3.other {
    display: block;
  }

  .div-block-4 {
    left: -23%;
  }

  .navbar2_container-3 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .portfolio14_list {
    grid-column-gap: 2rem;
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

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

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta7_component {
    grid-column-gap: 3rem;
  }

  .cta7_button-row {
    flex: none;
  }

  .cta7_content {
    margin-right: 3rem;
  }

  .gallery24_horizontal-scroll-content {
    width: 300vh;
  }

  .gallery24_image {
    max-height: 40rem;
  }

  .play-pause-button {
    padding-right: 27px;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr 1fr;
  }

  .image-8 {
    width: 180%;
    max-width: none;
    top: -4%;
    right: 28%;
  }

  .image-8.secondaru {
    display: none;
  }

  .menu-icon1_line-middle {
    background-color: var(--base-color-neutral--black);
    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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .menu-icon1_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

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

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

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

  .menu-icon1_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-style-link {
    color: var(--aqua);
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .section_header3 {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 120%;
  }

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

  .header3_component.padding-top {
    padding-top: 0;
  }

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

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

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

  .blog33_item {
    background-color: rgba(0, 0, 0, .4);
  }

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

  .gallery19_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery19_mask {
    width: 50%;
  }

  .section_gallery19 {
    background-position: 35%;
    text-decoration: none;
  }

  .gallery19_slider {
    padding-bottom: 3rem;
  }

  .testimonial12_component {
    padding-bottom: 5rem;
  }

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

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

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

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

  .faq5_icon-wrapper {
    width: 1.75rem;
  }

  .faq5_question {
    padding: 1rem 1.25rem;
  }

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

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

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

  .text-size-medium-4 {
    width: 80%;
    font-size: 1rem;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
    align-items: center;
    justify-items: start;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

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

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

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .background-image._5 {
    display: none;
    left: 54%;
  }

  .top-section-wrapper {
    flex-flow: column;
  }

  .right-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 220px;
  }

  .video-2 {
    width: 110%;
    height: 70%;
    top: 90px;
    left: 472px;
  }

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

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

  .div-block-3 {
    left: -73%;
  }

  .div-block-4 {
    left: -43%;
  }

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

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

  .portfolio14_item, .portfolio6_item {
    margin-bottom: 3rem;
  }

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

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

  .cta1_component {
    grid-row-gap: 3rem;
  }

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

  .cta7_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .cta7_content {
    margin-right: 0;
  }

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

  .gallery24_horizontal-scroll-wrapper {
    margin-top: -10vh;
  }

  .gallery24_horizontal-scroll-content {
    grid-column-gap: 1.5rem;
    width: 200vh;
  }

  .gallery24_image {
    width: 90vw;
    max-height: 30rem;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

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

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

  .logo3_wrapper-2 {
    padding: .75rem 1rem;
  }

  .logo3_list-2 {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo-2 {
    max-height: 3rem;
  }

  .f-grid-four-columns {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq2_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .margin-top.margin-custom1 {
    margin-top: 1rem;
  }

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

  .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-small {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .text-weight-medium {
    margin-left: 2px;
    font-size: .9rem;
    text-decoration: none;
  }

  .text-weight-medium.fb {
    color: var(--base-color-neutral--neutral-lightest);
  }

  .text-size-medium {
    width: 100%;
    line-height: 1.2;
  }

  .heading-style-h1.white {
    width: auto;
    font-size: 1.8rem;
  }

  .button {
    background-color: var(--aqua);
  }

  .button.is-secondary.text-color-white.white.text-style-allcaps {
    margin-left: .5rem;
  }

  .button.aqua.cta.tfff, .button.aqua.centered, .button.aqua.lefttttdfsgsafg, .button.aqua.tf, .text-size-regular.text-color-white.cta {
    width: auto;
  }

  .button-group {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-color-white.text-align-left {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

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

  .padding-section-small.extra-small.smaller {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global.exception {
    padding-left: 1%;
    padding-right: 1%;
  }

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

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

  .navbar2_component {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .navbar2_menu.is-page-height-tablet {
    z-index: 15;
  }

  .section_header3 {
    background-image: linear-gradient(to bottom, var(--aqua), var(--aqua));
    width: 100%;
    height: 50%;
  }

  .header3_content {
    text-align: left;
    margin-top: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
  }

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

  .header3_component.padding-top {
    padding-top: 0;
  }

  .logo3_list {
    justify-content: center;
  }

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

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

  .team1_item {
    border-bottom: 1px solid var(--aqua);
    border-right-style: none;
    padding-bottom: 1rem;
  }

  .team1_item.no-bar {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--aqua);
  }

  .blog33_item {
    min-width: 100px;
  }

  .blog33_list.paslaugos {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    overflow: hidden;
  }

  .layout6_item-list, .layout6_component {
    grid-template-columns: 1fr;
  }

  .section_gallery19 {
    background-position: 50%;
  }

  .section_gallery19.v2 {
    z-index: 1;
  }

  .testimonial12_arrow, .testimonial12_arrow.is-left, .testimonial12_slide-nav {
    display: block;
  }

  .testimonial12_arrow-icon {
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-left: 15px;
  }

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

  .section_contact5.header {
    height: auto;
    position: static;
  }

  .text-size-medium-4 {
    width: 85%;
  }

  .contact5_contact-list, .contact5_contact-list.mobile {
    flex-flow: column;
    display: flex;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    align-items: center;
    justify-items: start;
  }

  .footer11_legal-link {
    color: var(--aqua);
  }

  .background-image._5 {
    display: none;
  }

  .top-section-wrapper {
    flex-flow: column;
    min-height: 95vh;
  }

  .right-video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 44%;
    bottom: 0%;
    left: 13%;
    right: 0%;
    overflow: visible;
  }

  .video-2 {
    width: 110%;
    height: 65%;
    position: relative;
    top: -56px;
    left: 415px;
  }

  .image-3 {
    max-width: 80%;
  }

  .div-block-3 {
    object-fit: fill;
    left: auto;
    overflow: hidden;
  }

  .div-block-3.other {
    width: 250%;
  }

  .div-block-4 {
    overflow: hidden;
  }

  .html-embed {
    height: 400px;
  }

  .portfolio14_title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .gallery24_horizontal-scroll-content {
    width: 150vh;
  }

  .gallery24_image {
    max-height: 25rem;
  }

  .top-bar-component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
  }

  .top-bar-items {
    flex: 0 auto;
  }

  .top-bar-items.email {
    display: flex;
  }

  .top-bar-items.facebook {
    order: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .top-bar-items.facebook.left {
    display: block;
  }

  .image-4 {
    opacity: 1;
    filter: none;
    width: 20px;
    max-width: none;
  }

  .image-4.fb {
    opacity: 1;
    filter: none;
    display: block;
  }

  .image-4.fb.black {
    display: none;
  }

  .logo3_wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_list-2 {
    justify-content: center;
  }

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

  .link-block-2 {
    text-decoration: none;
  }

  .contact-top-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-8 {
    display: none;
  }

  .faq2_accordion {
    width: auto;
    min-width: 8px;
    max-width: none;
  }

  .text-size-medium-12.text-weight-bold {
    max-width: 100%;
  }

  .bold-text {
    overflow-wrap: normal;
    font-size: 1.1rem;
  }

  .div-block-7 {
    min-height: 4.3rem;
    padding-right: 5px;
  }

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

  .layout1_component.diff {
    grid-template-columns: 1.25fr;
  }

  .heading-8, .heading-9 {
    font-size: 1.8rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .header1_component, .layout297_component {
    grid-template-columns: 1fr;
  }
}

#w-node-e5ea9bbd-b0e9-f0d0-79b6-d75d18a92f91-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c899960-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c899962-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c899964-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c899966-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c899968-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c89996a-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c89996c-e117de73, #w-node-_532975ae-fc13-4cca-e3a8-ad5e2c89996e-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f5fe-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f600-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f602-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f604-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f606-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f609-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f60c-e117de73, #w-node-_1ff31619-29ea-4660-4e19-641a17c5f60e-e117de73 {
  justify-self: center;
}

#w-node-be618622-a125-e414-b32b-491ded506f9e-e117de73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c85d52ce-315c-7cc1-e644-ffd28e1b643a-e117de73, #w-node-c85d52ce-315c-7cc1-e644-ffd28e1b6460-e117de73 {
  justify-self: auto;
}

#w-node-d96bbc77-bc29-6f46-054f-3eb750e905f1-e117de73, #w-node-d96bbc77-bc29-6f46-054f-3eb750e905f6-e117de73, #w-node-d96bbc77-bc29-6f46-054f-3eb750e905fb-e117de73, #w-node-e24e7cf9-a71e-611b-16de-7766e109ab00-e117de73 {
  align-self: start;
}

#w-node-_36b3164b-b9a3-3c6c-0626-badf303992d1-e117de73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_36b3164b-b9a3-3c6c-0626-badf303992ad-e117de73, #w-node-_36b3164b-b9a3-3c6c-0626-badf303992b2-e117de73, #w-node-_36b3164b-b9a3-3c6c-0626-badf303992b7-e117de73 {
  align-self: start;
}

#w-node-_24f42076-f89f-e1e3-afdc-03180a4a1c45-0a4a1c41 {
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-e117de8b, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-e117de8b, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-e117de8b, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-e117de8b, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-e117de8b, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-e117de8b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-e117de8b {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-e117de8b {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-e117de8b {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-e117de8b, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-e117de8b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-e117de8b {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-e117de8b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-e117de8b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-e117de8b {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-e117de8b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-e117de8b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-e117de8b {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-e117de8b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-e117de8b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-e117de8b {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-e117de8b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-e117de8b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-e117de8b {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-e117de8b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-e117de8b, #w-node-ee961e8d-845a-edc3-3307-509470022457-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-e117de8b {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-e117de8b, #w-node-ee961e8d-845a-edc3-3307-50947002245b-e117de8b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-e117de8b {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-e117de8b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-e117de8b, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-e117de8b {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-e117de8b, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-e117de8b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-e117de8b {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-e117de8b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-e117de8b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-e117de8b {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-e117de8b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-e117de8b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-e117de8b {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-e117de8b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-e117de8b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-e117de8b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-e117de8b {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-e117de8b {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-e117de8b {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-e117de8b {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-e117de8b {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-e117de8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-e117de8b {
  justify-self: start;
}

#w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029b3-b130fa3e, #w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029b8-b130fa3e, #w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029bd-b130fa3e {
  align-self: start;
}

#w-node-_60669ae0-6f85-869f-4f8f-8a8e3f6ea36a-b130fa3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d3000cfc-88c8-bcee-9bf2-7785c98b0cf7-098cc755, #w-node-d3000cfc-88c8-bcee-9bf2-7785c98b0d0b-098cc755 {
  justify-self: auto;
}

#w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029b3-098cc755, #w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029b8-098cc755, #w-node-_1987dd4b-b63a-bb70-5762-d32b1f4029bd-098cc755 {
  align-self: start;
}

#w-node-e17d52bd-fddb-7d22-2bde-b1c4246da05c-098cc755 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cc47a02d-72a9-3954-0f54-e9b71ef0170d-959b657d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_644e46df-17ce-0c03-829e-45fbd1852101-959b657d, #w-node-_644e46df-17ce-0c03-829e-45fbd1852106-959b657d, #w-node-_644e46df-17ce-0c03-829e-45fbd185210b-959b657d {
  align-self: start;
}

#w-node-_5965cbb7-2ed7-bd61-c079-68f88706f6fe-959b657d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_317c6000-8e64-3449-70b1-aaef13f7052a-978f0f60 {
  order: 9999;
}

#w-node-_644e46df-17ce-0c03-829e-45fbd1852101-978f0f60, #w-node-_644e46df-17ce-0c03-829e-45fbd1852106-978f0f60, #w-node-_644e46df-17ce-0c03-829e-45fbd185210b-978f0f60 {
  align-self: start;
}

#w-node-f6d8b3cd-7ba0-9422-5d11-ba25c91d1be4-978f0f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_317c6000-8e64-3449-70b1-aaef13f7052a-1b621349 {
  order: 9999;
}

#w-node-_644e46df-17ce-0c03-829e-45fbd1852101-1b621349, #w-node-_644e46df-17ce-0c03-829e-45fbd1852106-1b621349, #w-node-_644e46df-17ce-0c03-829e-45fbd185210b-1b621349 {
  align-self: start;
}

#w-node-f6d8b3cd-7ba0-9422-5d11-ba25c91d1be4-1b621349 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_644e46df-17ce-0c03-829e-45fbd1852101-0fdc0fee, #w-node-_644e46df-17ce-0c03-829e-45fbd1852106-0fdc0fee, #w-node-_644e46df-17ce-0c03-829e-45fbd185210b-0fdc0fee {
  align-self: start;
}

#w-node-f6d8b3cd-7ba0-9422-5d11-ba25c91d1be4-0fdc0fee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-be618622-a125-e414-b32b-491ded506f9e-e117de73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_4e72fa2a-869f-8c6b-dcbf-a0d6bed92893-e117de73, #w-node-_79044890-5ee0-ad5b-db0c-2a91126ef339-098cc755 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-cc47a02d-72a9-3954-0f54-e9b71ef0170d-959b657d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_317c6000-8e64-3449-70b1-aaef13f7052a-978f0f60, #w-node-_317c6000-8e64-3449-70b1-aaef13f7052a-1b621349 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
  font-weight: 500;
  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-Black.ttf') format('truetype');
  font-weight: 900;
  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-LightItalic.ttf') format('truetype');
  font-weight: 300;
  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-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-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  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-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  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;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}