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

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

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

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

body {
  color: #475467;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: #475467;
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: #475467;
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}

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

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

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

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

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

blockquote {
  color: #101828;
  border-left: .125rem solid #7f56d9;
  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 {
  text-align: left;
  font-weight: 700;
}

.text-weight-bold.text-align-left.text-size-large.align-center {
  text-align: center;
  justify-content: center;
}

.text-weight-bold.text-align-left.align-center, .text-weight-bold.align-center {
  text-align: center;
}

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

.text-size-regular.text-color-gray500.text-lineheight-normal.padding-top {
  margin-top: 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 {
  font-size: 1rem;
}

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

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

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

.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 img {
  border-radius: 16px;
}

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

.text-rich-text figcaption {
  color: #667085;
  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;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

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

.container-large {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.container-large.align-center {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.container-large.text-align-center.hero.logo {
  justify-content: center;
  align-items: center;
  display: none;
}

.container-large.button-row {
  justify-content: flex-start;
}

.container-large.button-row.align-center-2 {
  justify-content: center;
}

.container-large.photo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
  display: grid;
}

.container-large.photo-grid.packages {
  overflow: visible;
}

.container-large.container-slider {
  overflow: hidden;
}

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

.background-color-gray800 {
  color: #f5f5f5;
  background-color: #1d2939;
}

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

.align-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.page-padding {
  background-image: url('../images/pattern-fundal-catei-asigurari-tili-ro-asigurare-auto-rca-malpraxis-locuinte-casco.png');
  background-position: 0 0;
  background-size: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow-x: hidden;
}

.page-padding.overflow-hidden {
  overflow: hidden;
}

.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: #fff;
}

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

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

.main-wrapper {
  overflow: hidden;
}

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

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

.container-small.text-align-center.hero.logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
  display: block;
}

.padding-medium.border8 {
  border-radius: 8px;
}

.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: 1em 0 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-small {
  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: #344054;
  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;
  line-height: 1.2;
}

.radio-container{
    background: white;
    padding: 12px;
    border-radius: 12px;
}

.uui-styleguide_form {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  background-color: #f5faff;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.uui-styleguide_form.white {
  background-color: #f5faff;
}

.button-tertiary {
  grid-column-gap: .5rem;
  color: #175cd3;
  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: #eff8ff;
}

.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;
  color: #175cd3;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large:hover {
  background-color: #eff8ff;
}

.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;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  background-color: #eff8ff;
  border-color: #1570ef;
}

.form-radio-icon.w--redirected-checked {
  background-color: #eff8ff;
  background-image: url('../images/Ellipse-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #1570ef;
}

.form-radio-icon.w--redirected-focus {
  background-color: #eff8ff;
  border-color: #1570ef;
  margin-top: 0;
  box-shadow: 0 0 0 4px #d1e9ff;
}

.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;
  line-height: 1.3;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.field-label.photo-label {
  opacity: 1;
  text-align: center;
  display: block;
}

.field-label.photo-label.casco {
  text-align: left;
}

.icon-xlarge {
  height: 6.5rem;
}

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

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

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1570ef;
  border: 1px solid #1570ef;
  border-radius: .5rem;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: #175cd3;
  border-color: #175cd3;
}

.button:focus {
  background-color: #1570ef;
  border-color: #1570ef;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

.button.is-button-small {
  grid-column-gap: .5rem;
  border-color: #1570ef;
  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;
  background-color: #1570ef;
  border-color: #1570ef;
  flex: none;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large:focus {
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

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

.button.is-button-large.main-cta {
  flex: 1;
  padding-left: 3rem;
  padding-right: 3rem;
}

.button.is-button-xsmall {
  border-color: #1570ef;
  padding: .5rem .875rem;
}

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

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  flex: 1;
  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 {
  color: #101828;
  border-color: #84caff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

.form-input::-ms-input-placeholder {
  color: #667085;
}

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

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

.form-input.select:focus {
  border-color: #84caff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

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

.form-input.text-area:focus {
  border-color: #84caff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

.form-input.margin-top {
  margin-top: 1rem;
}

.form-input.margin-top.casco {
  margin-top: 0;
}

.background-color-gray50 {
  background-color: #f9fafb;
}

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

.form-checkbox-icon:hover {
  background-color: #eff8ff;
  border-color: #1570ef;
}

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

.form-checkbox-icon.w--redirected-focus {
  background-color: #eff8ff;
  border-color: #1570ef;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #d1e9ff;
}

.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.5rem;
  line-height: 1.4;
}

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

.image-wrapper-4-3.special {
  padding-top: 0%;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #175cd3;
  text-align: center;
  white-space: nowrap;
  background-color: #eff8ff;
  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: #d1e9ff;
}

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

.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.icon-only.locuinte {
  width: 48px;
  height: 48px;
}

.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;
  color: #175cd3;
  background-color: #eff8ff;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large:focus {
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

.button-secondary.is-button-large.icon-only {
  width: .125rem;
  height: 2rem;
  background-color: #b2ddff;
  margin-left: 1.5rem;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-large.icon-only.margin-0 {
  height: 1rem;
  margin-left: 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;
  line-height: 1.4;
}

.text-style-quote {
  color: #101828;
  border-left: 2px solid #1570ef;
  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;
}

.single {
  grid-template-columns: 1fr !important;
}

.column{
    grid-template-columns: 1fr !important;
}

.form-field-wrapper.casco {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.image-wrapper-16-9.padding-0 {
  padding-top: 0%;
}

.text-color-gray900 {
  color: #101828;
}

.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%;
  object-fit: cover;
  padding-top: 100%;
  display: inline-block;
  position: static;
}

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

.uui-styleguide_heading {
  z-index: 100;
  color: #fff;
  background-color: #101828;
  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;
}

.button-row.align-center {
  justify-content: flex-start;
}

.button-row.align-buttons-center {
  justify-content: 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: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.background-color-primary50 {
  background-color: #eff8ff;
}

.text-color-gray500 {
  color: #667085;
}

.text-color-primary700 {
  color: #175cd3;
}

.text-color-primary700.text-weight-semibold.text-style-link.padding-xxsmall.padding-left-0 {
  padding-left: 0;
}

.button-link {
  grid-column-gap: .5rem;
  color: #175cd3;
  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: #53389e;
}

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

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

.button-link.align-left {
  color: #175cd3;
  justify-content: flex-start;
  font-weight: 700;
  text-decoration: underline;
}

.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;
  padding-top: 0;
  padding-left: 0;
}

.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: #f2f4f7;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  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 {
  color: #175cd3;
  background-color: #eff8ff;
}

.badge.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

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

.badge.is-badge-large.is-primary {
  color: #175cd3;
  background-color: #eff8ff;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  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 {
  color: #175cd3;
  white-space: nowrap;
  background-color: #eff8ff;
}

.badge-group.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge-group.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge-group.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

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

.badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  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 {
  color: #175cd3;
  background-color: #fff;
}

.badge-group_badge.is-error {
  color: #b42318;
  background-color: #fff;
}

.badge-group_badge.is-warning {
  color: #b54708;
  background-color: #fff;
}

.badge-group_badge.is-success {
  color: #027a48;
  background-color: #fff;
}

.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: #2e90fa;
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: #12b76a;
}

.badge-group_icon.text-color-error500 {
  color: #f04438;
}

.badge-group_icon.text-color-warning500 {
  color: #f79009;
}

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

.badge-group_icon.badge-icon-small.text-color-primary500 {
  color: #2e90fa;
}

.text-color-gray25 {
  color: #fcfcfd;
}

.text-color-gray50 {
  color: #f9fafb;
}

.text-color-gray200 {
  color: #eaecf0;
}

.text-color-gray300 {
  color: #d0d5dd;
}

.text-color-gray400 {
  color: #98a2b3;
}

.text-color-gray400.text-size-small.text-weight-bold.text-uppercase {
  text-transform: uppercase;
}

.text-color-gray600 {
  color: #475467;
}

.text-color-gray700 {
  max-height: 120px;
  color: #344054;
  flex: 1;
}

.text-color-gray700.inverse {
  background-color: #f5faff;
}

.text-color-gray800 {
  color: #1d2939;
}

.text-color-primary25 {
  color: #f5faff;
}

.text-color-primary100 {
  color: #d1e9ff;
}

.text-color-primary200 {
  color: #b2ddff;
}

.text-color-primary300 {
  color: #84caff;
}

.text-color-primary400 {
  color: #53b1fd;
}

.text-color-primary500 {
  color: #2e90fa;
}

.text-color-primary100 {
  color: #1570ef;
}

.text-color-primary800 {
  color: #1849a9;
}

.text-color-primary900 {
  color: #194185;
}

.text-color-primary50 {
  color: #eff8ff;
}

.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: #101828;
  flex: none;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: underline;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: #f79009;
}

.badge-dot.text-color-success500 {
  color: #12b76a;
}

.badge-dot.text-color-primary500 {
  color: #175cd3;
}

.badge-dot.text-color-error500 {
  color: #f04438;
}

.uui-styleguide_elements {
  display: block;
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template: ". Area"
  / 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: #fcfcfd;
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: #475467;
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: #344054;
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: #d0d5dd;
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: #eaecf0;
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: #101828;
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: #f2f4f7;
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: #f9fafb;
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: #667085;
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: #1d2939;
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: #98a2b3;
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: #f5faff;
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: #eff8ff;
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: #d1e9ff;
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: #b2ddff;
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: #84caff;
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: #53b1fd;
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: #2e90fa;
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: #1570ef;
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: #175cd3;
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: #1849a9;
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: #194185;
}

.uui-styleguide_color-sample.is-error25 {
  background-color: #fffbfa;
}

.uui-styleguide_color-sample.is-error50 {
  background-color: #fef3f2;
}

.uui-styleguide_color-sample.is-error100 {
  background-color: #fee4e2;
}

.uui-styleguide_color-sample.is-error200 {
  background-color: #fecdca;
}

.uui-styleguide_color-sample.is-error300 {
  background-color: #fda29b;
}

.uui-styleguide_color-sample.is-error400 {
  background-color: #f97066;
}

.uui-styleguide_color-sample.is-error500 {
  background-color: #f04438;
}

.uui-styleguide_color-sample.is-error600 {
  background-color: #d92d20;
}

.uui-styleguide_color-sample.is-error700 {
  background-color: #b42318;
}

.uui-styleguide_color-sample.is-error800 {
  background-color: #912018;
}

.uui-styleguide_color-sample.is-error900 {
  background-color: #7a271a;
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: #fffcf5;
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: #fffaeb;
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: #fef0c7;
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: #fedf89;
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: #fec84b;
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: #fdb022;
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: #f79009;
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: #dc6803;
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: #b54708;
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: #93370d;
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: #7a2e0e;
}

.uui-styleguide_color-sample.is-success25 {
  background-color: #f6fef9;
}

.uui-styleguide_color-sample.is-success50 {
  background-color: #ecfdf3;
}

.uui-styleguide_color-sample.is-success100 {
  background-color: #d1fadf;
}

.uui-styleguide_color-sample.is-success200 {
  background-color: #a6f4c5;
}

.uui-styleguide_color-sample.is-success300 {
  background-color: #6ce9a6;
}

.uui-styleguide_color-sample.is-success400 {
  background-color: #32d583;
}

.uui-styleguide_color-sample.is-success500 {
  background-color: #12b76a;
}

.uui-styleguide_color-sample.is-success600 {
  background-color: #039855;
}

.uui-styleguide_color-sample.is-success700 {
  background-color: #027a48;
}

.uui-styleguide_color-sample.is-success800 {
  background-color: #05603a;
}

.uui-styleguide_color-sample.is-success900 {
  background-color: #054f31;
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: #f5f8ff;
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: #eef4ff;
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: #e0eaff;
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: #c7d7fe;
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: #a4bcfd;
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: #8098f9;
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: #6172f3;
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: #444ce7;
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: #3538cd;
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: #2d31a6;
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: #2d3282;
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: #f5faff;
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: #eff8ff;
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: #d1e9ff;
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: #b2ddff;
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: #84caff;
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: #53b1fd;
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: #2e90fa;
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: #1570ef;
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: #175cd3;
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: #1849a9;
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: #194185;
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: #fef6fb;
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: #fdf2fa;
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: #fce7f6;
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: #fcceee;
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: #faa7e0;
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: #f670c7;
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: #ee46bc;
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: #dd2590;
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: #c11574;
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: #9e165f;
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: #851651;
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: #fefaf5;
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: #fef6ee;
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: #fdead7;
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: #f9dbaf;
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: #f7b27a;
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: #f38744;
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: #ef6820;
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: #e04f16;
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: #b93815;
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: #932f19;
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: #772917;
}

.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%;
  color: #101828;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  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;
  color: #1570ef;
  background-color: #d1e9ff;
  border: .375rem solid #eff8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  flex: 1;
  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 {
  color: #1d2939;
  background-color: #f9fafb;
}

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

.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: #475467;
  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 {
  color: #344054;
  background-color: #f9fafb;
}

.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: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: #344054;
}

.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;
  color: #1570ef;
  background-color: #d1e9ff;
  border: .5rem solid #eff8ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #1570ef;
  background-color: #d1e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-medium {
  width: 2.5rem;
  height: 2.5rem;
  color: #1570ef;
  background-color: #d1e9ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-gray100 {
  background-color: #f2f4f7;
}

.background-color-primary100 {
  background-color: #d1e9ff;
}

.background-color-primary200 {
  background-color: #b2ddff;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #2e90fa;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-square-medium {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: #175cd3;
  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;
  text-align: center;
  background-color: #f2f4f7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  border-top: .75rem solid #7f56d9;
  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 {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.text-color-white {
  color: #fff;
}

.paragraph {
  font-family: Mulish, sans-serif;
}

.paragraph.text-align-center.text-weight-medium {
  display: inline-block;
}

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

.block-quote {
  border: 1px #1570ef;
  border-left: 2px solid #1570ef;
  font-family: Mulish, sans-serif;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  font-family: Mulish, sans-serif;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  font-family: Mulish, sans-serif;
  display: grid;
}

.list-2, .list-3 {
  font-family: Mulish, sans-serif;
}

.background-color-primary300 {
  background-color: #84caff;
}

.text-block, .text-block-2 {
  color: #175cd3;
}

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: .25rem 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;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

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

.rl-text-style-regular {
  color: #000;
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h5 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

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

.rl_layout242_content {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

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

.rl-heading-style-h3 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

.rl_section_layout242 {
  background-color: #fff;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  width: 23rem;
  min-width: 23rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
}

.uui-heroheader01_fileupload-image1 {
  width: 23rem;
  min-width: 23rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: -16%;
  right: auto;
}

.uui-heroheader01_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-left-radius: 10rem;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  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 {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

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

.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-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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 {
  color: #1d2939;
  background-color: #f9fafb;
}

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

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

.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-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #475467;
  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-medium {
  width: 100%;
  max-width: 35rem;
}

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

.uui-heading-xlarge {
  color: #101828;
  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-heroheader01_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;
}

.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: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

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

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

.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-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

.uui-section_heroheader13 {
  background-color: #f9fafb;
  overflow: hidden;
}

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

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

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

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .75rem 1.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: 1rem;
}

.rl-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.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: 1rem;
}

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

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

.rl-text-style-medium {
  color: #000;
  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: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h1 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.asigurari-hero-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_header {
  background-color: #fff;
}

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

.rl_section_header26 {
  background-color: #fff;
}

.heading-7 {
  font-weight: 400;
}

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

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.image {
  mix-blend-mode: multiply;
  background-color: #fff;
  border: 1px #f5faff;
  border-radius: 8px;
  flex: 1;
}

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

.uui-logos04_logo {
  height: 3rem;
  mix-blend-mode: normal;
}

.uui-logos04_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos04_list {
  width: 175rem;
  white-space: nowrap;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  justify-items: start;
  display: flex;
}

.uui-logo-loop_inner {
  display: flex;
}

.uui-logo-loop_component {
  z-index: 1;
  width: 100%;
  height: 4.5rem;
  object-fit: contain;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.uui-logos04_text {
  color: #475467;
  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: 500;
}

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

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

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

.asigurare-furnizori {
  overflow: hidden;
}

.uui-layout09_lightbox-image {
  object-fit: cover;
  border: .25rem solid #101828;
  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-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  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-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

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

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

.uui-button-row-2.align-buttons-center {
  flex-direction: column;
  align-items: flex-start;
}

.uui-button-row-2.align-buttons-center.align-center-3 {
  align-items: center;
}

.uui-text-size-large {
  color: #475467;
  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-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../images/icon_casco_imagine-asigurari-tili-ro-asigurare-auto-rca-malpraxis-locuinte-casco.png');
  background-position: 0 0;
  background-size: auto;
}

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

.uui-layout09_item {
  flex-direction: column;
  display: flex;
}

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

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

.uui-heading-medium {
  color: #101828;
  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-heading-subheading {
  color: #7f56d9;
  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;
}

.asigurare_locuinte {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template: ". Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

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

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

.image-2 {
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 44%;
  right: auto;
}

.image-2.shadow-xxlarge.no-shadow {
  box-shadow: none;
}

.image-2.shadow-xxlarge.change {
  top: 27%;
  left: 30%;
}

.image-2.left {
  top: 47%;
  left: -11%;
}

.image-2.left.shadow-large {
  top: 43%;
  left: 7%;
}

.image-2.right {
  top: 65%;
}

.image-2.right.shadow-xxlarge {
  top: 57%;
}

.image-2.right.shadow-xxlarge.change {
  top: 59%;
}

.image-3 {
  object-fit: contain;
}

.asigurare-auto-casco {
  grid-column-gap: 147px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.asigurare-auto-casco.asigurare-calatorie {
  width: 50%;
  display: flex;
}

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

.uui-button-icon-2 {
  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-testimonial18_arrow {
  width: 3rem;
  height: 3rem;
  color: #667085;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial18_arrow:hover {
  background-color: #f9fafb;
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  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: #53389e;
}

.uui-button-link.is-alternate {
  color: #fff;
}

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

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

.uui-text-size-medium {
  color: #475467;
  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-text-size-medium.text-color-white {
  color: #fff;
}

.uui-heading-small {
  color: #101828;
  letter-spacing: 0;
  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.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: #101828;
}

.content-wrapper {
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  flex: 1;
  padding: 1.5rem;
  display: block;
}

.content-wrapper.pricing-plans {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-direction: column;
  display: block;
}

.content-wrapper.pricing-plans.border-right {
  border-right-color: #d1e9ff;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.asigurare-locuinta {
  width: 100%;
  height: 32rem;
  background-color: #667085;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.asigurare-locuinta.background-color-orange600 {
  background-color: #e04f16;
}

.asigurare-locuinta.background-color-lightblue600 {
  background-color: #0086c9;
}

.asigurare-locuinta.background-color-pink600 {
  background-color: #dd2590;
}

.asigurare-locuinta.background-color-indigo600 {
  background-color: #444ce7;
}

.asigurare-locuinta.background-color-blue600 {
  background-color: #1570ef;
}

.asigurare-locuinta.background-color-primary600 {
  background-color: #fff;
  border-radius: 0;
}

.asigurare-locuinta.background-color-primary600.rounded-card {
  border-radius: 8px;
}

.asigurare-locuinta.background-color-primary600.shadow-xxlarge {
  height: auto;
  border-radius: 8px;
  align-items: stretch;
}

.asigurare-locuinta.background-color-primary600.shadow-small {
  height: auto;
  align-items: stretch;
}

.asigurare-locuinta.background-color-primary600.shadow-small.rounded8 {
  border-radius: 8px;
}

.uui-testimonial18_slide {
  height: 100%;
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.asigurare-locuinta-polite {
  overflow: visible;
}

.div-block-2 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  display: block;
}

.div-block-2.border-rounded {
  outline-offset: 0px;
  border: 0 #d1e9ff;
  border-radius: 0;
  outline: 1px solid #d1e9ff;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-3.asigurare-calatorie {
  align-items: flex-start;
}

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

.uui-heading-xxsmall {
  color: #101828;
  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-heading-xxsmall.hidden {
  opacity: 0;
}

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

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout71_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(48px, 48px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

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

.asigurari-locuinte-descrieri {
  mix-blend-mode: normal;
  border-radius: 16px;
}

.body-2 {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  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-3:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-3:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

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

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

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

.uui-text-size-large-2 {
  color: #475467;
  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-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  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-group_item, .uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border: 2px solid #fff;
  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-text-align-center-3 {
  text-align: center;
}

.uui-faq04_cta {
  background-color: #f9fafb;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}

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

.uui-text-size-medium-2 {
  color: #475467;
  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-faq04_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

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

.uui-faq04_icon-wrapper {
  color: #7f56d9;
}

.uui-faq04_heading {
  color: #101828;
  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-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.uui-faq04_component {
  margin-top: 4rem;
}

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

.uui-heading-medium-2 {
  color: #101828;
  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-heading-subheading-2 {
  color: #7f56d9;
  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;
}

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

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

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

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

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

.uui-footer07_legal-link {
  color: #667085;
  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;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: #475467;
}

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

.uui-text-size-small {
  color: #475467;
  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-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  opacity: 1;
  color: #475467;
  text-align: center;
  padding: .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: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #344054;
}

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

.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 {
  width: auto;
  height: auto;
  flex-wrap: nowrap;
  display: flex;
}

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

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

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  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 {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

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

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

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

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

.uui-navbar05_link {
  color: #667085;
  align-items: center;
  padding: 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;
}

.uui-navbar05_link:hover {
  color: #344054;
}

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

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: #6941c6;
  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-2:hover {
  color: #53389e;
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  width: 200vw;
  background-color: #f9fafb;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -50vw;
  right: -50vw;
}

.uui-navbar05_bottom-bar {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-navbar05_item-heading {
  color: #101828;
  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-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

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

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

.icon-featured-large-2 {
  width: 3rem;
  height: 3rem;
  color: #7f56d9;
  background-color: #f4ebff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_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-navbar05_dropdown-link:hover {
  background-color: #f9fafb;
}

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

.uui-badge-small-success {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  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-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

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

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

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

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

.uui-navbar05_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-navbar05_dropdown-toggle {
  color: #475467;
  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-navbar05_dropdown-toggle:hover {
  color: #344054;
}

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

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

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

.uui-navbar05_component {
  min-height: 5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.body-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.uui-layout08_image {
  width: 100%;
  border: .25rem solid #101828;
  border-radius: .5rem;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  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-4:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

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

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

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

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

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

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

.uui-text-size-large-3 {
  color: #475467;
  text-align: left;
  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-icon-1x1-xsmall-4 {
  width: 1.5rem;
  height: 1.5rem;
}

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

.uui-layout08_item {
  justify-content: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.uui-layout08_item.emphasized {
  background-color: #f5faff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
}

.uui-layout08_item.emphasized.double {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 24px;
}

.uui-layout08_item.emphasized.foto {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding: 36px 24px 24px;
  display: flex;
}

.uui-layout08_item.emphasized.foto.hidden {
  display: none;
}

.uui-layout08_item.emphasized.foto.casco {
  grid-column-gap: 24px;
  border-radius: 12px;
  flex-direction: row;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.uui-layout08_item.emphasized.foto.casco.mobile {
  justify-content: space-between;
  padding-right: 12px;
}

.uui-layout08_item.emphasized.foto.casco.mobile.auto {
  padding-bottom: 12px;
  grid-row-gap: 32px;
}

.uui-layout08_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

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

.uui-heading-medium-3 {
  color: #101828;
  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-heading-subheading-3 {
  color: #7f56d9;
  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;
}

.uui-layout08_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-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.uui-heroheader08_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}

.uui-heroheader08_image.radius8 {
  border-radius: 8px;
}

.uui-text-size-medium-3 {
  color: #475467;
  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: #344054;
  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 {
  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-2 {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #fff;
  border: 2px solid #fff;
  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: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-text-size-small-2 {
  color: #475467;
  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-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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 {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

.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-2 {
  color: #475467;
  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-text-size-xlarge-2.text-color-primary700 {
  color: #6941c6;
}

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

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

.uui-heading-xlarge-2 {
  color: #101828;
  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-heading-xlarge-2.text-color-primary900 {
  color: #42307d;
}

.uui-heroheader08_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;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-section_heroheader08 {
  background-color: rgba(0, 0, 0, 0);
}

.uui-layout02_image {
  width: 100%;
}

.uui-layout02_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.uui-button-icon-3 {
  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-icon-3.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

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

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  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: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

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

.uui-layout02_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-heroheader18_background-grid-mask {
  z-index: -1;
  width: 100%;
  height: 300%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -267%;
  left: 0%;
  right: 0%;
}

.uui-heroheader18_background-grid-section {
  height: 4.5rem;
}

.uui-heroheader18_background-grid-section.background-color-primary100 {
  background-color: #d1e9ff;
}

.uui-heroheader18_background-grid-section.background-color-primary300 {
  background-color: #84caff;
}

.uui-heroheader18_background-grid-section.background-color-primary200 {
  background-color: #b2ddff;
}

.uui-heroheader18_background-grid-section.background-color-primary300-copy {
  background-color: #84caff;
}

.background-color-primary100-2 {
  background-color: #f4ebff;
}

.background-color-primary300-2 {
  background-color: #d6bbfb;
}

.background-color-primary200-2 {
  background-color: #e9d7fe;
}

.uui-heroheader18_background-grid {
  width: 125rem;
  min-width: 125rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-heroheader18_background-grid.padding-top-large {
  padding-top: 4rem;
}

.uui-heroheader18_background {
  z-index: 0;
  width: 100vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: skew(0deg, -7.25deg);
}

.uui-heroheader18_image {
  z-index: 1;
  width: 76rem;
  min-width: 76rem;
  position: relative;
}

.uui-heroheader18_image-wrapper {
  height: 30rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

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

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

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

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

.uui-badge-group_icon.text-color-primary500 {
  color: #9e77ed;
  margin-right: -.25rem;
}

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

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  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: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #6941c6;
  background-color: #fff;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .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: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #6941c6;
  white-space: nowrap;
  background-color: #f9f5ff;
  text-decoration: none;
}

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

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

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

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-section_heroheader18 {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.padding-left-small {
  text-align: left;
  align-self: center;
  padding-left: 2rem;
}

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

.text-block-4.opposite {
  text-align: right;
}

.text-block-4.item-imagine {
  text-align: center;
}

.text-block-4.item-imagine.casco, .text-block-5, .text-block-6 {
  text-align: left;
}

.form-asigurare {
  width: 768px;
}

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

.text-block-8.padding-small {
  background-color: #fff;
  border-radius: 16px;
}

.text-block-8.align-center {
  text-align: center;
  justify-content: center;
}

.uui-text-size-medium-4 {
  color: #475467;
  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-text-divider {
  color: #475467;
  margin-left: .25rem;
  margin-right: .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: 1rem;
  line-height: 1.5;
}

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

.uui-blogpost01_author-heading {
  color: #101828;
  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: 600;
}

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

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

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

.uui-blogpost01_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #eaecf0;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  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: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-pink {
  color: #c11574;
  background-color: #fdf2fa;
}

.uui-badge-2.is-indigo {
  color: #3538cd;
  background-color: #eef4ff;
}

.uui-badge-2.is-primary {
  color: #6941c6;
  background-color: #f9f5ff;
}

.uui-blogpost01_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost01_tag-list-wrapper {
  width: 50%;
}

.uui-button-icon-4 {
  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-icon-4.text-color-gray400 {
  color: #98a2b3;
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

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

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

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

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

.uui-blogpost01_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost01_share-heading {
  color: #101828;
  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-blogpost01_share-wrapper {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.uui-text-rich-text {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

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

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

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

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: block;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.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-style: italic;
}

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

.uui-text-rich-text figcaption {
  color: #667085;
  text-align: left;
  margin-top: 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: .875rem;
}

.uui-blogpost01_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 4rem;
  display: grid;
}

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

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

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

.uui-blogpost01_image.round8 {
  border-radius: 8px;
}

.uui-blogpost01_image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost01_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.uui-heading-large {
  color: #101828;
  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: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-breadcrumb-link {
  color: #475467;
  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: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: #344054;
}

.uui-breadcrumb-link.w--current {
  color: #6941c6;
  font-weight: 600;
}

.uui-breadcrumb-link.w--current:hover {
  color: #53389e;
}

.uui-breadcrumb-divider {
  width: 1rem;
  height: 1rem;
  color: #667085;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost01_breadcrumb {
  width: 100%;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-blogpost01_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.rl-text-style-link {
  color: #000;
  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: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: #000;
  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: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.rl-button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.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: 1rem;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .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: 400;
  line-height: 1.6;
}

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

.rl-form-input::-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

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

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

.rl-text-style-medium-2 {
  color: #000;
  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: 400;
  line-height: 1.5;
}

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

.rl-heading-style-h3-2 {
  color: #000;
  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.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_cta8_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  flex: 1;
}

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

.rl_cta8_component.container-large.block {
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.rl-padding-section-large {
  background-color: #f5faff;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-padding-section-large.round16 {
  border-radius: 16px;
}

.rl-padding-section-large.round16.padding-large {
  background-color: #101828;
}

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

.rl-padding-global-2 {
  background-color: #f5faff;
  padding-left: 5%;
  padding-right: 5%;
}

.rl-padding-global-2.round16 {
  border-radius: 16px;
}

.rl_section_cta8 {
  background-color: #fff;
}

.sysf-tag {
  color: #1e2024;
  background-color: #f9fafb;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  align-items: center;
  margin-right: 4px;
  padding: 0 4px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.sysf-table-cell {
  color: #101828;
  background-color: #eff8ff;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 12px;
  display: flex;
  box-shadow: inset 0 -1px #b2ddff;
}

.sysf-table-cell.sysf-last {
  box-shadow: none;
}

.sysf-table-cell.inverse {
  color: #101828;
  background-color: #fff;
}

.sysf-table-header {
  color: #f5faff;
  background-color: #1570ef;
  padding: 10px 12px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: inset 0 -1px #dde1e6;
}

.sysf-grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #b2ddff;
  border-radius: 6px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.sysf-grid-table.shrink {
  grid-template-columns: 1fr 1fr 1fr;
}

.sysf-c-t-neutral-90 {
  color: #1e2024;
}

.sysf-body-text {
  color: #636b75;
  margin-top: 0;
}

.sysf-body-text.sysf-s {
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.4285;
}

.sysf-body-text.sysf-s.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-button {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: #597ef7;
}

.sysf-button:active {
  background-color: #1d39c4;
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium:active {
  background-color: #10239e;
}

.sysf-button.sysf-medium:focus {
  background-color: #1d39c4;
}

.sysf-button.sysf-medium.sysf-form-button {
  width: 100%;
  margin-bottom: 12px;
}

.sysf-input {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.sysf-input:hover {
  border-color: #85a5ff;
}

.sysf-input:active {
  border-color: #597ef7;
}

.sysf-input:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.sysf-input::-ms-input-placeholder {
  color: #838d95;
}

.sysf-input::placeholder {
  color: #838d95;
}

.sysf-input.sysf-medium {
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.sysf-heading {
  color: #0e0f11;
}

.sysf-heading.sysf-xs {
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.sysf-heading.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-hero-form-wrapper {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-left: 64px;
  margin-right: 64px;
  padding: 48px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

.material-icons.sysf-icon-left {
  margin-top: 2px;
  margin-right: 4px;
}

.material-icons.sysf-icon-left.sysf-icon-list-item {
  margin-top: 3px;
  margin-right: 4px;
  font-size: 18px;
}

.sysf-icon-list-item {
  align-items: flex-start;
  margin-bottom: .25rem;
  display: flex;
}

.sysf-c-t-primary-60 {
  color: #2f54eb;
}

.sysf-tagline {
  color: #2f54eb;
  letter-spacing: -.006em;
  background-color: #f2f6ff;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-c-b-primary-20 {
  background-color: #e5eeff;
}

.sysf-hero-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.sysf-c-b-primary-10 {
  background-color: #f2f6ff;
}

.uui-text-size-medium-5 {
  color: #475467;
  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-max-width-large-6 {
  width: 100%;
  max-width: 48rem;
}

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

.uui-max-width-large-6.full {
  max-width: 100%;
}

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

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: #6941c6;
  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-3:hover {
  color: #53389e;
}

.uui-career02_flag-icon {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  border-radius: 1rem;
  margin-left: -.375rem;
  margin-right: .375rem;
}

.uui-career02_location {
  color: #344054;
  background-color: #f2f4f7;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  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: 500;
  display: flex;
}

.uui-career02_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .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: 1.125rem;
  font-weight: 500;
}

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

.uui-career02_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.uui-career02_item {
  border: 1px solid #eaecf0;
  border-radius: 1rem;
  padding: 1.5rem;
}

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

.uui-career02_list-wrapper {
  overflow: hidden;
}

.accordion-icon_vertical-line-2 {
  width: 2px;
  height: .75rem;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line-2 {
  width: .75rem;
  height: 2px;
  background-color: #98a2b3;
  border-radius: 1px;
  position: absolute;
}

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

.uui-heading-xsmall {
  color: #101828;
  letter-spacing: 0;
  align-self: center;
  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.5rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-career02_accordion {
  border-bottom: 1px solid #eaecf0;
}

.uui-career02_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.uui-text-size-large-4 {
  color: #475467;
  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-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #101828;
  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-heading-subheading-4 {
  color: #7f56d9;
  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;
}

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

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

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

.error-text {
  color: #e23939;
}

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

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

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

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  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-5:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button-5:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link-2 {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: #344054;
}

.uui-form-checkbox-label {
  color: #344054;
  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: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

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

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #f4ebff;
}

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

.uui-form_input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  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-2:focus {
  color: #101828;
  border-color: #3898EC;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #d1e9ff;
}

.uui-form_input-2::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input-2::placeholder {
  color: #667085;
}

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

.uui-form_input-2.select {
  color: #101828;
  background-color: #fff;
}

.uui-field-label {
  color: #344054;
  text-align: left;
  margin-bottom: .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: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-form-radio-label {
  color: #344054;
  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-weight: 500;
}

.uui-form-radio-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #7f56d9;
}

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

.uui-form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #7f56d9;
  margin-top: 0;
  box-shadow: 0 0 0 4px #f4ebff;
}

.uui-form-radio-icon.tick-icon:hover {
  background-color: #eff8ff;
  border-color: #1570ef;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: #2e90fa;
  background-image: url('../images/check-tick.svg');
  border-color: #1570ef;
}

.uui-form-radio-icon.tick-icon.w--redirected-focus {
  background-color: #1570ef;
  border-color: #1570ef;
  box-shadow: 0 0 0 4px #d1e9ff;
}

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

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 1rem;
  display: grid;
  border: 1px solid #d0d5dd;
border-radius: 0.5rem;
}

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

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

.uui-contact02_component {
  max-width: 35rem;
  flex-direction: column;
  align-items: stretch;
  margin: 4rem auto 0;
}

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

.uui-text-align-center-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5faff;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding: 1em;
  display: grid;
}

.container-2, .div-block-11 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.text-block-9 {
  color: #175cd3;
}

.div-block-12 {
  flex-direction: row;
  order: 0;
  display: flex;
}

.heading-8 {
  align-self: center;
  display: block;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.round16 {
  border-radius: 16px;
}

.round16.padding-small {
  background-color: #fcfcfd;
  border: 1px solid #f9fafb;
}

.text-block-10 {
  flex: 1;
}

.text-block-10.inverse {
  background-color: #f5faff;
}

.text-block-11 {
  flex: 1;
}

.text-block-11.inverse {
  background-color: #f5faff;
}

.text-color-primary700-2 {
  color: #175cd3;
}

.text-color-primary700-2.text-weight-semibold.text-style-link.padding-xxsmall.padding-left-0 {
  padding-left: 0;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  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;
}

.button-secondary-2 {
  grid-column-gap: .5rem;
  color: #175cd3;
  text-align: center;
  white-space: nowrap;
  background-color: #eff8ff;
  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-2:hover {
  background-color: #d1e9ff;
}

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

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

.button-secondary-2.icon-only.locuinte {
  width: 48px;
  height: 48px;
}

.uui-text-size-medium-6 {
  color: #475467;
  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;
}

.div-block-20 {
  height: 100%;
  object-fit: fill;
  display: block;
}

.div-block-21 {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-22 {
  width: 2px;
  height: 64px;
  background-color: #d1e9ff;
  margin-left: 12px;
  margin-right: 12px;
}

.option {
  object-fit: fill;
  background-color: #f5faff;
  border: 2px solid #d1e9ff;
  border-radius: 8px;
  padding: 1rem;
  display: inline-block;
}

.div-block-23 {
  text-align: center;
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-24.casco {
  flex-direction: column;
}

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

.round32 {
  border-radius: 32px;
}

.bold-text-2 {
  line-height: 3;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: flex;
}

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

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .container-large.text-align-center.hero.logo {
    align-items: center;
  }

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

  .button {
    align-self: stretch;
  }

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

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

  .text-color-gray700 {
    display: block;
  }

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

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

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

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

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

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

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

  .rl_header26_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

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

  .rl_header26_content {
    margin-bottom: 4.5rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

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

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: row-reverse;
    align-items: center;
  }

  .uui-button-row-2.align-buttons-center {
    flex-direction: column;
    justify-content: center;
  }

  .uui-layout09_item {
    flex-direction: column;
  }

  .asigurare_locuinte {
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-flow: row;
    display: block;
  }

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

  .image-2.shadow-xxlarge {
    position: absolute;
    left: 34%;
  }

  .image-2.left.shadow-large {
    left: 5%;
  }

  .image-2.right.shadow-xxlarge {
    left: 28%;
  }

  .image-3 {
    position: relative;
  }

  .asigurare-auto-casco {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .asigurare-auto-casco.asigurare-calatorie.align-center.text-align-center {
    width: 80%;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout71_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

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

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-auto-flow: row;
  }

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

  .uui-footer07_link-list {
    display: block;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #344054;
    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: #344054;
    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: #344054;
    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-navbar05_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

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

  .uui-navbar05_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-navbar05_link {
    width: 100%;
    color: #101828;
    padding: .75rem 0;
    font-family: Mulish, sans-serif;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: #101828;
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

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

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

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar05_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: #101828;
  }

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

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .uui-layout08_item.emphasized.foto.casco.mobile {
    padding-right: 12px;
  }

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

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

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

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

  .uui-layout02_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

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

  .uui-heroheader18_background-grid-section {
    height: 7.5vw;
  }

  .uui-heroheader18_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-heroheader18_image {
    width: 100%;
    min-width: auto;
    display: none;
  }

  .uui-heroheader18_image-wrapper {
    height: auto;
    padding-bottom: 6rem;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .form-asigurare {
    width: 640px;
  }

  .uui-blogpost01_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost01_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

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

  .uui-blogpost01_title-wrapper {
    margin-bottom: 4rem;
  }

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

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

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

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

  .rl_cta8_component.container-large.block {
    grid-auto-flow: row;
  }

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

  .sysf-button.sysf-medium, .sysf-input {
    font-size: 16px;
  }

  .sysf-hero-form-wrapper {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-left-1-form-text {
    text-align: left;
  }

  .sysf-hero-grid-3 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .sysf-st-p-y-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .uui-career02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
    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;
  }

  .container-large.text-align-center.hero.logo {
    align-items: center;
  }

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

  .field-label.photo-label.casco.mobile {
    text-align: center;
  }

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

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

  .button:hover {
    background-color: #1570ef;
    border-color: #1570ef;
  }

  .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.is-button-large.main-cta {
    flex: 1;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

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

  .button-secondary:hover {
    background-color: #f9f5ff;
  }

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

  .button-secondary.is-button-large.icon-only {
    width: .125rem;
    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: #6941c6;
  }

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

  .text-color-gray700 {
    max-height: 250px;
  }

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

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .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: #475467;
    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: #475467;
  }

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

  .paragraph.padding-small {
    align-self: center;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

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

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

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

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

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

  .uui-heroheader01_image {
    height: 22rem;
    border-top-left-radius: 6rem;
  }

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

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

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

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

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

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

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

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

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

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

  .uui-space-large {
    min-height: 2rem;
  }

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

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

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

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

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

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

  .rl_header26_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_header26_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .spacing-block-1 {
    padding-bottom: 1.5rem;
  }

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

  .rl_header26_content {
    margin-bottom: 3rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos04_logo {
    height: 2.5rem;
  }

  .uui-logos04_wrapper {
    padding: .5rem 1rem;
  }

  .uui-logos04_list {
    width: 124rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
  }

  .uui-logo-loop_component {
    height: 3.5rem;
  }

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

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

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

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

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

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

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

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

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

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

  .uui-layout09_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .image-2.shadow-xxlarge {
    top: 21%;
    left: 28%;
  }

  .image-2.shadow-xxlarge.change {
    top: 15%;
  }

  .image-2.left.shadow-large {
    top: 37%;
    left: 13%;
  }

  .image-2.right.shadow-xxlarge {
    top: 53%;
    left: -4%;
  }

  .asigurare-auto-casco {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .uui-testimonial18_arrow:hover {
    background-color: #fff;
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

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

  .uui-button-link:hover {
    color: #6941c6;
  }

  .uui-button-link.is-alternate:hover {
    color: #fff;
  }

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

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

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

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .asigurare-locuinta {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

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

  .uui-layout71_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .uui-button-3:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

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

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

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

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

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

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

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

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

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

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

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

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

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .uui-button-link-2:hover {
    color: #6941c6;
  }

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

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

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

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

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

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

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

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

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

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

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

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

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

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

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

  .uui-layout08_item.emphasized.foto.casco.mobile {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 12px;
  }

  .uui-layout08_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

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

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

  .uui-layout08_component {
    grid-row-gap: 3rem;
  }

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

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

  .uui-heroheader08_image {
    height: 22rem;
  }

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

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

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

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

  .uui-heroheader08_component {
    width: 100%;
  }

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

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

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

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

  .uui-heroheader18_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: 46%;
  }

  .uui-heroheader18_image-wrapper {
    padding-bottom: 4rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

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

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

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .text-block-4.item-imagine.casco.mobile {
    text-align: center;
  }

  .form-asigurare {
    width: 512px;
  }

  .uui-blogpost01_author-heading {
    font-size: 1rem;
  }

  .uui-blogpost01_author-image {
    width: 3rem;
    height: 3rem;
    min-height: 3rem;
    min-width: 3rem;
  }

  .uui-blogpost01_author-image-wrapper {
    margin-right: .75rem;
  }

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

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

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

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

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

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

  .uui-blogpost01_content {
    grid-auto-flow: row;
    margin-bottom: 2rem;
  }

  .uui-blogpost01_content-top {
    margin-top: 2rem;
  }

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

  .uui-blogpost01_title-wrapper {
    margin-bottom: 3rem;
  }

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

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

  .rl_cta8_spacing-block-2 {
    padding-bottom: .75rem;
  }

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

  .rl_cta8_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

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

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

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-hero-form-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
  }

  .sysf-hero-grid-3 {
    grid-row-gap: 24px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .uui-button-link-3:hover {
    color: #6941c6;
  }

  .uui-career02_title-wrapper {
    margin-bottom: 1.25rem;
  }

  .uui-career02_item {
    padding: 1.5rem 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-career02_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-career02_accordion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-career02_component {
    margin-top: 3rem;
  }

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

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

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

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

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

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

  .uui-button-5:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

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

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

  .button-secondary-2:hover {
    background-color: #f9f5ff;
  }

  .bold-text.casco.mobile {
    text-align: center;
  }
  
  .option {
  margin-bottom: 12px;
  }
}

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

  .text-weight-bold, .text-weight-bold.text-align-left, .text-weight-bold.text-align-left.text-size-large {
    text-align: center;
  }

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

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

  .container-large {
    overflow: visible;
  }

  .container-large.text-align-center.hero.logo {
    display: block;
  }

  .container-large.photo-grid {
    flex-direction: column;
    grid-auto-flow: column;
    display: flex;
  }

  .container-small.text-align-center.hero.logo {
    flex-direction: column;
    align-items: center;
  }

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

  .text-size-large.text-align-left {
    display: block;
  }

  .uui-styleguide_form.white {
    background-color: #f5faff;
  }

  .button {
    flex: 1;
    align-self: stretch;
  }

  .button:hover {
    background-color: #1570ef;
    border-color: #1570ef;
  }

  .button.is-button-large.main-cta {
    flex: 1;
  }

  .button-secondary:hover {
    background-color: #eff8ff;
  }

  .button-secondary.is-button-large.icon-only {
    display: none;
  }

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

  .badge-group.is-primary {
    flex-wrap: nowrap;
  }

  .button-secondary-gray {
    flex-flow: column;
    flex: 1;
  }

  .button-secondary-gray.is-button-large {
    flex: 1;
  }

  .button-link-gray {
    text-align: center;
    white-space: normal;
    flex-wrap: nowrap;
  }

  .icon-featured-square-medium {
    display: none;
  }

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

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    height: 15rem;
    border-top-left-radius: 4rem;
  }

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

  .rl_header26_image-wrapper {
    flex-wrap: nowrap;
  }

  .image {
    display: none;
  }

  .uui-logos04_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos04_list {
    justify-content: center;
  }

  .uui-logos-loop-css-embed {
    overflow: visible;
  }

  .asigurare-furnizori {
    object-fit: fill;
  }

  .uui-layout09_item {
    flex-direction: column;
  }

  .image-2.shadow-xxlarge {
    top: 22%;
    left: 8%;
  }

  .image-2.shadow-xxlarge.change {
    top: 82%;
  }

  .image-2.left.shadow-large {
    top: 36%;
    left: -2%;
  }

  .image-2.right.shadow-xxlarge {
    top: 73%;
    left: 1%;
  }

  .image-2.right.shadow-xxlarge.change {
    top: 59%;
  }

  .asigurare-auto-casco {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .asigurare-auto-casco.asigurare-calatorie.align-center.text-align-center {
    width: 100%;
  }

  .uui-testimonial18_slide-nav {
    display: none;
    overflow: visible;
  }

  .asigurare-locuinta.background-color-primary600.shadow-xxlarge {
    height: auto;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .div-block-2.border-rounded {
    flex-direction: column;
  }

  .uui-layout71_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

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

  .div-block-5 {
    width: 100%;
  }

  .body-2 {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

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

  .uui-container-large-3 {
    max-width: 100%;
  }

  .uui-footer07_legal-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-auto-flow: row;
    justify-items: start;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }

  .uui-footer07_link-list {
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-auto-flow: row;
    align-self: stretch;
    justify-items: start;
  }

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

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

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

  .uui-layout08_item.emphasized.foto {
    background-color: #fff;
    border: 1px #b2ddff;
  }

  .uui-layout08_item.emphasized.foto.casco.mobile {
    padding-right: 12px;
  }

  .uui-layout08_item.emphasized.foto.casco.mobile.auto {
    grid-row-gap: 32px;
    padding-bottom: 24px;
  }

  .uui-heroheader08_image {
    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;
  }

  .uui-heroheader08_component {
    width: 100%;
    float: none;
    clear: none;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
  }

  .uui-section_heroheader08 {
    overflow: hidden;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-heroheader18_background-grid.padding-top-large {
    display: none;
  }

  .uui-heroheader18_background {
    top: 42%;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .form-asigurare {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-7.padding-top-small {
    margin-top: .4rem;
  }

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

  .uui-blogpost01_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost01_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost01_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost01_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

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

  .uui-blogpost01_content {
    max-width: 100%;
    grid-column-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

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

  .div-block-9 {
    max-width: 100%;
  }

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

  .rl_cta8_component.container-large.block {
    background-color: #101828;
  }

  .rl-padding-section-large.round16.padding-large {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .rl_section_cta8 {
    background-color: #101828;
  }

  .sysf-grid-table {
    grid-auto-flow: row;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-button.sysf-medium.sysf-form-button {
    margin-top: 4px;
  }

  .sysf-input.sysf-medium {
    margin-bottom: .5rem;
  }

  .sysf-hero-form-wrapper {
    padding: 24px;
  }

  .uui-career02_title-heading {
    margin-bottom: 1.25rem;
  }

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

  .uui-heading-xsmall.padding-left-small {
    align-self: flex-start;
    margin-top: 1rem;
    padding-left: 0;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .form-field-2col {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .uui-text-align-center-5 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-12 {
    flex-direction: column;
  }

  .button-secondary-2:hover {
    background-color: #eff8ff;
  }

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

  .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19 {
    display: none;
  }

  .div-block-24 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

.full-width{
    grid-area: span 1 / span 2 / span 1 / span 1;
}

input[type=file]::file-selector-button {
  margin-right: 12px;
  font-size: 12px;
  border: none;
  background: #eff8ff;
  padding: 4px 8px;
  border-radius: 4px;
  color: #1570ef;
  cursor: pointer;
  transition: background .2s ease-in-out;
  font-weight: 700;
  font-family: inherit;
}

.input[type=file]::file-selector-button {
    opacity: 0;
}

input[type=file]::file-selector-button:hover {
  background: #007bff;
  color: white;
}


/*.input-container input {*/
/*    border: none;*/
/*    box-sizing: border-box;*/
/*    outline: 0;*/
/*    padding: .75rem;*/
/*    position: relative;*/
/*    width: 100%;*/
/*}*/

/*input[type="date"]::-webkit-calendar-picker-indicator {*/
/*    background: transparent;*/
/*    bottom: 0;*/
/*    color: transparent;*/
/*    cursor: pointer;*/
/*    height: auto;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: auto;*/
/*}*/

#form-upload{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    
}




#w-node-_66cbbd8b-4f59-c251-7e2f-272f81703cc1-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703cc3-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703cc5-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703cc7-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703cc9-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703ccb-5940750c, #w-node-_66cbbd8b-4f59-c251-7e2f-272f81703ccd-5940750c {
  justify-self: center;
}

#w-node-_114a09d8-d9f2-92bc-a46e-d0f7e1dc7e80-5940750c, #w-node-_3459746f-5085-fd63-0d78-6bff979b78e6-5940750c, #w-node-_677f9dd8-655c-9222-88d5-ec06ea3bcee9-5940750c {
  align-self: start;
}

#w-node-_08d16046-071a-5af4-b03d-6612091b495c-5940750c, #w-node-_77f535fc-612b-edbb-9630-6c2d001647de-5940750c, #w-node-_77f535fc-612b-edbb-9630-6c2d001647e0-5940750c, #w-node-_7d980dae-d130-ab95-f377-b87983e99b5c-5940750c, #w-node-_0058f934-309b-339e-b283-b1b6d35bf80c-5940750c, #w-node-_0058f934-309b-339e-b283-b1b6d35bf814-5940750c, #w-node-_0058f934-309b-339e-b283-b1b6d35bf816-5940750c, #w-node-_161067bc-5eda-f60c-2169-145195d16c7c-5940750c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc2769b2-1d0e-b0be-d44f-7cb61c551e0b-5940750c, #w-node-cc2769b2-1d0e-b0be-d44f-7cb61c551e14-5940750c, #w-node-cc2769b2-1d0e-b0be-d44f-7cb61c551e1d-5940750c {
  align-self: start;
}

#w-node-_77df0c95-66cc-6aab-f9f9-1d6df0f88982-5940750c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f30d529-1854-6748-deb8-a4d6339977bc-5940750c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_655f2bef-3eeb-4a0c-5192-683c69c2f8ae-5940750c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_61750ab3-9023-0423-d012-399f7218850f-5940750c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_54d4e05b-0203-2f46-d23a-5b83c90ba33c-5940750c, #w-node-_54d4e05b-0203-2f46-d23a-5b83c90ba34a-5940750c, #w-node-_54d4e05b-0203-2f46-d23a-5b83c90ba358-5940750c {
  align-self: start;
}

#w-node-f422e8ee-da90-62c6-4467-4edee2d24dbf-5940750c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2eb797f8-d9b2-5c50-5749-b1773a183f65-5940750c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb0df5fc-7ca7-1c53-4fdf-4804e88016d6-5940750c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1b10c525-6671-d009-5257-7ab32031f43a-5940750c, #w-node-_806b0df5-eb38-8f23-5750-fd249fb534f3-5940750c, #w-node-_8b68dd59-23cf-90ad-daa5-0f86dcd7923b-5940750c, #w-node-de3422de-3e68-4c80-ee0b-587bf7594747-5940750c, #w-node-d2e26342-37b3-215f-074c-ead9eeff17fa-5940750c, #w-node-ed69f4e5-8367-dd73-5bdf-c8fc1ddff267-5940750c, #w-node-f90f2859-dcfd-cfd1-c18d-7e7e4d3dbac6-5940750c, #w-node-f2b8d644-330f-6d3f-e324-e04d3911c9ee-5940750c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-a3407514, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-a3407514, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-a3407514, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-a3407514 {
  align-self: start;
}

#w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d4f-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d51-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d53-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d57-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d5b-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d5d-a3407514, #w-node-_725095c6-f5f0-6e2f-40f2-b920435c1d61-a3407514 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-a3407514 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a3407514 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-a3407514, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-a3407514, #w-node-_6109dbb3-2a22-2960-0602-b216e428017c-a3407514, #w-node-a9f86843-1eef-626d-807a-7b456570b444-a3407514, #w-node-_4f0e5d38-da0b-bea5-3ab8-7d7cf9652afa-a3407514, #w-node-a3602c7e-1ad6-c746-2605-0a811c1b8730-a3407514, #w-node-b3015f38-dcfa-7c96-0347-d2357e65ac2f-a3407514, #w-node-_798a49ab-9418-4501-00c7-62533992c5f3-a3407514, #w-node-_89b21c03-6812-07c5-3a06-3d10e1eded61-a3407514, #w-node-d80be935-3595-cc45-6770-4dfbead35a82-a3407514, #w-node-_783c3382-2f2b-764a-ccf7-263f47700bec-a3407514, #w-node-_1cee0a94-217f-f521-84b3-85bf60aa4c0c-a3407514, #w-node-_1d10e00a-68bd-db45-6fa4-c14986512e26-a3407514, #w-node-_65ccae15-96f6-ac7a-550e-918f513001dc-a3407514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_84fbe9f2-0caf-e32f-7cfa-09c0149f38cc-a3407514, #w-node-eefc5bbe-518e-e673-254f-8286d66bc697-a3407514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6b7-a3407514 {
  justify-self: stretch;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6bc-a3407514 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea998-a3407514 {
  justify-self: stretch;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea999-a3407514 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-9c40752c {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-9c40752c {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-9c40752c {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-9c40752c {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-9c40752c, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-9c40752c {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-9c40752c {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-9c40752c {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-9c40752c {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-9c40752c {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-9c40752c, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-9c40752c {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-9c40752c {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-9c40752c {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-9c40752c {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-9c40752c {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-9c40752c {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-9c40752c, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-9c40752c {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-9c40752c {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-9c40752c {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-9c40752c {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-9c40752c {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-9c40752c {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-9c40752c {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-9c40752c {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-9c40752c {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-9c40752c, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-9c40752c {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-9c40752c {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-9c40752c {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-9c40752c, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-9c40752c {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-9c40752c, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-9c40752c, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-9c40752c, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-9c40752c, #w-node-_5536d213-1554-5501-3931-be8d8a809855-9c40752c, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-9c40752c, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-9c40752c, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-9c40752c, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-9c40752c, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-9c40752c, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-9c40752c, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-9c40752c {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-9c40752c {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-9c40752c {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-9c40752c {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-9c40752c, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-9c40752c, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-9c40752c, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-9c40752c, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-9c40752c, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-9c40752c, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-9c40752c, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-9c40752c, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-9c40752c, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-9c40752c, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-9c40752c, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-9c40752c, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-9c40752c, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-9c40752c, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-9c40752c, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-9c40752c, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-9c40752c, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-9c40752c, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-9c40752c {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-9c40752c, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-9c40752c, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-9c40752c {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-9c40752c, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-9c40752c, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-9c40752c {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-9c40752c, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-9c40752c, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-9c40752c {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-9c40752c, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-9c40752c, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-9c40752c {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-9c40752c, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-9c40752c, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-9c40752c {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-9c40752c, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-9c40752c, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-9c40752c {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-9c40752c, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-9c40752c, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-9c40752c {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-9c40752c, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-9c40752c, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-9c40752c {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-9c40752c, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-9c40752c, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-9c40752c {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-9c40752c, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-9c40752c, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-9c40752c {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-9c40752c, #w-node-a5da9f04-3971-3286-163a-446635d1e349-9c40752c, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-9c40752c {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-9c40752c, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-9c40752c, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-9c40752c {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-9c40752c, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-9c40752c, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-9c40752c {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-9c40752c, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-9c40752c, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-9c40752c {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-9c40752c, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-9c40752c, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-9c40752c {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-9c40752c, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-9c40752c, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-9c40752c {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-9c40752c, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-9c40752c, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-9c40752c {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-9c40752c, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-9c40752c, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-9c40752c {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-9c40752c, #w-node-_27682e82-6b82-214d-fa90-86b894680783-9c40752c, #w-node-_27682e82-6b82-214d-fa90-86b894680784-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-9c40752c {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-9c40752c, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-9c40752c, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-9c40752c {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-9c40752c, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-9c40752c, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-9c40752c {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-9c40752c, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-9c40752c, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-9c40752c {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-9c40752c, #w-node-_792c04d9-452e-3393-b749-359268974377-9c40752c, #w-node-_792c04d9-452e-3393-b749-359268974378-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-9c40752c {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-9c40752c, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-9c40752c, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-9c40752c {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-9c40752c, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-9c40752c, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-9c40752c {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-9c40752c, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-9c40752c, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-9c40752c {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-9c40752c, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-9c40752c, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-9c40752c {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-9c40752c, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-9c40752c, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-9c40752c {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-9c40752c, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-9c40752c, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-9c40752c {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-9c40752c, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-9c40752c, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-9c40752c {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-9c40752c, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-9c40752c, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-9c40752c {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-9c40752c, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-9c40752c, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-9c40752c {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-9c40752c, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-9c40752c, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-9c40752c {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-9c40752c, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-9c40752c, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-9c40752c {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-9c40752c, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-9c40752c, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-9c40752c {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-9c40752c, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-9c40752c, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-9c40752c {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-9c40752c, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-9c40752c, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-9c40752c {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-9c40752c, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-9c40752c, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-9c40752c {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-9c40752c, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-9c40752c, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-9c40752c {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-9c40752c, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-9c40752c, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-9c40752c {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-9c40752c, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-9c40752c, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-9c40752c {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-9c40752c, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-9c40752c, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-9c40752c {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-9c40752c, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-9c40752c, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-9c40752c {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-9c40752c, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-9c40752c, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-9c40752c {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-9c40752c, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-9c40752c, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-9c40752c {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-9c40752c, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-9c40752c, #w-node-_20413161-5260-6e26-b63b-f44b55103841-9c40752c, #w-node-_20413161-5260-6e26-b63b-f44b55103842-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-9c40752c {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-9c40752c, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-9c40752c, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-9c40752c {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-9c40752c, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-9c40752c, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-9c40752c {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-9c40752c, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-9c40752c, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-9c40752c {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-9c40752c, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-9c40752c, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-9c40752c {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-9c40752c, #w-node-d26d1036-766f-826c-7367-e2354959b592-9c40752c, #w-node-d26d1036-766f-826c-7367-e2354959b593-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-9c40752c {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-9c40752c, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-9c40752c, #w-node-_4163f697-749c-17b9-df49-5a408422aece-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-9c40752c {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-9c40752c, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-9c40752c, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-9c40752c {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-9c40752c, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-9c40752c, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-9c40752c {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-9c40752c, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-9c40752c, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-9c40752c {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-9c40752c, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-9c40752c, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-9c40752c {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-9c40752c, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-9c40752c, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-9c40752c {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-9c40752c, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-9c40752c, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-9c40752c {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-9c40752c, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-9c40752c, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-9c40752c {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-9c40752c, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-9c40752c, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-9c40752c {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-9c40752c, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-9c40752c, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-9c40752c, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-9c40752c {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-9c40752c, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-9c40752c, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-9c40752c, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-9c40752c, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-9c40752c {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-9c40752c, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-9c40752c, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-9c40752c, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-9c40752c {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-9c40752c, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-9c40752c, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-9c40752c, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-9c40752c {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-9c40752c, #w-node-cf219997-381a-aac0-d724-994eb48a107d-9c40752c, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-9c40752c, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-9c40752c, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-9c40752c {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-9c40752c, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-9c40752c, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-9c40752c, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-9c40752c {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-9c40752c, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-9c40752c, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-9c40752c, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-9c40752c, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-9c40752c {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-9c40752c, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-9c40752c, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-9c40752c, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-9c40752c, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-9c40752c {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-9c40752c, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-9c40752c, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-9c40752c, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-9c40752c, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-9c40752c {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-9c40752c, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-9c40752c, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-9c40752c, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-9c40752c, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-9c40752c {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-9c40752c, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-9c40752c, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-9c40752c, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-9c40752c, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-9c40752c {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-9c40752c, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-9c40752c {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-9c40752c, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-9c40752c, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-9c40752c, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-9c40752c, #w-node-e558eae2-0483-a241-49ec-2430441738ba-9c40752c, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-9c40752c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdb89-cc9c904e, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdb95-cc9c904e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdba1-cc9c904e, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdba5-cc9c904e, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-cc9c904e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1e9-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1eb-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1ed-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1f1-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1f5-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1f7-cc9c904e, #w-node-_66bd0bd5-35f6-3593-2d1b-b6125488f1fb-cc9c904e {
  justify-self: center;
}

#w-node-_9c540833-53ce-3f44-1354-b6acf0088821-13862fdf, #w-node-_9c540833-53ce-3f44-1354-b6acf008882d-13862fdf, #Contact-2-Checkbox.w-node-_9c540833-53ce-3f44-1354-b6acf0088831-13862fdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-13862fdf, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-13862fdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f7c-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f7e-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f80-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f84-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f88-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f8a-13862fdf, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f8e-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b515-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b517-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b519-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b51d-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b521-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b523-13862fdf, #w-node-_42a63118-0fb0-8508-0dcb-a4464be5b527-13862fdf {
  justify-self: center;
}

#w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7a2-b3693123, #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-b3693123 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-b3693123, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-b3693123 {
  grid-area: span 1 / span 2 / span 1 / span 1;
  width: 100%;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4025-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4027-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4029-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff402d-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4031-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4033-b3693123, #w-node-_96bae576-40e1-31b1-2441-d8facdff4037-b3693123 {
  justify-self: center;
}

#w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7a2-e90e6eb2, #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-e90e6eb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-e90e6eb2, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-e90e6eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36ee-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36f0-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36f2-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36f6-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36fa-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a36fc-e90e6eb2, #w-node-_058f3406-f3ae-aae6-8845-84553f2a3700-e90e6eb2 {
  justify-self: center;
}

#w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7a2-bedb6dbb, #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-bedb6dbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-bedb6dbb, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-bedb6dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f7c-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f7e-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f80-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f84-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f88-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f8a-bedb6dbb, #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f8e-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9e0-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9e2-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9e4-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9e8-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9ec-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9ee-bedb6dbb, #w-node-b8e76991-0fa7-0763-4d62-84069e2fc9f2-bedb6dbb {
  justify-self: center;
}

#w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7a2-065bfec5, #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-065bfec5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-065bfec5, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-065bfec5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9ca7-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9ca9-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9cab-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9caf-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9cb3-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9cb5-065bfec5, #w-node-_433976fd-15e4-afc8-43ab-af10d73e9cb9-065bfec5 {
  justify-self: center;
}

#w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7a2-df7ccd13 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-df7ccd13, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc26-df7ccd13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc27-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42ae-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42b0-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42b2-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42b6-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42ba-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42bc-df7ccd13, #w-node-_5f9f1175-cf6f-9257-0aa8-d90da4db42c0-df7ccd13 {
  justify-self: center;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-a2ad479b, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-a2ad479b, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-a2ad479b, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-a2ad479b {
  align-self: start;
}

#w-node-_1d152f16-446a-fcb5-8150-5dcd87e68981-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e68983-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e68985-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e68989-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e6898d-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e6898f-a2ad479b, #w-node-_1d152f16-446a-fcb5-8150-5dcd87e68993-a2ad479b {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-a2ad479b {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-a2ad479b, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597f2-a2ad479b, #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597f7-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11123fbc-adc7-8cd0-357d-c8f22d0cafaf-a2ad479b, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0cafb4-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-ab817f93-02c5-570f-bafa-17900fb63c4d-a2ad479b, #w-node-ab817f93-02c5-570f-bafa-17900fb63c52-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-a242b327-7616-010d-8b1c-e7839371be14-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a242b327-7616-010d-8b1c-e7839371be26-a2ad479b, #w-node-a242b327-7616-010d-8b1c-e7839371be2b-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_8102faee-23bc-566f-d8ae-242af59830d2-a2ad479b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8102faee-23bc-566f-d8ae-242af59830f0-a2ad479b {
  justify-self: stretch;
}

#w-node-_8102faee-23bc-566f-d8ae-242af59830f1-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8102faee-23bc-566f-d8ae-242af598310f-a2ad479b {
  justify-self: stretch;
}

#w-node-_8102faee-23bc-566f-d8ae-242af5983110-a2ad479b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-ffb1c4ee, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-ffb1c4ee, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-ffb1c4ee, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-ffb1c4ee {
  align-self: start;
}

#w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5b6-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5b8-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5ba-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5be-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5c2-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5c4-ffb1c4ee, #w-node-_663fd8e2-1a5f-96d0-30ab-5ddcdb25b5c8-ffb1c4ee {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-ffb1c4ee {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ffb1c4ee, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-ffb1c4ee, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597f2-ffb1c4ee, #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597f7-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_11123fbc-adc7-8cd0-357d-c8f22d0cafaf-ffb1c4ee, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0cafb4-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-ab817f93-02c5-570f-bafa-17900fb63c4d-ffb1c4ee, #w-node-ab817f93-02c5-570f-bafa-17900fb63c52-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-a242b327-7616-010d-8b1c-e7839371be14-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a242b327-7616-010d-8b1c-e7839371be26-ffb1c4ee, #w-node-a242b327-7616-010d-8b1c-e7839371be2b-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_38aa09f4-791a-02b2-b5ff-41acafaaced8-ffb1c4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38aa09f4-791a-02b2-b5ff-41acafaacef6-ffb1c4ee {
  justify-self: stretch;
}

#w-node-_38aa09f4-791a-02b2-b5ff-41acafaacef7-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_38aa09f4-791a-02b2-b5ff-41acafaacf15-ffb1c4ee {
  justify-self: stretch;
}

#w-node-_38aa09f4-791a-02b2-b5ff-41acafaacf16-ffb1c4ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-099a5b23, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-099a5b23, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-099a5b23, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-099a5b23 {
  align-self: start;
}

#w-node-c5021b2d-b263-373d-38d4-a0e34e7bed6f-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed71-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed73-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed77-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed7b-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed7d-099a5b23, #w-node-c5021b2d-b263-373d-38d4-a0e34e7bed81-099a5b23 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-099a5b23 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-099a5b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-099a5b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-099a5b23, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-099a5b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_94a30677-75ec-40a0-fc3f-3bdbce8ccada-099a5b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94a30677-75ec-40a0-fc3f-3bdbce8ccaf8-099a5b23 {
  justify-self: stretch;
}

#w-node-_94a30677-75ec-40a0-fc3f-3bdbce8ccaf9-099a5b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_94a30677-75ec-40a0-fc3f-3bdbce8ccb17-099a5b23 {
  justify-self: stretch;
}

#w-node-_94a30677-75ec-40a0-fc3f-3bdbce8ccb18-099a5b23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-15201adf, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-15201adf, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-15201adf, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-15201adf {
  align-self: start;
}

#w-node-_445009cd-47c3-e3ff-32c3-871e80931993-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e80931995-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e80931997-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e8093199b-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e8093199f-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e809319a1-15201adf, #w-node-_445009cd-47c3-e3ff-32c3-871e809319a5-15201adf {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-15201adf {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-15201adf, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-15201adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-15201adf, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-15201adf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-a53f2981-c2c0-6958-b9d4-8eeebc401547-15201adf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a53f2981-c2c0-6958-b9d4-8eeebc401565-15201adf {
  justify-self: stretch;
}

#w-node-a53f2981-c2c0-6958-b9d4-8eeebc401566-15201adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a53f2981-c2c0-6958-b9d4-8eeebc401584-15201adf {
  justify-self: stretch;
}

#w-node-a53f2981-c2c0-6958-b9d4-8eeebc401585-15201adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-fcb600a3, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-fcb600a3, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-fcb600a3, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-fcb600a3 {
  align-self: start;
}

#w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb4110-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb4112-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb4114-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb4118-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb411c-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb411e-fcb600a3, #w-node-_26f1a7b7-fe36-c256-1a7a-7a6bfceb4122-fcb600a3 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-fcb600a3 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-fcb600a3, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-fcb600a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-fcb600a3, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-fcb600a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_41b22be8-72d7-3d4e-1c23-02becaf6c9ae-fcb600a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41b22be8-72d7-3d4e-1c23-02becaf6c9cc-fcb600a3 {
  justify-self: stretch;
}

#w-node-_41b22be8-72d7-3d4e-1c23-02becaf6c9cd-fcb600a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41b22be8-72d7-3d4e-1c23-02becaf6c9eb-fcb600a3 {
  justify-self: stretch;
}

#w-node-_41b22be8-72d7-3d4e-1c23-02becaf6c9ec-fcb600a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-4c924b35, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-4c924b35, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-4c924b35, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-4c924b35 {
  align-self: start;
}

#w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4dd7-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4dd9-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4ddb-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4ddf-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4de3-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4de5-4c924b35, #w-node-_178209a6-c8d2-6c9d-1d4d-bc4e587a4de9-4c924b35 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-4c924b35 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4c924b35, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4c924b35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-4c924b35, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-4c924b35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-c1b84899-bfea-33da-e25a-076bcd72e7a0-4c924b35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b84899-bfea-33da-e25a-076bcd72e7be-4c924b35 {
  justify-self: stretch;
}

#w-node-c1b84899-bfea-33da-e25a-076bcd72e7bf-4c924b35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1b84899-bfea-33da-e25a-076bcd72e7dd-4c924b35 {
  justify-self: stretch;
}

#w-node-c1b84899-bfea-33da-e25a-076bcd72e7de-4c924b35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-aeac2cf4, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-aeac2cf4, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-aeac2cf4, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-aeac2cf4 {
  align-self: start;
}

#w-node-_73838276-acf4-d447-f521-73e052a1de1f-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de21-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de23-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de27-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de2b-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de2d-aeac2cf4, #w-node-_73838276-acf4-d447-f521-73e052a1de31-aeac2cf4 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-aeac2cf4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-aeac2cf4, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-aeac2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-aeac2cf4, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-aeac2cf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_803b3c03-e4ae-d774-ac88-ae271d28b943-aeac2cf4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803b3c03-e4ae-d774-ac88-ae271d28b961-aeac2cf4 {
  justify-self: stretch;
}

#w-node-_803b3c03-e4ae-d774-ac88-ae271d28b962-aeac2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_803b3c03-e4ae-d774-ac88-ae271d28b980-aeac2cf4 {
  justify-self: stretch;
}

#w-node-_803b3c03-e4ae-d774-ac88-ae271d28b981-aeac2cf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-38f67bd0, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-38f67bd0, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-38f67bd0, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-38f67bd0 {
  align-self: start;
}

#w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98d6-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98d8-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98da-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98de-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98e2-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98e4-38f67bd0, #w-node-a36a6f1e-41b5-49ff-7f0a-addd41fb98e8-38f67bd0 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-38f67bd0 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-38f67bd0, #w-node-_68794fc1-28d6-e241-bb87-13961b9d8ddb-38f67bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_68794fc1-28d6-e241-bb87-13961b9d8deb-38f67bd0, #w-node-_68794fc1-28d6-e241-bb87-13961b9d8df0-38f67bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-f8286d78-14ec-1d47-2dc9-ada8d1af637e-38f67bd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8286d78-14ec-1d47-2dc9-ada8d1af639c-38f67bd0 {
  justify-self: stretch;
}

#w-node-f8286d78-14ec-1d47-2dc9-ada8d1af639d-38f67bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8286d78-14ec-1d47-2dc9-ada8d1af63bb-38f67bd0 {
  justify-self: stretch;
}

#w-node-f8286d78-14ec-1d47-2dc9-ada8d1af63bc-38f67bd0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-20d81a0f, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-20d81a0f, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-20d81a0f, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-20d81a0f {
  align-self: start;
}

#w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c16-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c18-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c1a-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c1e-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c22-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c24-20d81a0f, #w-node-_3bae6a6f-c7e1-e575-aaf5-4c4450476c28-20d81a0f {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-20d81a0f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-20d81a0f, #w-node-d118128f-1994-ea11-48f1-36d2d97b25b3-20d81a0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-d118128f-1994-ea11-48f1-36d2d97b25c3-20d81a0f, #w-node-d118128f-1994-ea11-48f1-36d2d97b25c8-20d81a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-cf0e1f53-ab9e-1dbb-af4b-e29cf741daa0-20d81a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0e1f53-ab9e-1dbb-af4b-e29cf741dabe-20d81a0f {
  justify-self: stretch;
}

#w-node-cf0e1f53-ab9e-1dbb-af4b-e29cf741dabf-20d81a0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf0e1f53-ab9e-1dbb-af4b-e29cf741dadd-20d81a0f {
  justify-self: stretch;
}

#w-node-cf0e1f53-ab9e-1dbb-af4b-e29cf741dade-20d81a0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-42d8bae5, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-42d8bae5, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-42d8bae5, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-42d8bae5 {
  align-self: start;
}

#w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56ad3-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56ad5-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56ad7-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56adb-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56adf-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56ae1-42d8bae5, #w-node-_9e14862f-1d39-5fbf-ad6b-b145fae56ae5-42d8bae5 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-42d8bae5 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-42d8bae5, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-42d8bae5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-42d8bae5, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-42d8bae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_1890be67-edcc-af7d-f595-1bf465f987f8-42d8bae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1890be67-edcc-af7d-f595-1bf465f98816-42d8bae5 {
  justify-self: stretch;
}

#w-node-_1890be67-edcc-af7d-f595-1bf465f98817-42d8bae5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1890be67-edcc-af7d-f595-1bf465f98835-42d8bae5 {
  justify-self: stretch;
}

#w-node-_1890be67-edcc-af7d-f595-1bf465f98836-42d8bae5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-67146a97, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-67146a97, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-67146a97, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-67146a97 {
  align-self: start;
}

#w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d380-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d382-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d384-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d388-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d38c-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d38e-67146a97, #w-node-_25d8b4eb-cfb5-ddf3-1a0f-7e7fa2e6d392-67146a97 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-67146a97 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-67146a97, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-67146a97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-67146a97, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-67146a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_67cd551e-ad3f-44f7-cb27-b55cddd42eb3-67146a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67cd551e-ad3f-44f7-cb27-b55cddd42ed1-67146a97 {
  justify-self: stretch;
}

#w-node-_67cd551e-ad3f-44f7-cb27-b55cddd42ed2-67146a97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67cd551e-ad3f-44f7-cb27-b55cddd42ef0-67146a97 {
  justify-self: stretch;
}

#w-node-_67cd551e-ad3f-44f7-cb27-b55cddd42ef1-67146a97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-b4aa32b9, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-b4aa32b9, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-b4aa32b9, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-b4aa32b9 {
  align-self: start;
}

#w-node-bb5341d2-43b6-1868-1260-9889f9faeb53-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb55-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb57-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb5b-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb5f-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb61-b4aa32b9, #w-node-bb5341d2-43b6-1868-1260-9889f9faeb65-b4aa32b9 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-b4aa32b9 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-b4aa32b9, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-b4aa32b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-b4aa32b9, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-b4aa32b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_8f1f698a-5a9b-b0a4-2b27-5c989fc5b053-b4aa32b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f1f698a-5a9b-b0a4-2b27-5c989fc5b071-b4aa32b9 {
  justify-self: stretch;
}

#w-node-_8f1f698a-5a9b-b0a4-2b27-5c989fc5b072-b4aa32b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f1f698a-5a9b-b0a4-2b27-5c989fc5b090-b4aa32b9 {
  justify-self: stretch;
}

#w-node-_8f1f698a-5a9b-b0a4-2b27-5c989fc5b091-b4aa32b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-396ee23c, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-396ee23c, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-396ee23c, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-396ee23c {
  align-self: start;
}

#w-node-_0c965e94-a4e5-e41a-7ede-5c6b4677389f-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738a1-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738a3-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738a7-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738ab-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738ad-396ee23c, #w-node-_0c965e94-a4e5-e41a-7ede-5c6b467738b1-396ee23c {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-396ee23c {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-396ee23c, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-396ee23c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-396ee23c, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-396ee23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_96310e84-953f-d4f3-a2cb-8cdb758611b2-396ee23c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96310e84-953f-d4f3-a2cb-8cdb758611d0-396ee23c {
  justify-self: stretch;
}

#w-node-_96310e84-953f-d4f3-a2cb-8cdb758611d1-396ee23c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96310e84-953f-d4f3-a2cb-8cdb758611ef-396ee23c {
  justify-self: stretch;
}

#w-node-_96310e84-953f-d4f3-a2cb-8cdb758611f0-396ee23c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-063b8053, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-063b8053, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-063b8053, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-063b8053 {
  align-self: start;
}

#w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eea7-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eea9-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eeab-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eeaf-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eeb3-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eeb5-063b8053, #w-node-_1c704fd5-0b0e-7ff4-889c-fbc0b121eeb9-063b8053 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-063b8053 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-063b8053, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-063b8053 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-063b8053, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-063b8053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-ec053f9b-0a28-bece-dbc1-c551777024cb-063b8053 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec053f9b-0a28-bece-dbc1-c551777024e9-063b8053 {
  justify-self: stretch;
}

#w-node-ec053f9b-0a28-bece-dbc1-c551777024ea-063b8053 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec053f9b-0a28-bece-dbc1-c55177702508-063b8053 {
  justify-self: stretch;
}

#w-node-ec053f9b-0a28-bece-dbc1-c55177702509-063b8053 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-57146c6e, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-57146c6e, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-57146c6e, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-57146c6e {
  align-self: start;
}

#w-node-c89192fb-3ca0-8386-3983-cbddf73cb559-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb55b-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb55d-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb561-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb565-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb567-57146c6e, #w-node-c89192fb-3ca0-8386-3983-cbddf73cb56b-57146c6e {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-57146c6e {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-57146c6e, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-57146c6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-57146c6e, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-57146c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_0bdf9a6e-2fc3-bce4-212b-a29e42a3cfae-57146c6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0bdf9a6e-2fc3-bce4-212b-a29e42a3cfcc-57146c6e {
  justify-self: stretch;
}

#w-node-_0bdf9a6e-2fc3-bce4-212b-a29e42a3cfcd-57146c6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0bdf9a6e-2fc3-bce4-212b-a29e42a3cfeb-57146c6e {
  justify-self: stretch;
}

#w-node-_0bdf9a6e-2fc3-bce4-212b-a29e42a3cfec-57146c6e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-ae27a06d, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-ae27a06d, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-ae27a06d, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-ae27a06d {
  align-self: start;
}

#w-node-f6f82e16-1e96-6838-c0a5-2c63f94207c1-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207c3-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207c5-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207c9-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207cd-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207cf-ae27a06d, #w-node-f6f82e16-1e96-6838-c0a5-2c63f94207d3-ae27a06d {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-ae27a06d {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ae27a06d, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ae27a06d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-ae27a06d, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-ae27a06d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-ae27a06d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-ae27a06d {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-ae27a06d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-ae27a06d {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-ae27a06d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-db3b8300, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-db3b8300, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-db3b8300, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-db3b8300 {
  align-self: start;
}

#w-node-_646d556e-8ea9-c876-cc17-775e6135984f-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e61359851-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e61359853-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e61359857-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e6135985b-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e6135985d-db3b8300, #w-node-_646d556e-8ea9-c876-cc17-775e61359861-db3b8300 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-db3b8300 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-db3b8300, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-db3b8300 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-db3b8300, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-db3b8300 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_4db876a7-9e92-c7ff-75ec-d1f57896617c-db3b8300 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db876a7-9e92-c7ff-75ec-d1f57896619a-db3b8300 {
  justify-self: stretch;
}

#w-node-_4db876a7-9e92-c7ff-75ec-d1f57896619b-db3b8300 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4db876a7-9e92-c7ff-75ec-d1f5789661b9-db3b8300 {
  justify-self: stretch;
}

#w-node-_4db876a7-9e92-c7ff-75ec-d1f5789661ba-db3b8300 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-40aa3b18, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-40aa3b18, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-40aa3b18, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-40aa3b18 {
  align-self: start;
}

#w-node-_421dbb0e-e898-7182-2613-f36fa4f6e008-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e00a-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e00c-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e010-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e014-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e016-40aa3b18, #w-node-_421dbb0e-e898-7182-2613-f36fa4f6e01a-40aa3b18 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-40aa3b18 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-40aa3b18, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-40aa3b18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-40aa3b18, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-40aa3b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_583dee28-2db3-538c-fb56-dec533ac71d1-40aa3b18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_583dee28-2db3-538c-fb56-dec533ac71ef-40aa3b18 {
  justify-self: stretch;
}

#w-node-_583dee28-2db3-538c-fb56-dec533ac71f0-40aa3b18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_583dee28-2db3-538c-fb56-dec533ac720e-40aa3b18 {
  justify-self: stretch;
}

#w-node-_583dee28-2db3-538c-fb56-dec533ac720f-40aa3b18 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-e5df8692, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-e5df8692, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-e5df8692, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-e5df8692 {
  align-self: start;
}

#w-node-_0c70854a-7609-611d-495d-7db1b2bf3feb-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3fed-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3fef-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3ff3-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3ff7-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3ff9-e5df8692, #w-node-_0c70854a-7609-611d-495d-7db1b2bf3ffd-e5df8692 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-e5df8692 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-e5df8692, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-e5df8692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-e5df8692, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-e5df8692 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_4fc7f86d-ee06-f135-5790-6b76817ffe57-e5df8692 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc7f86d-ee06-f135-5790-6b76817ffe75-e5df8692 {
  justify-self: stretch;
}

#w-node-_4fc7f86d-ee06-f135-5790-6b76817ffe76-e5df8692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4fc7f86d-ee06-f135-5790-6b76817ffe94-e5df8692 {
  justify-self: stretch;
}

#w-node-_4fc7f86d-ee06-f135-5790-6b76817ffe95-e5df8692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-1ddbdd53, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-1ddbdd53, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-1ddbdd53, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-1ddbdd53 {
  align-self: start;
}

#w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed3d-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed3f-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed41-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed45-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed49-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed4b-1ddbdd53, #w-node-_3874a995-05b4-3ff3-5f2a-278a2114ed4f-1ddbdd53 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-1ddbdd53 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-1ddbdd53, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-1ddbdd53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-1ddbdd53, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-1ddbdd53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-e21f4c0e-b969-0deb-3655-8785d34521ab-1ddbdd53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e21f4c0e-b969-0deb-3655-8785d34521c9-1ddbdd53 {
  justify-self: stretch;
}

#w-node-e21f4c0e-b969-0deb-3655-8785d34521ca-1ddbdd53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e21f4c0e-b969-0deb-3655-8785d34521e8-1ddbdd53 {
  justify-self: stretch;
}

#w-node-e21f4c0e-b969-0deb-3655-8785d34521e9-1ddbdd53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-4fa72668, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-4fa72668, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-4fa72668, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-4fa72668 {
  align-self: start;
}

#w-node-_0ac15218-126c-3d62-7111-bf3b178e1db9-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dbb-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dbd-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dc1-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dc5-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dc7-4fa72668, #w-node-_0ac15218-126c-3d62-7111-bf3b178e1dcb-4fa72668 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-4fa72668 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4fa72668, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4fa72668 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-4fa72668, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-4fa72668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_97cf02ba-a63e-e54c-fee3-cb4f67967ec0-4fa72668 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97cf02ba-a63e-e54c-fee3-cb4f67967ede-4fa72668 {
  justify-self: stretch;
}

#w-node-_97cf02ba-a63e-e54c-fee3-cb4f67967edf-4fa72668 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97cf02ba-a63e-e54c-fee3-cb4f67967efd-4fa72668 {
  justify-self: stretch;
}

#w-node-_97cf02ba-a63e-e54c-fee3-cb4f67967efe-4fa72668 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-8d97c461, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-8d97c461, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-8d97c461, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-8d97c461 {
  align-self: start;
}

#w-node-f7a6e408-f563-be63-74c6-ee805d38da28-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da2a-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da2c-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da30-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da34-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da36-8d97c461, #w-node-f7a6e408-f563-be63-74c6-ee805d38da3a-8d97c461 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-8d97c461 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-8d97c461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84fbe9f2-0caf-e32f-7cfa-09c0149f38cc-8d97c461, #w-node-eefc5bbe-518e-e673-254f-8286d66bc697-8d97c461 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6b7-8d97c461 {
  justify-self: stretch;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6bc-8d97c461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea998-8d97c461 {
  justify-self: stretch;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea999-8d97c461 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-f5699045, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-f5699045, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-f5699045, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-f5699045 {
  align-self: start;
}

#w-node-_98894b74-6770-d96c-8170-577d12e107a2-f5699045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98894b74-6770-d96c-8170-577d12e107a7-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107a9-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107ab-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107af-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107b3-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107b5-f5699045, #w-node-_98894b74-6770-d96c-8170-577d12e107b9-f5699045 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-f5699045 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-f5699045, #w-node-_05866755-1045-1401-cec2-dffb90742975-f5699045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84fbe9f2-0caf-e32f-7cfa-09c0149f38cc-f5699045, #w-node-eefc5bbe-518e-e673-254f-8286d66bc697-f5699045 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6b7-f5699045 {
  justify-self: stretch;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6bc-f5699045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea998-f5699045 {
  justify-self: stretch;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea999-f5699045 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-33a19d54, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-33a19d54, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-33a19d54, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-33a19d54 {
  align-self: start;
}

#w-node-ca3c53db-b885-67a5-6a5a-15abf12f9124-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f9126-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f9128-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f912c-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f9130-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f9132-33a19d54, #w-node-ca3c53db-b885-67a5-6a5a-15abf12f9136-33a19d54 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-33a19d54 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-33a19d54, #w-node-_05866755-1045-1401-cec2-dffb90742975-33a19d54, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-33a19d54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3b9c7cc2-1d94-afa5-e479-c3af26e954a0-33a19d54, #w-node-_8ad934c7-14ff-cc51-3492-1136b504cb2f-33a19d54, #w-node-_6109dbb3-2a22-2960-0602-b216e428017c-33a19d54, #w-node-a9f86843-1eef-626d-807a-7b456570b444-33a19d54, #w-node-_4f0e5d38-da0b-bea5-3ab8-7d7cf9652afa-33a19d54, #w-node-a3602c7e-1ad6-c746-2605-0a811c1b8730-33a19d54, #w-node-b3015f38-dcfa-7c96-0347-d2357e65ac2f-33a19d54, #w-node-_798a49ab-9418-4501-00c7-62533992c5f3-33a19d54, #w-node-_89b21c03-6812-07c5-3a06-3d10e1eded61-33a19d54, #w-node-d80be935-3595-cc45-6770-4dfbead35a82-33a19d54, #w-node-_783c3382-2f2b-764a-ccf7-263f47700bec-33a19d54, #w-node-_1cee0a94-217f-f521-84b3-85bf60aa4c0c-33a19d54, #w-node-_1d10e00a-68bd-db45-6fa4-c14986512e26-33a19d54, #w-node-_65ccae15-96f6-ac7a-550e-918f513001dc-33a19d54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: stretch;
}

#w-node-_84fbe9f2-0caf-e32f-7cfa-09c0149f38cc-33a19d54, #w-node-eefc5bbe-518e-e673-254f-8286d66bc697-33a19d54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6b7-33a19d54 {
  justify-self: stretch;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6bc-33a19d54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea998-33a19d54 {
  justify-self: stretch;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea999-33a19d54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25e28152-fc1f-8250-174e-bc466d63e042-03bc1eb5, #w-node-_38f0e4cc-bdc8-f041-e35b-46a0a3804c9b-03bc1eb5, #w-node-_25e28152-fc1f-8250-174e-bc466d63e048-03bc1eb5, #w-node-_25e28152-fc1f-8250-174e-bc466d63e04e-03bc1eb5 {
  align-self: start;
}

#w-node-f8999280-87a7-a38d-3411-d792387ccb72-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb74-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb76-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb7a-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb7e-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb80-03bc1eb5, #w-node-f8999280-87a7-a38d-3411-d792387ccb84-03bc1eb5 {
  justify-self: center;
}

#w-node-_5baf0e0f-42d3-634f-d92a-ad3445590d83-03bc1eb5 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-03bc1eb5, #w-node-_05866755-1045-1401-cec2-dffb90742975-03bc1eb5, #w-node-_84fbe9f2-0caf-e32f-7cfa-09c0149f38cc-03bc1eb5, #w-node-eefc5bbe-518e-e673-254f-8286d66bc697-03bc1eb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6b7-03bc1eb5 {
  justify-self: stretch;
}

#w-node-eefc5bbe-518e-e673-254f-8286d66bc6bc-03bc1eb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea998-03bc1eb5 {
  justify-self: stretch;
}

#w-node-_9da79f95-c6ca-8899-96c1-c3eccf9ea999-03bc1eb5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-8a38a44b, #w-node-a0d457fe-a0fe-e59c-b4bc-32f1a03d0e36-8a38a44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-8a38a44b {
  align-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-8a38a44b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-8a38a44b {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-8a38a44b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-8a38a44b {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-8a38a44b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-02c54289, #w-node-b517aa62-f35e-5d3d-d67a-88e5e1451076-02c54289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-02c54289 {
  align-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-02c54289 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-02c54289 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-02c54289 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-02c54289 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-02c54289 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb654ac4-0fda-1307-8885-514177621443-e2906acf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_0ec62edc-4a0e-bd6f-2540-f4ea51d397b0-e2906acfa {
      grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ec62edc-4a0e-bd6f-2540-f4ea51d397b0-e2906acf, #w-node-_2a9c2d4e-4ee1-0e89-c056-ae7b1add9c99-e2906acf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}



#w-node-eee866d8-af53-f96e-5617-39530da55db9-e2906acf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-e2906acf, #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-e2906acf, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-e2906acf, #w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-e2906acf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-e2906acf {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-e2906acf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-e2906acf {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-e2906acf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb654ac4-0fda-1307-8885-514177621443-8566edd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_2a9c2d4e-4ee1-0e89-c056-ae7b1add9c99-8566edd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-8566edd1, #w-node-_155170df-d20e-b5ea-b0f7-2b166ea3d02c-8566edd1, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-8566edd1, #w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-8566edd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-8566edd1 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-8566edd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-8566edd1 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-8566edd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb654ac4-0fda-1307-8885-514177621443-4a49b2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_2a9c2d4e-4ee1-0e89-c056-ae7b1add9c99-4a49b2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eee866d8-af53-f96e-5617-39530da55db9-4a49b2c7 {
  grid-area: 3 / 1 / 4 / 2;
}

#email-3.w-node-_88c20fc1-cbcd-f88e-058b-932d026b9a3c-4a49b2c7, #email-3.w-node-db23e0c4-119a-0742-6eec-c1c97eceba96-4a49b2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-4a49b2c7, #w-node-_71f24bb3-0694-e0be-b40d-41c67ca5abb7-4a49b2c7, #w-node-_0f0efd78-eb92-db39-bd4b-3a310e590bd6-4a49b2c7, #w-node-_6bd69729-35db-2ccb-7777-c943f7778150-4a49b2c7, #w-node-a24f35f6-6db7-b78e-afe1-b59b8f4dcd41-4a49b2c7, #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-4a49b2c7, #w-node-_7486eec1-0110-b61a-97d6-28fdc6a0d4be-4a49b2c7, #w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ccb-4a49b2c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7ce9-4a49b2c7 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7cea-4a49b2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d08-4a49b2c7 {
  justify-self: stretch;
}

#w-node-ed7186f5-7a02-6e40-cc23-4b4b8f6f7d09-4a49b2c7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-a3407514, #w-node-_05866755-1045-1401-cec2-dffb90742975-a3407514, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a3407514, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-a2ad479b, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a2ad479b, #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-a2ad479b, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-a2ad479b, #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-a2ad479b, #w-node-a242b327-7616-010d-8b1c-e7839371be14-a2ad479b, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ffb1c4ee, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ffb1c4ee, #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-ffb1c4ee, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-ffb1c4ee, #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-ffb1c4ee, #w-node-a242b327-7616-010d-8b1c-e7839371be14-ffb1c4ee, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-099a5b23, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-099a5b23, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-15201adf, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-15201adf, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-fcb600a3, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-fcb600a3, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4c924b35, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4c924b35, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-aeac2cf4, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-aeac2cf4, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-38f67bd0, #w-node-_68794fc1-28d6-e241-bb87-13961b9d8ddb-38f67bd0, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-20d81a0f, #w-node-d118128f-1994-ea11-48f1-36d2d97b25b3-20d81a0f, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-42d8bae5, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-42d8bae5, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-67146a97, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-67146a97, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-b4aa32b9, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-b4aa32b9, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-396ee23c, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-396ee23c, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-063b8053, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-063b8053, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-57146c6e, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-57146c6e, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ae27a06d, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ae27a06d, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-db3b8300, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-db3b8300, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-40aa3b18, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-40aa3b18, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-e5df8692, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-e5df8692, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-1ddbdd53, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-1ddbdd53, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4fa72668, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4fa72668, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-8d97c461, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-f5699045, #w-node-_05866755-1045-1401-cec2-dffb90742975-f5699045, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-33a19d54, #w-node-_05866755-1045-1401-cec2-dffb90742975-33a19d54, #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-33a19d54, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-03bc1eb5, #w-node-_05866755-1045-1401-cec2-dffb90742975-03bc1eb5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-a3407514, #w-node-_05866755-1045-1401-cec2-dffb90742975-a3407514 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a3407514 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-a2ad479b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a2ad479b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-a2ad479b, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-a2ad479b, #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-a2ad479b, #w-node-a242b327-7616-010d-8b1c-e7839371be14-a2ad479b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ffb1c4ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ffb1c4ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-ffb1c4ee, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-ffb1c4ee, #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-ffb1c4ee, #w-node-a242b327-7616-010d-8b1c-e7839371be14-ffb1c4ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-099a5b23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-099a5b23 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-15201adf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-15201adf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-fcb600a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-fcb600a3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4c924b35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4c924b35 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-aeac2cf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-aeac2cf4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-38f67bd0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68794fc1-28d6-e241-bb87-13961b9d8ddb-38f67bd0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-20d81a0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d118128f-1994-ea11-48f1-36d2d97b25b3-20d81a0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-42d8bae5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-42d8bae5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-67146a97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-67146a97 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-b4aa32b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-b4aa32b9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-396ee23c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-396ee23c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-063b8053 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-063b8053 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-57146c6e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-57146c6e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-ae27a06d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ae27a06d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-db3b8300 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-db3b8300 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-40aa3b18 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-40aa3b18 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-e5df8692 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-e5df8692 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-1ddbdd53 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-1ddbdd53 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-4fa72668 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4fa72668 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-8d97c461, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-f5699045, #w-node-_05866755-1045-1401-cec2-dffb90742975-f5699045, #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-33a19d54, #w-node-_05866755-1045-1401-cec2-dffb90742975-33a19d54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-33a19d54 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1124aeb9-cf9c-730c-c26a-ea61c57548c3-03bc1eb5, #w-node-_05866755-1045-1401-cec2-dffb90742975-03bc1eb5, #w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-e2906acf, #w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-e2906acf, #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-e2906acf, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-e2906acf, #w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-8566edd1, #w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-8566edd1, #w-node-_155170df-d20e-b5ea-b0f7-2b166ea3d02c-8566edd1, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-8566edd1, #email-3.w-node-_26fcab6f-ff3e-3746-4537-70484c59d87e-4a49b2c7, #email-3.w-node-_26fcab6f-ff3e-3746-4537-70484c59d87f-4a49b2c7, #w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-4a49b2c7, #w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-4a49b2c7, #w-node-_71f24bb3-0694-e0be-b40d-41c67ca5abb7-4a49b2c7, #w-node-_0f0efd78-eb92-db39-bd4b-3a310e590bd6-4a49b2c7, #w-node-_6bd69729-35db-2ccb-7777-c943f7778150-4a49b2c7, #w-node-a24f35f6-6db7-b78e-afe1-b59b8f4dcd41-4a49b2c7, #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-4a49b2c7, #w-node-_7486eec1-0110-b61a-97d6-28fdc6a0d4be-4a49b2c7, #tip-unitate, #numar-asigurati, #sectii-speciale, #cui-malpraxis {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  #tip-unitate, #numar-asigurati{
      grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_114a09d8-d9f2-92bc-a46e-d0f7e1dc7e77-5940750c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_3459746f-5085-fd63-0d78-6bff979b78e6-5940750c {
    align-self: start;
  }

  #w-node-_161067bc-5eda-f60c-2169-145195d16c7c-5940750c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc2769b2-1d0e-b0be-d44f-7cb61c551dfd-5940750c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-cc2769b2-1d0e-b0be-d44f-7cb61c551e1d-5940750c {
    align-self: start;
  }

  #w-node-c59eea43-a87d-3d86-6315-22a35f1be8c6-5940750c, #w-node-_54d4e05b-0203-2f46-d23a-5b83c90ba328-5940750c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_54d4e05b-0203-2f46-d23a-5b83c90ba358-5940750c {
    align-self: start;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-a3407514 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-a3407514 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05866755-1045-1401-cec2-dffb90742975-a3407514 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a3407514 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-a3407514 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-cc9c904e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdba1-cc9c904e, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdba5-cc9c904e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-cc9c904e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-13862fdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_9c540833-53ce-3f44-1354-b6acf008882d-13862fdf, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-13862fdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-13862fdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-b3693123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-b3693123, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-b3693123 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-b3693123 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-e90e6eb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-e90e6eb2, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-e90e6eb2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-e90e6eb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-bedb6dbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-bedb6dbb, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-bedb6dbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-bedb6dbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-065bfec5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-ddc2fe6d-acc6-4f00-dff1-2f601d21d7ba-065bfec5, #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-065bfec5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-065bfec5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f2e-df7ccd13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-d5d5e678-723a-17ca-f97d-4b7b78dcdc21-df7ccd13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a96ab4c2-0ddb-b91e-babe-ea8440eb6f71-df7ccd13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-a2ad479b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-a2ad479b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-a2ad479b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-a2ad479b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-a2ad479b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-a2ad479b, #w-node-a242b327-7616-010d-8b1c-e7839371be14-a2ad479b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-a2ad479b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-ffb1c4ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-ffb1c4ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ffb1c4ee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fa2bfc3c-3089-dffa-ff62-df14bf7597e0-ffb1c4ee, #w-node-_11123fbc-adc7-8cd0-357d-c8f22d0caf9d-ffb1c4ee, #w-node-ab817f93-02c5-570f-bafa-17900fb63c3b-ffb1c4ee, #w-node-a242b327-7616-010d-8b1c-e7839371be14-ffb1c4ee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-ffb1c4ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-099a5b23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-099a5b23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-099a5b23 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-099a5b23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-15201adf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-15201adf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-15201adf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-15201adf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-fcb600a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-fcb600a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-fcb600a3 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-fcb600a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-4c924b35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-4c924b35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4c924b35 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-4c924b35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-aeac2cf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-aeac2cf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-aeac2cf4 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-aeac2cf4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-38f67bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-38f67bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_68794fc1-28d6-e241-bb87-13961b9d8ddb-38f67bd0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-38f67bd0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-20d81a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-20d81a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d118128f-1994-ea11-48f1-36d2d97b25b3-20d81a0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-20d81a0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-42d8bae5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-42d8bae5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-42d8bae5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-42d8bae5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-67146a97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-67146a97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-67146a97 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-67146a97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-b4aa32b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-b4aa32b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-b4aa32b9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-b4aa32b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-396ee23c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-396ee23c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-396ee23c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-396ee23c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-063b8053 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-063b8053 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-063b8053 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-063b8053 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-57146c6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-57146c6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-57146c6e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-57146c6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-ae27a06d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-ae27a06d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-ae27a06d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-ae27a06d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-db3b8300 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-db3b8300 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-db3b8300 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-db3b8300 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-40aa3b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-40aa3b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-40aa3b18 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-40aa3b18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-e5df8692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-e5df8692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-e5df8692 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-e5df8692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-1ddbdd53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-1ddbdd53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-1ddbdd53 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-1ddbdd53 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-4fa72668 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-4fa72668 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-4fa72668 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-4fa72668 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-8d97c461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-8d97c461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-8d97c461 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-f5699045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-f5699045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05866755-1045-1401-cec2-dffb90742975-f5699045 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-f5699045 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-33a19d54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-33a19d54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05866755-1045-1401-cec2-dffb90742975-33a19d54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c9036cf4-e61f-fd07-4683-e94211c8be20-33a19d54 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-33a19d54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-03bc1eb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-03bc1eb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05866755-1045-1401-cec2-dffb90742975-03bc1eb5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-03bc1eb5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-8a38a44b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-8a38a44b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-8a38a44b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-02c54289 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e8e8e9ba-0e10-ed5c-03d3-70245edbf8d7-02c54289 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-02c54289 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-e2906acf {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-e2906acf, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-e2906acf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-e2906acf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-8566edd1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-8566edd1, #w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-8566edd1, #w-node-_155170df-d20e-b5ea-b0f7-2b166ea3d02c-8566edd1, #w-node-_2c2847ae-0457-3d9a-9a20-64e1e8dc401a-8566edd1, #tip-unitate, #numar-asigurati, #sectii-speciale, #cui-malpraxis {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  
  

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-8566edd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb654ac4-0fda-1307-8885-514177621443-4a49b2c7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-4a49b2c7, #w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-4a49b2c7, #w-node-_71f24bb3-0694-e0be-b40d-41c67ca5abb7-4a49b2c7, #w-node-_0f0efd78-eb92-db39-bd4b-3a310e590bd6-4a49b2c7, #w-node-_6bd69729-35db-2ccb-7777-c943f7778150-4a49b2c7, #w-node-a24f35f6-6db7-b78e-afe1-b59b8f4dcd41-4a49b2c7, #w-node-_90f2e693-ac50-f5ac-7d2d-44980247168e-4a49b2c7, #w-node-_7486eec1-0110-b61a-97d6-28fdc6a0d4be-4a49b2c7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99b109ec-b6e4-532e-a374-b4efe0c4a525-4a49b2c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

#w-node-_1169b7bc-779c-fe4f-3212-daea6034457e-e2906acf,#w-node-_2205d1fe-3660-3f8c-2d27-6d3c6256df41-e2906acf{
      
     grid-area: span 1 / span 2 / span 1 / span 1 !important;
  }


