:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --trancewhite: #ffffff3d;
  --background-color--background-primary: var(--base-color-neutral--black);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--white: #fff;
  --base-color-neutral--black: #000;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

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

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

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

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

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom.margin-medium {
  flex-flow: column;
  width: 25%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-large.rna-contents.mb-1 {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-xsmall {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.margin-bottom.margin-xsmall.title.face-analyze-img {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.margin-bottom.margin-xxlarge {
  text-align: center;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  margin: 0 0 1rem;
  display: flex;
}

.margin-bottom.margin-xxlarge.face-analyze-img.mb-0 {
  margin-bottom: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 5rem;
}

.margin-bottom.margin-small.mb-3 {
  margin-bottom: 3rem;
}

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

.margin-bottom.margin-xxlarge.rna-contents {
  justify-content: center;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

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

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

.margin-bottom.margin-xsmall.rna-contents.text-center {
  justify-content: center;
  margin-bottom: 0;
}

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

.margin-bottom.margin-small.mb-2 {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small.mb-2.mb-0 {
  margin-bottom: 0;
}

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

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

.padding-vertical.padding-xxlarge {
  padding: 2rem 0;
}

.padding-vertical.padding-xhuge.rna-contents, .padding-vertical.padding-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-xhuge.fsd-md-none {
  display: none;
}

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

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

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

.margin-top.margin-medium {
  margin: 0;
}

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

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

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

.padding-bottom.padding-xxlarge {
  padding: 0 0 1rem;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

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

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

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

.heading-style-h1.text-color-alternate {
  color: var(--text-color--text-alternate);
  letter-spacing: 8px;
  font-weight: 100;
}

.padding-global {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--trancewhite);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-size-regular.products {
  text-align: center;
}

.text-size-regular.products_category {
  color: #333;
  text-align: center;
  padding-bottom: .5rem;
  font-size: .875rem;
}

.text-size-regular.products_comment {
  color: #333;
  text-align: center;
  padding-bottom: .5rem;
  font-size: .775rem;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

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

.text-size-small {
  color: #fff;
  font-size: .7rem;
}

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

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

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  border: 1px solid var(--trancewhite);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

.padding-section-large {
  padding-top: 15%;
  padding-bottom: 15%;
}

.padding-section-large.horizontal-rotation {
  padding-top: 12%;
}

.padding-section-large.horizontal-rotation.tb-zero {
  padding-top: 0%;
  padding-bottom: 0%;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  padding-top: 0;
}

.main-wrapper.loading-wrapper {
  height: auto;
  display: block;
}

.main-wrapper.loading-wrapper._w-100 {
  width: 100%;
}

.main-wrapper.loading-wrapper.shooting {
  width: 100%;
  max-width: 100%;
}

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

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  color: var(--text-color--text-alternate);
  text-align: center;
  background-color: #ffffff26;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.button-group.is-center {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hide {
  display: none;
}

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

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

.container-medium.case-container {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 35% 0 auto;
}

.container-medium.analyze_btn_wrapper {
  justify-content: center;
  height: 55vh;
  display: flex;
}

.container-medium.analyze_btn_wrapper.page_img_analyze {
  max-width: none;
  height: auto;
}

.container-medium.analyze_btn_wrapper.h-0 {
  height: auto;
}

.container-medium.analyze_btn_wrapper.h-0._w-64-rem {
  width: 100%;
}

.container-medium.analyze_btn_wrapper.products {
  height: auto;
  margin-bottom: 40px;
}

.container-medium.analyze_btn_wrapper_ex {
  justify-content: center;
  height: 55vh;
  display: flex;
}

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

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 4rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.navbar19_menu {
  background-color: var(--background-color--background-alternate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.menu-icon4_line-bottom {
  background-color: var(--background-color--background-primary);
  width: 24px;
  height: 2px;
}

.menu-icon4_line-bottom.normal-icon {
  background-color: #fff;
}

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

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

.navbar19_link-large {
  color: var(--link-color--link-primary);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.navbar19_menu-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  display: grid;
}

.navbar19_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.navbar19_menu-button {
  z-index: 1;
  padding: 0;
}

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

.navbar19_menu-left-bottom {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

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

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

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

.social-icon {
  color: var(--base-color-neutral--white);
  width: 1.5rem;
  height: 1.5rem;
}

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

.navbar19_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-icon4_line-middle {
  background-color: var(--background-color--background-alternate);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle.normal-icon {
  background-color: #fff;
}

.menu-icon_line-middle-top {
  z-index: 2;
  background-color: #fff0;
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  inset: 0;
}

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

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon_line-middle-base.normal-icon {
  background-color: #fff;
}

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

.navbar19_logo {
  width: 35%;
}

.navbar19_link-small {
  color: var(--background-color--background-alternate);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: block;
}

.navbar19_link-small:hover {
  text-decoration: underline;
}

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

.menu-icon4_line-top.normal-icon {
  background-color: #fff;
}

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

.navbar19_item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4.display-none {
  display: none;
}

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

.navbar19_logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar19_link-wrapper {
  z-index: 0;
  display: flex;
}

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

.navbar19_menu-left-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  color: #f0dfdf;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.navbar19_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  place-items: flex-start stretch;
  height: 100%;
  padding: 4.5rem 4rem;
  display: grid;
}

.footer3_social-link {
  color: var(--link-color--link-primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  flex-flow: column;
  padding-left: 0;
  display: flex;
}

.footer3_legal-link {
  color: var(--border-color--border-alternate);
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer3_top-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 12px;
  grid-template: "."
  / 1fr 1fr;
  align-items: start;
}

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

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

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

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

.footer3_social-list {
  grid-column-gap: .8rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: end center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.footer3_link {
  color: var(--border-color--border-alternate);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar19_menu-2 {
  background-color: var(--base-color-neutral--neutral-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar19_component-2 {
  background-color: #131313d9;
  border-bottom: 1px solid #eeeeee1a;
  align-items: center;
  width: 100%;
  min-height: 4.5svh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.section_layout332 {
  height: 100%;
}

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

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

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

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

.layout332_background-image-wrapper {
  z-index: -1;
  object-fit: fill;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.body {
  background-color: #fff0;
}

.body.contents_normal {
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  display: block;
}

.body.h-100 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.body.selection-circle {
  flex-flow: column;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.body.top-page {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.body.face-analyze-img {
  min-height: auto;
  display: block;
}

.footer7_legal-link {
  color: var(--link-color--link-primary);
  font-size: .875rem;
  text-decoration: underline;
}

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

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

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

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

.footer7_link {
  color: var(--link-color--link-primary);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.header5_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header5_content {
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

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

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100svh;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

.section_header30 {
  height: 100%;
  min-height: 100%;
}

.section_header30.h-100 {
  height: 100svh;
  min-height: auto;
  position: relative;
}

.section_header30.selection-circle {
  height: auto;
  min-height: auto;
}

.section_header30.top-wrapper {
  flex: 1;
  order: -1;
}

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

.header30_content {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50svh;
  max-height: 100svh;
  display: block;
}

.header30_content.case-content {
  min-height: auto;
  max-height: 100%;
}

.header30_content.selection-circle, .header30_content.top-menu-wrapper {
  height: 100%;
  min-height: auto;
  max-height: none;
}

.header30_content.h-100 {
  min-height: auto;
  max-height: none;
}

.footer3_link-2 {
  color: var(--border-color--border-alternate);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.est-button {
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff0;
  border: 1px solid #e0e0e099;
  border-radius: 8rem;
  align-self: stretch;
  margin-left: 4rem;
  margin-right: 4rem;
  padding: .75rem 2rem;
  font-weight: 500;
}

.est-button:hover {
  background-color: #ffffff1c;
  border-color: #e0e0e0;
}

.est-button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.est-button.is-large {
  padding: 1rem 2rem;
}

.est-button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

.est-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.est-button.is-brand {
  background-color: var(--background-color--background-secondary);
}

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

.est-button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.est-heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.est-heading-style-h1.text-color-alternate {
  color: #222;
  letter-spacing: 8px;
  letter-spacing: 8px;
  font-size: 1.5rem;
  font-weight: 200;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shape-3 {
  opacity: .55;
  mix-blend-mode: normal;
  background-color: #f5f5f585;
  border-radius: 999em;
  width: 80vw;
  height: 80vw;
  display: none;
  position: absolute;
  inset: 50vw 0% 0% auto;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  opacity: .6;
  filter: blur(130px);
  mix-blend-mode: lighten;
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 2;
  z-index: 2;
  z-index: 2;
  height: 100svh;
  min-height: auto;
}

.text-center {
  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: block;
}

.shape-1 {
  opacity: .49;
  background-color: #d86725a1;
  border-radius: 999em;
  width: 60em;
  height: 60em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50vw;
  left: -52.9vw;
  right: 0;
}

.background-noise {
  z-index: 0;
  opacity: .2;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.shape-2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #eeedede3;
  border-radius: 999em;
  width: 50vw;
  height: 50vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 75vw;
  left: -10.5vw;
  right: 0;
}

.shape-6 {
  background-color: #a3a2a2;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-7 {
  background-color: #fff;
  border-radius: 999em;
  width: 40em;
  height: 60em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.title1 {
  letter-spacing: 6px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.ultra-gradient-wrapper {
  background-color: #443f3f82;
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  min-height: 100svh;
  font-size: 1vw;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block {
  margin-bottom: 2rem;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.shape-9 {
  background-color: #fff;
  border-radius: 999em;
  width: 30em;
  height: 100svh;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-8 {
  background-color: #fff;
  border-radius: 999em;
  width: 47em;
  height: 100em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.blending-group-wrapper {
  z-index: 1;
  opacity: .81;
  filter: blur(200px);
  mix-blend-mode: overlay;
}

.shape-5 {
  background-color: #7e7775;
  border-radius: 999em;
  width: 30em;
  height: 50em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 36%;
}

.shape-4 {
  background-color: #c4c4c4;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.image-2 {
  width: 26%;
  margin-bottom: 2rem;
}

.rotate-text {
  justify-content: center;
  align-items: center;
}

.rotate-text.bottom-text {
  position: absolute;
  inset: auto 0% -100%;
}

.rotate-text.d-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  min-width: 11rem;
  display: flex;
}

.rotate-text.d-flex.fmap {
  flex-flow: row;
  justify-content: center;
  min-width: auto;
}

.menu-link-icon {
  justify-content: center;
  align-items: center;
  padding: .7rem 1.3rem;
  display: flex;
  position: relative;
}

.rotate-icon {
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
}

.rotate-icon.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.menu-link {
  color: #131313;
  border-bottom: .5px solid #ececec38;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.text-large {
  font-size: 2.25rem;
  line-height: 1.3;
}

.text-large.menu {
  color: #fff;
  letter-spacing: .1rem;
  letter-spacing: .1rem;
  letter-spacing: .1rem;
  font-size: 1.8vw;
}

.icon-outline {
  border: 1px solid #ececec;
  border-radius: 100rem;
  position: absolute;
  inset: 0%;
}

.icon-tiny {
  opacity: 1;
  color: #ececec;
  width: .625rem;
}

.icon-tiny.fb {
  font-weight: 600;
}

.clip-content {
  z-index: 3;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: var(--border-color--border-alternate);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.preloader {
  z-index: 1000;
  background-color: #fcfcfc;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader {
  background-color: #ececec;
  width: 10rem;
  height: 2px;
  overflow: hidden;
}

.loader-fill {
  background-color: #131313;
  width: 100%;
  height: 100%;
}

.clip-link-text {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-regular {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular.analyze_btn {
  color: #000;
}

.text-regular.analyze_btn.result_plus {
  font-size: 1.45rem;
}

.text-regular.analyze_btn.result_plus.val_skin_hari {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-regular.analyze_btn.result_plus.val_skin_hari.square {
  font-size: 2.5rem;
}

.text-regular.analyze_btn.result_plus.val_skin_hari.square.display-none {
  display: none;
}

.text-regular.analyze_btn.result_plus.val_skin_hari.val_1.title {
  text-decoration: none;
}

.text-regular.analyze_btn.result_plus.val_2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-regular.analyze_btn.result_plus.val_2.title {
  text-decoration: none;
}

.text-regular.analyze_btn.result_plus.val_3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.text-regular.analyze_btn.result_plus.val_3.title {
  text-decoration: none;
}

.text-regular.analyze_btn.products {
  text-decoration: underline;
}

.text-regular.analyze_btn.products.fsd {
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
}

.text-regular.analyze_btn.products.fsd:hover {
  text-decoration: none;
}

.text-regular.analyze_btn.fsd {
  font-size: .935rem;
}

.text-regular.analyze_btn.fsd.title {
  text-decoration: none;
}

.text-regular.analyze_btn.fsd.fb {
  font-weight: 600;
}

.text-regular.next-btn {
  font-size: 1.15rem;
  font-weight: 600;
}

.text-regular.next-step-btn {
  font-size: 1.15rem;
}

.icon-wrapper {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper:hover {
  background-color: #d3d3d380;
}

.icon-wrapper.analyaze_btn {
  background-color: #f6dfe3;
}

.icon-wrapper.analyaze_btn.result-btn {
  cursor: pointer;
  margin-left: 0;
}

.icon-wrapper.analyaze_btn.bk-white {
  background-color: #fff;
}

.icon-wrapper.analyaze_btn.bk-white.products {
  background-color: #eee;
}

.icon-wrapper.analyaze_btn.bk-white.products.fsd.bk-none {
  background-color: #fff0;
}

.icon-wrapper.analyaze_btn.bk-white.fsd, .icon-wrapper.analyaze_btn.fsd.ex {
  position: absolute;
  right: 20px;
}

.icon-wrapper.analyaze_btn.fsd.ex.fmap.lscore {
  background-color: #ffeab3;
  position: absolute;
  right: 20px;
}

.icon-wrapper.analyaze_btn.fsd.ex.fmap.mscore {
  background-color: #e0edff;
  position: absolute;
  right: 20px;
}

.icon-wrapper.analyaze_btn.fsd.ex.lscore {
  background-color: #ffeab3;
}

.icon-wrapper.analyaze_btn.fsd.ex.mscore {
  background-color: #e0edff;
}

.icon-wrapper.analyaze_btn.bg-white {
  background-color: #fff;
}

.icon-wrapper.age-arrow {
  position: absolute;
  right: 20px;
}

.icon-wrapper.age-arrow.age-unselected {
  right: 10px;
}

.link-button-left {
  border: 1px solid var(--trancewhite);
  color: #131313;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 63%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left:hover {
  background-color: #d8d8d826;
}

.link-button-left.w--current {
  width: 100%;
}

.loader5_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader5_text-wrapper {
  display: flex;
}

.loader5_number {
  color: var(--base-color-neutral--white);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}

.loader5_progress-bar {
  background-color: var(--base-color-neutral--white);
  width: 20%;
  height: 100%;
}

.loader5_progress-content {
  align-self: flex-end;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.loader5_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

.loader5_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader5_instructions-list {
  padding-left: 1.25rem;
}

.loader5_progress {
  border-bottom: 1px solid var(--base-color-neutral--white);
  width: 100%;
  height: 3rem;
  position: relative;
}

.loader-5-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader5_component {
  z-index: 9999;
  background-color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.loader5_loading-animation {
  display: none;
}

.loader5_text {
  color: var(--base-color-neutral--white);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
}

.loader5_instructions-list-item {
  padding-left: .5rem;
}

.loader-wrapper {
  min-height: 100vh;
}

.stats5_item {
  border-left: 2px solid var(--base-color-neutral--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
}

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

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

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

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

.section_stats5 {
  position: relative;
}

.stats5_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stats5_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.stats5_number {
  color: var(--base-color-neutral--white);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.button-2 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.button-2.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

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

.est-padding-section-large-2-copy {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.est-padding-section-large-copy {
  padding-top: 0;
  padding-bottom: 1rem;
}

.est-padding-section-large-copy.display-none, .est-padding-section-large-copy.fmap {
  display: none;
}

.est-padding-section-large-copy.fmap.products {
  display: block;
}

.button-group-copy.is-center-copy, .button-group-copy.is-center-copy-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.button-group-copy.is-center-copy {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.button-group-copy.is-center-copy.analyze_wrapper.display-none {
  display: none;
}

.sacan {
  border: 1px solid var(--trancewhite);
  color: #131313;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 10px;
  text-decoration: none;
  display: flex;
}

.sacan:hover {
  background-color: #d8d8d826;
}

.sacan.w--current {
  width: 100%;
}

.sacan.analyze_btn, .sacan.analyze_btn.w--current {
  border-color: #ececec;
}

.sacan.analyze_btn.rna-contents-btn {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.sacan.analyze_btn.rna-contents-btn:hover, .sacan.analyze_btn.rna-contents-btn.active {
  background-color: #e88a6b73;
}

.sacan.analyze_btn.rna-contents-btn.active.p-15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30 {
  background-color: #eee;
  border-color: #fffbfb;
  margin-bottom: 0;
}

.sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30.products {
  background-color: var(--trancewhite);
  border-style: none;
  width: 100%;
  padding: 0 0;
}

.sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd {
  max-width: 100%;
  position: relative;
}

.sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd:hover {
  background-color: #ddd;
}

.sacan.analyze_btn.rna-contents-btn.active.go-back {
  background-color: #eee;
  border-color: #fffbfb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sacan.analyze_btn.rna-contents-btn.active.go-back:hover {
  background-color: #ddd;
}

.sacan.analyze_btn.rna-contents-btn.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3 {
  justify-content: space-between;
  margin-bottom: .5rem;
  padding: .75rem 20px;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd {
  border-color: #f6dfe3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd:hover {
  background-color: #f6dfe3b3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap {
  justify-content: center;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.active {
  background-color: #f6dfe3b3;
  justify-content: center;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.lscore {
  border-color: #ffeab3;
  justify-content: center;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.lscore:hover, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.lscore.active {
  background-color: #ffeab3b3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.mscore {
  border-color: #e0edff;
  justify-content: center;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.mscore:hover, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.mscore.active {
  background-color: #e0edffb3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.mscore {
  border-color: #e0edff;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.mscore:hover, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.mscore.active {
  background-color: #e0edffb3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.lscore {
  border-color: #ffeab3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.lscore:hover, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.lscore.active {
  background-color: #ffeab3b3;
}

.sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.bscore.active {
  background-color: #f6dfe3b3;
}

.sacan.analyze_btn.face-contents-btn {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.sacan.analyze_btn.face-contents-btn:hover, .sacan.analyze_btn.face-contents-btn.active {
  background-color: #e88a6b73;
}

.sacan.analyze_btn.face-contents-btn.display-none {
  display: none;
}

.clip-link-text-2 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-list {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.bar-link {
  color: #131313cc;
  text-decoration: none;
}

.bar-link.w--current {
  color: #131313;
}

.contact-text {
  max-width: 24rem;
  padding-left: 8px;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  padding-left: 0;
  display: flex;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.link-button {
  color: #131313;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem 10px 2.5rem;
  text-decoration: none;
  display: flex;
}

.link-button.w--current {
  width: 50%;
}

.linkbutton {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.text-regular-2 {
  letter-spacing: .1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-2.copy {
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: 400;
}

.step {
  max-width: 23.2rem;
  padding-left: 8px;
}

.icon-wrapper-2 {
  background-color: #f1f1f180;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-2:hover {
  background-color: #d3d3d380;
}

.footer-action-2 {
  border-bottom: 1px solid #f1f1f11a;
}

.filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 4.5rem;
  font-size: .6rem;
  display: grid;
}

.link-button-left-2 {
  color: #131313;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem 10px 2.5rem;
  text-decoration: none;
  display: flex;
}

.link-button-left-2.w--current {
  width: 50%;
}

.text-regular-title {
  letter-spacing: .1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-regular-title.text-mute {
  letter-spacing: .2rem;
  font-size: 1rem;
  font-weight: 700;
}

.text-regular-title.text-mute.course {
  letter-spacing: .1rem;
  font-size: .7rem;
  font-weight: 500;
}

.loader_number {
  color: #838383;
  padding-bottom: .14em;
  font-family: Montserrat, sans-serif;
  font-size: 9.5em;
  font-weight: 100;
  line-height: .55;
}

.sticky-bar-list {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.sticky-bar-right-title {
  justify-content: flex-end;
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

.loader_p.is-right {
  color: #000;
  text-align: right;
  letter-spacing: .1rem;
  font-size: 1.5em;
  font-weight: 500;
}

.loader_p.is-right.align-initial {
  text-align: justify;
}

.footer-credit-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 1rem;
  display: grid;
}

.loader_progress {
  z-index: 1;
  background-color: #6d6d6d;
  width: 0%;
  height: 3%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block-2 {
  padding-top: 10px;
}

.client-filter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #ececec;
  border-bottom: 1px solid #ececec;
  grid-template-rows: auto;
  grid-template-columns: 10rem 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 4.5rem;
  display: flex;
}

.footer-columns {
  grid-column-gap: 2.9rem;
  grid-row-gap: 2.9rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: grid;
}

.sticky-bar-left {
  border-right: 1px solid #ececec;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-large-2 {
  height: 1rem;
}

.footer-brand-logo {
  text-align: center;
  width: 6.2rem;
  padding-bottom: .125rem;
  display: block;
}

.footer-credit-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.loader-3 {
  z-index: 1000;
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
  overflow: hidden;
}

.loader_top {
  color: #eb412b;
  border-bottom: 1px #ececec;
  position: relative;
}

.footer-link-2 {
  border-bottom: 1px none var(--trancewhite);
  color: #fcfcfc;
  text-decoration: none;
}

.content-section.dark {
  color: #fcfcfc;
  background-color: #131313;
}

.content-section.dark.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff08;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero {
  border-bottom: 1px #ececec;
  justify-content: space-between;
  min-height: auto;
  display: flex;
}

.text-regular-title-copy {
  letter-spacing: .1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-regular-title-copy.text-mute {
  letter-spacing: .2rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-regular-title-copy.text-mute.step {
  text-align: center;
  font-size: .8rem;
  font-weight: 500;
}

.home-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px #ececec;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -1px;
  display: grid;
}

.container {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container.is-hero {
  color: #eb412b;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 45vh;
  min-height: auto;
  display: flex;
}

.container.is-hero.analyze_wrapper {
  display: none;
}

.container.is-loader-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.is-loader-top {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.large-padding {
  width: auto;
  padding: .125rem 1rem;
}

.large-padding.display-none {
  display: none;
}

.footer-credits-2 {
  border-top: 1px solid #f1f1f11a;
}

.text-small {
  margin-bottom: 0;
  font-size: .6rem;
  font-weight: 400;
  text-decoration: underline;
}

.text-small.text-mute {
  font-size: .6rem;
}

.text-small.text-mute.type {
  font-size: 1rem;
  text-decoration: none;
}

.text-small.text-mute.type.rna-contents {
  font-weight: 700;
}

.text-small.text-mute.rna-score-txt {
  color: #fb9233;
  font-size: 1.5rem;
}

.sticky-step {
  border-left: 1px #ececec;
  border-right: 1px solid #ececec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.spacer-huge-2 {
  height: 4rem;
}

.footer-brand-2 {
  color: #fcfcfc;
  text-transform: uppercase;
  flex: none;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.menu-icon {
  border: 1px solid #ececec;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9rem;
  padding-right: .9rem;
  display: flex;
  position: relative;
}

.menu-bottom {
  color: #131313;
  border-top: 1px solid #ececec;
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.brand {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-chart_component {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.category-chart_component.mt-20 {
  margin-top: 40px;
}

.menu-toggle {
  padding: 0;
}

.menu-toggle.w--open {
  z-index: 20;
}

.menu-clip {
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.page-content.shooting {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.button-shade {
  opacity: 1;
  background-color: #f1f1f11a;
  border: 1px solid #f1f1f11a;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-tiny {
  color: #ececec;
  font-size: .625rem;
}

.menu-content {
  background-color: #fcfcfc;
  flex-direction: column;
  min-width: 32rem;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-2-col {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.menu-link-2 {
  color: #131313;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.html-embed-3 {
  color: #0a0909;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.html-embed-3.mb-0 {
  margin-bottom: 100px;
}

.navbar {
  z-index: 900;
  background-color: #f1f1f11a;
  flex-direction: column;
  width: 6rem;
  height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.white-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 25px 25px;
  position: relative;
}

.white-box.regnskap-chart {
  width: 100%;
  min-width: 100%;
  min-height: auto;
  padding: 0;
  overflow: hidden;
}

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

.container-large-3.shooting {
  max-width: none;
}

.nav-menu {
  background-color: #c8c8c800;
  flex-direction: column;
  height: 100%;
  display: flex;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.navbar-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.text-block-3 {
  padding-top: 10px;
}

.spacer-medium-2 {
  border-bottom: 1px solid #ececec;
  height: 5rem;
}

.menu-link-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.navbar-content {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fcfcfc00;
  border-right: 1px solid #f1f1f11a;
  flex-direction: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
  position: relative;
}

.page-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper-2.shooting-main-wrapper {
  background-color: var(--trancewhite);
  grid-template-columns: auto;
}

.page-wrapper-2.nra {
  grid-template-columns: auto;
  place-items: center;
}

.social-icon-2 {
  color: #131313;
  letter-spacing: .025rem;
  border: 1px solid #ececec;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  height: 2.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.home-hero_component {
  color: #000;
  min-height: auto;
}

.menu-button {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
}

.brand-logo {
  color: #131313;
  text-transform: uppercase;
  width: 14.8rem;
  font-size: 1.1rem;
  font-weight: 500;
  transform: rotate(-90deg);
}

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

.padding-section-large-3.shooting_wrapper {
  padding-bottom: 1rem;
}

.padding-section-large-3.shooting_wrapper.tb-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-bottom {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-dropdown {
  justify-content: flex-start;
  width: 0;
  display: flex;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-overlay {
  z-index: 1;
  cursor: pointer;
  background-color: #1313138f;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-action {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  display: flex;
}

.dropdown-list {
  background-color: #ddd;
  width: 0;
  max-width: 0;
  height: 100vh;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.dropdown-list.w--open {
  z-index: 1;
  background-color: #ddd0;
  justify-content: flex-start;
  width: 0;
  max-width: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 6rem;
}

.padding-global-2 {
  flex-flow: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.padding-global-2.shooting-wrapper {
  padding-right: 0;
}

.menu-outer {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: auto;
}

.clip-link-text-3 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.number-text {
  padding-bottom: 0;
}

.home-hero-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.text-size-medium-3 {
  font-size: 1.25rem;
  line-height: 2;
}

.text-size-medium-3.rna-contents.your_type_txt {
  line-height: 1.5;
}

.text-size-medium-3.rna-contents.your_type_txt.font-size-1 {
  font-size: 1rem;
  line-height: 1.25;
}

.text-size-medium-3.rna-contents.lead-ex {
  font-size: 1rem;
  line-height: 1.8;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #0000004a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.career02_list-wrapper {
  overflow: hidden;
}

.button-3 {
  text-align: center;
  border-radius: .25rem;
  padding: .75rem .125rem .75rem 1.5rem;
  font-weight: 600;
}

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

.padding-section-large-4.advice-btn {
  text-align: center;
}

.menu-link-3 {
  color: #131313;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.link-button-left-3 {
  color: #131313;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 2rem 10px 2.5rem;
  text-decoration: none;
  display: flex;
}

.link-button-left-3.w--current {
  width: 50%;
}

.pm3-22-score {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.home-hero-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  min-height: 100%;
  padding-top: .25rem;
  display: grid;
}

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

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

.number-card {
  border-bottom: 1px #ececec;
  border-right: 1px #ececec;
}

.modal-content-replace-this-div {
  border: 2px #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.career02_title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pm3-22-div {
  border-bottom: 1px #ececec;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.pm3-22-div.rna-contents.nrna.mb-text-type, .pm3-22-div.rna-contents.nrna.mb-text-type.display-none {
  display: flex;
}

.pm3-22-div.rna-contents.nrna.mb-d-none {
  display: none;
}

.text-block-4 {
  padding-top: 10px;
}

.career02_location {
  background-color: #f2f4f7;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  display: flex;
}

.text-block-5 {
  color: #131313;
  letter-spacing: .1rem;
  padding-right: .5rem;
  font-weight: 700;
}

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

.button-icon.advice-btn {
  color: #fff;
  vertical-align: middle;
  height: 1.45rem;
  margin-left: .25rem;
  display: inline-block;
}

.button-icon.rna-contents.nrna.rna-ques {
  color: #000;
}

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

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

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

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_close-button.rna-contents {
  z-index: 999;
  background-color: #3c3c3c;
  border-radius: 20px;
  position: relative;
  top: auto;
  bottom: 250px;
  right: 4rem;
}

.spacer-small-2 {
  height: .7rem;
  display: flex;
}

.heading {
  font-size: 2.8rem;
  font-weight: 700;
}

.heading-small {
  letter-spacing: .1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-small.rna-score-txt {
  color: #fb9233;
}

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

.pm3-22_header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.modal1_component {
  z-index: 99;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-2 {
  text-align: left;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.7;
}

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

.container-large-4.face-map {
  max-width: none;
}

.container-large-4.face-map.display-none {
  display: none;
}

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

.bold-text.rna-contents {
  font-size: 1.45rem;
}

.bold-text.rna-contents.font-size-1 {
  font-size: 1.25rem;
}

.bold-text.rna-contents.font-size-1.mb-1 {
  margin-bottom: 2rem;
  font-size: 1.15rem;
  display: block;
}

.text-small-sp-copy {
  color: var(--background-color--background-primary);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: .7rem;
  font-weight: 400;
}

.text-small-sp-copy.normal {
  color: #fff;
}

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

.textblock-type {
  padding-left: 4rem;
  padding-right: 4rem;
}

.modal1_content-wrapper {
  background-color: #fcfcfc;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_content-wrapper.rna-contents {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}

.about {
  flex-flow: row;
  display: flex;
}

.image-6 {
  max-width: 20%;
}

.div-block-8 {
  border-bottom: 1px solid #ececec;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-block {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-3 {
  padding: 1rem 2rem;
}

.tab-description {
  color: #8f8fa3;
  font-size: 14px;
  line-height: 24px;
}

.dougnut_name {
  color: #000;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.blur-image {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto;
}

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

.tab-title {
  letter-spacing: .1em;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.menu-link-4 {
  color: #131313;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.dougnut_percentange {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.html-embed-4 {
  color: #0a0909;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.doughnut-description {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.container-large-chart {
  align-self: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tab-panel {
  background-color: #f8f8fc00;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.tab-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.doughnut-chart_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  display: flex;
}

.doughnut-chart_component.pb-2 {
  padding-top: 2rem;
}

.page-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-global-chart {
  flex-flow: column;
  align-items: stretch;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.home-hero_header-hrow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  display: grid;
}

.home-hero_header-hrow.pt-3 {
  padding-top: 3rem;
}

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

.feature-tab-link {
  z-index: 6;
  color: #1f1f47;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
  position: relative;
}

.feature-tab-link.w--current {
  color: #7070c2;
  background-color: #0000;
  border-bottom-color: #ff6f30;
  width: 100%;
  display: flex;
}

.feature-tab-menu {
  display: flex;
}

.dougnut_category {
  text-align: center;
  font-size: .9rem;
  line-height: 1;
}

.blur-wrapper {
  position: absolute;
  inset: auto 0% 0%;
}

.tab-section {
  background-color: #fff;
  padding: 80px 3%;
}

.html-embed-5 {
  width: 120px;
  height: 150px;
}

.tab-section-copy {
  background-color: #fff;
  padding: 80px 3%;
}

.html-embed-6 {
  color: #0a0909;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.link-button-left-copy {
  border: 1px solid var(--trancewhite);
  color: #131313;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-copy:hover {
  background-color: #d8d8d826;
}

.link-button-left-copy.w--current {
  width: 100%;
}

.link-button-left-copy.rna-contents {
  border-color: #ececec;
}

.link-button-left-copy.rna-contents:hover, .link-button-left-copy.rna-contents:visited {
  background-color: #e88a6b73;
}

.link-button-left-copy.rna-contents-btn {
  border-color: #ececec;
}

.text-regular-copy {
  color: #fff;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-copy.rna-contents {
  color: #000;
}

.icon-wrapper-copy {
  background-color: #f1f1f180;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-copy:hover {
  background-color: #d3d3d380;
}

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

.button-group-copy.is-center, .button-group-copy.is-center-copy {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.button-group-copy.is-center-copy.analyze_wrapper {
  width: 100%;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna.one {
  grid-template-columns: 1fr;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna.one.plr-0 {
  padding-left: 0%;
  padding-right: 0%;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna.one.plr-0.fsd.fsd-mb-none {
  display: none;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna.one.plr-0.fsd._w-100 {
  max-width: 100%;
}

.button-group-copy.is-center-copy.analyze_wrapper.page_rna.display-none, .button-group-copy.is-center-copy.analyze_wrapper.display-none {
  display: none;
}

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

.button-group-copy-copy.is-center {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.button-group-copy-copy.is-center-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.button-group-copy-copy.is-center-copy-copy {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.button-group-age.is-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.button-group-age.is-center.is-gender {
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}

.gender-note {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.66em;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .button-group-age.is-center.is-gender {
    grid-row-gap: 1rem;
  }

  .gender-note {
    font-size: 12px;
  }
  
  .gender-note br {
    display: none;
  }
}

.button-group-age.is-center.selection-circle {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.link-button-left-age {
  border: 1px solid var(--trancewhite);
  color: #131313;
  background-color: #dedede26;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-age:hover {
  background-color: #e88a6b73;
}

.link-button-left-age.w--current {
  width: 100%;
}

.link-button-left-age.position-relative {
  position: relative;
}

.image-2-copy {
  width: 20%;
  margin-bottom: 1rem;
}

.footer-brand-2-copy {
  color: #fcfcfc;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
}

.footer-grid-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  padding-left: 0;
  text-decoration: none;
  display: grid;
}

.text-regular-2-copy {
  letter-spacing: .1rem;
  border-bottom: 1px #000;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-2-copy.copy {
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: 400;
}

.clip-content-copy {
  z-index: 3;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: .125rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-2-copy {
  border-bottom: 1px solid var(--trancewhite);
  color: #fcfcfc;
  text-decoration: none;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

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

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

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

.loader1_component {
  z-index: 9999;
  background-color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
}

.loader-1-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader1_instructions-list {
  padding-left: 1.25rem;
}

.text-size-medium-6 {
  font-size: 1.25rem;
}

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

.loader1_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader1_instructions-list-item {
  padding-left: .5rem;
}

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

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.loader4_progress-bar {
  background-color: var(--base-color-neutral--white);
  width: 20%;
  height: 100%;
}

.loader4_background-bottom {
  background-color: var(--base-color-neutral--black);
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
}

.loader4_loading-animation {
  display: none;
}

.loader-4-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader4_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader4_instructions-list-item {
  padding-left: .5rem;
}

.loader4_progress-background {
  background-color: var(--base-color-neutral--white);
  opacity: .25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader4_progress-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  width: 40%;
  display: flex;
  position: relative;
}

.loader4_instructions-list {
  padding-left: 1.25rem;
}

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

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

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

.loader4_progress {
  width: 100%;
  height: .25rem;
  position: relative;
}

.loader4_background-top {
  background-color: var(--base-color-neutral--black);
  height: 50%;
  position: absolute;
  inset: 0%;
}

.loader4_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader4_progress-content {
  justify-content: space-between;
  width: 100%;
  margin-top: .75rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loader4_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.loader4_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader4_text-wrapper {
  display: flex;
}

.text-block-10-copy {
  color: #000;
  font-size: .8rem;
}

.text-block-10-copy.next-btn-txt.products {
  font-size: .7rem;
}

.link-button-left-age-copy {
  border: 1px solid var(--trancewhite);
  color: #131313;
  background-color: #dedede26;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-age-copy:hover {
  background-color: #d8d8d826;
}

.link-button-left-age-copy.w--current {
  width: 100%;
}

.link-button-left-age-copy.case-select-btn {
  flex-flow: row;
  display: block;
}

.link-button-left-age-copy.case-select-btn.case-2-select {
  border-color: var(--base-color-neutral--neutral-lighter);
  background-color: #fff;
  display: flex;
}

.link-button-left-age-copy.case-select-btn.case-2-select:hover {
  background-color: #e88a6b73;
}

.link-button-left-age-copy.case-select-btn.case-2-select.hover-none {
  border-color: var(--base-color-neutral--neutral-lighter);
  background-color: #fff;
}

.link-button-left-age-copy.case-select-btn.case-2-select.back_to_top {
  background-color: #fff0;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: block;
}

.link-button-left-age-copy.case-select-btn.case-2-select.back_to_top.nav-top-link.display-none, .link-button-left-age-copy.case-select-btn.case-2-select.back_to_top.close-btn.display-none {
  display: none;
}

.link-button-left-age-copy.case-select-btn.case-2-select.back_to_shooting {
  background-color: #fff0;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  display: block;
}

.link-button-left-age-copy.case-select-btn.case-2-select.ex {
  display: flex;
}

.link-button-left-age-copy.next-step-btn {
  background-color: #d9d9d959;
  flex-flow: row;
}

.link-button-left-age-copy.next-step-btn:hover {
  background-color: #dedede26;
}

.link-button-left-age-copy.next-step-btn.hover-none {
  height: 100%;
  min-height: 100%;
}

.link-button-left-age-copy.age-no-select-btn {
  flex-flow: column;
  height: 100%;
  position: relative;
}

.link-button-left-age-copy.age-no-select-btn:hover {
  background-color: #e88a6b73;
}

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

.text-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 7svh;
  padding-left: 1rem;
  display: flex;
}

.text-block-11-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  justify-content: flex-end;
  align-items: center;
  height: 7svh;
  padding-right: 1rem;
  display: flex;
}

.shape-7-2 {
  background-color: #a7799980;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-4-2 {
  background-color: #a77d8366;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.shape-9-2 {
  background-color: #c3a6a6;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-5-2 {
  background-color: #a8789d7d;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.ultra-gradient-wrapper-2 {
  background-color: #141414;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.shape-6-2 {
  background-color: #f3b7b79e;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-3-2 {
  background-color: #eb969678;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.blending-group-wrapper-2 {
  z-index: 1;
  filter: none;
  mix-blend-mode: overlay;
  display: none;
}

.main-shapes-wrapper-2 {
  filter: none;
  display: none;
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

.shape-2-2 {
  background-color: #8f8f8f;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.background-noise-2 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-8-2 {
  background-color: #e78dbc7d;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.title1-2 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-1-2 {
  background-color: #eca;
  border-radius: 999em;
  width: 70em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf6f326;
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.shape-7-3 {
  background-color: #a7799980;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.ultra-gradient-wrapper-3 {
  background-color: #3d3a3a;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-6-3 {
  background-color: #f3b7b79e;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.shape-3-3 {
  background-color: #eb9696eb;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.background-noise-3 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title1-3 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-1-3 {
  background-color: #e7b37f;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.nav-normal {
  background-color: #131313d9;
  border-bottom: 1px solid #eeeeee1a;
  align-items: center;
  width: 100%;
  min-height: 4.5svh;
  padding-left: 40px;
  padding-right: 5%;
  display: flex;
}

.nav-top {
  background-color: #ffffff14;
  border-bottom: 1px solid #eeeeee1a;
  align-items: center;
  width: 100%;
  min-height: 4.5svh;
  padding-left: 40px;
  padding-right: 5%;
  display: flex;
}

.foot-normal.dark {
  color: #fcfcfc;
  background-color: #131313;
}

.foot-normal.dark.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1bed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.foot-normal-copy.dark {
  color: #fcfcfc;
  background-color: #131313;
}

.foot-normal-copy.dark.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1bed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.foot-top.dark {
  color: #fcfcfc;
  background-color: #131313;
}

.foot-top.dark.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebe9e930;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: sticky;
  inset: 100vh 0% 0%;
}

.foot-normal2.dark {
  color: #fcfcfc;
  background-color: #131313;
}

.foot-normal2.dark.foot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1bed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.foot-normal2.dark.foot.normal {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 100vh;
}

.foot-normal2.dark.foot.normal.history-footer {
  position: sticky;
  bottom: 0%;
}

.foot-normal2.dark.foot.normal.selection-circle {
  position: sticky;
  top: 100vh;
}

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

.rnabooton.is-center {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bk {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  height: 100svh;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

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

.text-title-bl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 7svh;
  padding-left: 1rem;
  display: flex;
}

.text-title-bl-r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  letter-spacing: 2px;
  justify-content: flex-end;
  align-items: center;
  height: 7svh;
  padding-right: 1rem;
  display: flex;
}

.section_other_contents {
  display: block;
}

.section_other_contents.select-analyze-btn.page_img_alanyze {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section_other_contents.select-analyze-btn.products {
  display: flex;
}

.section_other_contents.select-analyze-btn.products.d-block {
  display: block;
}

.section_other_contents.select-analyze-btn.products.d-block.display-none {
  display: none;
}

.padding-global-shooting {
  padding-left: 0;
  padding-right: 0;
}

.analyse_loading_wrapper {
  height: auto;
  margin-top: 0;
  display: none;
}

.main_wrapper {
  width: 100%;
  height: auto;
  display: block;
}

.main_wrapper.contents_normal {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.advice_btn {
  background-color: #6b1b2e;
  padding: .755rem 1.25rem;
}

.advice_btn:hover {
  opacity: .8;
}

.advice-txt {
  color: #fff;
  display: inline-block;
}

.image-7.rna-contents.your_type_img.lead-ex {
  width: 100%;
}

.image-7.rna-contents.your_type_img.display-none {
  display: none;
}

.modal1_component-2 {
  z-index: 99;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-2.rna-contents {
  display: none;
}

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

.modal-content {
  border: 2px #0000001a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.modal-content.rna-contents.lead-ex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
  display: grid;
}

.skin_age_container {
  background-color: var(--trancewhite);
  justify-content: flex-end;
  width: 150px;
  height: 150px;
  display: flex;
}

.age-skin-container {
  justify-content: center;
  display: flex;
}

.age-skin-container.display-none {
  display: none;
}

.head-skin-box {
  text-align: center;
  background-color: #d0cdcd;
  width: 120px;
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.head-skin-box.square {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f1ec;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  width: 100px;
  height: 100px;
  display: block;
}

.head-skin-box.square.ex {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.head-skin-box.square.ex.display-none {
  display: none;
}

.link {
  color: #333;
}

.link.skinage {
  font-weight: 600;
}

.link.skinage:hover {
  text-decoration: none;
}

.link.skinage.square {
  cursor: pointer;
  text-decoration: none;
}

.head-skin-age-box {
  text-align: center;
  background-color: #d0cdcd;
  width: 120px;
  height: 76px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: block;
}

.age-txt {
  font-size: 2.5rem;
}

.skinage-ova {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}

.skinage-ova.en {
  border-radius: 0%;
  margin-bottom: 0;
}

.face-analyze-img {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

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

.contact30_component.face-analyze-img {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.contact30_component.face-analyze-img.ex-tab {
  grid-template-columns: .5fr;
  display: block;
}

.page-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper-4.face-analyze-img {
  grid-template-columns: auto;
}

.page-wrapper-4.face-analyze-img.fmap {
  place-items: center;
}

.tab-link-tab-2 {
  flex: 1;
}

.tab-link-tab-2.face-analyze-img.category-tab {
  background-color: #e6e6e694;
  border-left: 1px solid #0000001c;
  border-right: 1px solid #0000001c;
}

.tab-link-tab-2.face-analyze-img.category-tab.w--current {
  background-color: #e4aea4;
}

.tab-link-tab-2.face-analyze-img.category-tab.current-orange {
  background-color: tomato;
}

.contact30_image-wrapper {
  width: 100%;
  height: 100%;
}

.contact30_image-wrapper.face-analyze-img {
  aspect-ratio: auto;
  min-height: auto;
  padding-top: 0%;
  display: block;
  position: relative;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tabs-menu.face-analyze-img.display-none {
  display: none;
}

.tab-link-tab-3 {
  flex: 1;
}

.tab-link-tab-3.face-analyze-img.category-tab.current-yelow {
  background-color: gold;
}

.tab-link-tab-3.face-analyze-img.category-tab.l-none {
  background-color: #e6e6e694;
}

.tab-link-tab-3.face-analyze-img.category-tab.l-none.w--current {
  background-color: #e8e0af;
}

.text-block-12 {
  text-align: center;
  font-weight: 700;
}

.text-block-12.face-analyze-img.current {
  color: #fff;
}

.padding-section-large-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.padding-section-large-6.face-analyze-img {
  padding-top: 1rem;
}

.padding-section-large-6.face-analyze-img.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.contact30_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2rem 0 2rem 2rem;
  display: flex;
}

.contact30_tabs-link.w--current {
  opacity: 1;
  background-color: #ececec;
  border-left-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact30_tabs-link.face-analyze-img {
  background-color: #e9e9e9;
  border-color: #ececec;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}

.contact30_tabs-link.face-analyze-img.w--current {
  background-color: #e98b6b38;
  border-left-color: #ffb0a0;
  border-right: 1px solid #ececec;
}

.contact30_tabs-link.face-analyze-img.display-none {
  opacity: 0;
}

.contact30_tabs-link.face-analyze-img.active.w--current {
  background-color: #e88a6b38;
  border-left-color: #ffb0a0;
}

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

.contact30_image.face-analyze-img.face-img-1 {
  text-align: left;
  vertical-align: baseline;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: auto;
}

.contact30_image.face-analyze-img.face-img-1.param {
  width: 100%;
  height: auto;
}

.contact30_tab-pane {
  height: 100%;
}

.contact30_tab-pane.face-analyze-img {
  background-image: url('../images/Rectangle.svg');
  background-position: 0 0;
  background-size: auto;
  padding-right: 30px;
}

.page-content-2 {
  flex-direction: column;
  display: flex;
}

.text-block-13 {
  text-align: center;
  font-weight: 700;
}

.text-block-13.face-analyze-img.current {
  color: #fff;
}

.text-block-14 {
  text-align: center;
  font-weight: 700;
}

.text-block-14.face-analyze-img.current {
  color: #fff;
}

.tab-link-tab-1 {
  flex: 1;
}

.tab-link-tab-1.face-analyze-img.category-tab.current-blue {
  background-color: #e6e6e694;
}

.tab-link-tab-1.face-analyze-img.category-tab.current-blue.w--current {
  background-color: #90bcec;
}

.heading-2 {
  font-weight: 500;
}

.heading-2.faceimg {
  letter-spacing: .2rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.heading-2.faceimg.face-analyze-img {
  font-size: 1.25rem;
}

.heading-2.faceimg.titele {
  text-align: center;
}

.padding-global-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.fmap-main {
  margin-top: 1rem;
}

.fmap-main.face-analyze-img {
  justify-content: center;
  min-height: auto;
}

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

.contact30_tabs-menu.face-analyze-img.display-none {
  display: none;
}

.text-title-bl-cource-r {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  letter-spacing: 2px;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  padding-top: .5rem;
  padding-right: 1rem;
  display: flex;
}

.text-title-bl-cource-r.step-ex {
  color: #fff;
  padding-right: 0;
}

.text-title-bl-cource-r.step-ex-sh {
  color: #fff;
  padding-top: 0;
  padding-right: 0;
}

.text-title-bl-cource-r.step-ex-sh.display-none {
  display: none;
}

.title-box-step-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  height: 7svh;
  display: block;
}

.title-box-step-r.steo-ex {
  background-color: #9d9d9d;
  padding-right: 5%;
}

.title-box-step-r.steo-ex-sh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9d9d9d00;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-right: 0%;
  display: flex;
}

.text-title-bl-cource {
  color: #333;
  text-align: right;
  border: 1px solid #333;
  margin-top: .25rem;
  margin-right: 1rem;
  padding: .25rem;
  font-size: .85rem;
  display: inline-block;
}

.span-step {
  font-size: 1.35rem;
}

.padding-global-ex {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-title-bl-ex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  height: 7svh;
  padding-left: 0;
  display: flex;
}

.text-title-bl-cource-ex {
  color: #fff;
  text-align: right;
  border: 1px solid #fff;
  margin-top: .25rem;
  margin-right: 0;
  padding: .25rem;
  font-size: .85rem;
  display: inline-block;
}

.section_title-col-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.change-img-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.change-img-box.fmap {
  width: 100%;
}

.face-img-btn {
  background-color: var(--trancewhite);
  color: #333;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  min-width: 126px;
}

.face-img-btn.active {
  color: #000;
  background-color: #e88a6b73;
  border-color: #9e9e9e;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  min-width: 126px;
  font-weight: 500;
}

.face-img-btn.active.fmap {
  background-color: #eee;
  border: 1px solid #cacaca;
  width: 50%;
  min-width: auto;
  max-width: 50%;
  font-size: .9375rem;
  text-decoration: none;
}

.face-img-btn.active.fmap:hover {
  background-color: #ddd;
}

.face-img-btn.l-on-r-off {
  border-left: 1px solid #000;
  border-right-style: none;
}

.face-img-btn.l-on-r-off.average-face-btn {
  border-top-color: #9e9e9e;
  border-bottom-color: #9e9e9e;
  border-left-color: #9e9e9e;
  font-weight: 600;
}

.face-img-btn.l-on-r-off.average-face-btn.active {
  border-left-color: #9e9e9e;
}

.face-img-btn.face-processed-btn {
  border-top-color: #9e9e9e;
  border-bottom-color: #9e9e9e;
  border-right-color: #9e9e9e;
  font-weight: 500;
}

.face-img-btn.face-processed-btn.fmap {
  border-top-color: #cacaca;
  border-bottom-color: #cacaca;
  border-right-color: #cacaca;
  width: 50%;
  min-width: auto;
  max-width: 50%;
  font-size: .9375rem;
  text-decoration: underline;
}

.face-img-btn.face-processed-btn.fmap.active {
  text-decoration: none;
}

.face-img-btn.face-processed-btn.fmap.fimg {
  border-left-style: none;
  border-right-style: solid;
  text-decoration: none;
}

.face-img-btn.fmap {
  color: #000;
  border-top-color: #cacaca;
  border-bottom-color: #cacaca;
  border-left: 1px solid #cacaca;
  border-right-style: none;
  width: 50%;
  min-width: auto;
  max-width: 50%;
  font-size: .935rem;
  text-decoration: underline;
}

.face-img-btn.fmap:hover {
  background-color: #eee;
}

.face-img-btn.fmap.average-face-btn {
  text-decoration: none;
}

.score_img_link_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: none;
}

.button-4 {
  font-size: .935rem;
}

.sp_score_img_link_btn {
  text-align: center;
  min-width: 90px;
  max-width: none;
  font-size: .935rem;
}

.sp_score_img_link_btn.btn-1 {
  background-color: #90bcec;
  font-weight: 600;
  text-decoration: underline;
}

.sp_score_img_link_btn.btn-1:hover {
  text-decoration: none;
}

.sp_score_img_link_btn.btn-2 {
  background-color: #e4aea4;
  font-weight: 600;
  text-decoration: underline;
}

.sp_score_img_link_btn.btn-2:hover {
  text-decoration: none;
}

.sp_score_img_link_btn.btn-3 {
  background-color: #e8e0af;
  font-weight: 600;
  text-decoration: underline;
}

.sp_score_img_link_btn.btn-3:hover {
  text-decoration: none;
}

.score_img_link_txt_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  display: none;
}

.score-link-txt {
  min-width: 90px;
}

.sore.score-1, .sore.score-2, .sore.score-3 {
  text-align: center;
  font-size: 1.25rem;
}

.blending-group-wrapper-3 {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  display: block;
}

.shape-2-3 {
  background-color: #f8c9d9;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-3-4 {
  background-color: #f9dad5;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.ultra-gradient-wrapper-4 {
  background-color: #c7cddb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-noise-4 {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-7-4 {
  background-color: #a7799980;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.main-shapes-wrapper-3 {
  filter: blur(120px);
  display: block;
}

.shape-1-4 {
  background-color: #ffb4a0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.blending-group-wrapper-4 {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  display: block;
}

.shape-2-4 {
  background-color: #f8c9d9;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-3-5 {
  background-color: #f9dad5;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.ultra-gradient-wrapper-5 {
  background-color: #c7cddb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-1-5 {
  background-color: #ffb4a0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.icon-wrapper-3 {
  background-color: #ffffff4d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-3:hover {
  background-color: #ffffffb8;
}

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

.link-button-left-4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #131313;
  background-color: #d4d3d31a;
  border: 1px solid #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 63%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-4:hover {
  background-color: #ffb4a069;
}

.link-button-left-4.w--current {
  width: 100%;
}

.link-button-left-4.standard-course-btn, .link-button-left-4.instant-course-btn, .link-button-left-4.past-results {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-regular-3 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.navbar19_logo-2 {
  width: 21%;
}

.navbar19_logo-2.top-logo {
  width: 25%;
}

.navbar19_logo-3 {
  width: 21%;
}

.navbar19_logo-3.top-logo-w.display-none {
  width: 25%;
  display: none;
}

.navbar19_logo-4 {
  width: 21%;
}

.main_normal_wrapper {
  flex-grow: 1;
}

.padding-global-sub-header {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.padding-global-sub-header.selection-circle, .padding-global-sub-header.mb-0 {
  margin-bottom: 0;
}

.section_title_sh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  height: 7vh;
  display: grid;
}

.section_title_sh.history {
  grid-template-columns: 1fr;
}

.text-title-bl-ex-sh {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  font-weight: 600;
  display: flex;
}

.step-sh {
  background-color: #9d9d9d;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.sh-guidance {
  background-color: #3c3c3c;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 5% .5rem 40px;
  display: flex;
}

.span-step-sh {
  font-size: 1.2rem;
}

.text-title-bl-cource-ex-sh {
  color: #fff;
  text-align: right;
  border: 1px solid #fff;
  margin-top: 0;
  margin-right: 0;
  padding: .25rem 1rem;
  font-size: .7rem;
  display: inline-block;
}

.image_new_logo {
  width: 180px;
  margin-bottom: 1rem;
}

.case-next-btn.case-2-select {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shape-2-5 {
  background-color: #f8c9d9;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.shape-1-6 {
  background-color: #ffb4a0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.blending-group-wrapper-5 {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
  display: block;
}

.ultra-gradient-wrapper-6 {
  background-color: #c7cddb;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.shape-3-6 {
  background-color: #f9dad5;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.image-2-copy-2 {
  width: 14%;
  margin-bottom: 1rem;
}

.image-2-copy-2._w-100 {
  width: 100%;
}

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

.text-regular-4 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-4.results-soon {
  color: #00000080;
}

.link-button-left-5 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #131313;
  background-color: #d4d3d31a;
  border: 1px solid #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 63%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-5:hover {
  background-color: #ffb4a069;
}

.link-button-left-5.w--current {
  width: 100%;
}

.link-button-left-5.past-results {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.link-button-left-5.past-results:hover {
  background-color: #fffcfc24;
}

.link-button-left-5.past-results.position-relative {
  width: 68%;
  position: relative;
}

.link-button-left-5.past-results.position-relative.min-w-68 {
  width: 100%;
  min-width: 34px;
}

.link-button-left-5.past-results.position-relative.min-w-68.display-none {
  display: none;
}

.link-button-left-5.past-results.position-relative.min-w-68.results-soon {
  pointer-events: none;
  background-color: #d4d3d333;
  border-color: #ffffff80;
  padding-top: 1rem;
  padding-bottom: .85rem;
}

.link-button-left-5.standard-course-btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.link-button-left-5.standard-course-btn:hover {
  background-color: #fffcfc24;
}

.link-button-left-5.standard-course-btn.position-relative {
  width: 68%;
  position: relative;
}

.link-button-left-5.standard-course-btn.position-relative.min-w-68 {
  width: 100%;
  min-width: 34rem;
}

.link-button-left-5.instant-course-btn {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.link-button-left-5.instant-course-btn:hover {
  background-color: #fffcfc24;
}

.link-button-left-5.instant-course-btn.position-relative {
  width: 68%;
  position: relative;
}

.link-button-left-5.instant-course-btn.position-relative.min-w-68 {
  width: 100%;
  min-width: 34px;
}

.icon-wrapper-4 {
  background-color: #ffffff4d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-4:hover {
  background-color: #ffffffb8;
}

.icon-wrapper-4.position-absolute {
  position: absolute;
  right: 20px;
}

.icon-wrapper-4.position-absolute.display-none {
  display: none;
}

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

.padding-section-large-history.display-none {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

.container-medium-ex.case-container {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 35% 0 auto;
}

.container-medium-ex.analyze_btn_wrapper, .container-medium-ex.analyze_btn_wrapper_ex {
  justify-content: center;
  height: 55vh;
  display: flex;
}

.container-medium-ex.analyze_btn_wrapper-ss {
  justify-content: center;
  max-width: 34rem;
  height: 55vh;
  display: flex;
}

.container-medium-ex.analyze_btn_wrapper-ss.display-none {
  display: none;
}

.container-medium-ex.analyze_btn_wrapper-ss.page-ing-analyze {
  height: auto;
}

.container-medium-ex.analyze_btn_wrapper-ss.page-ing-analyze.display-none {
  display: none;
}

.button-group-ss {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.button-group-ss.is-center, .button-group-ss.is-center-copy {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.button-group-ss.is-center-copy.analyze_wrapper {
  width: 100%;
}

.skin-age-flex-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: end;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: grid;
}

.skin-age-flex-box.display-none {
  display: block;
}

.skin-age-flex-box.square {
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.skin-age-flex-box.square.fsd.fsd-mb-none {
  display: none;
}

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

.container-large-lead.display-none {
  display: none;
}

.padding-section-large-history-guidance {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f9f9f973;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
}

.padding-section-large-history-guidance.display-none {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.history_guidance {
  font-size: 1.2rem;
}

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

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

.padding-section-large-7.rna-contents.nrna.rna_main_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.text-size-medium-6-copy {
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.touka-modal.nrna.popup-box {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.annotation {
  margin-left: 0;
  font-size: .8rem;
}

._3-modal {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

._3-modal.nrna {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding-bottom: 20px;
}

.modal-content-replace-this-div-2 {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_component-003 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-003.nrna {
  display: none;
}

.code-embed {
  margin-bottom: 0;
}

.button-5 {
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 600;
}

.button-5.nrna {
  color: #000;
  background-color: #0000;
}

.button-5.nrna.no-border {
  border-style: none;
  padding-left: 0;
  padding-right: .125rem;
  text-decoration: none;
}

.button-5.nrna.no-border.fmap {
  white-space: nowrap;
  font-size: .7375rem;
  font-weight: 400;
}

.large-padding-2 {
  width: auto;
  padding: 1rem;
}

.large-padding-2.rna-contents {
  width: 100%;
}

.modal1_close-button-2 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_close-button-2.nrna {
  background-color: #3c3c3c;
  border-radius: 20px;
  position: relative;
  top: auto;
  bottom: 200px;
  right: .25rem;
}

.modal1_close-button-2.rna-contents {
  background-color: #3c3c3c;
  border-radius: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: 200px;
  right: .25rem;
}

.heading-3 {
  font-size: 2.8rem;
  font-weight: 700;
}

.div-block-17 {
  color: #ececec;
  background-color: #6b1b2e;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 20px;
  display: flex;
}

.div-block-17.nrna {
  padding-left: 20px;
}

.modal1_close-button-3 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.kakuka-modal.nrna.popup-box {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.modal1_background-overlay-2 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.sanka-modal.nrna.popup-box {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.modal1_component-002 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-002.nrna {
  display: none;
}

.div-block-18 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.div-block-18.nrna {
  margin-top: 0;
}

.div-block-18.nrna.display-none {
  margin-top: 0;
  display: none;
}

.div-block-18.nrna.anotation {
  font-size: 10px;
}

.modal1_component-001 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-001.nrna {
  display: none;
}

.modal1_content-wrapper-003 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_content-wrapper-003.nrna {
  display: block;
  position: relative;
  overflow: hidden;
}

.modal1 {
  border-bottom: 1px solid #ececec;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal1.rna-contents {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal1.rna-contents.nrna {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
}

.modal1.rna-contents.nrna.border-none {
  border-bottom-style: none;
}

.button-6 {
  text-align: center;
  border-radius: .25rem;
  padding: .75rem .125rem .75rem 1.5rem;
  font-weight: 600;
}

.button-6.rna-contents {
  font-weight: 700;
}

.button-6.rna-contents.nrna {
  background-color: #0000;
  padding-left: .125rem;
  text-decoration: none;
}

.modal1_content-wrapper-001 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_content-wrapper-001.rna-contents {
  position: relative;
  overflow: hidden;
}

.modal1_content-wrapper-002 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.modal1_content-wrapper-002.nrna {
  position: relative;
  overflow: hidden;
}

.main-contents-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-contents-container.shooting {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

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

.age-unselected-guidance {
  margin-top: 10px;
}

.age-unselected-guidance.display-none {
  display: none;
}

.processing_txt_wrapper {
  justify-content: center;
  align-items: baseline;
  width: 215px;
  display: block;
}

.dotting {
  color: #000;
}

.span-is-small {
  font-size: 1rem;
  line-height: 1;
}

.span-is-small.font-size-9p {
  font-size: .9375rem;
  line-height: 1;
}

.icon-tiny-_r {
  opacity: 1;
  color: #ececec;
  width: .625rem;
}

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

.scope_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: grid;
}

.result_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  min-width: 18rem;
  height: 100%;
  display: grid;
}

.table1_header-link {
  align-items: center;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.table1_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table1_page-button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.table1_page-button.w--current {
  border-color: #0000;
}

.section_table1.mb-5 {
  padding-bottom: 0;
}

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

.table1_content {
  border: 1px solid #0000;
  border-bottom-style: none;
  flex-direction: column;
  width: 100%;
  overflow: auto;
}

.table1_header-row {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table1_pagination-page-button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.table1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

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

.text-size-large-2.text-weight-semibold.val_title_ex.f1_25 {
  font-size: 1.25rem;
}

.text-size-large-2.text-weight-semibold.val_title_ex, .text-size-large-2.text-weight-semibold.val_title.f1rem {
  font-size: 1rem;
}

.text-size-large-2.text-weight-semibold.val_title.f1rem.f1_25 {
  font-size: 1.25rem;
}

.table1_pagination {
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.button-7 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-7.is-secondary {
  color: #0000;
  background-color: #0000;
}

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

.table1_item {
  border-bottom: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.table1_list-wrapper {
  width: 100%;
}

.table1_link {
  font-weight: 600;
  text-decoration: none;
}

.table1_column-button-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem;
  display: flex;
}

.table1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  position: relative;
}

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

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

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

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

.table1_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.table1_column.is-header-column {
  min-height: auto;
}

.table1_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table1_column.is-width-large {
  flex-flow: column;
  min-width: 80%;
  max-width: none;
  display: flex;
}

.table1_column.is-width-small {
  align-items: center;
  min-width: 30%;
  max-width: none;
}

.table1_column.is-width-large {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 12rem;
  max-width: none;
}

.table1_column.is-width-small {
  min-width: 4rem;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.table1_content-2 {
  border: 1px #0000;
  flex-direction: column;
  overflow: hidden;
}

.table1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem 1rem;
  display: flex;
}

.table1_header-2.fmap {
  flex-flow: column;
  padding-top: 0;
}

.table1_header-2.fmap.sub-menu {
  padding-bottom: .25rem;
}

.table1_header-2.fmap.display-none {
  display: none;
}

.table1_header-2.pc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.table1_header-2.pc.column-1 {
  grid-template-columns: 1fr;
}

.table1_item-2 {
  border-bottom: 1px #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.table1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  position: relative;
}

.container-large-5 {
  width: auto;
  min-width: 16rem;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-3 {
  padding-left: 0%;
  padding-right: 0%;
}

.result_value, .result_title {
  font-size: 1.25rem;
}

.result-link-btn {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
}

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

.icon-wrapper-5 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-5:hover {
  background-color: #d3d3d380;
}

.top-line-btn-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.blog46_title-link {
  margin-bottom: 0;
  padding-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.top-line-btn-summary {
  margin-top: 5px;
}

.top-line-btn-summary.products {
  text-align: center;
}

.button-products {
  color: #fff;
  text-align: center;
  background-color: #eb5757;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  font-weight: 300;
  text-decoration: none;
}

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

.products_title {
  font-size: 2rem;
  font-weight: 500;
}

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

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

.button-group-2.is-center.products-detaile-btn {
  margin-top: 20px;
}

.text-regular-5 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-5.analyze_btn {
  color: #333;
}

.blog46_image-link {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.sacan-2 {
  color: #131313;
  border: 1px solid #ffffff3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 10px;
  text-decoration: none;
  display: flex;
}

.sacan-2:hover {
  background-color: #d8d8d826;
}

.sacan-2.w--current {
  width: 100%;
}

.sacan-2.analyze_btn, .sacan-2.analyze_btn.w--current {
  border-color: #ececec;
}

.sacan-2.analyze_btn.rna-contents-btn {
  border-color: #ccc;
}

.sacan-2.analyze_btn.rna-contents-btn:hover {
  background-color: #e88a6b73;
}

.sacan-2.analyze_btn.rna-contents-btn.shoplist_btn.products {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.blog46_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

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

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

.text-size-medium-8 {
  text-align: left;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.7;
}

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

.heading-style-h5-2 {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.text-regular-6 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-6.analyze_btn {
  color: #333;
}

.icon-wrapper-6 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-6:hover {
  background-color: #d3d3d380;
}

.sacan-3 {
  color: #131313;
  border: 1px solid #ffffff3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 10px;
  text-decoration: none;
  display: flex;
}

.sacan-3:hover {
  background-color: #d8d8d826;
}

.sacan-3.w--current {
  width: 100%;
}

.sacan-3.analyze_btn, .sacan-3.analyze_btn.w--current {
  border-color: #ececec;
}

.sacan-3.analyze_btn.rna-contents-btn {
  border-color: #ccc;
}

.sacan-3.analyze_btn.rna-contents-btn:hover, .sacan-3.analyze_btn.rna-contents-btn.active {
  background-color: #e88a6b73;
}

.sacan-3.analyze_btn.rna-contents-btn.active.go-back {
  background-color: #eee;
  border-color: #fffbfb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sacan-3.analyze_btn.rna-contents-btn.active.go-back:hover {
  background-color: #ddd;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30 {
  background-color: #eee;
  border-color: #fffbfb;
  margin-bottom: 0;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd {
  position: relative;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd:hover {
  background-color: #ddd;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.products-link {
  background-color: #f6745b;
}

.sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.products-link.products-link-btn:hover {
  background-color: #f6745bb3;
}

.sacan-3.analyze_btn.rna-contents-btn.shoplist_btn.products {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.sacan-3.analyze_btn.face-contents-btn {
  border-color: #ccc;
}

.sacan-3.analyze_btn.face-contents-btn:hover, .sacan-3.analyze_btn.face-contents-btn.active {
  background-color: #e88a6b73;
}

.sacan-3.analyze_btn.face-contents-btn.display-none {
  display: none;
}

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

.type_nm_box {
  background-color: #f6dfe3;
  padding: .5rem 1.25rem;
}

.type_nm_box.fmap.sub-menu-title {
  background-color: #f6dfe300;
  padding-top: 0;
  padding-bottom: 0;
}

.type_nm_box.lr-25 {
  border-radius: 50px;
  padding: .75rem 3rem;
}

.products-link {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.products-link.products-link-btn {
  text-decoration: none;
}

.products-link.products-link-btn.display-none {
  display: none;
}

.type-popup-btn {
  border: 1px solid #cacaca;
  justify-content: center;
  align-items: center;
  padding: .75rem 20px;
  display: flex;
}

.type-popup-btn:hover {
  background-color: #eee;
}

.type-popup-btn.fmap {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin-bottom: .5rem;
  padding: 0 0;
}

.type-popup-btn.fmap.active {
  background-color: #f6dfe3;
  border-color: #f6dfe3;
}

.type-popup-btn.fmap.active.sub1.lscore {
  background-color: #ffeab3;
  border-color: #ffeab3;
}

.type-popup-btn.fmap.active.sub1.mscore {
  background-color: #e0edff;
  border-color: #e0edff;
}

.type-popup-btn.fmap.sub2.lscore.active {
  background-color: #ffeab3;
  border-color: #ffeab3;
}

.type-popup-btn.fmap.sub2.mscore.active, .type-popup-btn.fmap.sub3.mscore.active {
  background-color: #e0edff;
  border-color: #e0edff;
}

.code-embed-copy {
  margin-bottom: 0;
}

.est-padding-section-large-fsd {
  padding-top: 0;
  padding-bottom: 1rem;
}

.est-padding-section-large-fsd.display-none {
  display: none;
}

.face-map-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template: "."
  / auto auto;
  grid-auto-rows: minmax(0, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch center;
  place-items: start center;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.fmap-left {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  align-items: center;
  min-width: 18rem;
  height: 100%;
  display: grid;
}

.table1_component_fmap-sub-menu {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  position: relative;
}

.table1_component_fmap-sub-menu.bscore {
  display: block;
}

.change-fmap-box {
  margin-top: 1rem;
}

.sub-menu-btns-wrapper {
  justify-content: space-between;
  display: flex;
}

.sub-menu-btns-wrapper.two-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.page-content-3 {
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  margin-top: 1rem;
}

.navbar19_menu-3 {
  background-color: #444;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.main_wrapper-2 {
  width: 100%;
  height: auto;
}

.text-regular-7 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-7.analyze_btn {
  color: #000;
}

.padding-global-6 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.menu-icon4_line-top-2 {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-top-2.normal-icon {
  background-color: #fff;
}

.face-img-btn-2 {
  color: #333;
  text-align: center;
  background-color: #ffffff3d;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  min-width: 126px;
}

.face-img-btn-2.active {
  color: #000;
  background-color: #e88a6b73;
  border-color: #9e9e9e;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  min-width: 126px;
  font-weight: 500;
}

.face-img-btn-2.face-processed-btn {
  border-top-color: #9e9e9e;
  border-bottom-color: #9e9e9e;
  border-right-color: #9e9e9e;
  font-weight: 500;
}

.est-padding-section-large-copy-2 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.menu-icon4_line-middle-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle-2.normal-icon {
  background-color: #fff;
}

.social-icon-3 {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.page-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fcfcfc;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-wrapper-5.face-analyze-img {
  grid-template-columns: auto;
}

.navbar19_link-small-2 {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: block;
}

.navbar19_link-small-2:hover {
  text-decoration: underline;
}

.menu-link-5 {
  color: #131313;
  border-bottom: .5px solid #ececec38;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  display: flex;
}

.icon-wrapper-7 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-7:hover {
  background-color: #d3d3d380;
}

.icon-wrapper-7.analyaze_btn {
  background-color: #f6dfe3;
}

.padding-section-large-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.padding-section-large-9.face-analyze-img {
  padding-top: 1rem;
}

.menu-icon_line-middle-base-2 {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon_line-middle-base-2.normal-icon {
  background-color: #fff;
}

.menu-icon4_line-bottom-2 {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.menu-icon4_line-bottom-2.normal-icon {
  background-color: #fff;
}

.fmap-img-container {
  background-color: #828282;
  background-image: url('../images/Rectangle.svg');
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 100%;
  padding-right: 30px;
  position: relative;
  top: auto;
}

.fmap-img-container.display-none {
  display: none;
}

.squrare-wrapper {
  aspect-ratio: 1;
  background-color: #828282;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

.squrare-wrapper.param {
  max-width: 100%;
  margin-left: 30px;
  display: block;
}

.squrare-wrapper.absolute {
  position: absolute;
  top: 0;
  left: 0;
}

.guidance-top {
  position: absolute;
  top: 10px;
  right: 20px;
}

.g-txt {
  color: #fff;
  font-size: .835rem;
}

.g-txt.d-none {
  display: none;
}

.guidance-bottom {
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 40px;
}

.text-block-15, .beauty-title {
  font-size: 14px;
  font-weight: 600;
}

.padding-section-shooting-err-guidance {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f9f9f973;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35vh;
  display: flex;
}

.padding-section-shooting-err-guidance.display-none {
  display: none;
}

.fmap-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/gradient1920.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  padding-right: 40px;
  position: relative;
}

.div-block-19 {
  position: relative;
}

.img-wrap-square {
  aspect-ratio: 1;
  position: relative;
}

.loading-img-logo.display-none {
  display: none;
}

.analyse_loading_wrapper-2 {
  height: auto;
  margin-top: 0;
  display: none;
}

.loader_top-2 {
  color: #eb412b;
  border-bottom: 1px #ececec;
  position: relative;
}

.loader_number-2 {
  color: #838383;
  padding-bottom: .14em;
  font-family: Montserrat, sans-serif;
  font-size: 9.5rem;
  font-weight: 100;
  line-height: .55;
}

.modal1_close-button-4 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_close-button-4.rna-contents {
  z-index: 999;
  background-color: #3c3c3c;
  border-radius: 20px;
  position: absolute;
  top: .5rem;
  bottom: auto;
  right: .5rem;
}

.text-regular-8 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-8.analyze_btn {
  color: #000;
}

.text-regular-8.analyze_btn.fsd {
  font-size: .935rem;
}

.button-8 {
  text-align: center;
  border: 1px solid #cacaca;
  border-radius: 0;
  padding: .25rem 1rem;
  font-weight: 600;
}

.button-8.nrna {
  color: #000;
  background-color: #0000;
}

.button-8.nrna.no-border {
  border-style: none;
  padding-left: 0;
  padding-right: .125rem;
  text-decoration: none;
}

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

.padding-section-large-10.rna-contents.nrna.rna_main_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.padding-section-large-10.rna-contents.nrna.rna_main_wrapper.contents_top {
  display: none;
}

.button-9 {
  text-align: center;
  border-radius: .25rem;
  padding: .75rem .125rem .75rem 1.5rem;
  font-weight: 600;
}

.button-9.rna-contents {
  font-weight: 700;
}

.button-9.rna-contents.nrna {
  background-color: #0000;
  padding-left: .125rem;
  text-decoration: none;
}

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

.est-padding-section-large-copy-3 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.est-padding-section-large-copy-3.display-none {
  display: none;
}

.code-embed-copy-2 {
  margin-bottom: 0;
}

.div-block-20 {
  color: #ececec;
  background-color: #6b1b2e;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 20px;
  display: flex;
}

.div-block-20.nrna {
  padding-left: 20px;
}

.heading-4 {
  font-size: 2.8rem;
  font-weight: 700;
}

.type-popup-btn-2 {
  cursor: pointer;
  border: 1px solid #cacaca;
  justify-content: center;
  align-items: center;
  padding: .75rem 20px;
  display: flex;
}

.type-popup-btn-2:hover {
  background-color: #eee;
}

.main-contents-container-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal1_background-overlay-3 {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-9.rna-contents.your_type_img.display-none {
  display: none;
}

.image-9.rna-contents.your_type_img.lead-ex {
  width: 100%;
}

.icon-wrapper-8 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-8:hover {
  background-color: #d3d3d380;
}

.icon-wrapper-8.analyaze_btn {
  background-color: #f6dfe3;
}

.icon-wrapper-8.analyaze_btn.bg-white {
  background-color: #fff;
}

.modal1_component-3 {
  z-index: 99;
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-21 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.div-block-21.nrna {
  margin-top: 0;
}

.div-block-21.nrna.anotation {
  font-size: 10px;
}

.div-block-21.nrna.anotation.display-none {
  display: none;
}

.modal1_close-button-5 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_close-button-5.rna-contents {
  background-color: #3c3c3c;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: .5rem;
  bottom: auto;
  right: .5rem;
}

.modal1_close-button-5.nrna {
  background-color: #3c3c3c;
  border-radius: 20px;
  position: absolute;
  top: .5rem;
  bottom: auto;
  right: .5rem;
}

.text-regular-9 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-9.analyze_btn {
  color: #000;
}

.text-regular-9.analyze_btn.fsd {
  font-size: .935rem;
}

.text-regular-9.analyze_btn.fsd.white {
  color: #fff;
  font-weight: 600;
}

.icon-wrapper-9 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-9:hover {
  background-color: #d3d3d380;
}

.icon-wrapper-9.analyaze_btn {
  background-color: #f6dfe3;
}

.icon-wrapper-9.analyaze_btn.bk-white {
  background-color: #fff;
}

.icon-wrapper-9.analyaze_btn.bk-white.fsd {
  position: absolute;
  right: 20px;
}

.text-regular-10 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-10.analyze_btn {
  color: #000;
}

.text-regular-10.analyze_btn.fsd {
  font-size: .935rem;
}

.text-regular-10.analyze_btn.fsd.white {
  color: #fff;
  font-weight: 600;
}

.icon-wrapper-10 {
  background-color: #f7af994d;
  border: 1px solid #f1f1f11a;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  min-height: 2.4rem;
  margin-left: 10px;
  display: flex;
}

.icon-wrapper-10:hover {
  background-color: #d3d3d380;
}

.icon-wrapper-10.analyaze_btn {
  background-color: #f6dfe3;
}

.icon-wrapper-10.analyaze_btn.bk-white {
  background-color: #fff;
}

.icon-wrapper-10.analyaze_btn.bk-white.fsd, .icon-wrapper-10.age-arrow {
  position: absolute;
  right: 20px;
}

.icon-wrapper-10.age-arrow.age-unselected {
  right: 10px;
}

.text-regular-11 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.text-regular-11.analyze_btn {
  color: #000;
}

.text-regular-11.analyze_btn.fsd {
  font-size: .935rem;
}

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

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

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

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

.blog46_item-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog46_item-2.display-none {
  display: none;
}

.out_title_show {
  font-size: 1.2rem;
  font-weight: 500;
}

.products_title-2 {
  font-size: 2rem;
  font-weight: 500;
}

.text-regular-12 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.text-regular-12.analyze_btn {
  color: #333;
}

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

.est-padding-section-large-copy-4 {
  padding-top: 0;
  padding-bottom: 1rem;
}

.est-padding-section-large-copy-4.fmap {
  display: none;
}

.est-padding-section-large-copy-4.fmap.products {
  display: block;
}

.top-line-btn-summary-2 {
  text-align: center;
  margin-top: 5px;
}

.top-line-btn-summary-2.products {
  text-align: center;
}

.top-line-btn-summary-2.products.display-none {
  display: none;
}

.main-contents-container-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.button-group-3.is-center.products-detaile-btn {
  margin-top: 20px;
}

.button-products-2 {
  color: #fff;
  text-align: center;
  background-color: #eb5757;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  font-size: .935rem;
  font-weight: 300;
  text-decoration: none;
}

.products_content {
  flex-grow: 1;
}

.text-regular-13 {
  color: #000;
  letter-spacing: .1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.link-button-left-age-copy-2 {
  color: #131313;
  background-color: #dedede26;
  border: 1px solid #ffffff3d;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 1rem 10px;
  text-decoration: none;
  display: flex;
}

.link-button-left-age-copy-2:hover {
  background-color: #d8d8d826;
}

.link-button-left-age-copy-2.w--current {
  width: 100%;
}

.link-button-left-age-copy-2.age-no-select-btn {
  height: 100%;
}

.link-button-left-age-copy-2.age-no-select-btn:hover {
  background-color: #e88a6b73;
}

.soon-box {
  z-index: 4;
  background-color: #fff6;
  width: 100%;
  height: 100%;
  position: absolute;
}

.results-soon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.results-soon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.2rem;
  display: flex;
}

.soon-container {
  position: absolute;
  top: 12px;
}

.text-block-16 {
  font-weight: 400;
}

.text-block-16.soon-results {
  font-size: 1.25rem;
  font-weight: 200;
}

@media screen and (min-width: 1280px) {
  .margin-bottom.margin-xsmall.title.face-analyze-img {
    padding-bottom: 1rem;
  }

  .margin-bottom.margin-xxlarge.face-analyze-img {
    flex-flow: row;
    justify-content: center;
    margin-bottom: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 4rem;
  }

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

  .margin-bottom.margin-xxlarge.rna-contents {
    justify-content: center;
    margin-top: .5rem;
    padding-left: 0;
    display: flex;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 1rem;
  }

  .padding-vertical.padding-xhuge.rna-contents {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-top.margin-medium {
    margin: 0 1rem 4rem;
  }

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

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

  .padding-global.h-100 {
    height: 100%;
    min-height: 100%;
  }

  .padding-section-large {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .padding-section-large.horizontal-rotation {
    padding-top: 15%;
  }

  .text-align-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-wrapper.loading-wrapper {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .button-group.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .container-medium.case-container {
    height: auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
  }

  .container-medium.analyze_btn_wrapper {
    justify-content: center;
    height: 55vh;
    display: flex;
  }

  .container-medium.analyze_btn_wrapper.page_img_analyze.mb-10 {
    margin-bottom: 20px;
  }

  .container-medium.analyze_btn_wrapper_ex {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
  }

  .menu-icon4_line-bottom.normal-icon {
    background-color: #fff;
  }

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

  .menu-icon4_line-middle.normal-icon {
    background-color: #fff;
  }

  .menu-icon_line-middle-top.normal-icon {
    background-color: #fff0;
    display: none;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
  }

  .menu-icon_line-middle-base.normal-icon {
    background-color: #fff;
  }

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

  .menu-icon4_line-top.normal-icon {
    background-color: #fff;
  }

  .menu-icon4.display-none {
    display: none;
  }

  .icon-embed-xsmall {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--base-color-neutral--white);
    width: 1.3rem;
    height: 1.3rem;
  }

  .navbar19_menu-wrapper {
    grid-column-gap: 4rem;
  }

  .footer3_social-list {
    grid-column-gap: 1.7rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: 60px;
  }

  .navbar19_menu-2 {
    display: block;
  }

  .navbar19_component-2 {
    background-color: #00000014;
  }

  .header30_background-image-wrapper {
    background-image: linear-gradient(#00000080, #00000080);
    height: 100svh;
    min-height: 100svh;
  }

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

  .section_header30.h-100 {
    height: 100svh;
    min-height: auto;
    position: relative;
  }

  .header30_content {
    flex-flow: row;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: 100%;
    display: block;
  }

  .header30_content.case_box {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
  }

  .header30_content.analyze_wrapper {
    align-items: flex-end;
    display: flex;
  }

  .est-button {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 4rem;
    margin-right: 4rem;
    display: flex;
  }

  .section-ultra-gradients.is-first {
    height: 100%;
    min-height: auto;
    overflow: hidden;
  }

  .ultra-gradient-wrapper {
    opacity: 1;
    background-color: #5f5f5ff5;
    height: 100svh;
    min-height: 100svh;
  }

  .image-2 {
    width: 30%;
  }

  .preloader {
    background-color: #fff;
    display: none;
  }

  .loader-fill {
    background-color: #494848;
  }

  .clip-link-text {
    flex-flow: column;
  }

  .text-regular {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular.analyze_btn {
    color: #333;
  }

  .text-regular.next-btn, .text-regular.next-step-btn {
    font-size: 1.15rem;
    font-weight: 600;
  }

  .icon-wrapper {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper.analyaze_btn {
    background-color: #f7af994d;
  }

  .icon-wrapper.analyaze_btn.bk-white.products.fsd {
    background-color: #eee;
  }

  .icon-wrapper.analyaze_btn.bk-white.fsd {
    background-color: #fff;
  }

  .icon-wrapper.analyaze_btn.fsd {
    background-color: #f6dfe3;
  }

  .link-button-left {
    border: 1px solid var(--trancewhite);
    opacity: 1;
    justify-content: center;
    width: 78%;
    padding-bottom: 1rem;
  }

  .link-button-left:hover {
    background-color: #fffdfd24;
  }

  .link-button-left.w--current {
    width: 100%;
  }

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

  .est-padding-section-large-copy.display-none {
    display: none;
  }

  .button-group-copy.is-center-copy, .button-group-copy.is-center-copy-copy {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .sacan {
    border: 1px solid var(--trancewhite);
    opacity: 1;
    justify-content: center;
    width: 100%;
    padding-bottom: 2rem;
  }

  .sacan:hover {
    background-color: #fffdfd24;
  }

  .sacan.w--current {
    width: 100%;
  }

  .sacan.analyze_btn, .sacan.analyze_btn.w--current {
    border-color: #ececec;
  }

  .clip-link-text-2 {
    flex-flow: column;
  }

  .footer-list {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: column;
  }

  .link-button {
    justify-content: center;
  }

  .link-button.w--current {
    width: 50%;
  }

  .linkbutton {
    display: flex;
  }

  .text-regular-2 {
    font-weight: 500;
  }

  .icon-wrapper-2 {
    background-color: #fff6;
    border-color: #f1f1f1a1;
  }

  .filter.disply-none {
    display: none;
  }

  .link-button-left-2 {
    border-bottom: 1px solid #ececec;
    justify-content: center;
  }

  .loader_number {
    color: #0003;
    font-size: 9.5rem;
  }

  .loader_p.is-right {
    color: #131313;
    margin-top: 20px;
  }

  .footer-credit-grid {
    grid-template-columns: 1fr;
    place-items: end center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .loader_progress {
    background-color: #8f8f8f7d;
    height: 1%;
  }

  .text-block-2 {
    padding-top: .5rem;
  }

  .client-filter {
    grid-template-columns: 20% auto;
    justify-content: flex-start;
    align-items: center;
  }

  .client-filter.display-none {
    display: none;
  }

  .footer-columns {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    grid-template-columns: 2.25fr;
    grid-auto-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .image-5 {
    width: 180px;
  }

  .footer-brand-logo {
    padding-bottom: .125rem;
  }

  .loader-3 {
    display: flex;
    top: 0;
  }

  .loader-3.shooting-loader {
    height: 320px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .content-section.dark.display-none {
    display: none;
  }

  .content-section.dark {
    background-color: #474747;
    position: relative;
    inset: auto 0% 0%;
  }

  .content-section.dark.foot {
    background-color: #00000014;
    min-height: 15svh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-regular-title-copy.text-mute.step {
    text-align: center;
    padding-left: 0;
  }

  .home-hero-grid {
    border-bottom-style: none;
  }

  .container.is-hero {
    min-height: auto;
  }

  .container.is-hero.analyze_wrapper {
    max-width: 64rem;
    display: none;
  }

  .container.is-loader-top {
    mix-blend-mode: normal;
    flex-flow: column;
    padding-top: 4em;
  }

  .large-padding {
    justify-items: center;
    padding-top: .125rem;
  }

  .large-padding.display-none {
    display: none;
  }

  .large-padding.footer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-credits-2 {
    align-items: center;
    display: block;
  }

  .footer-credits-2.normal {
    height: auto;
  }

  .text-small.text-mute.rna-score-txt {
    color: #fb9233;
    font-size: 1.5rem;
  }

  .sticky-step {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-style: none;
    border-right-style: solid;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-self: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    display: grid;
  }

  .footer-brand-2 {
    padding-bottom: 0;
  }

  .category-chart_component {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .category-chart_component.mt-20 {
    margin-top: 40px;
  }

  .page-content {
    justify-content: center;
    align-items: center;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .grid-2-col.wk-grid {
    text-align: left;
    place-content: center;
    margin-top: 1rem;
    display: none;
  }

  .dmy-shooting-btn {
    background-color: #131313;
  }

  .html-embed-3 {
    width: 100%;
  }

  .html-embed-3.mb-0 {
    margin-bottom: 0;
  }

  .navbar {
    align-items: flex-start;
  }

  .container-large-3.shooting {
    max-width: none;
  }

  .text-block-3 {
    padding-top: .5rem;
  }

  .page-wrapper-2 {
    background-color: #fcfcfc;
    grid-template-columns: auto;
  }

  .page-wrapper-2.nra {
    background-color: #fcfcfc00;
    place-items: center;
  }

  .home-hero_header-hrow-2 {
    grid-template-columns: 2fr;
    justify-items: stretch;
  }

  .home-hero_component {
    min-height: auto;
  }

  .padding-section-large-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .padding-section-large-3.shooting_wrapper {
    padding-bottom: 1rem;
  }

  .padding-section-large-3.shooting_wrapper.tb-zero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global-2 {
    flex: 0 auto;
    align-items: stretch;
    width: 67%;
  }

  .padding-global-2.shooting-wrapper {
    padding-right: 0;
  }

  .padding-global-2.shooting-wrapper.shooting {
    width: auto;
  }

  .clip-link-text-3 {
    flex-flow: column;
  }

  .home-hero-intro {
    align-items: center;
  }

  .padding-section-large-4.advice-btn {
    text-align: center;
  }

  .link-button-left-3 {
    border-bottom: 1px solid #ececec;
    justify-content: center;
  }

  .pm3-22-score {
    justify-content: center;
    align-items: flex-end;
  }

  .home-hero-right {
    padding-top: .25rem;
  }

  .pm3-22-div {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .text-block-4 {
    padding-top: .5rem;
  }

  .button-icon.advice-btn {
    color: #fff;
    vertical-align: middle;
    height: 1.45rem;
    margin-top: 0;
    margin-left: .25rem;
    padding-top: 0;
    text-decoration: none;
    display: inline-block;
  }

  .modal1_close-button.rna-contents {
    background-color: #3c3c3c;
    border-radius: 20px;
    position: relative;
    top: auto;
    bottom: 200px;
    right: .25rem;
  }

  .spacer-small-2 {
    height: .5rem;
  }

  .heading-small.rna-score-txt {
    color: #fb9233;
  }

  .modal1_component {
    display: none;
  }

  .text-small-sp-copy {
    color: var(--background-color--background-primary);
    padding-left: 0;
  }

  .text-small-sp-copy.normal {
    color: #fff;
  }

  .modal1_content-wrapper.rna-contents {
    position: relative;
  }

  .padding-section-large-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0;
    display: flex;
  }

  .html-embed-4 {
    width: 100%;
  }

  .tab-panel {
    background-color: #fff;
  }

  .tab-container {
    max-width: 100%;
  }

  .doughnut-chart_component {
    justify-content: center;
    margin-bottom: 1rem;
    padding-top: 4rem;
  }

  .page-wrapper-3 {
    background-color: #fcfcfc;
    grid-template-columns: auto;
  }

  .padding-global-chart {
    flex: 0 auto;
    width: 100%;
  }

  .padding-global-chart.history {
    margin-bottom: 100px;
  }

  .home-hero_header-hrow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 2fr;
    justify-items: stretch;
  }

  .tab-section, .tab-section-copy {
    padding-left: 1%;
    padding-right: 1%;
  }

  .html-embed-6 {
    width: 100%;
    margin-bottom: 0;
  }

  .link-button-left-copy {
    border: 1px solid var(--trancewhite);
    opacity: 1;
    justify-content: center;
    width: 100%;
    padding-bottom: 2rem;
  }

  .link-button-left-copy:hover {
    background-color: #bebebe24;
  }

  .link-button-left-copy.w--current {
    width: 100%;
  }

  .link-button-left-copy.rna-contents, .link-button-left-copy.rna-contents.w--current, .link-button-left-copy.rna-contents-btn, .link-button-left-copy.rna-contents-btn.w--current {
    border-color: #ececec;
  }

  .text-regular-copy {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .icon-wrapper-copy {
    background-color: #d4d4d470;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .button-group-copy.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-group-copy.is-center-copy {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .button-group-copy-copy.is-center {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-group-copy-copy.is-center-copy {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
  }

  .button-group-copy-copy.is-center-copy-copy {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    display: grid;
  }

  .button-group-age.is-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    display: grid;
  }

  .link-button-left-age {
    border: 1px solid var(--trancewhite);
    opacity: 1;
    background-color: #dedede26;
    justify-content: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-button-left-age:hover {
    background-color: #e88a6a73;
  }

  .link-button-left-age.w--current {
    width: 100%;
  }

  .image-2-copy {
    width: 20%;
    margin-bottom: 1rem;
  }

  .footer-brand-2-copy {
    padding-bottom: 0;
  }

  .footer-grid-copy {
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    grid-auto-flow: column;
  }

  .text-regular-2-copy {
    font-weight: 500;
  }

  .div-block-10 {
    flex-flow: column;
    display: flex;
  }

  .text-block-9, .text-block-10 {
    font-size: .8rem;
  }

  .text-block-10-copy {
    color: #000;
    padding-top: 10px;
    font-size: .7rem;
  }

  .text-block-10-copy.next-btn-txt, .text-block-10-copy.age-unselected {
    padding-top: 0;
  }

  .text-block-10-copy.next-btn-txt {
    text-align: center;
  }

  .link-button-left-age-copy {
    border: 1px solid var(--trancewhite);
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy:hover {
    background-color: #d9d9d959;
  }

  .link-button-left-age-copy.w--current {
    width: 100%;
  }

  .link-button-left-age-copy.case-select-btn.case-2-select.hover-none {
    border-color: var(--base-color-neutral--neutral-lighter);
    background-color: #fff;
  }

  .link-button-left-age-copy.next-step-btn {
    background-color: #d9d9d959;
    flex-flow: row;
    align-items: center;
    height: 100%;
  }

  .link-button-left-age-copy.next-step-btn:hover {
    background-color: #dedede26;
  }

  .link-button-left-age-copy.next-step-btn.hover-none {
    min-height: 100%;
  }

  .link-button-left-age-copy.age-no-select-btn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-button-left-age-copy.age-no-select-btn:hover {
    background-color: #e88a6b73;
  }

  .section-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    grid-template: "."
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center end;
    margin-top: 0;
    font-size: 1.3rem;
    display: grid;
  }

  .text-block-11, .text-block-11-copy {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #fff;
    letter-spacing: 2px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    display: flex;
  }

  .ultra-gradient-wrapper-2 {
    background-color: #424242;
  }

  .shape-2-2 {
    background-color: #fffefe61;
  }

  .ultra-gradient-wrapper-3 {
    background-color: #bd806d;
  }

  .shape-3-3 {
    background-color: #a87e7eeb;
  }

  .shape-1-3 {
    background-color: #f5d1ad;
  }

  .nav-normal {
    z-index: 1002;
    background-color: #292929d6;
  }

  .nav-top {
    background-color: #00000014;
    padding-left: 40px;
  }

  .foot-normal.dark {
    background-color: #474747;
    position: relative;
    inset: auto 0% 0%;
  }

  .foot-normal.dark.foot {
    background-color: #00000014;
    min-height: 15svh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .foot-normal-copy.dark {
    background-color: #474747;
    position: relative;
    inset: auto 0% 0%;
  }

  .foot-normal-copy.dark.foot {
    background-color: #00000014;
    min-height: 15svh;
    position: absolute;
    inset: auto 0% 0%;
  }

  .foot-top.dark {
    background-color: #474747;
    position: relative;
    inset: auto 0% 0%;
  }

  .foot-top.dark.foot {
    background-color: #00000014;
    justify-content: center;
    align-items: center;
    min-height: 3.5svh;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .foot-normal2.dark {
    background-color: #474747;
    position: relative;
    inset: auto 0% 0%;
  }

  .foot-normal2.dark.foot {
    background-color: #292929d6;
    min-height: 15svh;
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .foot-normal2.dark.foot.normal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #000;
    min-height: 3.5svh;
    top: 100vh;
  }

  .foot-normal2.dark.foot.normal.history-footer {
    top: auto;
  }

  .rnabooton.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .bk {
    background-image: linear-gradient(#00000026, #00000026);
    height: 100svh;
    min-height: 100svh;
  }

  .section_title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    grid-template: "."
    / auto 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center end;
    margin-top: 0;
    font-size: 1.3rem;
    display: grid;
  }

  .text-title-bl {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #333;
    letter-spacing: 2px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    display: flex;
  }

  .text-title-bl-r {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #333;
    letter-spacing: 2px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    display: flex;
  }

  .title-box-r {
    height: 7svh;
  }

  .section_other_contents {
    display: block;
  }

  .padding-global-shooting {
    z-index: 1002;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .analyse_loading_wrapper {
    height: 100%;
    margin-top: 0;
    display: none;
    position: relative;
  }

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

  .advice_btn {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: baseline;
    background-color: #6b1b2e;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: .755rem 1.25rem;
    display: inline-block;
    position: relative;
  }

  .advice-txt {
    color: #fff;
    display: inline-block;
  }

  .page-wrapper-4 {
    background-color: #fcfcfc;
  }

  .page-wrapper-4.face-analyze-img {
    grid-template-columns: auto;
    place-items: stretch stretch;
  }

  .tab-link-tab-2.face-analyze-img.category-tab.w--current {
    background-color: #e4aea4;
  }

  .tab-link-tab-3.face-analyze-img.category-tab, .tab-link-tab-3.face-analyze-img.category-tab.l-none {
    background-color: #e6e6e694;
  }

  .tab-link-tab-3.face-analyze-img.category-tab.l-none.w--current {
    background-color: #e8e0af;
  }

  .padding-section-large-6.face-analyze-img {
    padding-top: 1rem;
  }

  .contact30_tabs-link.face-analyze-img {
    border-color: #ececec;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
  }

  .contact30_tabs-link.face-analyze-img.w--current {
    background-color: #e98b6b38;
    border-left-color: #ffb0a0;
    border-right: 1px solid #ececec;
  }

  .contact30_tabs-link.face-analyze-img.display-none {
    opacity: 0;
  }

  .contact30_tab-pane.face-analyze-img {
    background-image: url('../images/Rectangle.svg');
    background-position: 0 0;
    background-size: auto;
    padding-right: 30px;
  }

  .heading-2.faceimg.face-analyze-img {
    font-size: 1.25rem;
  }

  .padding-global-4.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

  .text-title-bl-cource-r {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #333;
    text-align: right;
    letter-spacing: 2px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .text-title-bl-cource-r.step-ex {
    color: #fff;
  }

  .text-title-bl-cource-r.step-ex-sh {
    color: #fff;
    padding-top: 0;
  }

  .title-box-step-r {
    height: 7svh;
  }

  .title-box-step-r.steo-ex-sh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0%;
    display: flex;
  }

  .text-title-bl-cource {
    margin-right: 0;
    font-size: .85rem;
  }

  .padding-global-ex {
    z-index: 1002;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-title-bl-ex {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #fff;
    letter-spacing: 2px;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.2rem;
    display: flex;
  }

  .text-title-bl-cource-ex {
    color: #fff;
    border-color: #fff;
    font-size: .85rem;
  }

  .section_title-col-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    grid-template: "."
    / auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center end;
    margin-top: 0;
    font-size: 1.3rem;
    display: grid;
  }

  .change-img-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .face-img-btn {
    background-color: var(--trancewhite);
    color: #333;
    text-align: center;
    border: 1px solid #000;
    border-left-style: none;
    min-width: 126px;
    font-size: 1rem;
  }

  .face-img-btn:hover {
    opacity: .8;
  }

  .face-img-btn.active {
    color: #000;
    text-align: center;
    background-color: #e88a6b73;
    border-left-style: solid;
    min-width: 126px;
    font-weight: 500;
  }

  .face-img-btn.active:hover {
    opacity: .8;
  }

  .face-img-btn.left-border.right-border-non, .face-img-btn.l-on-r-off {
    border-left-style: solid;
    border-right-style: none;
  }

  .face-img-btn.l-on-r-off.average-face-btn {
    font-weight: 600;
  }

  .score_img_link_container, .score_img_link_txt_container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .shape-2-3 {
    background-color: #fffefe61;
  }

  .shape-3-4 {
    background-color: #a87e7eeb;
  }

  .ultra-gradient-wrapper-4 {
    background-color: #c7cddb;
  }

  .shape-7-4 {
    background-color: #f8c9d9;
  }

  .shape-1-4 {
    background-color: #ffb4a0;
  }

  .shape-2-4 {
    background-color: #fffefe61;
  }

  .shape-3-5 {
    background-color: #a87e7eeb;
  }

  .ultra-gradient-wrapper-5 {
    background-color: #c7cddb;
  }

  .shape-1-5 {
    background-color: #ffb4a0;
  }

  .icon-wrapper-3 {
    background-color: #ffffff70;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .text-align-center-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-button-left-4 {
    opacity: 1;
    border: 1px solid #ffffff3d;
    justify-content: center;
    width: 78%;
    padding-bottom: 1rem;
  }

  .link-button-left-4:hover {
    background-color: #fffdfd24;
  }

  .link-button-left-4.w--current {
    width: 100%;
  }

  .link-button-left-4.standard-course-btn, .link-button-left-4.instant-course-btn, .link-button-left-4.past-results {
    border-color: #fff;
  }

  .text-regular-3 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .navbar19_logo-2 {
    width: 25%;
  }

  .navbar19_logo-3 {
    width: 25%;
    display: none;
  }

  .navbar19_logo-3.top-logo-w {
    display: block;
  }

  .navbar19_logo-3.top-logo-w.display-none {
    display: none;
  }

  .navbar19_logo-4 {
    width: 25%;
  }

  .padding-global-sub-header {
    z-index: 1002;
    border-top: 1px #f7f7f7;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .section_title_sh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    grid-template: "."
    / 1fr .3fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: stretch stretch;
    height: 10vh;
    margin-top: 0;
    font-size: 1.3rem;
    display: grid;
  }

  .text-title-bl-ex-sh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    letter-spacing: 2px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
  }

  .step-sh {
    background-color: #9d9d9d;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .sh-guidance {
    text-align: left;
    height: 100%;
    padding-left: 40px;
    display: flex;
  }

  .span-step-sh {
    font-size: 1.2rem;
    font-weight: 300;
  }

  .text-title-bl-cource-ex-sh {
    color: #fff;
    border-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .image_new_logo {
    width: 180px;
    margin-bottom: 1rem;
  }

  .shape-2-5 {
    background-color: #fffefe61;
  }

  .shape-1-6 {
    background-color: #ffb4a0;
  }

  .ultra-gradient-wrapper-6 {
    background-color: #c7cddb;
  }

  .shape-3-6 {
    background-color: #dfc0c0eb;
  }

  .image-2-copy-2 {
    width: 16%;
    margin-bottom: 1rem;
  }

  .text-align-center-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-regular-4 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
  }

  .link-button-left-5 {
    opacity: 1;
    border: 1px solid #ffffff3d;
    justify-content: center;
    width: 78%;
    padding-bottom: 1rem;
  }

  .link-button-left-5:hover {
    background-color: #fffdfd24;
  }

  .link-button-left-5.w--current {
    width: 100%;
  }

  .link-button-left-5.past-results {
    border-color: #fff;
  }

  .link-button-left-5.past-results.position-relative {
    width: 75%;
  }

  .link-button-left-5.standard-course-btn {
    border-color: #fff;
  }

  .link-button-left-5.standard-course-btn.position-relative {
    width: 75%;
  }

  .link-button-left-5.instant-course-btn {
    border-color: #fff;
  }

  .link-button-left-5.instant-course-btn.position-relative {
    width: 75%;
  }

  .icon-wrapper-4 {
    background-color: #ffffff70;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .padding-section-large-history {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 0;
    display: block;
  }

  .padding-section-large-history.display-none {
    display: none;
  }

  .container-medium-ex.case-container {
    height: auto;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
  }

  .container-medium-ex.analyze_btn_wrapper {
    justify-content: center;
    height: 55vh;
    display: flex;
  }

  .container-medium-ex.analyze_btn_wrapper_ex {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .container-medium-ex.analyze_btn_wrapper-ss {
    justify-content: center;
    max-width: 34rem;
    height: 55vh;
    display: flex;
  }

  .container-medium-ex.analyze_btn_wrapper-ss.display-none {
    display: none;
  }

  .button-group-ss {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .button-group-ss.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-group-ss.is-center-copy {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .button-group-ss.is-center-copy.analyze_wrapper {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .skin-age-flex-box {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .padding-section-large-7.rna-contents.nrna.rna_main_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .touka-modal.nrna.popup-box {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  ._3-modal.nrna {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-17.nrna {
    justify-content: center;
    padding-left: 20px;
  }

  .kakuka-modal.nrna.popup-box, .sanka-modal.nrna.popup-box {
    width: 20rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .modal1_component-001.nrna {
    display: none;
  }

  .modal1.rna-contents.nrna {
    flex-flow: column;
  }

  .button-6.rna-contents.nrna {
    padding-left: .125rem;
  }

  .age-unselected-guidance {
    flex-flow: column;
    display: flex;
  }

  .icon-wrapper-5 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-5.analyaze_btn {
    background-color: #f7af994d;
  }

  .top-line-btn-summary {
    flex-flow: column;
    display: flex;
  }

  .text-regular-5 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-5.analyze_btn {
    color: #333;
  }

  .sacan-2 {
    opacity: 1;
    border: 1px solid #ffffff3d;
    justify-content: center;
    width: 100%;
    padding-bottom: 2rem;
  }

  .sacan-2:hover {
    background-color: #fffdfd24;
  }

  .sacan-2.w--current {
    width: 100%;
  }

  .sacan-2.analyze_btn, .sacan-2.analyze_btn.w--current {
    border-color: #ececec;
  }

  .text-align-center-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-regular-6 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-6.analyze_btn {
    color: #333;
  }

  .icon-wrapper-6 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-6.analyaze_btn {
    background-color: #f7af994d;
  }

  .sacan-3 {
    opacity: 1;
    border: 1px solid #ffffff3d;
    justify-content: center;
    width: 100%;
    padding-bottom: 2rem;
  }

  .sacan-3:hover {
    background-color: #fffdfd24;
  }

  .sacan-3.w--current {
    width: 100%;
  }

  .sacan-3.analyze_btn, .sacan-3.analyze_btn.w--current {
    border-color: #ececec;
  }

  .type-popup-btn {
    justify-content: center;
    padding: .75rem 20px;
  }

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

  .est-padding-section-large-fsd.display-none {
    display: none;
  }

  .face-map-container {
    align-items: center;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .fmap-left {
    align-content: stretch;
  }

  .navbar19_menu-3 {
    display: block;
  }

  .main_wrapper-2 {
    width: 100%;
    height: auto;
  }

  .text-regular-7 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-7.analyze_btn {
    color: #333;
  }

  .padding-global-6.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-xsmall-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    width: 1.3rem;
    height: 1.3rem;
  }

  .text-align-center-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-icon4_line-top-2 {
    background-color: #000;
  }

  .menu-icon4_line-top-2.normal-icon {
    background-color: #fff;
  }

  .face-img-btn-2 {
    color: #333;
    text-align: center;
    background-color: #ffffff3d;
    border: 1px solid #000;
    border-left-style: none;
    min-width: 126px;
    font-size: 1rem;
  }

  .face-img-btn-2:hover {
    opacity: .8;
  }

  .face-img-btn-2.active {
    color: #000;
    text-align: center;
    background-color: #e88a6b73;
    border-left-style: solid;
    min-width: 126px;
    font-weight: 500;
  }

  .face-img-btn-2.active:hover {
    opacity: .8;
  }

  .est-padding-section-large-copy-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-icon4_line-middle-2 {
    background-color: #000;
  }

  .menu-icon4_line-middle-2.normal-icon {
    background-color: #fff;
  }

  .page-wrapper-5 {
    background-color: #fcfcfc;
  }

  .page-wrapper-5.face-analyze-img {
    grid-template-columns: auto;
    place-items: stretch stretch;
  }

  .icon-wrapper-7 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-7.analyaze_btn {
    background-color: #f7af994d;
  }

  .padding-section-large-9.face-analyze-img {
    padding-top: 1rem;
  }

  .menu-icon_line-middle-base-2 {
    background-color: #000;
  }

  .menu-icon_line-middle-base-2.normal-icon {
    background-color: #fff;
  }

  .menu-icon4_line-bottom-2 {
    background-color: #000;
  }

  .menu-icon4_line-bottom-2.normal-icon {
    background-color: #fff;
  }

  .analyse_loading_wrapper-2 {
    height: 100%;
    margin-top: 0;
    display: none;
    position: relative;
  }

  .loader_number-2 {
    color: #0003;
    font-size: 9.5rem;
  }

  .modal1_close-button-4.rna-contents {
    background-color: #3c3c3c;
    border-radius: 20px;
    position: absolute;
    top: .5rem;
    bottom: auto;
    right: .5rem;
  }

  .text-regular-8 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-8.analyze_btn {
    color: #333;
  }

  .padding-section-large-10.rna-contents.nrna.rna_main_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: grid;
  }

  .button-9.rna-contents.nrna {
    padding-left: .125rem;
  }

  .text-align-center-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .est-padding-section-large-copy-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .est-padding-section-large-copy-3.display-none {
    display: none;
  }

  .div-block-20.nrna {
    justify-content: center;
    padding-left: 20px;
  }

  .type-popup-btn-2 {
    justify-content: center;
    padding: .75rem 20px;
  }

  .icon-wrapper-8 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-8.analyaze_btn {
    background-color: #f7af994d;
  }

  .modal1_component-3 {
    display: none;
  }

  .text-regular-9 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-9.analyze_btn {
    color: #333;
  }

  .icon-wrapper-9 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-9.analyaze_btn {
    background-color: #f7af994d;
  }

  .icon-wrapper-9.analyaze_btn.bk-white.fsd {
    background-color: #fff;
  }

  .text-regular-10 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-10.analyze_btn {
    color: #333;
  }

  .icon-wrapper-10 {
    background-color: #f7af994d;
    border-style: none;
    border-color: #f1f1f1a1;
  }

  .icon-wrapper-10.analyaze_btn {
    background-color: #f7af994d;
  }

  .icon-wrapper-10.analyaze_btn.bk-white.fsd {
    background-color: #fff;
  }

  .text-regular-11 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-11.analyze_btn {
    color: #333;
  }

  .text-regular-12 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .text-regular-12.analyze_btn {
    color: #333;
  }

  .text-align-center-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .est-padding-section-large-copy-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-line-btn-summary-2 {
    flex-flow: column;
    display: flex;
  }

  .text-regular-13 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .link-button-left-age-copy-2 {
    opacity: 1;
    border: 1px solid #ffffff3d;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy-2:hover {
    background-color: #d9d9d959;
  }

  .link-button-left-age-copy-2.w--current {
    width: 100%;
  }

  .link-button-left-age-copy-2.age-no-select-btn:hover {
    background-color: #e88a6b73;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-bottom.margin-xsmall.title.face-analyze-img {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 4rem;
  }

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

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

  .padding-vertical.padding-xhuge {
    display: none;
  }

  .padding-vertical.padding-xhuge.fsd-md-none {
    width: 100%;
    display: block;
  }

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

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

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

  .margin-top.margin-medium {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: static;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .button-group.is-center {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

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

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

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

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

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

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

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

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

  .nav_button {
    color: #fff;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .navbar19_menu {
    flex-direction: column;
    justify-content: center;
  }

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

  .navbar19_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar19_menu-left-bottom {
    margin-top: 0;
    padding-bottom: 8rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

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

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

  .navbar19_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon4_line-middle {
    background-color: var(--background-color--background-alternate);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    background-color: var(--background-color--background-primary);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

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

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

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

  .icon-embed-xsmall {
    color: var(--base-color-neutral--white);
    width: 1.3rem;
    height: 1.3rem;
  }

  .navbar19_link-wrapper {
    display: none;
  }

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

  .navbar19_menu-left-top {
    padding-top: 2rem;
  }

  .navbar19_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    height: auto;
    padding-bottom: 0;
  }

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

  .footer3_social-list {
    grid-column-gap: 1.2rem;
    justify-content: center;
    place-items: center;
    padding-top: .5rem;
  }

  .navbar19_menu-2 {
    flex-direction: column;
    justify-content: center;
  }

  .image-overlay-layer {
    height: auto;
  }

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

  .layout332_background-image-wrapper {
    height: 100%;
  }

  .image-overlay-layer-2 {
    background-color: #000000b3;
  }

  .header30_background-image-wrapper {
    height: 100svh;
  }

  .header30_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-height: 100%;
    display: block;
  }

  .est-button {
    align-self: stretch;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .est-heading-style-h1.text-color-alternate {
    font-size: 1.7rem;
  }

  .shape-3 {
    width: 40vw;
    height: 40vw;
    position: absolute;
    inset: 50vw -9.5em 0 50vw;
    transform: rotate(-26deg);
  }

  .main-shapes-wrapper {
    filter: blur(149px);
  }

  .shape-1 {
    opacity: .04;
    mix-blend-mode: normal;
    width: 50em;
    height: 50em;
    top: 75vw;
    left: -61.7vw;
  }

  .background-noise {
    opacity: .2;
  }

  .shape-2 {
    opacity: .33;
    mix-blend-mode: lighten;
    background-color: #ffffffd1;
    width: 40vw;
    height: 40vw;
    top: 94.7vw;
    left: -4.5vw;
  }

  .shape-6 {
    background-color: #fffefe;
  }

  .shape-7 {
    background-color: #f7f7f7;
  }

  .title1 {
    letter-spacing: 6px;
    font-size: 2.3em;
    font-weight: 500;
  }

  .ultra-gradient-wrapper {
    background-color: #1a1a1a;
    font-size: 1.3vh;
  }

  .blending-group-wrapper {
    filter: blur(200px);
    margin-left: -4em;
  }

  .image {
    width: 36%;
  }

  .shape-4 {
    top: 22em;
  }

  .image-2 {
    width: 45%;
  }

  .rotate-text.d-flex {
    min-width: 7rem;
  }

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

  .text-large.menu {
    font-size: 3vw;
  }

  .clip-link-text {
    flex: none;
  }

  .text-regular {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .text-regular.analyze_btn.result_plus.val_skin_hari.title, .text-regular.analyze_btn.products.fsd {
    text-decoration: none;
  }

  .text-regular.next-btn, .text-regular.next-step-btn {
    font-size: 1rem;
  }

  .icon-wrapper {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .icon-wrapper.analyaze_btn.fsd.mscore {
    background-color: #e0edff;
  }

  .icon-wrapper.analyaze_btn.fsd.lscore {
    background-color: #ffeab3;
  }

  .link-button-left {
    border: 1px solid var(--trancewhite);
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left:hover {
    background-color: #fffdfd24;
  }

  .loader5_text {
    font-size: 6rem;
  }

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

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

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

  .stats5_number {
    font-size: 4rem;
  }

  .est-padding-section-large-2-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .est-padding-section-large-copy {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 1;
    padding-top: .5rem;
    padding-bottom: 1rem;
    display: block;
  }

  .est-padding-section-large-copy.skin {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .est-padding-section-large-copy.display-none, .est-padding-section-large-copy.display-none.fmap, .est-padding-section-large-copy.fmap {
    display: block;
  }

  .button-group-copy.is-center, .button-group-copy.is-center-copy, .button-group-copy.is-center-copy-copy {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

  .button-group-copy.is-center-copy {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .button-group-copy.is-center-copy.analyze_wrapper.pro_show {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sacan {
    border: 1px solid var(--trancewhite);
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sacan:hover {
    background-color: #fffdfd24;
  }

  .sacan.analyze_btn.rna-contents-btn {
    width: 68%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sacan.analyze_btn.rna-contents-btn.active {
    width: 100%;
  }

  .sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd {
    max-width: none;
  }

  .sacan.analyze_btn.rna-contents-btn.active.go-back {
    border-color: #fffbfb;
  }

  .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
  }

  .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.lscore, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.mscore {
    position: relative;
  }

  .sacan.analyze_btn.face-contents-btn {
    width: 68%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-list {
    justify-content: flex-end;
    font-size: 1rem;
  }

  .footer-grid {
    grid-template-columns: .25fr 1.25fr;
    padding-left: 40px;
  }

  .link-button {
    border: 1px solid #ececec;
    border-left: 1px #000;
    border-right: 1px #000;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .linkbutton {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 8%;
    margin-right: 8%;
  }

  .text-regular-2 {
    letter-spacing: 0;
    font-size: .7rem;
    line-height: 1.7;
  }

  .icon-wrapper-2 {
    background-color: #f1f1f180;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .filter {
    grid-template-columns: auto;
  }

  .link-button-left-2 {
    border: 1px solid #ececec;
    border-left: 1px #000;
    flex: 1;
    justify-content: center;
    width: 40%;
  }

  .text-regular-title.text-mute {
    font-size: 1.1rem;
  }

  .sticky-bar-right-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    overflow: auto;
  }

  .client-filter {
    grid-template-columns: auto auto;
  }

  .spacer-large-2 {
    height: 1.2rem;
  }

  .loader-3 {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .loader_top {
    border-top: 2px solid #000;
    position: relative;
    inset: auto;
  }

  .content-section {
    flex: none;
  }

  .content-section.dark {
    background-color: #474747;
    display: block;
  }

  .home-hero-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .large-padding {
    flex: 1;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-step {
    border-left-style: solid;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    overflow: auto;
  }

  .spacer-huge-2 {
    height: 2.1rem;
  }

  .brand, .brand.w--current {
    padding: 0;
  }

  .page-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-shade {
    display: none;
  }

  .menu-content {
    min-width: 100vw;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .html-embed-3.mb-0 {
    margin-bottom: 140px;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 4rem;
  }

  .spacer-medium-2 {
    height: 3rem;
  }

  .navbar-content {
    background-color: #f1f1f11a;
    border-bottom: 1px solid #f1f1f11a;
    border-right-style: none;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }

  .page-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .social-list {
    flex-direction: row;
  }

  .home-hero_header-hrow-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .brand-logo {
    width: 8.3rem;
    transform: none;
  }

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

  .navbar-bottom {
    flex-direction: row;
    display: none;
  }

  .menu-dropdown {
    justify-content: flex-end;
  }

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

  .dropdown-list.w--open {
    justify-content: flex-end;
    padding-top: 4rem;
    left: 0;
  }

  .home-hero-intro {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .link-button-left-3 {
    border: 1px solid #ececec;
    border-left: 1px #000;
    flex: 1;
    justify-content: center;
    width: 40%;
  }

  .home-hero-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    align-content: stretch;
    min-height: 100%;
    padding-top: 0;
  }

  .pm3-22-div {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .pm3-22-div.rna-contents.nrna.mb-text-type {
    padding-top: 0;
    display: flex;
  }

  .pm3-22-div.rna-contents.nrna.mb-text-type.display-none {
    display: flex;
  }

  .pm3-22-div.rna-contents.nrna.mb-d-none {
    display: none;
  }

  .modal1_close-button {
    top: 15.5rem;
    right: 2.3rem;
  }

  .spacer-small-2 {
    height: .6rem;
  }

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

  .modal1_component {
    display: none;
  }

  .text-size-medium-2 {
    font-size: .8rem;
    line-height: 2.1;
  }

  .text-small-sp-copy {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper.rna-contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dougnut_name {
    font-size: 1.2rem;
  }

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

  .doughnut-description {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .tab-panel {
    background-color: #f8f8fc00;
  }

  .doughnut-chart_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-top: 2rem;
  }

  .page-wrapper-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .padding-global-chart {
    align-items: center;
  }

  .padding-global-chart.history {
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .home-hero_header-hrow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .dougnut_category {
    text-align: center;
  }

  .tab-section-copy {
    padding-top: 20px;
  }

  .html-embed-6.skin {
    margin-bottom: 0;
  }

  .link-button-left-copy {
    border: 1px solid var(--trancewhite);
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-copy:hover {
    background-color: #fffdfd24;
  }

  .text-regular-copy {
    color: #fff;
    font-size: .8rem;
    line-height: 2.2;
  }

  .icon-wrapper-copy {
    background-color: #fff;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .button-group-copy.is-center, .button-group-copy.is-center-copy {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .button-group-copy.is-center-copy.analyze_wrapper.page_rna.one.plr-0.fsd {
    max-width: 20rem;
    display: none;
  }

  .button-group-copy.is-center-copy.analyze_wrapper.page_rna.one.plr-0.fsd.fsd-mb-none {
    margin-top: 1rem;
    display: block;
  }

  .button-group-copy-copy.is-center, .button-group-copy-copy.is-center-copy {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

  .button-group-copy-copy.is-center-copy-copy {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    padding-top: 0;
    font-size: .8rem;
  }

  .button-group-age.is-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    font-size: .8rem;
  }

  .button-group-age.is-center.selection-circle {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    place-items: center;
    width: auto;
    display: grid;
  }

  .link-button-left-age {
    border: 1px solid var(--trancewhite);
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age:hover {
    background-color: #e88a6b73;
  }

  .image-2-copy {
    width: 34%;
  }

  .footer-grid-copy {
    grid-template-columns: .5fr;
    padding-left: 40px;
  }

  .text-regular-2-copy {
    letter-spacing: 0;
    font-size: .7rem;
    line-height: 1.7;
  }

  .text-block-10-copy {
    color: #000;
    font-size: .7rem;
  }

  .link-button-left-age-copy {
    border: 1px solid var(--trancewhite);
    background-color: #dedede26;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy:hover {
    background-color: #fffdfd24;
  }

  .link-button-left-age-copy.case-select-btn.case-2-select {
    flex-flow: column;
    width: 68%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
  }

  .link-button-left-age-copy.case-select-btn.case-2-select.back_to_top, .link-button-left-age-copy.case-select-btn.case-2-select.back_to_shooting {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .link-button-left-age-copy.case-select-btn.case-2-select.ex {
    display: block;
  }

  .section-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1.25fr 1.25fr;
    justify-content: stretch;
    align-self: stretch;
    place-items: stretch stretch;
    margin-top: .5rem;
  }

  .text-block-11, .text-block-11-copy {
    height: 5svh;
  }

  .shape-4-2 {
    top: 22em;
  }

  .ultra-gradient-wrapper-2 {
    font-size: 1.3vh;
  }

  .shape-3-2 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .blending-group-wrapper-2 {
    margin-left: -4em;
  }

  .ultra-gradient-wrapper-3 {
    font-size: 1.3vh;
  }

  .shape-3-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 -200px;
  }

  .shape-1-3 {
    top: -2.6em;
  }

  .foot-normal {
    flex: none;
  }

  .foot-normal.dark {
    background-color: #474747;
    display: block;
  }

  .foot-normal-copy {
    flex: none;
  }

  .foot-normal-copy.dark {
    background-color: #474747;
    display: block;
  }

  .foot-top {
    flex: none;
  }

  .foot-top.dark {
    background-color: #474747;
    display: block;
  }

  .foot-normal2 {
    flex: none;
  }

  .foot-normal2.dark {
    background-color: #474747;
    display: block;
  }

  .rnabooton.is-center {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    margin: 1rem;
    font-size: .8rem;
  }

  .bk {
    height: 100svh;
  }

  .section_title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto 1.25fr;
    justify-content: stretch;
    align-self: stretch;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .text-title-bl {
    justify-content: center;
    height: 7svh;
  }

  .text-title-bl-r {
    height: 5svh;
  }

  .section_other_contents.select-analyze-btn {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .section_other_contents.select-analyze-btn.page_img_alanyze {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .section_other_contents.select-analyze-btn.products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .padding-global-shooting {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .main_wrapper {
    height: auto;
  }

  .modal1_component-2 {
    display: flex;
  }

  .age-skin-container {
    padding-left: 1rem;
  }

  .head-skin-box.square {
    width: 90px;
    height: 90px;
  }

  .contact30_component {
    grid-column-gap: 0rem;
  }

  .page-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .tab-link-tab-2.face-analyze-img.category-tab {
    background-color: #e6e6e694;
  }

  .tab-link-tab-3.face-analyze-img.category-tab {
    background-color: #e6e6e694;
    border-left: 1px solid #0000001c;
  }

  .tab-link-tab-3.face-analyze-img.category-tab.l-none {
    border-left-style: none;
  }

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

  .padding-section-large-6.face-analyze-img {
    padding-top: 0;
  }

  .contact30_tabs-link.face-analyze-img {
    background-color: #e9e9e9;
  }

  .contact30_tabs-link.face-analyze-img.w--current {
    background-color: #e88a6b38;
    border-left-color: #ffb0a0;
  }

  .page-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-block-14.face-analyze-img {
    color: #000;
  }

  .tab-link-tab-1.face-analyze-img.category-tab.w--current {
    background-color: #3b60cfe8;
  }

  .heading-2.faceimg.face-analyze-img {
    font-size: 1.1rem;
  }

  .contact30_tabs-menu {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-title-bl-cource-r {
    height: auto;
    padding-top: 0;
  }

  .text-title-bl-cource-r.step-ex {
    padding-right: 0;
  }

  .text-title-bl-cource-r.step-ex-sh {
    padding-right: 0;
    font-size: .9rem;
  }

  .title-box-step-r {
    height: 7svh;
  }

  .padding-global-ex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .text-title-bl-ex {
    height: 7svh;
    padding-left: 0;
  }

  .text-title-bl-cource-ex {
    margin-right: 0;
  }

  .section_title-col-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: stretch;
    align-self: stretch;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .face-img-btn.active {
    background-color: #e88a6b73;
    border: 1px solid #cecece;
  }

  .face-img-btn.l-on-r-off.average-face-btn {
    background-color: var(--trancewhite);
    border: 1px solid #9e9e9e;
    border-right-style: none;
  }

  .face-img-btn.face-processed-btn {
    border-top-color: #cecece;
    border-bottom-color: #cecece;
    border-right-color: #cecece;
  }

  .face-img-btn.face-processed-btn.fmap {
    border-left-style: none;
    border-right-style: solid;
  }

  .score_img_link_container {
    display: none;
  }

  .blending-group-wrapper-3 {
    margin-left: -4em;
  }

  .shape-3-4 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 -200px;
  }

  .ultra-gradient-wrapper-4 {
    font-size: 1.3vh;
  }

  .shape-1-4 {
    top: -2.6em;
  }

  .blending-group-wrapper-4 {
    margin-left: -4em;
  }

  .shape-3-5 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 -200px;
  }

  .ultra-gradient-wrapper-5 {
    font-size: 1.3vh;
  }

  .shape-1-5 {
    top: -2.6em;
  }

  .icon-wrapper-3 {
    background-color: #f1f1f180;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .link-button-left-4 {
    border: 1px solid #ffffff3d;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-4:hover {
    background-color: #fffdfd24;
  }

  .link-button-left-4.standard-course-btn, .link-button-left-4.instant-course-btn, .link-button-left-4.past-results {
    border-color: #fff;
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-regular-3 {
    color: #000;
    font-size: 1rem;
    line-height: 2.2;
  }

  .navbar19_logo-3.top-logo-w.display-none {
    width: 25%;
  }

  .padding-global-sub-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .section_title_sh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr auto;
    justify-content: stretch;
    align-self: stretch;
    place-items: stretch stretch;
    height: 5vh;
    margin-top: 0;
  }

  .text-title-bl-ex-sh {
    height: auto;
    padding-left: 0;
  }

  .step-sh {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sh-guidance {
    padding-left: 40px;
  }

  .span-step-sh {
    font-size: 1.2rem;
  }

  .text-title-bl-cource-ex-sh {
    margin-top: 0;
    margin-right: 0;
    font-size: .7rem;
    font-weight: 400;
  }

  .image_new_logo {
    width: 180px;
  }

  .shape-1-6 {
    top: -2.6em;
  }

  .blending-group-wrapper-5 {
    margin-left: -4em;
  }

  .ultra-gradient-wrapper-6 {
    font-size: 1.3vh;
  }

  .shape-3-6 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 -200px;
  }

  .image-2-copy-2 {
    width: 14%;
  }

  .text-regular-4 {
    color: #000;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    line-height: 2.2;
  }

  .link-button-left-5 {
    border: 1px solid #ffffff3d;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-5:hover {
    background-color: #fffdfd24;
  }

  .link-button-left-5.past-results {
    border-color: #fff;
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-button-left-5.past-results.position-relative.min-w-68.results-soon {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .link-button-left-5.standard-course-btn {
    background-color: #d4d3d31a;
    border-color: #fff;
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-button-left-5.instant-course-btn {
    border-color: #fff;
    width: 70%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .icon-wrapper-4 {
    background-color: #f1f1f180;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

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

  .container-medium-ex.analyze_btn_wrapper-ss {
    max-width: 30rem;
    height: 55vh;
  }

  .container-medium-ex.analyze_btn_wrapper-ss.display-none {
    max-width: 64rem;
    display: none;
  }

  .button-group-ss {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .button-group-ss.is-center, .button-group-ss.is-center-copy {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    flex-flow: column;
    grid-template-rows: auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    font-size: .8rem;
  }

  .skin-age-flex-box.square.fsd {
    max-width: 20rem;
    display: none;
  }

  .skin-age-flex-box.square.fsd.fsd-mb-none {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 30rem;
    margin-bottom: 0;
    display: flex;
  }

  .container-large-lead {
    padding-right: 1rem;
  }

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

  .padding-section-large-7.rna-contents.nrna.rna_main_wrapper {
    grid-auto-flow: row;
    display: block;
  }

  .touka-modal.nrna.popup-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  ._3-modal {
    padding-bottom: 20px;
  }

  ._3-modal.nrna {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal1_component-003.nrna {
    display: none;
  }

  .large-padding-2 {
    flex: 1;
    height: auto;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .large-padding-2.rna-contents.nrna {
    padding-bottom: 0;
  }

  .modal1_close-button-3 {
    top: 15.5rem;
    right: 2.3rem;
  }

  .kakuka-modal.nrna.popup-box, .sanka-modal.nrna.popup-box {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .modal1_component-002.nrna, .modal1_component-001.nrna, .modal1_component-001.nrna {
    display: none;
  }

  .modal1_content-wrapper-003 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-003.nrna {
    overflow: hidden;
  }

  .modal1.rna-contents.nrna {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal1_content-wrapper-001 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-001.rna-contents {
    overflow: hidden;
  }

  .modal1_content-wrapper-002 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper-002.nrna {
    overflow: hidden;
  }

  .span-is-small {
    font-size: .975rem;
  }

  .span-is-small.font-size-9p {
    font-size: .8375rem;
  }

  .icon-embed-small-arrow {
    color: #df792b;
  }

  .scope_wrapper {
    display: block;
  }

  .result_box {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
  }

  .table1_header-row, .table1_item {
    min-width: 72rem;
  }

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

  .table1_column.is-width-large, .table1_column.is-width-small {
    min-width: auto;
  }

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

  .table1_header-2.sp.column-1 {
    grid-template-columns: auto;
  }

  .table1_item-2 {
    min-width: auto;
  }

  .table1_component-2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .container-large-5 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .icon-wrapper-5 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .products_title {
    font-size: 2rem;
  }

  .text-regular-5 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .sacan-2 {
    border: 1px solid #ffffff3d;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sacan-2:hover {
    background-color: #fffdfd24;
  }

  .sacan-2.analyze_btn.rna-contents-btn {
    width: 68%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .text-size-medium-8 {
    font-size: .8rem;
    line-height: 2.1;
  }

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

  .text-regular-6 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .icon-wrapper-6 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .sacan-3 {
    border: 1px solid #ffffff3d;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sacan-3:hover {
    background-color: #fffdfd24;
  }

  .sacan-3.analyze_btn.rna-contents-btn {
    width: 68%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active {
    width: 100%;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active.go-back {
    border-color: #fffbfb;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd {
    max-width: none;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.products-link.products-link-btn.mw-20 {
    max-width: 20rem;
  }

  .sacan-3.analyze_btn.face-contents-btn {
    width: 68%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .products-link {
    margin-bottom: 10px;
    text-decoration: none;
  }

  .products-link.display-none {
    display: none;
  }

  .fsd-md-score {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    display: flex;
  }

  .est-padding-section-large-fsd {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 1;
    padding-top: .5rem;
    padding-bottom: 1rem;
    display: none;
  }

  .est-padding-section-large-fsd.skin {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .est-padding-section-large-fsd.display-none {
    display: block;
  }

  .face-map-container {
    grid-auto-flow: row dense;
    display: block;
  }

  .fmap-left {
    grid-template-rows: auto auto;
  }

  .table1_component_fmap-sub-menu {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .change-fmap-box {
    display: none;
  }

  .change-fmap-box.mb-on {
    display: block;
  }

  .sub-menu-btns-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .page-content-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar19_menu-3 {
    flex-direction: column;
    justify-content: center;
  }

  .main_wrapper-2 {
    height: auto;
  }

  .text-regular-7 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .icon-embed-xsmall-2 {
    color: #fff;
    width: 1.3rem;
    height: 1.3rem;
  }

  .menu-icon4_line-top-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .face-img-btn-2.active {
    background-color: #e88a6b73;
    border: 1px solid #cecece;
  }

  .face-img-btn-2.face-processed-btn {
    border-top-color: #cecece;
    border-bottom-color: #cecece;
    border-right-color: #cecece;
  }

  .est-padding-section-large-copy-2 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 1;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .menu-icon4_line-middle-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .page-wrapper-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .icon-wrapper-7 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

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

  .padding-section-large-9.face-analyze-img {
    padding-top: 0;
  }

  .menu-icon_line-middle-base-2 {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom-2 {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .go-back-container {
    display: none;
  }

  .go-back-container.mb-on {
    display: block;
  }

  .squrare-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .g-txt.d-none {
    display: none;
  }

  .types-contai {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .fmap-wrapper {
    padding-right: 20px;
  }

  .analyse_loading_wrapper-2 {
    display: none;
  }

  .loader_top-2 {
    border-top: 2px solid #000;
    position: relative;
    inset: auto;
  }

  .modal1_close-button-4 {
    top: 15.5rem;
    right: 2.3rem;
  }

  .text-regular-8 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

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

  .padding-section-large-10.rna-contents.nrna.rna_main_wrapper {
    grid-auto-flow: row;
    display: block;
  }

  .padding-section-large-10.rna-contents.nrna.rna_main_wrapper.contents_top {
    display: none;
  }

  .est-padding-section-large-copy-3 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 1;
    padding-top: .5rem;
    padding-bottom: 1rem;
    display: block;
  }

  .est-padding-section-large-copy-3.display-none {
    display: block;
  }

  .icon-wrapper-8 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .modal1_component-3 {
    display: none;
  }

  .text-regular-9 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .icon-wrapper-9 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .text-regular-10 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .icon-wrapper-10 {
    background-color: #f7af994d;
    flex: 0 auto;
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .text-regular-11 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

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

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

  .products_title-2 {
    font-size: 2rem;
  }

  .text-regular-12 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .est-padding-section-large-copy-4 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    flex: 1;
    padding-top: .5rem;
    padding-bottom: 1rem;
    display: block;
  }

  .est-padding-section-large-copy-4.fmap {
    display: block;
  }

  .text-regular-13 {
    color: #000;
    font-size: .9rem;
    line-height: 2.2;
  }

  .link-button-left-age-copy-2 {
    background-color: #dedede26;
    border: 1px solid #ffffff3d;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy-2:hover {
    background-color: #fffdfd24;
  }

  .text-block-16.soon-results {
    font-size: 1.45rem;
    font-weight: 200;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-xsmall.face-analyze-img {
    justify-content: center;
  }

  .margin-bottom.margin-xxlarge.face-analyze-img {
    margin-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

  .hide-mobile-landscape, .hide-mobile-landscape.rna-contents, .hide-mobile-landscape.rna-contents {
    display: block;
  }

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

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

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

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

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

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

  .padding-section-large {
    padding-top: 25%;
    padding-bottom: 25%;
  }

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

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

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

  .main-wrapper {
    padding-top: 0;
  }

  .button-group.is-center {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

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

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

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

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

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

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

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

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

  .navbar19_link-large {
    font-size: 1.5rem;
  }

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

  .navbar19_component {
    min-height: 4rem;
  }

  .icon-embed-xsmall {
    color: var(--base-color-neutral--white);
  }

  .navbar19_menu-left-top {
    grid-column-gap: 2rem;
    flex-direction: column;
    padding-top: 1rem;
  }

  .navbar19_menu-wrapper {
    grid-row-gap: 3rem;
    padding-top: 4rem;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

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

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

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

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

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

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .header30_background-image-wrapper {
    height: 100svh;
  }

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

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .background-noise {
    opacity: .24;
  }

  .title1 {
    font-size: 2.8em;
  }

  .ultra-gradient-wrapper {
    background-color: #474747;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .rotate-text.d-flex {
    flex-flow: row;
    width: 100%;
    min-width: auto;
  }

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

  .text-large.menu {
    font-size: 3vw;
  }

  .text-block {
    flex: none;
    align-self: auto;
  }

  .clip-link-text.fsd {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 55%;
  }

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

  .loader5_text {
    font-size: 4rem;
  }

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

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

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

  .stats5_number {
    font-size: 3.5rem;
  }

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

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

  .button-group-copy.is-center, .button-group-copy.is-center-copy, .button-group-copy.is-center-copy-copy, .button-group-copy.is-center-copy, .button-group-copy.is-center-copy {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding: .5rem 40px;
  }

  .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.active.bscore, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.lscore, .sacan.analyze_btn.rna-contents-btn.p-1.mb-3.fsd.fmap.mscore {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-list {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .footer-grid {
    grid-row-gap: 0rem;
    grid-template-columns: .25fr;
    padding-left: 20px;
  }

  .text-regular-2 {
    font-size: .6rem;
  }

  .filter {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch space-between;
    justify-items: stretch;
    width: auto;
  }

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

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

  .sticky-bar-right-title {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 2rem;
  }

  .footer-credit-grid {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .client-filter {
    grid-template-columns: 10rem;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-content: stretch center;
  }

  .sticky-bar-left {
    border-right-style: none;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .spacer-large-2 {
    height: 1rem;
  }

  .footer-brand-logo {
    width: 7.7rem;
  }

  .footer-credit-list {
    grid-column-gap: 1rem;
    grid-row-gap: .625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .loader-3 {
    top: 0;
  }

  .content-section.dark.foot {
    inset: auto 0% 0%;
  }

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

  .sticky-step {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 2rem;
  }

  .spacer-huge-2 {
    height: 3rem;
  }

  .page-content {
    place-items: stretch stretch;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .html-embed-3 {
    flex: none;
  }

  .spacer-medium-2 {
    height: 2.875rem;
  }

  .page-wrapper-2.shooting-main-wrapper {
    background-color: var(--trancewhite);
  }

  .home-hero_component {
    padding: 0;
  }

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

  .menu-action {
    padding-bottom: 4rem;
  }

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

  .padding-global-2.shooting-wrapper {
    padding-left: 0;
  }

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

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

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

  .show-mobile-landscape, .show-mobile-landscape.rna-contents, .show-mobile-landscape.rna-contents {
    display: none;
  }

  .career02_item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .modal1_close-button {
    top: 17.1rem;
    right: 2.4rem;
  }

  .modal1_close-button.rna-contents {
    position: absolute;
    top: 100px;
    bottom: auto;
    right: 10px;
  }

  .spacer-small-2 {
    height: 1.5rem;
  }

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

  .modal1_component {
    align-items: flex-start;
  }

  .text-size-medium-2 {
    font-size: .9rem;
    line-height: 1.5;
  }

  .text-size-medium-2.face-summary {
    font-size: .75rem;
  }

  .text-small-sp-copy {
    font-size: .6rem;
  }

  .career02_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modal1_content-wrapper {
    align-self: center;
    width: 100%;
    height: auto;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper.rna-contents {
    padding-bottom: 4rem;
  }

  .blur-image {
    display: none;
  }

  .padding-section-large-5 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .html-embed-4 {
    flex: none;
  }

  .page-wrapper-3 {
    grid-template-columns: .75fr;
  }

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

  .feature-tab-link {
    z-index: 6;
    padding: 20px;
  }

  .feature-tab-link.w--current {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .feature-tab-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .tab-section, .tab-section-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .html-embed-6 {
    flex: none;
  }

  .button-group-copy.is-center, .button-group-copy.is-center-copy, .button-group-copy-copy.is-center, .button-group-copy-copy.is-center-copy, .button-group-copy-copy.is-center-copy-copy, .button-group-copy-copy.is-center-copy-copy, .button-group-copy-copy.is-center-copy-copy {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .button-group-age.is-center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    align-content: stretch;
  }

  .footer-grid-copy {
    grid-row-gap: 0rem;
    grid-template-columns: 1.25fr;
    padding-left: 20px;
  }

  .text-regular-2-copy {
    font-size: .6rem;
  }

  .loader4_progress-wrapper {
    width: 70%;
  }

  .shape-3-2 {
    width: 30em;
    height: 100em;
  }

  .blending-group-wrapper-2, .main-shapes-wrapper-2 {
    filter: blur(80px);
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1-2 {
    font-size: 5em;
  }

  .shape-3-3 {
    width: 30em;
    height: 100em;
  }

  .title1-3 {
    font-size: 5em;
  }

  .nav-normal, .nav-top {
    min-height: 4rem;
    padding-left: 20px;
  }

  .foot-normal.dark.foot, .foot-normal-copy.dark.foot {
    inset: auto 0% 0%;
  }

  .foot-top.dark.foot {
    padding-top: .25rem;
    padding-bottom: .25rem;
    inset: auto 0% 0%;
  }

  .foot-normal2.dark.foot {
    inset: auto 0% 0%;
  }

  .foot-normal2.dark.foot.normal {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .rnabooton.is-center {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .bk {
    height: 100svh;
  }

  .text-title-bl {
    height: auto;
  }

  .padding-global-shooting {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main_wrapper {
    height: auto;
  }

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

  .modal-content.rna-contents {
    flex-flow: column;
  }

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

  .contact30_component.face-analyze-img {
    grid-row-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .padding-section-large-6.face-analyze-img {
    padding-bottom: 0;
  }

  .contact30_tabs-link, .contact30_tabs-link.w--current {
    padding-left: 1rem;
  }

  .contact30_tabs-link.face-analyze-img {
    border-top-style: none;
    border-left: 1px solid #0000001c;
    border-right-color: #0000001c;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .contact30_tabs-link.face-analyze-img.w--current {
    border-top-style: none;
    border-left-style: solid;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .contact30_tabs-link.face-analyze-img.display-none {
    padding-bottom: .5rem;
  }

  .contact30_tabs-link.face-analyze-img.type-tab-last, .contact30_tabs-link.face-analyze-img.l-none {
    border-left-style: none;
  }

  .heading-2.faceimg.face-analyze-img {
    letter-spacing: .02rem;
    font-size: 1rem;
  }

  .heading-2.faceimg.titele.sp.face-analyze-img {
    font-size: 1.25rem;
  }

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

  .padding-global-4.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact30_tabs-menu.face-analyze-img {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .padding-global-ex {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section_title-col-3 {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
    align-self: stretch;
  }

  .score_img_link_container {
    display: flex;
  }

  .score_img_link_container.display-none {
    display: none;
  }

  .score_img_link_txt_container {
    display: flex;
  }

  .score_img_link_txt_container.display-none {
    display: none;
  }

  .blending-group-wrapper-3 {
    filter: blur(80px);
  }

  .shape-3-4 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper-3, .blending-group-wrapper-4 {
    filter: blur(80px);
  }

  .shape-3-5 {
    width: 30em;
    height: 100em;
  }

  .text-regular-3 {
    font-size: .9rem;
  }

  .navbar19_logo-2.top-logo, .navbar19_logo-3.top-logo-w.display-none {
    width: 28%;
  }

  .padding-global-sub-header {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .sh-guidance {
    padding-left: 20px;
  }

  .blending-group-wrapper-5 {
    filter: blur(80px);
  }

  .shape-3-6 {
    width: 30em;
    height: 100em;
  }

  .text-regular-4 {
    font-size: .9rem;
  }

  .link-button-left-5.standard-course-btn.position-relative.min-w-68 {
    min-width: 30rem;
  }

  .padding-section-large-history {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container-medium-ex.analyze_btn_wrapper-ss.display-none {
    display: none;
  }

  .button-group-ss.is-center, .button-group-ss.is-center-copy {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .skin-age-flex-box.square.fsd.fsd-mb-none {
    max-width: 30rem;
  }

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

  .modal1_component-003 {
    align-items: flex-start;
  }

  .modal1_component-003.nrna {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .modal1_close-button-3 {
    top: 17.1rem;
    right: 2.4rem;
  }

  .modal1_component-002 {
    align-items: flex-start;
  }

  .modal1_component-002.nrna {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .modal1_component-001 {
    align-items: flex-start;
  }

  .modal1_component-001.nrna {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .modal1_content-wrapper-003 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper-003.nrna {
    height: auto;
    overflow: hidden;
  }

  .modal1_content-wrapper-001 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper-001.rna-contents {
    height: auto;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .modal1_content-wrapper-002 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_content-wrapper-002.nrna {
    height: auto;
    overflow: hidden;
  }

  .age-unselected-guidance {
    margin-top: 0;
  }

  .result_box {
    min-width: auto;
  }

  .table1_pagination-page-button-wrapper {
    display: none;
  }

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

  .table1_component, .table1_component-2 {
    grid-row-gap: 3rem;
  }

  .text-regular-5 {
    font-size: .9rem;
  }

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

  .text-size-medium-8 {
    font-size: .9rem;
    line-height: 1.5;
  }

  .text-size-medium-8.face-summary {
    font-size: .75rem;
  }

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

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

  .text-regular-6 {
    font-size: .9rem;
  }

  .fsd-md-score {
    display: block;
  }

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

  .table1_component_fmap-sub-menu {
    grid-row-gap: 3rem;
  }

  .main_wrapper-2 {
    height: auto;
  }

  .text-regular-7 {
    font-size: .9rem;
  }

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

  .padding-global-6.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-xsmall-2 {
    color: #fff;
  }

  .est-padding-section-large-copy-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .padding-section-large-9.face-analyze-img {
    padding-bottom: 0;
  }

  .modal1_close-button-4 {
    top: 17.1rem;
    right: 2.4rem;
  }

  .modal1_close-button-4.rna-contents {
    position: absolute;
    top: .5rem;
    bottom: auto;
    right: .5rem;
  }

  .text-regular-8 {
    font-size: .9rem;
  }

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

  .est-padding-section-large-copy-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .modal1_component-3 {
    align-items: flex-start;
    display: none;
  }

  .text-regular-9, .text-regular-10, .text-regular-11 {
    font-size: .9rem;
  }

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

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

  .text-regular-12 {
    font-size: .9rem;
  }

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

  .text-regular-13 {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .margin-bottom.margin-xsmall.face-analyze-img {
    text-align: left;
    justify-content: center;
  }

  .margin-bottom.margin-small {
    margin-bottom: 2rem;
  }

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

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

  .padding-vertical.padding-xxlarge, .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .padding-global {
    justify-content: space-around;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    position: static;
  }

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

  .main-wrapper.loading-wrapper._w-100.case {
    margin-top: -60px;
  }

  .main-wrapper.shooting {
    width: 100%;
    height: auto;
  }

  .button-group.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .container-medium.case-container {
    top: 25%;
  }

  .container-medium.analyze_btn_wrapper {
    height: auto;
  }

  .container-medium.analyze_btn_wrapper_ex {
    height: 35vh;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .navbar19_menu-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
  }

  .icon-embed-xsmall {
    color: var(--base-color-neutral--white);
  }

  .navbar19_menu-left-top {
    grid-template-columns: 1fr;
  }

  .navbar19_menu-wrapper {
    grid-row-gap: 2rem;
  }

  .footer3_top-wrapper {
    justify-content: stretch;
    justify-items: center;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer3_social-list {
    padding-bottom: 1rem;
  }

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

  .header30_background-image-wrapper {
    height: 100svh;
    min-height: 100svh;
  }

  .header30_content {
    display: block;
  }

  .est-heading-style-h1.text-color-alternate {
    font-size: 7vw;
    line-height: 1.4;
  }

  .shape-3 {
    width: 22em;
    height: 40em;
    top: -4.5vw;
    left: 31.7vw;
  }

  .main-shapes-wrapper {
    opacity: 1;
    filter: blur(80px);
  }

  .shape-1 {
    width: 20em;
    height: 30em;
    top: 55.6vw;
  }

  .shape-2 {
    width: 80vw;
  }

  .title1 {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .ultra-gradient-wrapper {
    background-color: #4d4d4d00;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-4 {
    top: 30.7em;
  }

  .image-2 {
    width: 41%;
  }

  .rotate-text.d-flex {
    min-width: auto;
  }

  .menu-link-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .menu-link {
    justify-content: space-between;
  }

  .text-large.menu {
    font-size: 4vw;
  }

  .icon-outline {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .clip-content {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .text-regular {
    font-size: .9rem;
    line-height: 1.6;
  }

  .text-regular.analyze_btn.products.fsd {
    font-size: .835rem;
  }

  .icon-wrapper.analyaze_btn.bk-white.products.fsd {
    position: static;
    right: 0;
  }

  .icon-wrapper.age-arrow {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    right: 5px;
  }

  .icon-wrapper.age-arrow.age-unselected {
    right: 0;
  }

  .link-button-left {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .link-button-left.w--current {
    width: 100%;
  }

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

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

  .est-padding-section-large-copy {
    padding-top: .125rem;
  }

  .button-group-copy.is-center, .button-group-copy.is-center-copy, .button-group-copy.is-center-copy-copy {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr 1fr;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch stretch;
    display: grid;
  }

  .sacan {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sacan.w--current, .sacan.analyze_btn.rna-contents-btn {
    width: 100%;
  }

  .sacan.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.go-back {
    max-width: 100%;
  }

  .sacan.analyze_btn.face-contents-btn {
    width: 100%;
  }

  .footer-list {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 0;
    display: flex;
  }

  .link-button {
    border-top-style: none;
    border-right-style: none;
    width: 99%;
    padding-bottom: 2.25rem;
  }

  .link-button.w--current {
    width: 100%;
  }

  .linkbutton {
    flex-flow: column;
  }

  .text-regular-2 {
    font-size: .7rem;
    line-height: 1.6;
  }

  .filter {
    flex-flow: column;
    justify-content: space-around;
    align-self: stretch;
    width: 100%;
    min-height: auto;
    display: flex;
  }

  .link-button-left-2 {
    border-right-style: none;
    width: 100%;
    padding-bottom: 2.25rem;
  }

  .link-button-left-2.w--current {
    width: 100%;
  }

  .text-regular-title.text-mute {
    font-size: .9rem;
    display: block;
  }

  .loader_number {
    font-size: 40vw;
  }

  .sticky-bar-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }

  .sticky-bar-right-title {
    flex-flow: row;
    flex: 0 auto;
    padding-top: .5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .client-filter {
    flex-flow: column;
    justify-content: center;
    width: 100%;
    min-height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

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

  .sticky-bar-left {
    flex-flow: column;
    width: 91%;
  }

  .footer-brand-logo {
    width: 7rem;
  }

  .loader-3 {
    top: 0;
  }

  .content-section.dark.foot {
    inset: auto 0% 0%;
  }

  .home-hero {
    min-height: 80vh;
  }

  .text-regular-title-copy.text-mute {
    font-size: .9rem;
    display: block;
  }

  .text-regular-title-copy.text-mute.step {
    font-size: .9rem;
  }

  .large-padding {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .text-small {
    letter-spacing: 0;
    align-self: center;
    font-size: .6rem;
  }

  .text-small.text-mute.rna-score-txt {
    font-size: 1rem;
  }

  .sticky-step {
    border-bottom: 1px solid #ececec;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon {
    background-color: #f1f1f180;
  }

  .category-chart_component {
    margin-left: 0;
  }

  .page-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .page-content.shooting {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .menu-link-2 {
    justify-content: space-between;
  }

  .html-embed-3 {
    width: auto;
    height: auto;
    font-weight: 100;
  }

  .html-embed-3.mb-0 {
    margin-bottom: 100px;
  }

  .html-embed-3.mb-0.shooting {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .spacer-medium-2 {
    display: none;
  }

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

  .page-wrapper-2.shooting-main-wrapper {
    background-color: var(--trancewhite);
    width: 100%;
  }

  .menu-button {
    display: none;
  }

  .padding-section-large-3.shooting_wrapper.tb-zero.shooting {
    width: 100%;
  }

  .navbar-bottom {
    display: none;
  }

  .menu-dropdown {
    display: flex;
  }

  .menu-overlay {
    display: none;
  }

  .menu-action {
    padding-bottom: 0;
  }

  .dropdown-list {
    display: none;
  }

  .padding-global-2.shooting-wrapper {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .padding-global-2.shooting-wrapper.shooting {
    width: 100%;
  }

  .menu-outer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  .career02_title-heading {
    margin-bottom: 1.25rem;
  }

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

  .button-3 {
    font-size: .8rem;
  }

  .menu-link-3 {
    justify-content: space-between;
  }

  .link-button-left-3 {
    border-right-style: none;
    width: 100%;
    padding-bottom: 2.25rem;
  }

  .link-button-left-3.w--current {
    width: 100%;
  }

  .home-hero-right {
    align-content: stretch;
    min-width: auto;
    max-width: 100%;
  }

  .page-padding.sp-rna {
    padding-left: 0;
    padding-right: 0;
  }

  .modal-content-replace-this-div {
    flex-flow: column;
  }

  .image-4 {
    max-width: 45%;
  }

  .career02_title-wrapper {
    display: block;
  }

  .pm3-22-div.rna-contents.nrna.mb-text-type.display-none {
    display: none;
  }

  .text-block-5 {
    font-size: .7rem;
    display: none;
  }

  .div-block-6 {
    flex-flow: column;
  }

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

  .modal1_close-button.rna-contents {
    position: absolute;
    top: 100px;
    bottom: auto;
    right: 10px;
  }

  .heading-small, .heading-small.rna-score-txt {
    font-size: 1.4rem;
  }

  .div-block-9 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .modal1_component {
    display: none;
  }

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

  .text-size-medium-2 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .bold-text {
    font-size: 1.1rem;
    line-height: 1;
  }

  .text-small-sp-copy {
    letter-spacing: 0;
    font-size: .6rem;
  }

  .career02_job-department {
    justify-content: center;
  }

  .textblock-type {
    padding-left: 0;
    padding-right: 0;
  }

  .modal1_content-wrapper {
    padding-bottom: 4rem;
  }

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

  .div-block-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .padding-section-large-5 {
    justify-content: center;
    padding-bottom: 0;
  }

  .menu-link-4 {
    justify-content: space-between;
  }

  .html-embed-4 {
    width: auto;
    height: auto;
  }

  .doughnut-description {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    align-self: center;
    align-items: center;
  }

  .doughnut-chart_component {
    flex-flow: column;
    width: 90%;
    padding-top: 2rem;
  }

  .padding-global-chart {
    width: 92%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .doughnut-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    display: flex;
  }

  .home-hero_header-hrow {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global-3 {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .feature-tab-link {
    text-align: center;
  }

  .html-embed-5 {
    width: 70%;
    height: auto;
  }

  .html-embed-6 {
    width: auto;
    height: auto;
  }

  .link-button-left-copy {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .link-button-left-copy.w--current {
    width: 100%;
  }

  .text-regular-copy {
    font-size: .8rem;
    line-height: 1.6;
  }

  .button-group-copy.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-group-copy.is-center-copy {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-group-copy.is-center-copy.analyze_wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch stretch;
    display: grid;
  }

  .button-group-copy-copy.is-center, .button-group-copy-copy.is-center-copy, .button-group-copy-copy.is-center-copy-copy {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr 1fr;
  }

  .button-group-copy-copy.is-center-copy-copy {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .button-group-age.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .button-group-age.is-center.selection-circle {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch space-between;
    display: flex;
  }

  .link-button-left-age {
    border-right-style: solid;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age.w--current {
    width: 100%;
  }

  .image-2-copy {
    width: 41%;
  }

  .footer-grid-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 0;
    display: flex;
  }

  .text-regular-2-copy {
    font-size: .7rem;
    line-height: 1.6;
  }

  .clip-content-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .link-button-left-age-copy {
    border-right-style: solid;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy.w--current {
    width: 100%;
  }

  .link-button-left-age-copy.case-select-btn.case-2-select {
    width: auto;
  }

  .link-button-left-age-copy.age-no-select-btn {
    flex-flow: column;
    padding-left: 7px;
    padding-right: 7px;
  }

  .section-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .text-block-11 {
    text-align: center;
    padding-top: 0;
    font-size: .9rem;
  }

  .text-block-11-copy {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    font-size: .9rem;
  }

  .shape-4-2 {
    top: 30.7em;
  }

  .shape-3-3 {
    top: -66.3em;
    left: -40.2em;
  }

  .nav-normal {
    padding-left: 20px;
  }

  .foot-normal.dark.foot, .foot-normal-copy.dark.foot, .foot-top.dark.foot, .foot-normal2.dark.foot {
    inset: auto 0% 0%;
  }

  .foot-normal2.dark.foot.normal {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .rnabooton.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .bk {
    height: 100svh;
    min-height: 100svh;
  }

  .section_title {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .text-title-bl {
    text-align: center;
    height: auto;
    padding-top: 0;
    font-size: .9rem;
  }

  .text-title-bl-r {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    font-size: .9rem;
  }

  .section_other_contents.select-analyze-btn.products {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global-shooting {
    justify-content: space-around;
    position: static;
  }

  .main_wrapper {
    height: auto;
  }

  .image-7 {
    max-width: 45%;
  }

  .modal1_component-2 {
    display: none;
  }

  .modal-content {
    flex-flow: column;
  }

  .modal-content.rna-contents.lead-ex {
    grid-template-columns: .25fr 1fr;
    display: block;
  }

  .age-skin-container {
    padding-left: 0;
  }

  .contact30_component {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2.face-analyze-img {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .tabs-menu.face-analyze-img {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: grid;
  }

  .tab-link-tab-3.face-analyze-img.w--current {
    padding-left: .125rem;
    padding-right: .125rem;
  }

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

  .contact30_tabs-link.w--current {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .contact30_tabs-link.face-analyze-img {
    padding-left: 0;
    display: block;
  }

  .contact30_tabs-link.face-analyze-img.w--current {
    text-align: left;
    padding-right: 0;
    display: block;
  }

  .page-content-2 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .tab-link-tab-1.face-analyze-img {
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .heading-2.faceimg {
    font-size: .7rem;
    font-weight: 700;
  }

  .heading-2.faceimg.face-analyze-img {
    text-align: left;
    font-size: 1rem;
  }

  .padding-global-4.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

  .contact30_tabs-menu {
    grid-row-gap: 1rem;
    font-size: 1rem;
    display: flex;
  }

  .contact30_tabs-menu.face-analyze-img {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-title-bl-cource-r {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    font-size: .9rem;
  }

  .text-title-bl-cource-r.step-ex-sh {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-end;
  }

  .title-box-step-r.steo-ex-sh {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .padding-global-ex {
    justify-content: space-around;
    margin-bottom: 20px;
    position: static;
  }

  .text-title-bl-ex {
    text-align: center;
    height: auto;
    padding-top: 0;
    font-size: .9rem;
  }

  .section_title-col-3 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .score_img_link_container {
    display: flex;
  }

  .sp_score_img_link_btn.btn-1 {
    background-color: #90bcec;
  }

  .sp_score_img_link_btn.btn-2 {
    background-color: #e4aea4;
  }

  .sp_score_img_link_btn.btn-3 {
    background-color: #e8e0af;
  }

  .score_img_link_txt_container {
    display: flex;
  }

  .shape-3-4, .shape-3-5 {
    top: -66.3em;
    left: -40.2em;
  }

  .link-button-left-4 {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .link-button-left-4.w--current, .link-button-left-4.standard-course-btn, .link-button-left-4.instant-course-btn, .link-button-left-4.past-results {
    width: 100%;
  }

  .text-regular-3 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .navbar19_logo-2 {
    width: 40%;
  }

  .navbar19_logo-2.top-logo {
    width: 50%;
  }

  .navbar19_logo-3 {
    width: 40%;
  }

  .navbar19_logo-3.top-logo-w.display-none {
    width: 50%;
  }

  .navbar19_logo-4 {
    width: 40%;
  }

  .main_normal_wrapper.case {
    margin-top: -60px;
  }

  .padding-global-sub-header {
    justify-content: space-around;
    margin-bottom: 20px;
    padding-left: 0%;
    position: static;
  }

  .section_title_sh {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
  }

  .text-title-bl-ex-sh {
    text-align: center;
    height: auto;
    padding-top: 0;
    font-size: .9rem;
  }

  .step-sh {
    padding-left: 5%;
    padding-right: 5%;
  }

  .sh-guidance {
    width: 100%;
    padding-left: 20px;
    padding-right: 5%;
  }

  .span-step-sh {
    font-size: 1.2rem;
  }

  .text-title-bl-cource-ex-sh {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image_new_logo {
    width: 180px;
  }

  .shape-3-6 {
    top: -66.3em;
    left: -40.2em;
  }

  .image-2-copy-2 {
    width: 20%;
  }

  .text-regular-4 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .link-button-left-5 {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .link-button-left-5.w--current {
    width: 100%;
  }

  .link-button-left-5.past-results {
    width: 90%;
  }

  .link-button-left-5.past-results.position-relative {
    width: 100%;
  }

  .link-button-left-5.past-results.position-relative.min-w-68.results-soon {
    padding-bottom: 1.25rem;
  }

  .link-button-left-5.standard-course-btn {
    width: 90%;
  }

  .link-button-left-5.standard-course-btn.position-relative {
    width: 100%;
  }

  .link-button-left-5.standard-course-btn.position-relative.min-w-68 {
    min-width: auto;
  }

  .link-button-left-5.instant-course-btn {
    width: 90%;
  }

  .link-button-left-5.instant-course-btn.position-relative {
    width: 100%;
  }

  .padding-section-large-history {
    justify-content: center;
    padding-bottom: 0;
  }

  .padding-section-large-history.display-none {
    display: none;
  }

  .container-medium-ex.case-container {
    top: 25%;
  }

  .container-medium-ex.analyze_btn_wrapper, .container-medium-ex.analyze_btn_wrapper_ex, .container-medium-ex.analyze_btn_wrapper-ss {
    height: 35vh;
  }

  .button-group-ss.is-center {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-group-ss.is-center-copy {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .button-group-ss.is-center-copy.analyze_wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: stretch stretch;
    display: grid;
  }

  .skin-age-flex-box.square.fsd.fsd-mb-none {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  ._3-modal.nrna {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    padding-top: 0;
  }

  .modal1_component-003, .modal1_component-003.nrna {
    display: none;
  }

  .button-5.nrna {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .large-padding-2 {
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .modal1_close-button-2.nrna, .modal1_close-button-2.rna-contents {
    position: absolute;
    top: 140px;
    bottom: auto;
  }

  .div-block-17.nrna {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    max-width: 45%;
  }

  .modal1_component-002, .modal1_component-002.nrna, .modal1_component-001, .modal1_component-001.nrna, .modal1_component-001.nrna {
    display: none;
  }

  .modal1_content-wrapper-003.nrna {
    padding: 2rem;
    overflow: hidden;
  }

  .modal1.rna-contents.nrna {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .button-6 {
    font-size: .8rem;
  }

  .button-6.rna-contents.nrna {
    padding-left: 0;
    padding-right: .125rem;
  }

  .modal1_content-wrapper-001.rna-contents, .modal1_content-wrapper-002.nrna {
    padding: 2rem;
    overflow: hidden;
  }

  .main-contents-container {
    align-items: flex-start;
    margin-top: 60px;
    padding-top: 0;
  }

  .main-contents-container.shooting {
    place-items: start center;
    margin-top: 60px;
    padding-top: 0;
  }

  .main-contents-container.case {
    align-items: center;
    margin-top: 30px;
  }

  .age-unselected-guidance {
    margin-top: 10px;
  }

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

  .text-size-large-2.text-weight-semibold.val_title_ex.f1_25 {
    font-size: 1.15rem;
  }

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

  .table1_header-2 {
    flex-direction: column;
    align-items: center;
    padding-top: 1rem;
  }

  .table1_header-2.sp {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-items: center;
    padding-left: 0;
    padding-right: .5rem;
  }

  .table1_component-2 {
    grid-template-columns: 1fr;
  }

  .text-regular-5 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .sacan-2 {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sacan-2.w--current, .sacan-2.analyze_btn.rna-contents-btn {
    width: 100%;
  }

  .text-size-medium-8, .text-regular-6 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .sacan-3 {
    border-right-style: solid;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .sacan-3.w--current, .sacan-3.analyze_btn.rna-contents-btn {
    width: 100%;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.products-link.products-link-btn.mw-20 {
    justify-content: space-between;
    max-width: 12rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sacan-3.analyze_btn.rna-contents-btn.active.p-15.mb-30.fsd.products-link.products-link-btn.mw-20.products_page {
    justify-content: center;
    max-width: 100%;
  }

  .sacan-3.analyze_btn.face-contents-btn {
    width: 100%;
  }

  .type_nm_box.lr-25.sp {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .products-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .est-padding-section-large-fsd {
    padding-top: .125rem;
  }

  .table1_component_fmap-sub-menu {
    grid-template-columns: 1fr;
  }

  .page-content-3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .main_wrapper-2 {
    height: auto;
  }

  .text-regular-7 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .padding-global-6.face-analyze-img {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-embed-xsmall-2 {
    color: #fff;
  }

  .est-padding-section-large-copy-2 {
    padding-top: .125rem;
  }

  .menu-link-5 {
    justify-content: space-between;
  }

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

  .types-contai {
    flex-flow: column;
    grid-auto-flow: row;
    width: 100%;
    display: block;
  }

  .loader_number-2 {
    font-size: 9.5rem;
  }

  .modal1_close-button-4.rna-contents {
    display: block;
    position: absolute;
    top: .5rem;
    bottom: auto;
    right: .5rem;
  }

  .text-regular-8 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .button-8.nrna {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .beayty_box-2 {
    order: 2;
  }

  .padding-section-large-10.rna-contents.nrna.rna_main_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .padding-section-large-10.rna-contents.nrna.rna_main_wrapper.contents_top {
    display: block;
  }

  .button-9 {
    font-size: .8rem;
  }

  .button-9.rna-contents.nrna {
    padding-left: 0;
    padding-right: .125rem;
  }

  .est-padding-section-large-copy-3 {
    padding-top: .125rem;
  }

  .code-embed-copy-2 {
    order: 1;
  }

  .div-block-20.nrna {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-contents-container-2 {
    min-width: 20rem;
    padding-top: 20px;
  }

  .image-9 {
    max-width: 45%;
  }

  .modal1_component-3 {
    display: none;
  }

  .modal1_close-button-5.rna-contents, .modal1_close-button-5.nrna {
    position: absolute;
    top: .5rem;
    bottom: auto;
  }

  .text-regular-9 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .text-regular-9.analyze_btn.fsd.white {
    font-size: .835rem;
  }

  .text-regular-10 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .text-regular-10.analyze_btn.fsd.white {
    font-size: .835rem;
  }

  .icon-wrapper-10.analyaze_btn.bk-white.fsd.mrl-0 {
    margin-left: 0;
    right: 10px;
  }

  .icon-wrapper-10.age-arrow {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
    right: 5px;
  }

  .icon-wrapper-10.age-arrow.age-unselected {
    right: 0;
  }

  .text-regular-11 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .padding-section-large-11.products {
    padding-top: 0;
  }

  .blog46_list-2 {
    grid-row-gap: 2rem;
  }

  .out_title_show {
    font-size: .945rem;
  }

  .products_title-2 {
    font-size: 1.5rem;
  }

  .text-regular-12 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .est-padding-section-large-copy-4 {
    padding-top: .125rem;
  }

  .top-line-btn-summary-2 {
    margin-top: 10px;
  }

  .main-contents-container-3 {
    min-width: 20rem;
    padding-top: 20px;
  }

  .text-regular-13 {
    font-size: .9rem;
    line-height: 1.6;
  }

  .link-button-left-age-copy-2 {
    border-right-style: solid;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .link-button-left-age-copy-2.w--current {
    width: 100%;
  }

  .link-button-left-age-copy-2.age-no-select-btn {
    flex-flow: column;
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-block-16.soon-results {
    font-size: 1.25rem;
  }
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-231d332c {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-231d332c, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-231d332c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-231d332c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-231d332c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-231d332c {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-231d332c, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-231d332c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-231d332c {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-231d332c, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-231d332c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-231d332c {
  justify-self: start;
}

#w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e81-c8f54e67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e82-c8f54e67 {
  justify-self: center;
}

#w-node-_7ff03456-a619-482d-220a-d38e380891b1-38089171 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7ff03456-a619-482d-220a-d38e380891bb-38089171 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fbc-74243fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fbd-74243fa2 {
  justify-self: center;
}

#w-node-_00573c20-8b42-f6e1-3de6-ad06a0a10e0a-a0a10dca {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_00573c20-8b42-f6e1-3de6-ad06a0a10e14-a0a10dca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-da3a2472-1178-e823-21bb-3bdebf689337-bf689330 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da3a2472-1178-e823-21bb-3bdebf689338-bf689330 {
  justify-self: center;
}

#w-node-_162384e1-ca4e-12fe-4139-3b081e35a98e-1e35a94e {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_162384e1-ca4e-12fe-4139-3b081e35a998-1e35a94e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_30be9c11-ade1-faf7-0345-952e3485585e-c9ee4b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30be9c11-ade1-faf7-0345-952e3485585f-c9ee4b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ec57c9e3-4220-571d-4b68-9ac1fc2a3710-7b3955b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ec57c9e3-4220-571d-4b68-9ac1fc2a3712-7b3955b7, #w-node-ec57c9e3-4220-571d-4b68-9ac1fc2a3717-7b3955b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e62-34b8e11d, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-34b8e11d, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-34b8e11d {
  justify-self: center;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e7c-34b8e11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ec-34b8e11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ed-34b8e11d {
  justify-self: center;
}

#w-node-e7ed0a76-1731-9139-d9db-3a2e779aa6f4-df20c840 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-e7ed0a76-1731-9139-d9db-3a2e779aa6f5-df20c840 {
  justify-self: center;
}

#w-node-e7ed0a76-1731-9139-d9db-3a2e779aa72d-df20c840 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4b9-379669f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4ba-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4be-379669f1 {
  align-self: stretch;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4c2-379669f1 {
  place-self: stretch stretch;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4db-379669f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4dc-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4e0-379669f1 {
  align-self: stretch;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4e4-379669f1 {
  place-self: stretch stretch;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4fd-379669f1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4fe-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd502-379669f1 {
  align-self: stretch;
}

#w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd506-379669f1 {
  place-self: stretch stretch;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e62-bfb796b7, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-bfb796b7, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-bfb796b7 {
  justify-self: center;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e7c-bfb796b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ec-bfb796b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ed-bfb796b7 {
  justify-self: center;
}

#w-node-d1fb7b4b-c02c-3d6f-6177-0a4de39fac4a-e2aa5dec {
  align-self: auto;
}

#w-node-_876ac3ee-a31c-1ae5-2868-1473060a9665-e2aa5dec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_876ac3ee-a31c-1ae5-2868-1473060a9666-e2aa5dec {
  justify-self: center;
}

#w-node-_0bf840f5-f88d-3e74-fb07-f61e193475fb-45597d44, #w-node-_8b506f34-0f19-d2d5-3a3d-9f05bee0c9ac-45597d44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e62-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-57249968 {
  justify-self: center;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e7c-57249968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ec-57249968 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ed-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e62-fa135f99, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-fa135f99, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-fa135f99 {
  justify-self: center;
}

#w-node-_7631bf10-56da-2fbc-574a-91a658276e7c-fa135f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ec-fa135f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ed-fa135f99 {
  justify-self: center;
}

#w-node-_3d175697-171f-0b24-4dd8-21f6ff18edc8-8d77368a, #w-node-_3d175697-171f-0b24-4dd8-21f6ff18edc8-d94e7a82 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ec-0238345b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c115575-c747-807e-525a-fd98c51c36ed-0238345b {
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e76-c8f54e67 {
    justify-self: end;
  }

  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e81-c8f54e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e82-c8f54e67, #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54ea6-c8f54e67 {
    justify-self: center;
  }

  #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-08af3807, #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc5-08af3807 {
    place-self: auto;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fb1-74243fa2 {
    justify-self: end;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fbc-74243fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fbd-74243fa2 {
    justify-self: center;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fe1-74243fa2 {
    place-self: auto;
  }

  #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de3-637fc4d6 {
    justify-self: start;
  }

  #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de5-637fc4d6 {
    justify-self: stretch;
  }

  #w-node-da3a2472-1178-e823-21bb-3bdebf689362-bf689330 {
    justify-self: end;
  }

  #w-node-da3a2472-1178-e823-21bb-3bdebf689337-bf689330 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da3a2472-1178-e823-21bb-3bdebf689338-bf689330, #w-node-da3a2472-1178-e823-21bb-3bdebf689370-bf689330 {
    justify-self: center;
  }

  #w-node-a79fff28-3a2f-dae7-eee3-2142db94c858-c9ee4b47, #w-node-a79fff28-3a2f-dae7-eee3-2142db94c85b-c9ee4b47 {
    place-self: auto;
  }

  #w-node-_30be9c11-ade1-faf7-0345-952e3485585f-c9ee4b47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_30be9c11-ade1-faf7-0345-952e34855861-c9ee4b47, #w-node-_30be9c11-ade1-faf7-0345-952e34855862-c9ee4b47 {
    justify-self: center;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-7b3955b7, #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f920-7b3955b7 {
    place-self: auto;
  }

  #w-node-ec57c9e3-4220-571d-4b68-9ac1fc2a3710-7b3955b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-34b8e11d {
    place-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-34b8e11d {
    justify-self: end;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ec-34b8e11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-34b8e11d {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-34b8e11d, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-e50be284, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b1-e50be284 {
    place-self: auto;
  }

  #w-node-b89dfb13-32d2-1b63-ec1d-f8cfdadae4b8-dadae4b7 {
    justify-self: start;
  }

  #w-node-b89dfb13-32d2-1b63-ec1d-f8cfdadae4ba-dadae4b7 {
    justify-self: stretch;
  }

  #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96863-93b6869e, #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96866-93b6869e, #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519812-379669f1, #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519815-379669f1 {
    place-self: auto;
  }

  #w-node-_703b669e-875d-dfa8-b0de-06ce2bfc7aa5-379669f1 {
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-bfb796b7 {
    place-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-bfb796b7 {
    justify-self: end;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ec-bfb796b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-bfb796b7 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-bfb796b7, #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-514b3901, #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f920-514b3901, #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-e2aa5dec, #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc5-e2aa5dec {
    place-self: auto;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a965a-e2aa5dec {
    justify-self: end;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a9665-e2aa5dec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a9666-e2aa5dec {
    justify-self: center;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a968a-e2aa5dec, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-45597d44, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b1-45597d44, #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-57249968 {
    place-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-57249968 {
    justify-self: end;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ec-57249968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-57249968 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-57249968, #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-fa135f99 {
    place-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-fa135f99 {
    justify-self: end;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ec-fa135f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-fa135f99 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-fa135f99, #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c49-deca7cd6, #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c4c-deca7cd6, #w-node-_4f211032-3759-0216-30a0-06612d35eb71-8d77368a, #w-node-_4f211032-3759-0216-30a0-06612d35eb74-8d77368a {
    place-self: auto;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-8d77368a {
    justify-self: center;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb71-d94e7a82, #w-node-_4f211032-3759-0216-30a0-06612d35eb74-d94e7a82 {
    place-self: auto;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-d94e7a82 {
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-0238345b {
    place-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-0238345b {
    justify-self: end;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ec-0238345b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-0238345b {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-0238345b {
    place-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e76-c8f54e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7ff03456-a619-482d-220a-d38e380891b1-38089171 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-08af3807 {
    justify-self: stretch;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fb1-74243fa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_00573c20-8b42-f6e1-3de6-ad06a0a10e0a-a0a10dca {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de3-637fc4d6 {
    justify-self: stretch;
  }

  #w-node-da3a2472-1178-e823-21bb-3bdebf689362-bf689330 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_162384e1-ca4e-12fe-4139-3b081e35a98e-1e35a94e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-a79fff28-3a2f-dae7-eee3-2142db94c858-c9ee4b47 {
    justify-self: stretch;
  }

  #w-node-_30be9c11-ade1-faf7-0345-952e3485585f-c9ee4b47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-7b3955b7 {
    justify-self: stretch;
  }

  #w-node-ec57c9e3-4220-571d-4b68-9ac1fc2a3710-7b3955b7 {
    align-self: baseline;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-34b8e11d {
    justify-self: stretch;
  }

  #w-node-_7631bf10-56da-2fbc-574a-91a658276e60-34b8e11d, #w-node-_7631bf10-56da-2fbc-574a-91a658276e62-34b8e11d, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-34b8e11d, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-34b8e11d {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-34b8e11d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-e50be284 {
    justify-self: stretch;
  }

  #w-node-e7ed0a76-1731-9139-d9db-3a2e779aa6f4-df20c840 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b89dfb13-32d2-1b63-ec1d-f8cfdadae4b8-dadae4b7, #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96863-93b6869e, #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519812-379669f1 {
    justify-self: stretch;
  }

  #w-node-_703b669e-875d-dfa8-b0de-06ce2bfc7aa5-379669f1 {
    order: 9999;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-bfb796b7 {
    justify-self: stretch;
  }

  #w-node-_7631bf10-56da-2fbc-574a-91a658276e60-bfb796b7, #w-node-_7631bf10-56da-2fbc-574a-91a658276e62-bfb796b7, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-bfb796b7, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-bfb796b7 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-bfb796b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-514b3901, #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-e2aa5dec {
    justify-self: stretch;
  }

  #w-node-_53129180-ff27-a9c5-3c4d-9888a5aa1f52-e2aa5dec, #w-node-d1fb7b4b-c02c-3d6f-6177-0a4de39fac4a-e2aa5dec {
    justify-self: auto;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a965a-e2aa5dec {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-45597d44, #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-57249968 {
    justify-self: stretch;
  }

  #w-node-_7631bf10-56da-2fbc-574a-91a658276e60-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e62-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-57249968, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-57249968 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-57249968 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-fa135f99 {
    justify-self: stretch;
  }

  #w-node-_7631bf10-56da-2fbc-574a-91a658276e60-fa135f99, #w-node-_7631bf10-56da-2fbc-574a-91a658276e62-fa135f99, #w-node-_7631bf10-56da-2fbc-574a-91a658276e6b-fa135f99, #w-node-_7631bf10-56da-2fbc-574a-91a658276e74-fa135f99 {
    justify-self: center;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-fa135f99 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c49-deca7cd6, #w-node-_4f211032-3759-0216-30a0-06612d35eb71-8d77368a {
    justify-self: stretch;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-8d77368a, #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-8d77368a, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-8d77368a {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb71-d94e7a82 {
    justify-self: stretch;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-d94e7a82, #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-d94e7a82, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-d94e7a82 {
    order: 9999;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-0238345b {
    justify-self: stretch;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36e1-0238345b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54ea6-c8f54e67 {
    order: 9999;
  }

  #w-node-_67ca7e8a-8f07-6f6a-0f52-0aac8f0fe1ee-08af3807 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fe1-74243fa2, #w-node-da3a2472-1178-e823-21bb-3bdebf689370-bf689330, #w-node-_9c115575-c747-807e-525a-fd98c51c3711-34b8e11d {
    order: 9999;
  }

  #w-node-_703b669e-875d-dfa8-b0de-06ce2bfc7aa5-379669f1 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4be-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4c2-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4e0-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4e4-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd502-379669f1, #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd506-379669f1 {
    justify-self: auto;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c3711-bfb796b7 {
    order: 9999;
  }

  #w-node-_24c4fa2a-4a6a-3bf5-893b-59bad57cbc8f-514b3901 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a968a-e2aa5dec, #w-node-_9c115575-c747-807e-525a-fd98c51c3711-57249968, #w-node-_9c115575-c747-807e-525a-fd98c51c3711-fa135f99 {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-8d77368a {
    order: 9999;
    justify-self: center;
  }

  #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-8d77368a, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-8d77368a {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-d94e7a82 {
    order: 9999;
    justify-self: center;
  }

  #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-d94e7a82, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-d94e7a82, #w-node-_9c115575-c747-807e-525a-fd98c51c3711-0238345b {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8901ddc4-e839-bcf7-8f16-d80cc8f54e82-c8f54e67 {
    justify-self: center;
  }

  #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-08af3807 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc3-08af3807 {
    order: 9999;
  }

  #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc5-08af3807, #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc6-08af3807 {
    order: -9999;
  }

  #w-node-_67ca7e8a-8f07-6f6a-0f52-0aac8f0fe1ee-08af3807 {
    order: 0;
    grid-area: 7 / 1 / 8 / 3;
    align-self: start;
  }

  #w-node-_6fdcc904-ddbf-2771-f74d-d3d974243fbd-74243fa2 {
    justify-self: center;
  }

  #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de3-637fc4d6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de5-637fc4d6, #w-node-_9014c02b-6c0b-0a81-a7db-f2b97b037de6-637fc4d6 {
    order: -9999;
  }

  #w-node-da3a2472-1178-e823-21bb-3bdebf689338-bf689330 {
    justify-self: center;
  }

  #w-node-a79fff28-3a2f-dae7-eee3-2142db94c858-c9ee4b47 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a79fff28-3a2f-dae7-eee3-2142db94c859-c9ee4b47 {
    order: 9999;
  }

  #w-node-a79fff28-3a2f-dae7-eee3-2142db94c85b-c9ee4b47, #w-node-a79fff28-3a2f-dae7-eee3-2142db94c85c-c9ee4b47 {
    order: -9999;
  }

  #w-node-_30be9c11-ade1-faf7-0345-952e3485585f-c9ee4b47 {
    grid-column: span 1 / span 1;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-7b3955b7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91e-7b3955b7 {
    order: 9999;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f920-7b3955b7, #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f921-7b3955b7 {
    order: -9999;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-34b8e11d {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0d-34b8e11d {
    order: 9999;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-34b8e11d {
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-e50be284 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3af-e50be284 {
    order: 9999;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b1-e50be284, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b2-e50be284 {
    order: -9999;
  }

  #w-node-b89dfb13-32d2-1b63-ec1d-f8cfdadae4b8-dadae4b7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96863-93b6869e {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96864-93b6869e {
    order: 9999;
  }

  #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96866-93b6869e, #w-node-a60c4784-113f-31bb-ba75-fc3d3ff96867-93b6869e {
    order: -9999;
  }

  #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519812-379669f1 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519813-379669f1 {
    order: 9999;
  }

  #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519815-379669f1, #w-node-_3b3723c5-75a5-f736-5e7a-aa53ef519816-379669f1 {
    order: -9999;
  }

  #w-node-_703b669e-875d-dfa8-b0de-06ce2bfc7aa5-379669f1 {
    order: 9999;
  }

  #w-node-_8cf1b063-5db5-ce16-ff5e-aee4b7ccd4fe-379669f1 {
    justify-self: auto;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-bfb796b7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0d-bfb796b7 {
    order: 9999;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-bfb796b7 {
    justify-self: center;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91d-514b3901 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f91e-514b3901 {
    order: 9999;
  }

  #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f920-514b3901, #w-node-a30e0f58-63d0-aaa8-b511-351d0bf9f921-514b3901 {
    order: -9999;
  }

  #w-node-_0eabe2a0-44fd-82ed-bafc-aedab43ce4b7-e2aa5dec {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc3-e2aa5dec {
    order: 9999;
  }

  #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc5-e2aa5dec, #w-node-_2a8bb689-c488-a4df-2634-bc2fa323bbc6-e2aa5dec {
    order: -9999;
  }

  #w-node-_53129180-ff27-a9c5-3c4d-9888a5aa1f52-e2aa5dec {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-d1fb7b4b-c02c-3d6f-6177-0a4de39fac4a-e2aa5dec {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_876ac3ee-a31c-1ae5-2868-1473060a9666-e2aa5dec {
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3ae-45597d44 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3af-45597d44 {
    order: 9999;
  }

  #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b1-45597d44, #w-node-_8b9b356a-0ce4-85e1-2701-87d33a3de3b2-45597d44 {
    order: -9999;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-57249968 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0d-57249968 {
    order: 9999;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-57249968 {
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-fa135f99 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0d-fa135f99 {
    order: 9999;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-fa135f99 {
    justify-self: center;
  }

  #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c49-deca7cd6 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c4a-deca7cd6 {
    order: 9999;
  }

  #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c4c-deca7cd6, #w-node-d3db4eb0-3528-7b78-d15c-9867844b2c4d-deca7cd6 {
    order: -9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb71-8d77368a {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb72-8d77368a {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb74-8d77368a, #w-node-_4f211032-3759-0216-30a0-06612d35eb75-8d77368a {
    order: -9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-8d77368a, #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-8d77368a, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-8d77368a {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb71-d94e7a82 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb72-d94e7a82 {
    order: 9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb74-d94e7a82, #w-node-_4f211032-3759-0216-30a0-06612d35eb75-d94e7a82 {
    order: -9999;
  }

  #w-node-_4f211032-3759-0216-30a0-06612d35eb7f-d94e7a82, #w-node-_899526b3-77db-aaf9-069a-4810c1144e0e-d94e7a82, #w-node-_7efe60a2-aa4c-ed92-2bd2-d93b5320479c-d94e7a82 {
    order: 9999;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0c-0238345b {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eabda150-6e19-b3ac-0b29-3adcde61cf0d-0238345b {
    order: 9999;
  }

  #w-node-_9c115575-c747-807e-525a-fd98c51c36ed-0238345b {
    justify-self: center;
  }
}


