:root {
  --gray900: #101828;
  --gray600: #475467;
  --primary600: rgba(51, 51, 51, .8);
  --gray500: #667085;
  --gray800: #1d2939;
  --white: white;
  --gray700: #344054;
  --primary700: #6941c6;
  --primary50: #f9f5ff;
  --gray300: #d0d5dd;
  --primary100: #f4ebff;
  --primary300: #d6bbfb;
  --gray50: #f9fafb;
  --primary800: #53389e;
  --gray100: #f2f4f7;
  --error50: #fef3f2;
  --error700: #b42318;
  --warning50: #fffaeb;
  --warning700: #b54708;
  --success50: #ecfdf3;
  --success700: #027a48;
  --primary500: #9e77ed;
  --success500: #12b76a;
  --error500: #f04438;
  --warning500: #f79009;
  --gray25: #fcfcfd;
  --gray200: #eaecf0;
  --gray400: #98a2b3;
  --primary25: #fcfaff;
  --primary200: #e9d7fe;
  --primary400: #b692f6;
  --primary900: #42307d;
  --error25: #fffbfa;
  --error100: #fee4e2;
  --error200: #fecdca;
  --error300: #fda29b;
  --error400: #f97066;
  --error600: #d92d20;
  --error800: #912018;
  --error900: #7a271a;
  --warning25: #fffcf5;
  --warning100: #fef0c7;
  --warning200: #fedf89;
  --warning300: #fec84b;
  --warning400: #fdb022;
  --warning600: #dc6803;
  --warning800: #93370d;
  --warning900: #7a2e0e;
  --success25: #f6fef9;
  --success100: #d1fadf;
  --success200: #a6f4c5;
  --success300: #6ce9a6;
  --success400: #32d583;
  --success600: #039855;
  --success800: #05603a;
  --success900: #054f31;
  --indigo25: #f5f8ff;
  --indigo50: #eef4ff;
  --indigo100: #e0eaff;
  --indigo200: #c7d7fe;
  --indigo300: #a4bcfd;
  --indigo400: #8098f9;
  --indigo500: #6172f3;
  --indigo600: #444ce7;
  --indigo700: #3538cd;
  --indigo800: #2d31a6;
  --indigo900: #2d3282;
  --blue25: #f5faff;
  --blue50: #eff8ff;
  --blue100: #d1e9ff;
  --blue200: #b2ddff;
  --blue300: #84caff;
  --blue400: #53b1fd;
  --blue500: #2e90fa;
  --blue600: #1570ef;
  --blue700: #175cd3;
  --blue800: #1849a9;
  --blue900: #194185;
  --pink25: #fef6fb;
  --pink50: #fdf2fa;
  --pink100: #fce7f6;
  --pink200: #fcceee;
  --pink300: #faa7e0;
  --pink400: #f670c7;
  --pink500: #ee46bc;
  --pink600: #dd2590;
  --pink700: #c11574;
  --pink800: #9e165f;
  --pink900: #851651;
  --orange25: #fefaf5;
  --orange50: #fef6ee;
  --orange100: #fdead7;
  --orange200: #f9dbaf;
  --orange300: #f7b27a;
  --orange400: #f38744;
  --orange500: #ef6820;
  --orange600: #e04f16;
  --orange700: #b93815;
  --orange800: #932f19;
  --orange900: #772917;
}

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

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

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

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

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

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

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

body {
  color: #333;
  background-color: #ededed;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  color: var(--gray900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

h5 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: var(--gray600);
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: var(--gray600);
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}

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

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

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

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

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

blockquote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  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;
}

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

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

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

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

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

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.text-rich-text figcaption {
  color: var(--gray500);
  text-align: left;
  margin-top: 1rem;
  font-size: .875rem;
}

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

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

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

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

.background-color-gray800 {
  background-color: var(--gray800);
  color: #f5f5f5;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

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

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

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.show-tablet {
  display: none;
}

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

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

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

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

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

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

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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;
}

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

.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-medium {
  justify-content: space-between;
  align-items: center;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

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

.icon-small {
  height: 2rem;
}

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

.form-checkbox-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

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

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

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-tertiary {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-radio-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-radio-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  margin-top: 0;
}

.icon-xsmall {
  height: 1.5rem;
}

.uui-styleguide_featured-icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  height: 1.25rem;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.field-label {
  color: var(--gray700);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  grid-column-gap: .5rem;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  background-color: #404040;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  border-color: var(--primary700);
  background-color: rgba(51, 51, 51, .8);
}

.button:focus {
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--primary100);
  background-color: rgba(51, 51, 51, .8);
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  padding: .5rem .875rem;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button.is-navbar {
  padding: .75rem 1.25rem;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.form-input::-ms-input-placeholder {
  color: var(--gray500);
}

.form-input::placeholder {
  color: var(--gray500);
}

.form-input.select {
  color: var(--gray900);
  background-color: #fff;
  background-image: none;
}

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

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

.form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  cursor: pointer;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  border-color: var(--primary600);
  background-color: var(--primary50);
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: var(--primary600);
  background-color: var(--primary50);
  box-shadow: 0 0 0 4px var(--primary100);
  border-radius: .25rem;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--primary50);
  color: var(--primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

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

.button-secondary:focus {
  background-color: var(--primary50);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--primary100);
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: 1rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .125rem solid var(--primary600);
  color: var(--gray900);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

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

.image-wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

.uui-styleguide_images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  height: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  background-color: var(--gray900);
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 600;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.icon-1x1-xxsmall {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.form-radio-label {
  color: var(--gray700);
  margin-bottom: 0;
  font-weight: 500;
}

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

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

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

.button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: var(--primary800);
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

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

.button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.badge {
  grid-column-gap: .375rem;
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
}

.badge.is-error {
  background-color: var(--error50);
  color: var(--error700);
}

.badge.is-warning {
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group {
  background-color: var(--gray100);
  color: var(--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  background-color: var(--primary50);
  color: var(--primary700);
  white-space: nowrap;
}

.badge-group.is-error {
  background-color: var(--error50);
  color: var(--error700);
}

.badge-group.is-warning {
  background-color: var(--warning50);
  color: var(--warning700);
}

.badge-group.is-success {
  background-color: var(--success50);
  color: var(--success700);
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  background-color: var(--white);
  color: var(--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  background-color: var(--white);
  color: var(--primary700);
}

.badge-group_badge.is-error {
  background-color: var(--white);
  color: var(--error700);
}

.badge-group_badge.is-warning {
  background-color: var(--white);
  color: var(--warning700);
}

.badge-group_badge.is-success {
  background-color: var(--white);
  color: var(--success700);
}

.badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: var(--primary500);
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: var(--success500);
}

.badge-group_icon.text-color-error500 {
  color: var(--error500);
}

.badge-group_icon.text-color-warning500 {
  color: var(--warning500);
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uui-styleguide_shadow-wrapper {
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

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

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

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

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

.uui-styleguide_navbar {
  align-items: center;
  padding: 1rem 2%;
  display: flex;
  overflow: scroll;
}

.uui-styleguide_navbar-link {
  color: var(--gray900);
  flex: none;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: underline;
}

.badge-dot {
  color: var(--gray500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: var(--warning500);
}

.badge-dot.text-color-success500 {
  color: var(--success500);
}

.badge-dot.text-color-primary500 {
  color: var(--primary500);
}

.badge-dot.text-color-error500 {
  color: var(--error500);
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-none {
  line-height: 1;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.uui-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: var(--gray25);
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: var(--gray600);
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: var(--gray700);
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: var(--gray300);
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: var(--gray200);
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: var(--gray900);
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: var(--gray100);
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: var(--gray50);
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: var(--gray500);
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: var(--gray800);
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: var(--gray400);
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: var(--primary25);
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: var(--primary50);
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: var(--primary100);
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: var(--primary200);
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: var(--primary300);
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: var(--primary400);
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: var(--primary500);
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: var(--primary600);
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: var(--primary700);
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: var(--primary800);
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: var(--primary900);
}

.uui-styleguide_color-sample.is-error25 {
  background-color: var(--error25);
}

.uui-styleguide_color-sample.is-error50 {
  background-color: var(--error50);
}

.uui-styleguide_color-sample.is-error100 {
  background-color: var(--error100);
}

.uui-styleguide_color-sample.is-error200 {
  background-color: var(--error200);
}

.uui-styleguide_color-sample.is-error300 {
  background-color: var(--error300);
}

.uui-styleguide_color-sample.is-error400 {
  background-color: var(--error400);
}

.uui-styleguide_color-sample.is-error500 {
  background-color: var(--error500);
}

.uui-styleguide_color-sample.is-error600 {
  background-color: var(--error600);
}

.uui-styleguide_color-sample.is-error700 {
  background-color: var(--error700);
}

.uui-styleguide_color-sample.is-error800 {
  background-color: var(--error800);
}

.uui-styleguide_color-sample.is-error900 {
  background-color: var(--error900);
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: var(--warning25);
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: var(--warning50);
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: var(--warning100);
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: var(--warning200);
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: var(--warning300);
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: var(--warning400);
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: var(--warning500);
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: var(--warning600);
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: var(--warning700);
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: var(--warning800);
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: var(--warning900);
}

.uui-styleguide_color-sample.is-success25 {
  background-color: var(--success25);
}

.uui-styleguide_color-sample.is-success50 {
  background-color: var(--success50);
}

.uui-styleguide_color-sample.is-success100 {
  background-color: var(--success100);
}

.uui-styleguide_color-sample.is-success200 {
  background-color: var(--success200);
}

.uui-styleguide_color-sample.is-success300 {
  background-color: var(--success300);
}

.uui-styleguide_color-sample.is-success400 {
  background-color: var(--success400);
}

.uui-styleguide_color-sample.is-success500 {
  background-color: var(--success500);
}

.uui-styleguide_color-sample.is-success600 {
  background-color: var(--success600);
}

.uui-styleguide_color-sample.is-success700 {
  background-color: var(--success700);
}

.uui-styleguide_color-sample.is-success800 {
  background-color: var(--success800);
}

.uui-styleguide_color-sample.is-success900 {
  background-color: var(--success900);
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: var(--indigo25);
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: var(--indigo50);
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: var(--indigo100);
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: var(--indigo200);
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: var(--indigo300);
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: var(--indigo400);
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: var(--indigo500);
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: var(--indigo600);
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: var(--indigo700);
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: var(--indigo800);
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: var(--indigo900);
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: var(--blue25);
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: var(--blue50);
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: var(--blue100);
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: var(--blue200);
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: var(--blue300);
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: var(--blue400);
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: var(--blue500);
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: var(--blue600);
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: var(--blue700);
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: var(--blue800);
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: var(--blue900);
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: var(--pink25);
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: var(--pink50);
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: var(--pink100);
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: var(--pink200);
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: var(--pink300);
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: var(--pink400);
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: var(--pink500);
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: var(--pink600);
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: var(--pink700);
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: var(--pink800);
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: var(--pink900);
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: var(--orange25);
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: var(--orange50);
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: var(--orange100);
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: var(--orange200);
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: var(--orange300);
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: var(--orange400);
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: var(--orange500);
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: var(--orange600);
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: var(--orange700);
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: var(--orange800);
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: var(--orange900);
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

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

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  width: 100%;
  border: 1px solid var(--gray200);
  background-color: var(--gray50);
  color: var(--gray900);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

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

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.uui-styleguide_button-row {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.icon-featured-outline-medium {
  width: 3rem;
  height: 3rem;
  border: .375rem solid var(--primary50);
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--gray100);
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: var(--gray700);
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--primary50);
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-medium {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary500);
  color: var(--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-square-medium {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--primary500);
  color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide_common-icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.uui-styleguide-message-delete-this {
  height: 100vh;
  background-color: var(--gray100);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  border-top: .75rem solid var(--primary600);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-styleguide-message-wrapper {
  background-color: var(--white);
  text-align: left;
  border-radius: 1rem;
  padding: 2rem;
}

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

.uui-navbar01_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--primary600);
  background-color: var(--primary600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--primary700);
  background-color: var(--primary700);
}

.uui-button:focus {
  background-color: var(--primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--gray600);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--gray50);
  color: var(--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet-2 {
  display: none;
}

.uui-navbar01_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar01_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar01_link {
  color: var(--gray600);
  align-items: center;
  padding: 0 1rem;
  font-size: 1rem;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--gray700);
}

.uui-navbar01_link.w--current {
  color: #000;
}

.uui-navbar01_dropdown-right-overlay-absolute {
  min-width: 100vw;
  background-color: var(--gray50);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--primary800);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

.uui-text-size-small {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar01_item-heading {
  color: var(--gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-navbar01_blog-image-wrapper {
  width: 100%;
  height: 6.5rem;
  min-width: 11rem;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--white);
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--primary600);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  max-width: 35rem;
  flex: 1;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #f9f9f9;
}

.uui-navbar01_icon-wrapper {
  color: var(--primary600);
  flex: none;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--gray50);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--success50);
  color: var(--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_heading {
  color: var(--primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

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

.uui-navbar01_container {
  width: 100%;
  height: 100%;
  max-width: 71.25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar01_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar01_dropdown-list.w--open {
  width: 100vw;
  max-width: 100%;
  min-width: 100vw;
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 5.0625rem;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

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

.uui-navbar01_dropdown-toggle {
  color: var(--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--gray700);
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  flex-wrap: nowrap;
  display: block;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.navbar {
  width: 100%;
  border-bottom: 1px solid var(--gray100);
  background-color: #e9e9e9;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: fixed;
}

.navbar.shadow-xsmall {
  background-color: #ededed;
  padding: 8px 0;
  display: block;
}

.header_img1 {
  height: 40rem;
  object-fit: cover;
  border-radius: .75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.uui-text-size-medium {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-ratings_number {
  color: var(--gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.uui-avatar-group_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.uui-text-style-link {
  color: var(--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--gray700);
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--gray300);
  background-color: var(--white);
  color: var(--gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--primary100);
  color: var(--gray900);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--gray500);
}

.uui-form_input::placeholder {
  color: var(--gray500);
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-xlarge {
  color: var(--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

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

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_header {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.uui-section_cta08 {
  background-color: var(--white);
  position: relative;
}

.uui-layout09_lightbox-image {
  border: .25rem solid var(--gray900);
  object-fit: cover;
  border-radius: .5rem;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 57, .1);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout09_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}

.uui-layout09_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout09_item {
  align-items: center;
  display: flex;
}

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

.uui-heading-subheading {
  color: var(--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-faq01_cta {
  max-width: 48rem;
  background-color: #f9f9f9;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: var(--gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: var(--gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--gray400);
  color: var(--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--primary600);
}

.uui-faq01_heading {
  color: var(--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--gray200);
  background-color: #f9f9f9;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-layout01_image {
  width: 40rem;
  min-width: 40rem;
  border: .25rem solid var(--gray900);
  border-radius: .5rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.uui-layout01_image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 33rem;
  background-color: var(--gray100);
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-contact07_map-wrapper {
  margin-top: 4rem;
}

.uui-text-style-link-02 {
  color: var(--primary700);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.icon-featured-large-2 {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary100);
  color: var(--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-contact07_item {
  flex-direction: row;
  display: flex;
}

.uui-contact07_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

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

.section_contact {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.spacing-16 {
  width: 100%;
  height: 1rem;
}

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

.heading-span {
  color: #747474;
}

.header_img2 {
  height: 35rem;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.direito_component {
  padding-top: 7rem;
}

.section_about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.direitos_img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  border-radius: .75px;
}

.direitos_img.shadow-large {
  border-radius: .75rem;
}

.spacing-32 {
  width: 100%;
  height: 2rem;
}

.faq-heading {
  font-size: 1rem;
  font-weight: 500;
}

.navbar_logo {
  width: 9.375rem;
}

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

.about_content-2 {
  width: 100%;
  max-width: 48rem;
  background-color: #f9f9f9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 2rem;
  display: flex;
}

.div-block {
  grid-row-gap: .875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacing-48 {
  width: 100%;
  height: 3rem;
}

.section_faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

.section_owner {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contat_mini-titles {
  padding-bottom: 6px;
  font-weight: 500;
}

.line_component {
  height: 1px;
  background-color: rgba(51, 51, 51, .3);
}

.owner_img {
  width: 100%;
  object-fit: cover;
  border-radius: .75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacing-28 {
  width: 100%;
  height: 1.75rem;
}

.contact_icons {
  width: 2.5rem;
  height: 2.5rem;
  color: #ededed;
  background-color: #747474;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
}

.footer {
  background-color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer_text {
  color: var(--gray200);
  text-align: center;
  font-size: .875rem;
  line-height: 1;
}

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

.img-whatsapp {
  z-index: 80;
  width: 5rem;
  height: 5rem;
  transition: all .2s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.img-whatsapp:hover {
  transform: scale(1.03);
}

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

.navbar_links {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.navbar_links-wrapper {
  grid-column-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.navbar_link {
  transition: all .2s;
}

.navbar_link:hover {
  color: var(--gray800);
}

.faq_question-box {
  text-align: left;
  background-color: #f9f9f9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 2.5rem 2rem;
  display: flex;
}

.faq_box-heading {
  font-size: 1.15rem;
}

.spacing-12 {
  width: 100%;
  height: .75rem;
}

.section_wpp-hero {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.wpp-hero_component {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.border-ronded {
  border-radius: 20px;
  overflow: hidden;
}

.h1-wpp {
  font-size: 1.25rem;
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    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-xxlarge {
    font-size: 3.5rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--gray700);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--gray700);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet-2 {
    display: block;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar01_link {
    width: 100%;
    color: var(--gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--gray900);
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    min-width: 100%;
    border-radius: .5rem;
  }

  .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-content-right {
    max-width: none;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--gray900);
  }

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_menu {
    height: 100vh;
    border-top: 1px solid var(--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #e9e9e9;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .header_img1 {
    display: none;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

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

  .uui-padding-vertical-xhuge, .section_header {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-text-align-center.in-tablet-left {
    text-align: left;
  }

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

  .direitos_component {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-faq01_cta {
    align-items: flex-start;
  }

  .uui-layout01_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout01_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-contact07_contact-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .header_img2 {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: .75rem;
    display: block;
  }

  .about_content-2 {
    align-items: flex-start;
  }

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

  .align-dcenter-tleft, .direito-description {
    text-align: left;
  }

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

  .line_component {
    width: 100%;
    background-color: rgba(51, 51, 51, .6);
  }

  .owner_img {
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .navbar_links-wrapper {
    display: none;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

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

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

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

  .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-nowrap {
    white-space: normal;
  }

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .button {
    font-size: 1rem;
  }

  .button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

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

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .button-link {
    font-size: 1rem;
  }

  .button-link:hover {
    color: var(--primary700);
  }

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: rgba(0, 0, 0, 0);
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: var(--gray600);
  }

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-styleguide-message-delete-this {
    align-items: flex-start;
    padding-top: 6rem;
  }

  .uui-styleguide-message-fixed {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide-message-wrapper {
    padding: 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--primary600);
    background-color: var(--primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--gray600);
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--white);
    color: var(--gray700);
  }

  .uui-navbar01_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

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

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar01_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_img1 {
    height: 22rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_header {
    padding-bottom: 5rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .direitos_component {
    grid-row-gap: 1rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }

  .uui-layout01_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-layout01_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

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

  .uui-contact07_map-wrapper {
    margin-top: 3rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

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

  .section_contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .section_about {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .navbar_logo {
    width: 8.75rem;
  }

  .about_content-2 {
    padding: 2rem 1rem;
  }

  .section_faq, .section_owner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .img-whatsapp {
    width: 4rem;
    height: 4rem;
  }

  .h1-wpp {
    font-size: 1.2rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  .show-mobile-portrait {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
  }

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

  .header_img1 {
    height: 17.5rem;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

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

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

  .section_header {
    overflow: hidden;
  }

  .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .header_img2 {
    object-fit: cover;
  }

  .section_owner {
    overflow: hidden;
  }

  .h1-wpp {
    font-size: 4.7vw;
    line-height: 1.5;
  }
}

#w-node-d1580c8f-5d11-8128-1c22-487b30d1b256-819293a4, #w-node-_573710af-1f0b-ae8d-f12b-690f27b2db1c-819293a4, #w-node-af181292-ab7c-206c-9f55-5bbca4f5c9a4-819293a4 {
  align-self: start;
}

#w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-289293be, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-289293be {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-289293be {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-289293be {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-289293be {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-289293be {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-289293be {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-289293be, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-289293be {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-289293be {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-289293be {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-289293be {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-289293be {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-289293be {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-289293be, #w-node-_4635f455-7122-d962-9614-bf90a260e076-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-289293be {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-289293be {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-289293be {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-289293be {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-289293be {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-289293be {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-289293be, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-289293be {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-289293be {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-289293be {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-289293be {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-289293be {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-289293be, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-289293be {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-289293be {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-289293be {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-289293be {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-289293be, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-289293be {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-289293be {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-289293be {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-289293be {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-289293be {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-289293be, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-289293be {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-289293be {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-289293be {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-289293be {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-289293be {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-289293be {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-289293be, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-289293be {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-289293be {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-289293be {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-289293be {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-289293be {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-289293be {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-289293be {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-289293be {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-289293be {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-289293be, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-289293be {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-289293be {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-289293be {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-289293be, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-289293be {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-289293be, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-289293be, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-289293be, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-289293be, #w-node-_5536d213-1554-5501-3931-be8d8a809855-289293be, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-289293be, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-289293be, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-289293be, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-289293be, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-289293be, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-289293be, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-289293be {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-289293be {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-289293be {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-289293be {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-289293be, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-289293be, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-289293be, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-289293be, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-289293be, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-289293be, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-289293be, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-289293be, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-289293be, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-289293be, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-289293be, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-289293be, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-289293be, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-289293be, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-289293be, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-289293be, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-289293be, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-289293be, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-289293be {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-289293be, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-289293be, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-289293be {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-289293be, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-289293be, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-289293be {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-289293be, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-289293be, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-289293be {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-289293be, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-289293be, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-289293be {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-289293be, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-289293be, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-289293be {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-289293be, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-289293be, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-289293be {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-289293be, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-289293be, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-289293be {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-289293be, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-289293be, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-289293be {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-289293be, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-289293be, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-289293be {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-289293be, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-289293be, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-289293be {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-289293be, #w-node-a5da9f04-3971-3286-163a-446635d1e349-289293be, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-289293be {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-289293be, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-289293be, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-289293be {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-289293be, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-289293be, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-289293be {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-289293be, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-289293be, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-289293be {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-289293be, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-289293be, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-289293be {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-289293be, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-289293be, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-289293be {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-289293be, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-289293be, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-289293be {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-289293be, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-289293be, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-289293be {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-289293be, #w-node-_27682e82-6b82-214d-fa90-86b894680783-289293be, #w-node-_27682e82-6b82-214d-fa90-86b894680784-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-289293be {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-289293be, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-289293be, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-289293be {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-289293be, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-289293be, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-289293be {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-289293be, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-289293be, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-289293be {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-289293be, #w-node-_792c04d9-452e-3393-b749-359268974377-289293be, #w-node-_792c04d9-452e-3393-b749-359268974378-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-289293be {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-289293be, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-289293be, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-289293be {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-289293be, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-289293be, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-289293be {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-289293be, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-289293be, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-289293be {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-289293be, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-289293be, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-289293be {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-289293be, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-289293be, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-289293be {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-289293be, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-289293be, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-289293be {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-289293be, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-289293be, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-289293be {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-289293be, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-289293be, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-289293be {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-289293be, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-289293be, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-289293be {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-289293be, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-289293be, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-289293be {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-289293be, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-289293be, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-289293be {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-289293be, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-289293be, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-289293be {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-289293be, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-289293be, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-289293be {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-289293be, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-289293be, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-289293be {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-289293be, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-289293be, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-289293be {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-289293be, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-289293be, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-289293be {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-289293be, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-289293be, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-289293be {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-289293be, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-289293be, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-289293be {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-289293be, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-289293be, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-289293be {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-289293be, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-289293be, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-289293be {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-289293be, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-289293be, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-289293be {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-289293be, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-289293be, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-289293be {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-289293be, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-289293be, #w-node-_20413161-5260-6e26-b63b-f44b55103841-289293be, #w-node-_20413161-5260-6e26-b63b-f44b55103842-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-289293be {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-289293be, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-289293be, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-289293be {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-289293be, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-289293be, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-289293be {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-289293be, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-289293be, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-289293be {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-289293be, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-289293be, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-289293be {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-289293be, #w-node-d26d1036-766f-826c-7367-e2354959b592-289293be, #w-node-d26d1036-766f-826c-7367-e2354959b593-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-289293be {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-289293be, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-289293be, #w-node-_4163f697-749c-17b9-df49-5a408422aece-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-289293be {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-289293be, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-289293be, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-289293be {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-289293be, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-289293be, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-289293be {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-289293be, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-289293be, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-289293be {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-289293be, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-289293be, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-289293be {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-289293be, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-289293be, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-289293be {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-289293be, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-289293be, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-289293be {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-289293be, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-289293be, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-289293be {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-289293be, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-289293be, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-289293be {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-289293be, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-289293be, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-289293be, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-289293be {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-289293be, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-289293be, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-289293be, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-289293be, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-289293be {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-289293be, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-289293be, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-289293be, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-289293be {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-289293be, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-289293be, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-289293be, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-289293be {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-289293be, #w-node-cf219997-381a-aac0-d724-994eb48a107d-289293be, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-289293be, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-289293be, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-289293be {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-289293be, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-289293be, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-289293be, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-289293be {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-289293be, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-289293be, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-289293be, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-289293be, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-289293be {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-289293be, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-289293be, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-289293be, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-289293be, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-289293be {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-289293be, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-289293be, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-289293be, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-289293be, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-289293be {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-289293be, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-289293be, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-289293be, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-289293be, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-289293be {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-289293be, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-289293be, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-289293be, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-289293be, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-289293be {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-289293be, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-289293be {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-289293be, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-289293be, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-289293be, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-289293be, #w-node-e558eae2-0483-a241-49ec-2430441738ba-289293be, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-289293be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4257b7fc-d1fe-3214-c611-5457fa2840d1-819293a4, #w-node-_2c582021-b682-5379-dd04-ad4f07965319-819293a4 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}