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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --black: black;
  --off-white: #f4f4f4;
  --dark-teal: #005c73;
  --white: white;
  --coral: #f1735e;
  --secondary-lighter: #f5d6ac2b;
  --award-orange: #f79423;
  --floral-white: #fef9f1;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
  --award-blue: #0daeef;
  --light-grey: #706e6e;
  --white-smoke: #f4f4f4;
  --grey: #363535;
  --teal: #00b1c0;
  --teal-50: #00b1c09e;
  --blue-green: #448084;
}

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

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

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

@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 {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  font-family: Figtree, sans-serif;
  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: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.full-width-background {
  height: 100%;
}

.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 {
  align-self: auto;
  width: 100%;
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.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-top.padding-medium {
  max-width: 100%;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Figtree, sans-serif;
  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-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

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

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

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

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

.heading-style-h6 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

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

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

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

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

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

.heading-style-h5 {
  font-family: Merriweather, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-family: Poppins, sans-serif;
  font-size: .75rem;
}

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

.button {
  border: 1px solid var(--black);
  background-color: var(--dark-teal);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Merriweather, serif;
  font-weight: 400;
  transition: color .3s, background-color .3s;
}

.button:hover {
  color: var(--dark-teal);
  background-color: #0000;
}

.button.is-link {
  background-color: var(--dark-teal);
  color: var(--white);
  border-style: none;
  padding: 1rem 1.25rem;
  line-height: 1;
  text-decoration: none;
}

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

.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 {
  background-color: var(--coral);
  color: var(--white);
  object-fit: fill;
  border-width: 0;
  font-weight: 400;
}

.button.is-secondary:hover {
  background-color: var(--dark-teal);
  color: var(--off-white);
}

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

.button.is-secondary.is-small.is-icon {
  background-color: var(--dark-teal);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.button.is-secondary.is-icon {
  background-color: var(--coral);
}

.button.is-small {
  border-color: var(--secondary-lighter);
  background-color: var(--award-orange);
  pointer-events: auto;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1.25rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.button.is-small.is-icon, .button.is-small.is-icon-copy {
  margin-left: 0;
}

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

.button.is-alternate.is-small.is-icon {
  clear: none;
  background-color: var(--dark-teal);
  color: #fcfcfc;
  border-radius: 0;
  flex: none;
  order: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

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

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

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

.form-radio-label {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

.text-size-regular {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.text-weight-xbold {
  font-family: Figtree, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

.form-input::placeholder {
  color: #0009;
}

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

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

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

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

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

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

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

.text-size-small {
  font-family: Merriweather, serif;
  font-size: .9rem;
  font-weight: 400;
}

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

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

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

.form-field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-rich-text {
  font-family: Figtree, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Figtree, sans-serif;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Figtree, sans-serif;
}

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

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
}

.text-style-2lines {
  font-family: Figtree, sans-serif;
}

.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 #0000001a, 0 2px 4px -2px #0000000f;
}

.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 #00000014, 0 4px 6px -2px #00000008;
}

.text-style-3lines {
  font-family: Figtree, sans-serif;
}

.text-size-large {
  font-family: Figtree, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

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

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

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

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

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

.padding-global {
  padding: 4rem 4%;
}

.padding-global.full-width-feature_card-container {
  height: 100%;
}

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

.padding-section-large {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-medium-2 {
  font-family: Figtree, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.text-size-medium-2.text-weight-bold {
  font-weight: 700;
}

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

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo {
  max-height: 3.5rem;
}

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

.section_home-header.is-border-bottom-1 {
  border-bottom-width: 2px;
}

.home-features-1_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;
}

.home-blog_category-wrapper-2 {
  display: flex;
}

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

.home-blog_date-wrapper-2 {
  align-items: center;
  display: flex;
}

.home-blog_item-content-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-top: .5rem;
  display: flex;
}

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

.home-blog_title-wrapper-2 {
  margin-bottom: .5rem;
}

.home-blog_author-image-wrapper-2 {
  margin-right: 1rem;
}

.home-blog_component {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.home-blog_author-text-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.is-border-bottom-1 {
  border-bottom-width: 0;
}

.section.background-full-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-blog_heading-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.home-blog_text-divider-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.home-blog_heading-2 {
  flex: 1;
}

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

.home-blog_image-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-blog_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-blog_button-row.show-mobile-landscape {
  display: none;
}

.blog_feature-image-wrapper {
  aspect-ratio: 16 / 9;
  border: 8px solid var(--coral);
  width: 100%;
  overflow: hidden;
}

.home-blog_item-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

.home-features-2_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-features-2_component.magazine-subscribe {
  margin-bottom: .5rem;
}

.home-pricing_icon-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

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

.home-pricing_content-top {
  flex-direction: column;
}

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

.home-pricing_feature {
  display: flex;
}

.home-pricing_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

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

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

.home-sign-up_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.home-sign-up_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 50vh;
  display: grid;
  position: relative;
  overflow: auto;
}

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

.home-sign-up_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;
}

.error-text {
  color: #e23939;
}

.home-sign-up_image {
  object-fit: cover;
  border-left: 1px solid #000;
  width: 100%;
  height: 100%;
}

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

.section_home-email-subscribe.is-border-bottom-1 {
  border-bottom-width: 0;
}

.home-email-subscribe_content {
  padding-right: 20px;
}

.home-email-subscribe_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;
}

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

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

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

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

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

.footer_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  font-family: Poppins, sans-serif;
  display: flex;
}

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

.footer_link {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.navbar_component {
  background-color: var(--floral-white);
  border-bottom: 0 #000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar_component.is-small.is-icon.button {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--dark-teal);
  background-color: var(--floral-white);
  outline-offset: 0px;
  object-fit: fill;
  border-radius: 0;
  outline: 3px #fff;
  width: auto;
  max-width: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  line-height: 3;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_logo {
  aspect-ratio: auto;
  object-fit: scale-down;
  align-self: center;
  max-width: 100%;
  margin-right: auto;
  padding: 10px 0 0;
  display: block;
  position: relative;
  overflow: auto;
}

.navbar_logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_container {
  background-color: var(--floral-white);
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: inline-block;
}

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

.navbar_link {
  background-color: #0000;
  flex: 0 auto;
  order: 1;
  margin-left: 2px;
  margin-right: 2px;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-weight: 300;
  position: relative;
}

.navbar_link:hover {
  background-color: var(--dark-teal);
  color: var(--white);
}

.navbar_link.w--current {
  color: #000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}

.navbar_link.w--current:hover {
  color: var(--off-white);
}

.home-blog_item {
  flex: 1;
}

.home-pricing_divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.home-pricing_plan {
  border: 1px solid #000;
  padding: 2rem;
}

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.home-sign-up_image-wrapper {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.image-wrapper-1-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-wrapper-1-1.is-bordered {
  object-fit: fill;
  border-style: none;
  width: 90%;
  height: auto;
  padding-top: 0;
  line-height: 1;
}

.image-wrapper_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-wrapper_image.is-bordered {
  border: 1px solid #000;
}

.image-wrapper_image.has-shadow {
  width: auto;
  max-width: 30rem;
  height: auto;
  max-height: 30rem;
  box-shadow: 2px 2px 8px #00000040;
}

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

.section_home-features-2.is-border-bottom-1 {
  border: 1px #000;
}

.is-border-bottom-1 {
  border-bottom: 2px solid #000;
}

.is-bordered {
  border: 1px solid #000;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.heading-style-h2-2 {
  font-family: Merriweather, serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h5-2 {
  font-family: Merriweather, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.about-team_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.about-team_image {
  object-fit: cover;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.about-team_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.section_about-cta {
  position: relative;
}

.about-team_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: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.about-values_lightbox-image {
  object-fit: cover;
}

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

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

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

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

.about-team_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

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

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

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

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

.blog-header_category-heading {
  margin-bottom: 1.5rem;
}

.heading-style-h5-3 {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.blog-header_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 0 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
  position: relative;
}

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

.blog-header_featured-list-wrapper.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.blog-header_title-link {
  border: 0px solid var(--white);
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-header_featured-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
  display: block;
}

.blog-header_blog-posts {
  margin-left: 20px;
  margin-right: 20px;
}

.blog-header_meta-wrapper {
  text-align: center;
  flex-flow: column;
  order: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.main-wrapper {
  overflow: clip;
}

.blog-header_category-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  justify-content: flex-start;
  max-width: none;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.blog-header_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-header_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

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

.blog-header_menu-link {
  white-space: nowrap;
  width: 100%;
  padding: .75rem 1rem;
  text-decoration: none;
}

.blog-header_menu-link.w--current, .blog-header_menu-link.current {
  background-color: #f4f4f4;
  font-weight: 600;
}

.blog-header_menu-link.current.w--current {
  background-color: #f4f4f4;
  border-style: none;
  font-weight: 600;
}

.blog-header_menu-link.is-active-menu-link {
  background-color: var(--off-white);
  font-weight: 700;
}

.blog-header_menu-link.is-no-border {
  border-style: none;
}

.blog-header_category-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-header_category-menu.is-sticky {
  position: sticky;
}

.career25_icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

.career24_department-label {
  background-color: #f4f4f4;
  margin-left: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.career24_department-label.w--current {
  border-bottom: 2px solid #000;
}

.career25_job-details-wrapper {
  display: flex;
}

.heading-style-h4 {
  font-family: Merriweather, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.career25_list-wrapper {
  overflow: hidden;
}

.career25_title-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career25_item {
  background-color: var(--secondary-lighter);
  border: 1px solid #000;
  padding: 2rem;
}

.career25_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career25_department-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 3rem;
  padding-top: 3rem;
}

.career25_department-wrapper.last {
  margin-bottom: 0;
}

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

.testimonial18_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial18_client {
  text-align: left;
  align-items: center;
  display: flex;
}

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

.testimonial18_component {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

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

.testimonial18_content {
  background-color: var(--white);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.benefits_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

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

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

.benefits_list {
  border-bottom: 1px solid #000;
}

.benefits_answer {
  overflow: hidden;
}

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

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

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

.layout121_timeline-wrapper {
  position: relative;
}

.cta33_logo {
  max-height: 3.5rem;
}

.cta33_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

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

.section_services-feature-2.is-border-bottom-1, .section_services-feature-4.is-border-bottom-1 {
  border-bottom-width: 1px;
}

.pagination1_component {
  justify-content: center;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
}

.pagination1_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 6.5rem;
  min-height: 2.5rem;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination1_button.is-previous {
  justify-content: flex-start;
  margin-right: auto;
}

.pagination1_button.is-next {
  justify-content: flex-end;
  margin-left: auto;
}

.pagination1 {
  justify-content: flex-end;
}

.blog-post5_social-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.blog-post5-related_category-link {
  background-color: var(--off-white);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post5-related_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog-post5_divider {
  background-color: var(--black);
  border: 0 solid #000;
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-post5_form {
  margin-bottom: 0;
}

.blog-post5-related_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post5-related_button-row.mobile-landscape {
  display: none;
}

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

.blog-post5-related_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.blog-post5-related_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-post5_category-link {
  background-color: var(--off-white);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post5_category-link.w--current {
  border-bottom: 2px solid #000;
}

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

.blog-post5_meta-wrapper {
  margin-bottom: 1.5rem;
}

.blog-post5_title-wrapper {
  flex-direction: column;
}

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

.blog-post5_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blog-post5-related_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post5_author-wrapper {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.blog-post5_content-left {
  max-width: 20rem;
  position: sticky;
  top: 5rem;
}

.blog-post5-related_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blogpost3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.blog-post5_content {
  margin-bottom: 4rem;
}

.blog-post5-related_heading {
  flex: 1;
  align-items: stretch;
  display: flex;
}

.blog-post5-related_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post5-related_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

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

.blog-post5-related_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post5_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post5_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog-post5_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post5_date {
  margin-left: .5rem;
  font-family: Merriweather, serif;
  font-size: .9rem;
  font-weight: 500;
}

.blog-post5-related_image-link {
  width: 100%;
}

.blog-post5-related_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page-wrapper-2 {
  z-index: 0;
  background-color: #fef9f1;
}

.blog-post5_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.blog-post5-related_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post5_social-link {
  background-color: var(--off-white);
  border-radius: 20px;
  padding: .25rem;
}

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

.home-header_lightbox-image {
  object-fit: cover;
}

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

.heading, .heading-2 {
  font-family: Merriweather, serif;
}

.heading-3, .heading-4 {
  font-family: Merriweather, serif;
  font-weight: 400;
}

.heading-5, .heading-6 {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.paragraph {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.link {
  font-family: Figtree, sans-serif;
}

.block-quote {
  font-family: Figtree, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.paragraph-7, .paragraph-8 {
  font-family: Figtree, sans-serif;
}

.text-block {
  font-family: Poppins, sans-serif;
}

.background-video {
  background-color: var(--secondary-lighter);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.background-video-2 {
  height: 100vh;
  padding-top: 5rem;
}

.background-video-3 {
  height: 90vh;
  padding-top: 6px;
}

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

.background-wrapper {
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Merriweather, serif;
}

.heading-7 {
  z-index: auto;
  color: var(--coral);
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 3.22rem;
  font-weight: 400;
  position: relative;
  bottom: 100px;
  right: auto;
}

.italic-text {
  padding-left: 0;
  padding-right: 80px;
}

.dropdown-wrapper {
  position: relative;
}

.heading-8 {
  text-align: center;
  margin-top: 2rem;
  font-family: Merriweather, serif;
}

.heading-9 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 400;
}

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

.heading-10 {
  background-color: #fff;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
  display: block;
  position: static;
}

.heading-11 {
  padding-left: 0;
  padding-right: 40px;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
}

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

.heading-12 {
  align-items: center;
  font-family: Merriweather, serif;
  font-weight: 400;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rl_menu-icon {
  display: none;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary.button {
  border-color: var(--secondary-lighter);
  background-color: var(--award-blue);
  color: var(--floral-white);
  -webkit-text-stroke-color: var(--award-blue);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  display: block;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  padding-top: 0;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.nav-bar-dropdown {
  color: var(--relume-library-lite-rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: var(--relume-library-lite-rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

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

.rl_navbar1_menu-awards.is-page-height-tablet {
  object-fit: contain;
}

.rl_navbar1_logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0;
}

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

.rl_navbar1_container {
  z-index: 90000;
  clear: none;
  background-color: var(--floral-white);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 1px solid #0000;
  outline: 3px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  display: flex;
  position: sticky;
}

.rl_navbar1_component {
  z-index: 9000;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: var(--secondary-lighter) var(--secondary-lighter) var(--award-blue);
  background-color: var(--floral-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding: 0 5%;
  display: flex;
  position: sticky;
  top: 0%;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_team8_spacing-block-9 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_spacing-block-8 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.rl_team8_spacing-block-7 {
  width: 100%;
  padding-bottom: 6rem;
}

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

.rl_team8_social-link {
  color: var(--relume-library-lite-rl-black);
}

.rl_team8_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: flex-start;
  display: grid;
}

.rl_team8_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_team8_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_team8_name-text {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_team8_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_team8_image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rl_team8_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.rl_team8_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_team8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_team8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_team8_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.rl-container-large {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.rl_section_team8 {
  background-color: var(--relume-library-lite-rl-white);
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.featured-gallery {
  padding-top: 10px;
  padding-bottom: 100px;
}

.heading-13 {
  text-align: center;
  padding-top: .25rem;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.image {
  z-index: auto;
  text-align: center;
  border-radius: 20px;
  padding-left: 0;
  position: relative;
  inset: 0%;
}

.collection-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-14 {
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.image-2 {
  float: left;
  opacity: 1;
  text-align: center;
  mix-blend-mode: normal;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}

.div-block-2 {
  display: inline-block;
}

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_layout270_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite-rl-black);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout207_item-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl_layout207_icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.rl_layout207_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "Area"
                 "."
                 "."
                 "Area-2"
                 / 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_layout270_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout270_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
}

.product-name {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout270_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl_layout207_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;
  padding-top: 2rem;
  display: grid;
}

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

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

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

.rl_section_layout207 {
  background-color: var(--relume-library-lite-rl-white);
}

.heading-15 {
  padding-top: 0;
}

.company-name {
  color: var(--relume-library-lite-rl-black);
  object-fit: scale-down;
  flex-direction: row;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.product-info {
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.company-label {
  color: var(--relume-library-lite-rl-black);
  object-fit: none;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: block;
}

.heading-16 {
  font-family: Merriweather, serif;
}

.collection-item-3 {
  object-fit: fill;
}

.related-block-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.company {
  grid-column-gap: 4px;
  grid-row-gap: 5px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

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

.heading-17 {
  width: 140px;
  color: var(--white);
  text-align: left;
  background-color: #0daeef;
  margin-bottom: .5rem;
  padding: .25rem .5rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-4 {
  object-fit: fill;
}

.text-block-3 {
  text-transform: capitalize;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

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

.sub-category-block {
  text-align: left;
  font-family: Figtree, sans-serif;
}

.sub-cat-name {
  color: var(--black);
  font-family: Figtree, sans-serif;
  font-size: 1rem;
}

.text-block-4 {
  color: var(--relume-library-lite-rl-black);
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.collection-list-wrapper-3 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.award-list.featured-awards {
  grid-template-columns: 1fr 1fr 1fr;
}

.awards-image {
  border-radius: 8px;
  width: auto;
  height: auto;
}

.awards-header_image-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.heading-18 {
  clear: none;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  font-family: Merriweather, serif;
  font-weight: 400;
  line-height: 2.5;
  display: block;
}

.awards-title-wrapper {
  text-align: center;
}

.awards-button-wrapper {
  display: flex;
}

.image-3 {
  text-align: left;
  border: 1px solid #000;
  border-radius: 0;
  align-self: center;
  width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: none;
}

.blog-header_image-link-copy {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-header_image-link-copy.award-header_image-link {
  width: 300px;
  height: auto;
  margin-bottom: 0;
}

.blog-header_blog-posts-copy {
  margin-left: 20px;
  margin-right: 20px;
}

.button-4 {
  background-color: #0daeef;
  font-family: Merriweather, serif;
  font-size: .9rem;
}

.button-4.button {
  border-color: var(--award-blue);
  background-color: var(--award-blue);
  margin-top: 10px;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}

.button-4.secondary {
  height: auto;
}

.text-block-5 {
  text-align: left;
  flex: none;
  max-width: 75%;
  font-family: Figtree, sans-serif;
  position: static;
}

.text-block-5.category-label {
  max-width: none;
}

.collection-item-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.search-input {
  margin-bottom: 0;
}

.search-button {
  background-color: var(--award-blue);
  line-height: 1.5px;
}

.collection-list-wrapper-4 {
  z-index: 9000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: auto;
  min-width: 0;
  max-width: 100%;
  max-height: 450px;
  padding-left: 0;
  font-family: Figtree, sans-serif;
  display: none;
  position: absolute;
  inset: 80px 120px auto auto;
  overflow: hidden;
}

.collection-item-5 {
  color: var(--black);
  background-color: #fef9f1fc;
  overflow: visible;
}

.collection-list-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-2 {
  padding: 5px 5px 5px 20px;
  text-decoration: none;
  display: inline-block;
}

.slider-section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  overflow: hidden;
}

.heading-19 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.collection-slide {
  margin-right: 10px;
}

.slider-list {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.slider-wrapper {
  flex-wrap: nowrap;
  display: block;
}

.slider-item {
  text-align: center;
  width: auto;
  min-width: auto;
}

.div-block-5 {
  overflow: hidden;
}

.image-4, .div-block-6 {
  min-height: 180px;
}

.image-5 {
  width: 100%;
}

.collection-item-6 {
  margin-bottom: 20px;
}

.collection-image-wrapper {
  min-height: 0;
  padding-left: 0;
}

.collection-text-wrapper {
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.heading-20 {
  text-align: center;
  font-size: 30px;
}

.button-5 {
  margin-top: 10px;
}

.image-6 {
  object-fit: fill;
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  min-height: auto;
  max-height: 500px;
  padding-left: 0;
}

.heading-21 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.collection-item-7 {
  width: 350px;
  margin-bottom: 10px;
}

.div-block-7 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  text-align: left;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  position: static;
  overflow: auto;
}

.collection-list-wrapper-5 {
  margin-top: 40px;
  display: block;
}

.image-wrapper {
  aspect-ratio: auto;
  text-align: center;
  border-radius: 0;
  min-height: 250px;
  max-height: 250px;
}

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

.heading-22 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 16px;
  position: static;
}

.collection-list-wrapper-6 {
  display: none;
}

.collection-list-wrapper-5-copy {
  margin-top: 40px;
  display: block;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-9 {
  text-align: center;
  margin-bottom: 40px;
  display: block;
}

.collection-list-wrapper-7 {
  margin-bottom: 40px;
}

.heading-23 {
  text-align: left;
  align-self: center;
  min-width: 25%;
  font-family: Figtree, sans-serif;
  font-size: .875rem;
}

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

.mobile-search {
  display: none;
}

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

.field-label-2, .field-label-3 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.heading-24, .heading-25 {
  font-family: Merriweather, serif;
}

.image-8 {
  border-radius: 0;
}

.link-block {
  border-radius: 10px;
}

.heading-26, .heading-27 {
  font-family: Merriweather, serif;
}

.heading-28 {
  margin-top: 6rem;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
}

.field-label-4, .field-label-5 {
  text-align: left;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-field {
  text-align: left;
  margin-bottom: 34px;
  line-height: 1.5;
}

.div-block-11 {
  text-align: right;
}

.heading-29 {
  font-family: Merriweather, serif;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  font-family: Figtree, sans-serif;
}

.text-block-7 {
  font-family: Merriweather, serif;
}

.text-block-8 {
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.text-block-9, .text-block-10 {
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-block-11 {
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-block-12 {
  padding-top: 0;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.author-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: .25rem;
  font-family: Figtree, sans-serif;
  display: flex;
}

.rich-text-block {
  text-align: left;
  font-size: 0;
}

.rl_navbar1_button-2 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--dark-teal);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.rl_navbar1_menu-buttons-2 {
  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;
  font-size: .8rem;
  display: flex;
}

.rl_navbar1_dropdown-link-2 {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link-2.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link-2 {
  color: var(--relume-library-lite-rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link-2.w--current {
  color: #000;
}

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

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

.rl_navbar1_container-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component-2 {
  z-index: 9000;
  background-color: var(--floral-white);
  border: 2px #005c73;
  border-bottom-style: solid;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 5.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  inset: 0% auto auto 0%;
}

.rl_navbar1_button-secondary-2-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-copy.button.is-small.icon {
  background-color: var(--dark-teal);
  color: var(--floral-white);
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.button.is-icon.small {
  background-color: var(--coral);
  font-family: Figtree, sans-serif;
}

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

.rl_header62_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_header62_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header62_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header62_component {
  text-align: center;
}

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

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

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

.promo-section {
  background-color: var(--relume-library-lite-rl-white);
}

.rl_contact7_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text {
  color: #e23939;
}

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

.rl-success-text {
  font-family: Figtree, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.spacer-1rem {
  padding-bottom: 1rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  border: 1px solid var(--relume-library-lite-rl-black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black);
  box-shadow: none;
}

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

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  height: auto;
  min-height: 11.25rem;
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  padding: .75rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite-rl-black);
}

.rl-field-label {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact7_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  border: 1px solid var(--light-grey);
  background-color: var(--relume-library-lite-rl-white);
  height: auto;
  min-height: 2.75rem;
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite-rl-black);
}

.rl-form-input::placeholder {
  color: var(--light-grey);
  font-size: 1rem;
}

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

.rl_contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
}

.rl_contact7_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact7_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 4rem;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

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

.rl_section_contact7 {
  background-color: var(--relume-library-lite-rl-white);
}

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

.rl-success-message {
  background-color: #fff;
  padding: 1.5rem;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta26_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rl_cta26_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_cta26_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_cta26_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

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

.rl_section_cta26 {
  background-color: var(--relume-library-lite-rl-white);
  position: relative;
}

.text-size-medium-copy {
  aspect-ratio: auto;
  text-align: left;
  margin-bottom: 2rem;
  padding-right: 37px;
  font-family: Figtree, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.text-size-medium-copy.text-size-medium-2 {
  margin-bottom: 0;
}

.image-container {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-container.is-bordered {
  aspect-ratio: auto;
  object-fit: fill;
  border-style: none;
  width: 80%;
  height: 100%;
  padding-top: 0;
  line-height: 1;
  overflow: auto;
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 0;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite-rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

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

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

.rl_section_layout28 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl-field-label-2 {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-subheading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.rl-text-style-medium-5 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

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

.rl_contact1_form-field-wrapper {
  position: relative;
}

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

.rl_contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 0;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_contact1_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl_section_contact1 {
  background-color: var(--relume-library-lite-rl-white);
}

.rl_navbar1_button-secondary-copy-copy-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-copy-copy-copy.button {
  border-color: var(--secondary-lighter);
  background-color: var(--award-blue);
  color: var(--floral-white);
  -webkit-text-stroke-color: var(--award-blue);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  display: block;
}

.rl_navbar1_button-secondary-copy-copy-copy.button.is-icon.small {
  aspect-ratio: auto;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  transition: background-color .3s;
}

.rl_navbar1_button-secondary-copy-copy-copy.button.is-icon.small.rl_navbar1_button-secondary-2-awards-home {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  line-height: 2;
}

.div-block-14 {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-13, .text-block-14 {
  font-family: Figtree, sans-serif;
}

.rl_navbar1_button-secondary-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-copy.button {
  border-color: var(--secondary-lighter);
  background-color: var(--award-blue);
  color: var(--floral-white);
  -webkit-text-stroke-color: var(--award-blue);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  display: block;
}

.rl_navbar1_button-secondary-copy.button-copy {
  border-color: var(--secondary-lighter);
  background-color: var(--coral);
  color: var(--floral-white);
  -webkit-text-stroke-color: var(--award-blue);
  border-radius: 0;
  margin-top: 10px;
  margin-right: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .3s, background-color .3s;
  display: block;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite-rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite-rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

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

.rl_footer4_social-link {
  color: var(--relume-library-lite-rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_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;
  place-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

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

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

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.rl_footer4_component {
  background-color: var(--relume-library-lite-rl-white);
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.website-link-text {
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
}

.paragraph-9 {
  padding-bottom: 2rem;
  font-size: .9rem;
}

.paragraph-10, .paragraph-11 {
  font-size: .9rem;
  line-height: 1.5;
}

.paragraph-12 {
  text-align: left;
  font-size: .9rem;
}

.paragraph-13 {
  text-align: center;
  font-size: .9rem;
}

.heading-30 {
  margin-bottom: 1rem;
  padding-bottom: 0;
  font-family: Merriweather, serif;
}

.rich-text-block-2, .rich-text-block-3 {
  text-align: left;
}

.div-block-15 {
  object-fit: fill;
}

.image-9 {
  opacity: .65;
  -webkit-text-stroke-color: var(--black);
}

.search-input-2-awards {
  max-width: 500px;
  height: 100%;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  overflow: hidden;
}

.navbar_search {
  background-color: var(--floral-white);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-button-2-awards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.search-button-2-awards.button.is-small.icon.rl_navbar1_button-secondary-2 {
  background-color: var(--dark-teal);
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  transition-property: none;
}

.search-2 {
  flex: 1;
  align-items: center;
  max-width: 500px;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.navbar2_search-link {
  opacity: .65;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.navbar2_search-link:hover {
  opacity: 1;
}

.div-block-17 {
  padding-top: 10px;
}

.rl_navbar1_button-secondary-awards {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-awards.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--dark-teal);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.search-button-2-awards-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.search-button-2-awards-copy.button.is-small.icon.rl_navbar1_button-secondary-2 {
  background-color: var(--dark-teal);
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  transition-property: none;
}

.rl_navbar1_menu-buttons-2-copy {
  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;
  font-size: .8rem;
  display: flex;
}

.rl_navbar1_button-secondary-2-awards-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-copy.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--dark-teal);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.rl_navbar1_button-secondary-2-awards-copy-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-copy-copy.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--dark-teal);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.rl_navbar1_button-secondary-2-awards-home {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-home.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--award-blue);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.rl_navbar1_button-secondary-2-awards-copy-copy-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-copy-copy-copy.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--award-blue);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2;
}

.home-cc {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.home-cc.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--coral);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.home-cc.button.is-small.icon.w--current {
  background-color: var(--coral);
  -webkit-text-stroke-color: var(--coral);
  font-weight: 500;
}

.search-button-2-awards-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.search-button-2-awards-home.button.is-small.icon.rl_navbar1_button-secondary-2 {
  background-color: var(--award-blue);
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .5rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  transition-property: none;
}

.div-block-18 {
  background-color: #fef9f1;
}

.rl_navbar1_button-secondary-2-awards-homr-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-homr-copy.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--dark-teal);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.rl_navbar1_button-secondary-2-awards-homr-copy.button.is-small.icon.w--current {
  background-color: var(--coral);
  pointer-events: auto;
  font-weight: 500;
}

.icon-2 {
  margin-right: 7px;
}

.text-block-15 {
  padding-left: 0;
}

.collection-list-wrapper-8 {
  background-color: #fef9f1;
  max-height: 450px;
  font-family: Figtree, sans-serif;
}

.dropdown-list {
  background-color: #fef9f1;
  max-height: 450px;
  overflow: scroll;
}

.dropdown-link {
  max-height: 450px;
}

.rl_navbar1_button-secondary-2-awards-copy-copy-copy-copy {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Merriweather, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary-2-awards-copy-copy-copy-copy.button.is-small.icon {
  aspect-ratio: auto;
  background-color: var(--coral);
  width: auto;
  color: var(--white);
  border-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2;
}

.navbar2_link {
  color: var(--coral);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff0;
  border-style: none;
  border-width: 1px;
  padding: .5rem clamp(.2rem, 1.5rem, .55vw);
  font-family: Figtree, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.navbar2_link:hover {
  text-decoration: underline;
}

.navbar2_menu-container {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_search_submit-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--black);
  background-color: var(--grey);
  height: 100%;
  color: var(--white);
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1.5rem .65rem;
  font-family: Figtree, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition-property: none;
  display: block;
}

.navbar_search_submit-button:hover {
  background-color: var(--black);
}

.navbar2_menu {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.blog_list-stacked {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog_stacked-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none;
  border-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: minmax(7rem, 1fr) 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_feature-blogs {
  background-color: var(--floral-white);
  padding: 2rem;
}

.home_feature-blog-headline {
  color: var(--coral);
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.blog_stacked-author-wrapper {
  grid-column-gap: .2ch;
  grid-row-gap: .2ch;
  opacity: .95;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: .25rem;
  font-size: .85em;
  font-weight: 300;
  display: flex;
}

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

.blog_stacked-title-container {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  margin-top: -.15em;
  display: flex;
}

.blog_stacked-title {
  font-family: Merriweather, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
}

.blog_stacked-image-wrapper {
  aspect-ratio: 3 / 2;
  border: 3px solid var(--coral);
  overflow: hidden;
}

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

.blog_hero-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog_list-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog_row-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none;
  border-width: 1px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

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

.blog_row-image-wrapper {
  aspect-ratio: 3 / 2;
  border: 5px solid var(--coral);
  overflow: hidden;
}

.full-width-feature_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding-left: 6%;
  display: flex;
}

.square-full-height {
  aspect-ratio: 1;
  height: 100%;
}

.full-width-feature_link {
  aspect-ratio: 20 / 7;
  width: 100%;
  max-height: 45rem;
  padding-bottom: 3rem;
  position: relative;
}

.full-width-feature_author {
  grid-column-gap: .2ch;
  grid-row-gap: .2ch;
  opacity: .95;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: .25rem;
  font-size: .5em;
  font-weight: 300;
  display: flex;
}

.full-width-feature_text-container {
  padding-bottom: .5rem;
  font-size: clamp(1.5rem, 4vw, 2rem);
}

.full-width-feature_card {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: clamp(25rem, 37vw, 38rem);
  max-height: 25rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 15px #00000026;
}

.full-width-feature_tag {
  text-transform: uppercase;
  font-size: .5em;
  font-weight: 400;
}

.full-width-feature_summary {
  font-size: .6em;
  font-weight: 300;
}

.full-width-feature_title {
  margin-bottom: .5em;
  font-family: Merriweather, serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.3;
}

.full-width-feature_image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: 150rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.border-feature-y {
  border-top: 6px solid var(--coral);
  border-bottom: 6px solid var(--coral);
}

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

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

  .max-width-full {
    padding-top: 0;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .logo2_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .logo2_content-left {
    max-width: 16rem;
  }

  .home-header_component, .home-features-1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .home-blog_heading-wrapper-2 {
    grid-column-gap: 3rem;
  }

  .home-blog_heading-2 {
    margin-right: 3rem;
  }

  .home-blog_button-row {
    flex: none;
  }

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

  .home-features-2_component.magazine-subscribe {
    grid-template-columns: 2fr 1fr;
  }

  .home-pricing_component {
    grid-template-columns: 1fr;
  }

  .home-sign-up_content-left {
    padding-top: 6rem;
  }

  .home-sign-up_component {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-sign-up_image {
    height: 40rem;
  }

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

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

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

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

  .navbar_component {
    mix-blend-mode: normal;
    position: fixed;
  }

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

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

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

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

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

  .navbar_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

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

  .image-wrapper_image.has-shadow {
    max-width: 20rem;
    max-height: 20rem;
  }

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

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

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

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

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

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

  .blog-header_component {
    grid-column-gap: 3rem;
    grid-template-columns: .25fr 1fr;
    place-content: stretch;
    justify-items: center;
    display: block;
  }

  .blog-header_featured-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-header_blog-posts {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-header_meta-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-header_category-link {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .career25_department-wrapper {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial18_component {
    column-count: 2;
  }

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

  .layout121_timeline-step {
    grid-column-gap: 24px;
  }

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

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

  .blog-post5-related_button-row {
    flex: none;
  }

  .blog-post5-related_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-post5_newsletter, .blog-post5_contributers {
    position: static;
  }

  .blog-post5_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post5_content-left {
    padding-right: 0;
    position: static;
  }

  .blog-post5_content {
    margin-bottom: 3rem;
  }

  .blog-post5-related_heading {
    margin-right: 3rem;
  }

  .blog-post5-related_heading-wrapper {
    grid-column-gap: 3rem;
  }

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

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

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

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

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

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

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

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

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

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

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

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

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

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .nav-bar-dropdown {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .rl_navbar1_menu-awards.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

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

  .rl_team8_spacing-block-7 {
    padding-bottom: 5rem;
  }

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

  .rl_team8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

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

  .product-name {
    font-size: 2.75rem;
  }

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

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

  .italic-text-3 {
    font-size: 2rem;
  }

  .blog-header_blog-posts-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-5 {
    max-width: 100%;
  }

  .collection-item-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-wrapper-4 {
    right: 0;
  }

  .collection-item-5 {
    font-family: Figtree, sans-serif;
  }

  .slider-item {
    width: auto;
    min-width: auto;
  }

  .collection-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-20 {
    font-size: 24px;
  }

  .image-6 {
    min-height: 400px;
    max-height: 400px;
  }

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

  .heading-23 {
    min-width: auto;
  }

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

  .mobile-search {
    display: block;
  }

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

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

  .rl_menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

  .navbar2_menu-button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: block;
  }

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

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

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

  .rl_navbar1_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

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

  .rl-dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

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

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

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

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

  .rl_navbar1_menu-2.is-page-height-tablet {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 15rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .navbar2_search-link {
    margin-top: 1rem;
    margin-left: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .navbar2_link {
    border-bottom-style: solid;
    border-bottom-color: var(--white-smoke);
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar2_menu-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    height: 100vh;
    padding-bottom: 15rem;
    padding-left: 4%;
    padding-right: 4%;
    position: absolute;
    overflow: auto;
  }

  .home_feature-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .blog_stacked-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .home_feature-blogs {
    padding: 1.5rem;
  }

  .blog_list-row {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }

  .blog_row-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .full-width-feature_container {
    padding-left: 0%;
  }

  .full-width-feature_link {
    aspect-ratio: 14 / 7;
    background-size: cover;
  }

  .full-width-feature_card {
    max-width: clamp(20rem, 30vw, 30rem);
    padding: 1.5rem;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .max-width-full {
    padding-top: 0;
  }

  .global-styles {
    display: block;
  }

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

  .container-large.full-width-background {
    height: auto;
  }

  .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-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

  .padding-global.full-width-feature_card-container {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .home-header_component, .home-features-1_component, .home-blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .home-blog_heading-2 {
    margin-right: 0;
  }

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

  .home-blog_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .home-blog_button-row.hide-mobile-landscape {
    display: none;
  }

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

  .home-features-2_component.magazine-subscribe {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .home-pricing_component {
    grid-template-columns: 1fr;
  }

  .home-sign-up_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .home-sign-up_image {
    height: 30rem;
  }

  .home-email-subscribe_component {
    grid-row-gap: 3rem;
  }

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

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

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

  .navbar_component.is-small.is-icon.button {
    display: inline-block;
  }

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

  .home-pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .about-team_image-wrapper {
    height: 100%;
  }

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

  .about-header_component {
    grid-template-columns: 1fr;
  }

  .about-team_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-growth_component, .about-values_component, .blog-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .blog-header_component {
    grid-template-columns: 1fr;
  }

  .blog-header_featured-list {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .blog-header_meta-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-header_category-link {
    display: flex;
  }

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

  .blog-header_category-menu {
    overflow: scroll;
  }

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

  .career25_item {
    padding: 1.5rem;
  }

  .career25_department-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
    padding-top: 2rem;
  }

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

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

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

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_content {
    padding: 1.5rem;
  }

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

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

  .benefits_icon {
    width: 1.75rem;
  }

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

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

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

  .cta33_logo {
    max-height: 3rem;
  }

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

  .blog-post5_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post5-related_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post5-related_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .blog-post5-related_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post5-related_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog-post5_content {
    margin-bottom: 2rem;
  }

  .blog-post5-related_heading {
    margin-right: 0;
  }

  .blog-post5-related_image-wrapper {
    height: 100%;
  }

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

  .blog-post5_header {
    grid-row-gap: 3rem;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rl_navbar1_button-secondary.button {
    font-size: 14px;
  }

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

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

  .rl_team8_spacing-block-9 {
    padding-bottom: 1.5rem;
  }

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

  .rl_team8_spacing-block-8 {
    padding-bottom: .75rem;
  }

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

  .rl_team8_spacing-block-7 {
    padding-bottom: 3.5rem;
  }

  .rl_team8_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_spacing-block-5 {
    padding-bottom: .75rem;
  }

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

  .rl_team8_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_team8_image-wrapper {
    height: 100%;
  }

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

  .rl_team8_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_team8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_team8_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .featured-gallery {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rl_layout270_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout270_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

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

  .rl_layout270_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .product-name {
    font-size: 2.25rem;
  }

  .rl_layout270_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

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

  .text-block-5 {
    max-width: 100%;
  }

  .collection-list-wrapper-4 {
    right: 0;
  }

  .heading-19 {
    font-size: 16px;
  }

  .slider-item {
    width: auto;
    min-width: auto;
  }

  .image-4, .div-block-6 {
    min-height: 200px;
  }

  .image-6 {
    min-height: 350px;
    max-height: 350px;
  }

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

  .rl_navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .rl_header62_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .rl_header62_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_header62_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_contact7_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_contact7_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_contact7_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_cta26_spacing-block-3 {
    padding-bottom: .75rem;
  }

  .rl_cta26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_cta26_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

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

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

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

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_navbar1_button-secondary-copy-copy-copy.button, .rl_navbar1_button-secondary-copy.button, .rl_navbar1_button-secondary-copy.button-copy {
    font-size: 14px;
  }

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

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

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

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

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .blog_list-stacked {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog_stacked-title {
    font-size: 1.125rem;
  }

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

  .full-width-feature_container {
    height: auto;
    padding-left: 0%;
  }

  .full-width-feature_link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    height: auto;
    max-height: none;
    display: block;
    position: static;
  }

  .full-width-feature_author {
    font-size: .85rem;
  }

  .full-width-feature_text-container {
    font-size: clamp(2rem, 4vw, 2rem);
  }

  .full-width-feature_card {
    aspect-ratio: auto;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    box-shadow: none;
    padding: 0;
  }

  .full-width-feature_tag, .full-width-feature_summary {
    font-size: 1rem;
  }

  .full-width-feature_title {
    font-size: 1.5rem;
  }

  .full-width-feature_image {
    min-height: 18rem;
    position: static;
  }
}

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

  .max-width-full {
    padding-top: 0;
  }

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

  .container-large {
    margin-left: auto;
    padding: 5px 0;
  }

  .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 {
    margin-top: 1rem;
    padding-top: 1.125rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: 15rem;
  }

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

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

  .button.is-secondary.on-mobile_width-full {
    width: 100%;
  }

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

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

  .padding-global {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }

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

  .text-size-medium-2 {
    font-family: Figtree, sans-serif;
    font-size: 1.1rem;
  }

  .logo2_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

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

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .home-header_component, .home-features-1_component {
    grid-template-columns: 1fr;
  }

  .home-blog_item-content-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-blog_component {
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .home-features-2_item-list, .home-features-2_component {
    grid-template-columns: 1fr;
  }

  .home-sign-up_image {
    height: 25rem;
  }

  .home-email-subscribe_component {
    grid-template-columns: 1fr;
  }

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

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .navbar_component.is-small.is-icon.button {
    display: flex;
  }

  .navbar_logo {
    aspect-ratio: auto;
    object-fit: contain;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    position: fixed;
    inset: 0% auto auto 0%;
    overflow: scroll;
  }

  .menu-icon1 {
    flex-flow: column wrap;
    place-content: stretch center;
    align-self: flex-end;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .navbar_logo-link {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .navbar_menu-button {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: block;
  }

  .navbar_container {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .navbar_menu.is-page-height-tablet {
    justify-content: space-between;
  }

  .image-wrapper-1-1.is-bordered {
    width: 100%;
    height: 100%;
    padding-top: 0%;
  }

  .image-wrapper_image {
    text-align: left;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
  }

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

  .about-team_image-wrapper {
    padding-top: 66%;
  }

  .section_about-cta.background-color-secondary-lighter.is-border-bottom-1 {
    padding-top: 10px;
  }

  .about-header_component {
    grid-template-columns: 1fr;
  }

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

  .about-growth_component, .about-values_component, .about-growth_item-list {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    margin-bottom: .25rem;
    font-family: Merriweather, serif;
    font-size: 1rem;
  }

  .blog-header_component {
    grid-column-gap: 0rem;
    grid-template-columns: 0;
    grid-auto-columns: 1.5fr;
    grid-auto-flow: column;
  }

  .blog-header_blog-posts {
    margin-left: 10px;
    padding-right: 10px;
  }

  .blog-header_meta-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2px;
    display: flex;
  }

  .blog-header_category-link {
    flex-direction: row;
    max-width: none;
    display: flex;
  }

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

  .benefits_component, .layout121_component {
    grid-template-columns: 1fr;
  }

  .cta33_logo-row {
    justify-content: center;
  }

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

  .blog-post5_divider {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .blog-post5_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blog-post5-related_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .blog-post5-related_image-wrapper {
    padding-top: 66%;
  }

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

  .blog-post5_header {
    grid-template-columns: 1fr;
  }

  .background-video-3 {
    aspect-ratio: 2.39;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    position: relative;
    overflow: auto;
  }

  .background-wrapper {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    float: none;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
    display: block;
    bottom: 103px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
  }

  .heading-9 {
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .heading-10 {
    font-size: 2rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .rl_navbar1_button-secondary.button {
    margin-right: 0;
  }

  .rl_navbar1_menu-buttons {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
  }

  .rl_navbar1_menu-awards.is-page-height-tablet {
    margin-top: 10px;
    display: none;
  }

  .rl_team8_image-wrapper {
    padding-top: 66%;
  }

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

  .featured-gallery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .rl-text-style-regular-2 {
    font-family: Figtree, sans-serif;
    font-size: .9rem;
  }

  .rl_layout207_item {
    text-indent: 0;
  }

  .rl_layout207_item-list {
    grid-row-gap: 0rem;
    padding-top: 0;
  }

  .rl_layout270_spacing-block-2 {
    font-family: Figtree, sans-serif;
  }

  .rl_layout207_component {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .product-info {
    font-family: Figtree, sans-serif;
  }

  .company-label {
    font-weight: 400;
  }

  .heading-17 {
    text-align: left;
    width: 120px;
    font-size: .9rem;
  }

  .text-block-3 {
    font-family: Figtree, sans-serif;
    font-size: .9rem;
  }

  .sub-cat-name {
    text-indent: 6px;
    direction: ltr;
    font-family: Figtree, sans-serif;
    font-size: .9rem;
  }

  .text-block-4 {
    padding-top: 0;
    padding-bottom: 13px;
  }

  .award-list.featured-awards {
    display: block;
  }

  .awards-header_image-wrapper {
    padding-top: 0;
    display: block;
  }

  .heading-18 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }

  .image-3 {
    border-style: none;
    padding-bottom: 10px;
    display: inline-block;
  }

  .blog-header_image-link-copy.award-header_image-link {
    width: 100%;
    height: auto;
    margin-bottom: auto;
    display: block;
  }

  .blog-header_blog-posts-copy {
    display: block;
  }

  .button-4 {
    font-family: Poppins, sans-serif;
    font-weight: 300;
  }

  .text-block-5 {
    text-align: left;
    max-width: 100%;
    font-family: Poppins, sans-serif;
  }

  .collection-item-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .search-input {
    height: auto;
  }

  .collection-list-wrapper-4 {
    padding-left: 33px;
    padding-right: 0;
    display: none;
  }

  .slider-item {
    width: auto;
    min-width: auto;
  }

  .collection-image-wrapper {
    min-height: auto;
  }

  .collection-text-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-6 {
    min-height: auto;
    max-height: 300px;
    font-family: Figtree, sans-serif;
  }

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

  .heading-23 {
    text-align: left;
    min-width: 0;
  }

  .text-block-6 {
    display: block;
  }

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

  .heading-24 {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.8rem;
  }

  .heading-25 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-28 {
    margin-top: 3rem;
  }

  .text-block-9 {
    padding-top: 0;
    font-size: .9rem;
  }

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

  .div-block-12 {
    grid-template-columns: .25fr 1.5fr;
  }

  .text-block-11, .text-block-12 {
    font-family: Merriweather, serif;
    font-size: .8rem;
    font-weight: 400;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .65fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rich-text-block {
    padding-top: 0;
  }

  .navbar2_menu-button_wrapper {
    margin-right: auto;
    overflow: visible;
  }

  .rl_navbar1_button-secondary-2-awards.button.is-small.icon {
    aspect-ratio: auto;
    background-color: var(--dark-teal);
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
    overflow: visible;
  }

  .rl_navbar1_menu-buttons-2 {
    align-items: stretch;
    margin-top: 10px;
    padding: .5rem 1rem;
    display: block;
  }

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

  .rl_navbar1_component-2 {
    min-height: 4.5rem;
    line-height: 1.5;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 2rem;
  }

  .rl-text-style-medium-3 {
    text-align: center;
    font-size: 1.1rem;
  }

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

  .rl-heading-style-h2-2 {
    margin-top: 2rem;
  }

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

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

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

  .text-size-medium-copy {
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.1rem;
  }

  .image-container.is-bordered {
    width: 100%;
    height: 100%;
    padding-top: 0%;
  }

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

  .rl-padding-section-large-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-padding-section-large-7 {
    padding-top: 0;
  }

  .collection-item-8 {
    text-indent: 6px;
  }

  .rl_navbar1_button-secondary-copy-copy-copy.button.is-icon.small {
    text-align: center;
    margin-right: 0;
  }

  .rl_navbar1_button-secondary-copy-copy-copy.button.is-icon.small.rl_navbar1_button-secondary-2-awards-home {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: left;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 10px;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
    display: flex;
    overflow: auto;
  }

  .rl_navbar1_button-secondary-copy.button, .rl_navbar1_button-secondary-copy.button-copy {
    margin-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

  .image-9 {
    opacity: .7;
    text-align: center;
    object-fit: fill;
    flex: 0 auto;
    align-self: flex-start;
    max-width: none;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .search-input-2-awards {
    aspect-ratio: auto;
    object-fit: scale-down;
    margin-left: 0;
    margin-right: 0;
  }

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

  .search-button-2-awards.button.is-small.icon.rl_navbar1_button-secondary-2 {
    background-color: var(--dark-teal);
    max-width: 100%;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar2_search-link-container {
    aspect-ratio: auto;
    text-align: right;
    object-fit: fill;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    max-width: none;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
    overflow: visible;
  }

  .navbar2_search-link-container.button.icon.is-small.rl_navbar1_button-secondary-2-awards {
    z-index: 9000;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    aspect-ratio: auto;
    text-align: right;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 179%;
    margin-top: 10px;
    padding-left: 1rem;
    display: flex;
    position: relative;
    left: auto;
  }

  .navbar2_search-link-container.button.rl_navbar1_button-secondary-2-awards {
    margin-top: 10px;
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar2_search-link-container.button.rl_navbar1_button-secondary-2-awards-mobile {
    border-style: none;
    border-color: var(--secondary-lighter);
    background-color: var(--white);
    -webkit-text-stroke-color: var(--secondary-lighter);
    margin-top: 10px;
    padding: .5rem 1rem;
  }

  .rl_navbar1_button-secondary-awards.button.is-small.icon {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .search-button-2-awards-copy.button.is-small.icon.rl_navbar1_button-secondary-2 {
    background-color: var(--award-blue);
    max-width: 100%;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rl_navbar1_button-secondary-2-awards-copy.button.is-small.icon {
    background-color: var(--award-blue);
    background-color: var(--award-blue);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .rl_navbar1_menu-buttons-2-copy {
    align-items: stretch;
    margin-top: 10px;
    padding: .5rem 1rem;
    display: block;
  }

  .rl_navbar1_button-secondary-2-awards-copy.button.is-small.icon {
    background-color: var(--dark-teal);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .rl_navbar1_button-secondary-2-awards-copy.button.is-small.icon.w--current {
    background-color: var(--award-blue);
  }

  .rl_navbar1_button-secondary-2-awards-copy-copy.button.is-small.icon {
    background-color: var(--award-blue);
    background-color: var(--award-blue);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .rl_navbar1_button-secondary-2-awards-home.button.is-small.icon {
    background-color: var(--award-blue);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .rl_navbar1_button-secondary-2-awards-copy-copy-copy.button.is-small.icon {
    background-color: var(--award-blue);
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .home-cc.button.is-small.icon {
    background-color: var(--dark-teal);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .home-cc.button.is-small.icon.w--current {
    background-color: var(--award-blue);
  }

  .search-button-2-awards-home.button.is-small.icon.rl_navbar1_button-secondary-2 {
    background-color: var(--award-blue);
    max-width: 100%;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .rl_navbar1_button-secondary-2-awards-homr-copy.button.is-small.icon {
    background-color: var(--dark-teal);
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .rl_navbar1_button-secondary-2-awards-homr-copy.button.is-small.icon.w--current {
    background-color: var(--award-blue);
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .text-block-15 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .dropdown {
    object-fit: contain;
    overflow: visible;
  }

  .rl_navbar1_button-secondary-2-awards-copy-copy-copy-copy.button.is-small.icon {
    background-color: var(--award-blue);
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 10px;
    margin-right: auto;
    display: flex;
  }

  .navbar_search_submit-button {
    background-color: var(--dark-teal);
    max-width: 100%;
    margin-top: 0;
  }

  .blog_list-stacked, .blog_list-row {
    grid-template-columns: 1fr;
  }

  .full-width-feature_text-container {
    font-size: clamp(1.75rem, 4vw, 2rem);
  }

  .full-width-feature_summary {
    font-size: .9rem;
  }

  .full-width-feature_image {
    min-height: 12.2rem;
  }
}

#w-node-cb8bb223-8d3e-3227-ed17-6d91192b4035-192b402f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb8bb223-8d3e-3227-ed17-6d91192b4038-192b402f {
  justify-self: start;
}

#w-node-_2a7ffcaf-3a21-ddb1-abb5-c556103b9435-192b402f {
  place-self: end;
}

#w-node-d73aed5a-cdef-59fa-eb8f-0cf1115c5bd0-b747757d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a24e9998-45f7-5c05-a403-9f975cad5219-b747758a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a24e9998-45f7-5c05-a403-9f975cad521b-b747758a {
  justify-self: start;
}

#w-node-_37ebae96-c0dd-763e-3028-efe9daa80806-b74775a2, #w-node-_0b3ac639-3809-d956-fddb-b1f5e9cc9c04-b74775a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_774b509a-e2e1-d0ea-5224-740346cdb4b0-b74775a2, #w-node-_774b509a-e2e1-d0ea-5224-740346cdb4b6-b74775a2, #w-node-_774b509a-e2e1-d0ea-5224-740346cdb4bc-b74775a2, #w-node-d627f886-e625-c6b3-5dcf-5393d92d3ea3-b74775a2, #w-node-_9b84e37e-b5cd-8eba-7eca-aee02f652990-b74775a2 {
  align-self: start;
}

#w-node-dd719db6-84b3-7a62-ddcc-75da8e2bcbc3-8e2bcbb6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd719db6-84b3-7a62-ddcc-75da8e2bcbc4-8e2bcbb6, #w-node-_336be75c-ab2b-838b-5642-972b6cc86205-b74775e1 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-b74775e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-b74775e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-b74775e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-b74775e1, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-b74775e1, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-b74775e1 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-b74775e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-b74775e1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-cb8bb223-8d3e-3227-ed17-6d91192b4036-192b402f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_008ef79d-022f-e08c-d4f0-9ab73085ee45-b74775a8 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_89ed84a7-5bc0-b5d7-33e4-96114e843cbb-b7477522, #w-node-be233ba0-8e9c-87c8-4da7-ce270c408463-b7477522, #w-node-b2ab6fb5-4d13-c026-52b3-7d982134047b-b7477522 {
    order: -9999;
  }

  #w-node-cb8bb223-8d3e-3227-ed17-6d91192b4036-192b402f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb8bb223-8d3e-3227-ed17-6d91192b4038-192b402f {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb8bb223-8d3e-3227-ed17-6d91192b4036-192b402f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d73aed5a-cdef-59fa-eb8f-0cf1115c5bd0-b747757d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_85cb3d17-8a40-d0cb-7022-c4434d24c4eb-b74775a0, #w-node-_9acbd441-6635-6ebd-1e01-086c8a8264c9-b74775ce, #w-node-_43d3bb67-fa89-1c83-7a68-c7b536bf28e8-b74775d6, #w-node-_93ad4d6f-c5b4-495d-ef9b-ee9aaff4933b-b74775d8, #w-node-_722ddb9d-9f2e-412c-b334-51fa86b4d2cc-b74775d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}