@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Pretendard;
  src: url('../fonts/Pretendard-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "The jamsil otf 5";
  src: url('../fonts/The-Jamsil-OTF-5-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The jamsil otf 4";
  src: url('../fonts/The-Jamsil-OTF-4-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The jamsil otf 6";
  src: url('../fonts/The-Jamsil-OTF-6-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite-grey: #e4e2df;
  --relume-library-lite-white: white;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-gray: #f4f4f4;
  --relume-library-lite-rl-white: white;
  --pink: #f63d68;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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_form-block {
  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%;
}

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

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

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

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

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

.padding-xlarge {
  padding: 4rem;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-medium {
  padding: 2rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

.button-2.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-small {
  padding: .5rem 1.25rem;
}

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

.button-2.is-secondary:hover {
  background-color: #ffffff12;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.n-color-n700 {
  color: #f5f5f5;
  background-color: #5f5b55;
}

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

.b-color-b500 {
  color: #f5f5f5;
  background-color: #fef9ea;
}

.margin-custom2 {
  margin: 2.5rem;
}

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

.form_component {
  margin-bottom: 0;
}

.p-color-p700 {
  color: #f5f5f5;
  background-color: #dd6f0e;
}

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

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

.b-color-b700 {
  color: #f5f5f5;
  background-color: #fdefc7;
}

.padding-huge {
  padding: 6rem;
}

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

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

.padding-0 {
  padding: 0;
}

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

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

.margin-large {
  margin: 3rem;
}

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #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;
}

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

.margin-0 {
  margin: 0;
}

.margin-small {
  margin: 1rem;
}

.text-color-black {
  color: #272421;
}

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.padding-xxhuge {
  padding: 12rem;
}

.p-color-p500 {
  color: #f5f5f5;
  background-color: #f79514;
}

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

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

.b-color-b200 {
  color: #f5f5f5;
  background-color: #fefbf4;
}

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

.hide {
  display: none;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.padding-24 {
  padding: 1.5rem;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-size-small {
  font-size: .875rem;
  text-decoration: none;
}

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

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

.fs-styleguide_6-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

.padding-page-bottom {
  padding: 7.5rem;
}

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

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

.n-color-n300 {
  color: #f5f5f5;
  background-color: #f9f9f7;
}

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

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

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

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

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

.n-color-n100 {
  color: #f5f5f5;
  background-color: #fefefd;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.n-color-n400 {
  color: #f5f5f5;
  background-color: #d8d4d1;
}

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

.p-color-p300 {
  color: #f5f5f5;
  background-color: #fcb32b;
}

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

.n-color-n900 {
  color: #f5f5f5;
  background-color: #272421;
}

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

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

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

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

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

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

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

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

.text-color-grey {
  color: #5f5b55;
}

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

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

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

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

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

.text-rich-text {
  color: #272421;
}

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

.margin-medium {
  margin: 2rem;
}

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.margin-custom3 {
  margin: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-custom1 {
  padding: 7.5rem;
}

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

.margin-xlarge {
  margin: 4rem;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

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

.overflow-block {
  overflow: hidden;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25em;
  font-size: 1em;
  font-weight: 600;
}

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

.fs-styleguide_section-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.style-guide-heading {
  color: #000c;
  letter-spacing: -.02em;
  width: 100%;
  max-width: 340px;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-infotext-large {
  color: #0000004d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.text-md-semibold {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.text-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.style-guide-info-text {
  color: #0000004d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.text-sm-medium {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

.display-xl-semibold {
  letter-spacing: -.02em;
  font-family: Pretendard, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 72px;
}

.text-xl-regular {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.text-lg-semibold {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 28px;
}

.display-md-medium {
  letter-spacing: -.02em;
  font-family: Pretendard, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 44px;
}

.text-md-regular {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.text-md-medium {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}

.display-sm-semibold {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 38px;
}

.text-sm-regular {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 20px;
}

.text-xs-medium {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 18px;
}

.text-lg-medium {
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 28px;
}

.text-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.fill-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  padding: 0;
  display: flex;
}

.color-swatch-base-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-50 {
  background-color: #f9f5ff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-900 {
  background-color: #101828;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-900 {
  background-color: #42307d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-700 {
  background-color: #6941c6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-600 {
  background-color: #7f56d9;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-700 {
  background-color: #344054;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-100 {
  background-color: #f4ebff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-200 {
  background-color: #e9d7fe;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-primary-300 {
  background-color: #d6bbfb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-black-900 {
  background-color: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-white {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-600 {
  background-color: #475467;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-olivia-rhye {
  background-color: #c8c8c8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-phoenix-baker-color-background {
  background-color: #c8c8c8, #aa9c75;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-lana-steiner-color-background {
  background-color: #c8c8c8, #d4b5ad;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-demi-wilkinson-color-background {
  background-color: #c8c8c8, #bea887;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-candice-wu-color-background {
  background-color: #c8c8c8, #a2a8cd;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-avatar-user-square-natali-craig, .color-swatch-avatar-user-square-drew-cano, .color-swatch-avatar-user-square-orlando-diggs, .color-swatch-avatar-user-square-andi-lane, .color-swatch-avatar-user-square-kate-morrison {
  background-color: #c8c8c8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-100 {
  background-color: #f2f4f7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-warning-300 {
  background-color: #fec84b;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-50 {
  background-color: #f9fafb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-500 {
  background-color: #667085;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-base-black {
  background-color: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-success-50 {
  background-color: #ecfdf3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-success-700 {
  background-color: #027a48;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-25 {
  background-color: #fff5f6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-pink-700 {
  background-color: #c11574;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-50 {
  background-color: #fff1f3;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-100 {
  background-color: #ffe4e8;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-200 {
  background-color: #fecdd6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-300 {
  background-color: #fea3b4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-400 {
  background-color: #fd6f8e;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-500 {
  background-color: #f63d68;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-600 {
  background-color: #e31b54;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-700 {
  background-color: #c01048;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-800 {
  background-color: #a11043;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-ros-900 {
  background-color: #89123e;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-800 {
  background-color: #1d2939;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-swatch-gray-200 {
  background-color: #eaecf0;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.color-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

.section_home-header {
  background-image: linear-gradient(#fff0, #ffffff36 72%, #fff6 83%, #fff 100%, #ffffffc7), url('../images/hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.rl-padding-section-home-header {
  padding-top: 21.5625rem;
  padding-bottom: 7rem;
}

.figma-hero-item {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.figma-frame-20 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.figma-frame-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.figma-vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.figma-text {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 120%;
}

.figma-text-2 {
  color: #fff;
  font-size: 5.625rem;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: 0;
}

.figma-frame-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f63d68;
  border-radius: 46px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 32px;
  display: flex;
}

.figma-text-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.hero-item {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-20 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.frame-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
  position: relative;
  left: -124px;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 120%;
}

.text-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 120%;
}

.frame-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f63d68;
  border-radius: 46px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.text-3 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.padding-homeheader-center {
  height: 11.875rem;
}

.home-header_ticket-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.home-header_ticket-image {
  width: 100%;
  height: 100%;
}

.home-header_ticket-link {
  position: relative;
}

.home-header_bottom-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rl_styleguide_empty-box {
  z-index: -1;
  background-color: var(--relume-library-lite-grey);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.rl-styleguide-label {
  color: var(--relume-library-lite-white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  margin-top: -2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed var(--relume-library-lite-rl-black);
}

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

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

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

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

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

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

.text-color-darkgrey {
  color: #161616a6;
}

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

.rl_styleguide_heading-wrapper {
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  width: 100%;
  padding-bottom: .75rem;
}

.rl_styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color.rl-gray {
  background-color: var(--relume-library-lite-rl-gray);
}

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

.rl-styleguide_color.rl-black {
  background-color: var(--relume-library-lite-rl-black);
}

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

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

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

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

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

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

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

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  background-image: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-form-input::placeholder {
  color: var(--relume-library-lite-rl-black);
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-text-style-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Relative;
  font-size: 1.25rem;
  font-weight: 400;
}

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

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

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

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

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

.rl_styleguide_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.home-header_arrow {
  align-items: center;
  display: flex;
  position: absolute;
  inset: -23% auto auto 46%;
}

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

.hero-navbar {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 93.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
}

.frame-8 {
  grid-column-gap: 5.31646px;
  grid-row-gap: 5.31646px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5.31646px;
  font-family: "The jamsil otf 4", sans-serif;
  display: flex;
}

.text-4 {
  color: #ffe4e8;
  letter-spacing: -.015em;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 120%;
}

.frame-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff6;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 28px 8px 12px;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.text-5 {
  color: #fff;
  letter-spacing: 0;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

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

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

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

.is--2_component {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is--2_heading-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.subheading {
  color: #f63d68;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 24px;
}

.heading {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  font-family: "The jamsil otf 4", sans-serif;
  font-size: 3.375rem;
  font-weight: 500;
  line-height: 125%;
}

.heading.whie {
  color: #f7f7f7;
}

.is--2_content {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.actions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 48px;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ec1d1d;
  border: 1px solid #ec1d1d;
  border-radius: 62px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.text-md-semibold-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.icon-and-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-and-supporting-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-2 {
  color: #101828;
  letter-spacing: -1.5px;
  font-family: Pretendard, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 135%;
}

.frame-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fdf1f1;
  border-radius: 69px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 28px;
  display: flex;
}

.heading-3 {
  color: #ec1d1d;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 135%;
}

.content-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f4f7;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-7 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.is--2_cta-section {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #e5e6fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-and-supporting-text-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.heading-4 {
  color: #101828;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 2.375rem;
  line-height: 135%;
  font-weight: undefined;
  text-align: center;
  letter-spacing: -.02em;
  max-width: 32.25rem;
}

.heading-4.expand {
  font-size: 3.5rem;
}

.text-xl-regular-2 {
  color: #475467;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.cta-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cta-image-wrapper {
  width: 11.875rem;
  position: relative;
}

.section_is--3 {
  background-color: #f63d68;
}

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

.is--3_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is--3_heading-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 3.375rem;
  line-height: 125%;
  font-weight: undefined;
  text-align: center;
  letter-spacing: -.02em;
}

.text-6 {
  color: #efefef;
  text-align: center;
  letter-spacing: -.02em;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 135%;
}

.is--3_wrapper-list {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-text {
  height: undefined;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slice-1 {
  object-fit: cover;
  border-radius: 8px;
}

.text-and-supporting-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-6 {
  color: #e9e9e9;
  text-align: center;
  letter-spacing: -.02em;
  font-family: "The jamsil otf 4", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 135%;
}

.feature-text-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.is--4_component {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is--4_content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f9fafb;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 64px;
  display: flex;
  box-shadow: 0 17px 40px -9px #0000000f;
}

.quote-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.quote {
  color: #101828;
  text-align: center;
  letter-spacing: -.02em;
  word-break: keep-all;
  max-width: 40rem;
  font-family: Pretendard, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 44px;
}

.attribution {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.avatar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  display: flex;
}

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

.is--5_component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.is--5_top-title-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-and-subheading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-7 {
  color: #101828;
  font-size: 3.375rem;
  line-height: 125%;
  font-weight: undefined;
  text-align: center;
  letter-spacing: -.02em;
}

.is--5_list-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#f3f3f3, #fff);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 18px;
  display: flex;
}

.text-and-supporting-text-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.text-7 {
  color: #101828;
  text-align: center;
  letter-spacing: 0;
  max-width: 16.25rem;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.text-7-copy {
  color: #101828;
  text-align: center;
  letter-spacing: 0;
  max-width: 18rem;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
}

.footer_component-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #1d2939;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.text-8 {
  color: #ffe4e8;
  font-size: 1.8125rem;
  line-height: 120%;
  font-weight: undefined;
  letter-spacing: -.015em;
}

.heading-and-supporting-text-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  display: flex;
}

.text-xl-regular-3 {
  color: #eaecf0;
  text-align: center;
  letter-spacing: 0;
  font-family: Pretendard, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}

.content-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 0 solid #475467;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.section_footer {
  background-color: #1d2939;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.rl_blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.rl_blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.rl_blogpost1_tag-list-wrapper {
  width: 50%;
}

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

.rl_blogpost1_social-link {
  background-color: var(--relume-library-lite-rl-gray);
  color: var(--relume-library-lite-rl-black);
  border-radius: 20px;
  padding: .25rem;
}

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

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

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

.rl_blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.rl_blogpost1_text-divider {
  color: var(--relume-library-lite-rl-black);
  margin-left: .5rem;
  margin-right: .5rem;
}

.rl_blogpost1_date-wrapper {
  display: flex;
}

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

.rl_blogpost1_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

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

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

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

.rl-breadcrumb-link-active.w--current {
  font-weight: 600;
}

.rl-breadcrumb-divider {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.rl-breadcrumb-link.w--current {
  font-weight: 600;
}

.rl_blogpost1_breadcrumb {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.preloader-wrapper {
  position: fixed;
  inset: 0%;
}

.preloader-wrapper.pointer-events-off {
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: none;
}

.span-red {
  color: #f63d68;
}

.paragraph {
  color: var(--relume-library-lite-white);
  white-space: nowrap;
  padding: 13px;
  font-family: Pretendard, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  position: absolute;
  top: 67px;
  left: 16px;
}

.qr-wrapper {
  background-color: var(--relume-library-lite-white);
  border-radius: 7px;
  width: 100px;
  height: 100px;
  padding: 8px;
  position: fixed;
  inset: auto 3% 3% auto;
}

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

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 67px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block.bottom {
  padding-left: 7vw;
  top: 4.3vw;
  transform: scale(1.2);
}

.text-block {
  color: #1a1e2d;
  font-family: "The jamsil otf 6", sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.text-block._2 {
  color: #381e1f;
}

.quick-stack {
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 17px;
  display: flex;
}

.text-block-2 {
  background-color: #fff;
  font-family: "The jamsil otf 4", sans-serif;
  font-size: 1.15rem;
}

.text-block-3 {
  color: #777;
  font-family: "The jamsil otf 4", sans-serif;
}

.icon_circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pink);
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.het-get {
  background-color: #000;
  width: 32%;
  height: 1px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.icon_circle_big {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #ffde00;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon_circle_big.is-pink {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: #f86c8d;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-3 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-4 {
  font-family: "The jamsil otf 6", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.flex-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 17px;
}

.icon_circle_small {
  background-color: #fccdd8;
  border-radius: 50%;
  padding: 9px;
}

.icon_circle_small.is-yellow {
  background-color: #f0eac6;
}

.mobile_floating_wrap {
  display: none;
}

.text-9 {
  color: #ffe4e8;
  letter-spacing: -.015em;
  font-family: "The jamsil otf 5", sans-serif;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 120%;
}

.frame-23 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #fff6;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 28px 8px 12px;
  display: flex;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 17px;
}

.text-block-5 {
  color: #1a1e2d;
  font-family: "The jamsil otf 6", sans-serif;
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.text-block-6 {
  font-family: "The jamsil otf 6", sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.text-block-7 {
  color: #777;
  font-family: "The jamsil otf 4", sans-serif;
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxlarge {
    margin: 4rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .padding-xxhuge {
    padding: 8rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_6-col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .fs-styleguide_section-2 {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .style-guide-wrapper, .styles-wrapper {
    flex-direction: column;
  }

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

  .rl-padding-section-home-header {
    padding-top: 10.1rem;
    padding-bottom: 6rem;
  }

  .frame-5 {
    display: none;
  }

  .text {
    font-size: 2rem;
  }

  .text-2 {
    font-size: 4rem;
  }

  .padding-homeheader-center {
    height: 5rem;
  }

  .home-header_ticket-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

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

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

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

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

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

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

  .frame-3 {
    border-color: #0000;
    padding: 0;
  }

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

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

  .is--2_component {
    grid-row-gap: 1.5rem;
  }

  .subheading {
    font-size: .875rem;
  }

  .heading {
    font-size: 1.5rem;
  }

  .is--2_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .is--2_content.reverse {
    flex-direction: column-reverse;
    margin-bottom: 1.5rem;
  }

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

  .heading-3 {
    font-size: 1rem;
  }

  .is--2_cta-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-xl-regular-2 {
    max-width: 21.875rem;
  }

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

  .content-4 {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .rl-padding-section-large-4, .rl-padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .is--5_list-wrapper {
    flex-direction: column;
  }

  .rl_blogpost1_spacing-block-8, .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 3.5rem;
  }

  .rl_blogpost1_image-wrapper {
    padding-top: 56.25%;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2.5rem;
  }

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

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

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

  .frame-23 {
    border-color: #0000;
    padding: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .padding-huge {
    padding: 3.5rem;
  }

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

  .margin-large {
    margin: 1.5rem;
  }

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .fs-styleguide_version {
    font-size: .875rem;
  }

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

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

  .margin-medium {
    margin: 1.25rem;
  }

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

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

  .padding-large {
    padding: 1.5rem;
  }

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

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

  .color-styles-wrapper {
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large, .rl-padding-section-home-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .rl-text-style-large, .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

  .rl_blogpost1_spacing-block-8 {
    padding-bottom: 2rem;
  }

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

  .rl_blogpost1_spacing-block-7 {
    padding-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-6 {
    padding-bottom: 1rem;
  }

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

  .rl_blogpost1_spacing-block-5 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_content {
    margin-bottom: 2rem;
  }

  .rl_blogpost1_spacing-block-4 {
    padding-bottom: 2.5rem;
  }

  .rl_blogpost1_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_blogpost1_spacing-block-2 {
    padding-bottom: 2rem;
  }

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

  .rl_blogpost1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-main-wrapper, .rl-page-wrapper {
    position: relative;
  }

  .section_home-header {
    z-index: 1000;
    position: relative;
  }

  .rl-padding-section-home-header {
    padding-top: 10.9rem;
  }

  .hero-item {
    grid-row-gap: 1rem;
  }

  .text {
    font-size: 1rem;
  }

  .text-2 {
    font-size: 20vw;
  }

  .padding-homeheader-center {
    height: 3rem;
  }

  .home-header_ticket-wrapper {
    grid-row-gap: 1rem;
  }

  .home-header_arrow {
    top: -98%;
    left: 12%;
    transform: scale(.5);
  }

  .hero-navbar {
    flex-wrap: wrap;
  }

  .frame-22 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    position: relative;
    top: 17px;
  }

  .vectors-wrapper-2 {
    width: 24px;
    height: 24px;
  }

  .section_is--2 {
    z-index: 1000;
    background-color: #fff;
    position: relative;
  }

  .heading {
    font-size: 2rem;
  }

  .heading.whie {
    color: var(--relume-library-lite-white);
  }

  .is--2_content {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    grid-row-gap: 0rem;
  }

  .button-3 {
    padding: 4px 12px;
  }

  .text-md-semibold-2 {
    font-size: .75rem;
  }

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

  .text-xl-regular-2 {
    font-size: 1rem;
    line-height: 24px;
  }

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

  .text-6 {
    max-width: 15.625rem;
    font-size: 1rem;
  }

  .is--3_wrapper-list {
    grid-row-gap: 2rem;
  }

  .is--4_content {
    padding: 22px;
  }

  .quote {
    font-size: 1rem;
    line-height: 24px;
  }

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

  .section_is--5 {
    z-index: 1000;
    background-color: #fff;
    position: relative;
  }

  .is--5_component {
    grid-row-gap: 1rem;
  }

  .is--5_list-wrapper {
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-7, .text-7-copy, .text-xl-regular-3 {
    font-size: 1rem;
  }

  .section_footer {
    z-index: 1000;
    position: relative;
  }

  .rl_blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .rl_blogpost1_tag-list {
    justify-content: flex-start;
  }

  .rl_blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .rl_blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .rl_blogpost1_content-bottom, .rl_blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph {
    display: none;
  }

  .div-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding-top: 33px;
    padding-left: 30px;
  }

  .text-block {
    font-size: 1.7rem;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-block-2 {
    font-size: .65rem;
    position: absolute;
    inset: auto 0% 30% auto;
  }

  .text-block-3 {
    font-size: .6rem;
  }

  .icon_circle {
    width: 24px;
    height: 24px;
  }

  .het-get {
    width: 24%;
  }

  .flex-block {
    position: relative;
    bottom: 12px;
  }

  .icon_circle_big {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    height: 40px;
    padding-left: 12px;
    padding-right: 18px;
  }

  .icon-2 {
    width: 20px;
    height: 20px;
  }

  .text-block-4 {
    font-size: .814rem;
  }

  .icon_circle_small, .icon_circle_small.is-yellow {
    padding: 4px;
  }

  .mobile_floating_wrap {
    z-index: 500;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
    position: fixed;
    inset: auto 0% 13px;
  }

  .vectors-wrapper-4 {
    width: 24px;
    height: 24px;
  }

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

  .flex-block-4 {
    position: relative;
    bottom: 12px;
  }

  .text-block-6 {
    font-size: .814rem;
  }

  .text-block-7 {
    font-size: .6rem;
  }
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e067-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e068-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e06c-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e06d-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e071-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e072-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e076-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e077-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e07b-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e07c-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e080-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e081-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e089-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e08a-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e08c-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e08e-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e08f-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e091-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e093-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e094-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e096-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e098-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e099-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e09b-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e09d-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e09e-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a0-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a2-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a3-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a5-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a7-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0a8-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0aa-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b1-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b2-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b3-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b5-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b8-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0b9-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ba-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0bc-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0bf-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0c0-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0c1-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0c3-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0c7-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0c8-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ca-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ce-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0cf-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0d1-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0dc-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0dd-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0de-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0df-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0e1-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0e4-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0e8-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0e9-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ea-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ef-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f0-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f1-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f6-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f7-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f8-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0f9-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e0ff-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e100-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e101-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e102-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e104-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e108-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e109-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e10a-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e10b-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e10d-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e129-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e12a-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e12c-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e12e-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e12f-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e131-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e133-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e134-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e136-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e138-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e139-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e13b-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e13d-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e13e-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e140-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e142-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e143-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e145-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e147-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e148-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e14a-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e14b-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e14d-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e14e-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e150-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e151-d099a85a, #w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e153-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e154-d099a85a {
  justify-self: start;
}

#w-node-_47741e4e-f28a-8a4f-6d16-8c4d33d4e156-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c2c8-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2cd-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2d2-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2d7-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2dd-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2e3-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c2e9-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c3f6-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c40f-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c412-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c414-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c417-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c42e-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c438-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c439-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c51c-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c521-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c526-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c52b-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c530-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c535-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c53f-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c544-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c549-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c54f-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c555-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c55b-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c561-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c567-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c56d-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c572-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c577-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c57b-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c57c-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c57e-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c581-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c588-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c58d-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5a2-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5a7-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5ac-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5b1-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5b6-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5bb-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5c5-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5ca-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5cf-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5d4-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5d9-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5de-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5e3-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5e8-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5ed-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5f2-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c5f7-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c5fb-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c5fc-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c601-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c606-d099a85a, #w-node-f0666d13-b9aa-604b-c904-48446659c60b-d099a85a {
  justify-self: start;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c691-d099a85a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0666d13-b9aa-604b-c904-48446659c6ed-d099a85a {
  justify-self: start;
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'The jamsil otf 5';
  src: url('../fonts/The-Jamsil-OTF-5-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The jamsil otf 4';
  src: url('../fonts/The-Jamsil-OTF-4-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The jamsil otf 6';
  src: url('../fonts/The-Jamsil-OTF-6-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}