:root {
  --black: black;
  --white: white;
  --red: #d92d20;
  --light-grey: #f4f4f4;
  --dark-grey: #444;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 1rem;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.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: 12px;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--light-grey);
  color: var(--black);
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  width: 100%;
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  width: 6rem;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-xxsmall {
  padding: .5rem;
}

.button {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: .8rem;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.form-input {
  height: auto;
  min-height: 3rem;
  border-radius: .8rem;
  background-color: var(--white);
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.client-style {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.log-button {
  z-index: 900;
  color: var(--white);
  background-color: var(--dark-grey);
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 14px;
  text-decoration: none;
  position: absolute;
  top: 1.5%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.text-block {
  letter-spacing: 1px;
  line-height: 1;
}

.container-global {
  background-color: var(--white);
  width: 100%;
  max-width: 37.5rem;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-top_wrapper {
  height: 4.5rem;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-top_wrapper.center {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lang-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: .8rem;
  padding: 0 1rem;
}

.lang-wrapper > div {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: .8rem;
  overflow: hidden;
  cursor: pointer;
}

.brand-wrapper {
  display: none;
  margin-left: 1rem;
}

.icon-embed-custom {
  width: 10rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-top_component {
  z-index: 999;
  position: relative;
}

.intro-video-wrapper {
  height: 100svh;
  position: relative;
}

.intro-video-wrapper.overflow-hidden {
  overflow: hidden;
}

.intro-video {
  width: auto;
  height: 100%;
  left: auto;
}

.video-overlau {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .4), rgba(255, 255, 255, 1));
  position: absolute;
}

.home-img-wrapper{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  margin-top: -40px;
}

.home-title-wrapper {
  padding: 2rem 1rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-heading {
  width: 15.3125rem;
  height: 2.4375rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-6 {
  padding-bottom: .8rem;
}

.text-size-normal {
  color: var(--dark-grey);
}

.spacing-62 {
  padding-bottom: 3.875rem;
}

.button-primary {
  height: 3rem;
  background-color: var(--red);
  color: var(--white);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.icon-embed-custom-2 {
  width: 7.6875rem;
  height: 3.4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-48 {
  padding-bottom: 3rem;
}

.spacing-90-vw {
  padding-bottom: 20vw;
}

.text-and-supporting-text {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.display-xs-semibold {
  font-family: Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-md-regular {
  color: silver;
  font-family: Pretendard, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.spacing-32 {
  padding-bottom: 2rem;
}

.input-field {
  height: 3rem;
  border-radius: .8rem;
  margin-bottom: 0;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.grey {
  color: #666;
}

.login-component .div-block {
  align-items: center;
}

.form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-submit {
  height: 3rem;
  background-color: var(--red);
  color: var(--white);
  border-radius: .8rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.checkbox-field {
  line-height: 1;
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
  align-items: center;
}

.checkbox.w--redirected-checked {
  border-color: var(--red);
  background-color: var(--red);
}

.checkbox.w--redirected-focus {
  background-color: var(--red);
  box-shadow: 0 0 3px 1px var(--red);
}

.checkbox-field .w-form-label{
  margin-top: 4px;
}

.div-block {
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-main_component {
  z-index: 999;
  height: 100svh;
  position: relative;
}

.main-bg-wrapper {
  margin: 0 -1rem;
}

.main-bg {
  width: 110%;
}

.main-title-wrapper {
  z-index: 15;
  position: relative;
}

.heading-and-supporting-text {
  width: 100%;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-and-subheading {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-sm-semibold {
  font-family: Pretendard, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-sm-semibold span{
  color: var(--red);
}

.supporting-text {
  color: var(--dark-grey);
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.main_icons-wrapper {
  z-index: 10;
  position: relative;
}

.main_icons-wrapper > div{
  gap: .4rem;
}

.main_icons-wrapper .icon-item{
  width: 100%;
  background: rgba(217, 45, 32, .06);
  border-radius: .8rem;
  padding: 1rem .8rem;
}

.frame-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-8 {
  grid-column-gap: -254px;
  grid-row-gap: -254px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  width: 72px;
  height: 72px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
  position: absolute;
  top: 17.8124px;
  left: 17.8747px;
}

.vectors-wrapper-2 {
  width: 34.2506px;
  height: 36.3753px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-8648c87d-8ade-eb4a-d508-99ec5de9b1e0 {
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 20px;
}

.frame-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-10 {
  grid-column-gap: -254px;
  grid-row-gap: -254px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-3 {
  width: 72px;
  height: 72px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1px;
  padding-right: 1px;
  display: flex;
  position: absolute;
  top: 17.8124px;
  left: 17.8747px;
}

.frame-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 4px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 26.2506px;
  height: 24.3753px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-bbe5782c-6e15-850c-aad0-4c5c04c8ba37 {
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 20px;
}

.icon-item {
  color: var(--black);
  text-align: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: .3rem;
}

.icon-wrapper {
  width: 2.4rem;
  height: 2.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-image {
  width: 100%;
  height: 100%;
}

.icon-cell {
  align-items: center;
}

.icon-cell.right {
  align-items: flex-start;
}

.icon-embed-custom-3 {
  width: 2.1875rem;
  height: 2.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing-8 {
  padding-bottom: .5rem;
}

.error-7309926d-6ec7-dd1c-9062-111c1d3729c9, .abc {
  color: var(--black);
  font-family: Pretendard, sans-serif;
  font-size: .925rem;
  font-weight: 700;
  line-height: 20px;
}

.cell {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.icon-embed-custom-4 {
  width: .875rem;
  height: .875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subheading {
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.spacing-80 {
  padding-bottom: 5rem;
}

.div-block-3 {
  padding: 0;
}

.race-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 1.2rem;
}

.subheading-0 {
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 20px;
}

.subheading-1 {
  color: var(--red);
  font-family: Pretendard, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 20px;
}



.subheading-2 {
    font-family: Pretendard, sans-serif;
    font-size: 1.525rem;
    font-weight: 700;
    line-height: 20px;
}

.red {
  color: var(--red);
}

.spacing-24 {
  padding-bottom: 1.5rem;
}

.race_number-component {
  width: 100%;
  border: 1px solid #eee;
  min-height: 13.375rem;
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2rem;
  padding-bottom: 3.4rem;
  display: flex;
  position: relative;
}

.text {
  color: var(--black);
  font-family: Pretendard, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  padding: 1px;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  padding: 0;
}

.div-block-14 {
  padding: 25px;
}

.div-block-15 {
  padding: 35px;
}

.div-block-16 {
  padding: 16px;
}

.div-block-17 {
  padding: 8px;
}

.div-block-18 {
  padding: 2px;
}

.div-block-19 {
  padding: 1px;
}

.div-block-20, .div-block-21, .div-block-22 {
  padding: 0;
}

.div-block-23 {
  padding-top: 0;
}

.div-block-24 {
  padding-left: 0;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.num-center-wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(.9);
}

.num-center-wrap.is--1 {
  max-width: 5rem;
  min-height: 3.125rem;
}

.num-center-wrap.is--1-2 {
  max-width: 5rem;
  min-height: 3.125rem;
  top: 14px;
}

.num-center-wrap.is--1-3 {
  max-width: 5rem;
  min-height: 3.125rem;
  top: 28px;
}

.num {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--red);
  font-size: 1.8rem;
  font-weight: 700;
  background: rgba(217, 45, 32, .2);
  border-radius: 999px;
}

.divider-vertical {
  border: 3px solid #ddd;
  position: absolute;
  top: 33%;
  bottom: 33%;
  left: auto;
  right: 0%;
}

.icon-embed-custom-5 {
  width: 4.375rem;
  height: 3.4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-6 {
  width: 4.375rem;
  height: 3.5625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-custom-7 {
  width: 4.375rem;
  height: 3.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  width: 100%;
}

.frame-28 {
  background: rgba(217, 45, 32, .06);
  border: 1px solid rgba(217, 45, 32, .1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  padding: .6rem 1rem;
  border-radius: .8rem;
  margin-top: -.6rem;
}

._0 {
  color: var(--red);
  font-family: Pretendard, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  padding-right: .4rem;
  line-height: 20px;
}

._1 {
  font-family: Pretendard, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  color: var(--dark-grey);
  line-height: 20px;
}

.frame-37 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-32 {
  background: var(--light-grey);
  width: 100%;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
  border-radius: .8rem;
  padding: .8rem 1rem;
}

.text-3 {
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 20px;
}

.frame-31 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-4 {
  font-family: Pretendard, sans-serif;
  font-size: .875rem;
  font-weight: 800;
  line-height: 20px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background: #ddd;
  border-radius: 999px;
}

.frame-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #666;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .2rem .8rem;
  display: flex;
}

.text-5 {
  color: #fff;
  font-family: Pretendard, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 20px;
}

.div-block-26 {
  width: 100%;
}

.intro-video-first {
  height: 100%;
  left: auto;
}

.icon-embed-custom-8 {
  max-width: 400px;
  margin: 0 auto;
}

.icon-embed-custom-9 {
  width: 20.125rem;
  height: 9.0625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cell-2 {
  align-items: center;
}

.horse-num {
  z-index: 10;
  width: 16px;
  height: 16px;
  color: var(--light-grey);
  background-color: #eb2f2f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  display: none;
  position: absolute;
}

.horse-num.blue {
  background-color: #2f6aeb;
}

.horse-num.green {
  background-color: #2fc2eb;
}

.num-center-wrap-copy {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.num-center-wrap-copy.is--1 {
  max-width: 5rem;
  min-height: 3.125rem;
}

.horse-shadow {
  height: 4px;
  opacity: .52;
  background-image: radial-gradient(circle, #8d4c2f 21%, rgba(255, 255, 255, .06));
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -45%;
  left: 0%;
  right: 0%;
}

.horse_icon-image {
  width: 3rem;
  filter: invert();
}

.quick-stack-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  padding: 0;
}

.icon-embed-custom-10 {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .log-button {
    font-size: 12px;
    right: 2.5%;
  }

  .cell {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .icon-embed-custom-4 {
    width: 1.125rem;
    height: 1.125rem;
  }

  .div-block-3 {
    padding: 0;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .num-center-wrap.is--2 {
    top: 14px;
  }

  .num-center-wrap.is--3 {
    top: 28px;
  }

  .divider-vertical {
    border-width: 2px;
    border-radius: 20px;
  }

  .div-block-25 {
    width: 100%;
    padding: 0;
  }

  .spacing-16 {
    padding-bottom: 1rem;
  }

  .div-block-26 {
    width: 100%;
  }

  .num-center-wrap-copy.is--2 {
    top: 14px;
  }

  .num-center-wrap-copy.is--3 {
    top: 28px;
  }

  .horse-shadow {
    opacity: .32;
    bottom: -22%;
  }

  .quick-stack-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

#w-node-_21ba9cfb-5045-00d1-4943-18c6b383b459-b6fb0e31, #w-node-_3f3d2968-7991-e8b0-5067-89ad55050758-b6fb0e31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_210c3bd9-3d29-b003-6e7a-515e1bf8292c-e5e83761 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_165448d4-3551-ebe1-4f7d-18f6e2343a54-b2b62a48 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1fa40f86-7938-971e-2eb4-c62aaea71d6d-b2b62a48, #w-node-c47739fb-3663-1852-62ca-f6c1d7fff369-b2b62a48, #w-node-_5f42676d-6fc5-b9da-9528-6b536308d03a-b2b62a48, #w-node-df073dbb-0ccc-2f6e-0e2a-405372cb0a5b-b2b62a48, #w-node-_07c6d404-beac-570d-e5c9-e862a3b0358a-b2b62a48, #w-node-f8b3127c-2b99-55b0-6867-aead65106466-b2b62a48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../fonts/GmarketSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}