 @media only screen and (min-width: 0rem) {@keyframes floatAnimation {0% {transform: translateY(0);}50% {transform: translateY(-2rem);}100% {transform: translateY(0);}}@keyframes floatAnimation2 {0% {transform: translateY(0);}50% {transform: translateY(-3rem);}100% {transform: translateY(0);}}#content-page-1532 {padding: var(--sectionPadding);background-color: #fff;overflow: hidden;position: relative;z-index: 1;}#content-page-1532 .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(2.5rem, 4vw, 4rem);position: relative;}#content-page-1532 .cs-content {text-align: left;width: 100%;max-width: 46.125rem;display: flex;flex-direction: column;align-items: flex-start;}#content-page-1532 .cs-title {font-size: var(--headerFontSize);font-weight: 900;line-height: 1.2em;text-align: inherit;width: 100%;max-width: 100%;margin: 0 0 1rem 0;color: var(--headerColor);position: relative;}#content-page-1532 h2, #content-page-1532 h3, #content-page-1532 h4, #content-page-1532 h5, #content-page-1532 h6 {font-weight: 700;text-align: inherit;margin: 0 0 1rem 0;color: var(--headerColor);}#content-page-1532 h2 {font-size: 2rem;margin-top: 2rem;}#content-page-1532 h3 {font-size: 1.5rem;color: var(--primary);}#content-page-1532 h4, #content-page-1532 h5, #content-page-1532 h6 {font-size: 1.25rem;}#content-page-1532 .cs-button-solid {margin-bottom: 2rem;}#content-page-1532 .cs-no-margin {margin: 0;}#content-page-1532 .cs-color {color: var(--primary);}#content-page-1532 p {font-size: var(--bodyFontSize);line-height: 1.5em;text-align: inherit;width: 100%;margin: 0 0 1rem 0;color: var(--bodyTextColor);}#content-page-1532 p:last-of-type {margin-bottom: 2rem;}#content-page-1532 p a {font-size: inherit;line-height: inherit;text-decoration: underline;color: var(--primary);filter: brightness(120%);}#content-page-1532 ol, #content-page-1532 ul {padding-left: 1.5rem;margin: 0 0 2rem 0;color: var(--bodyTextColor);display: flex;flex-direction: column;gap: 1rem;}#content-page-1532 ul li {list-style: none;color: inherit;position: relative;}#content-page-1532 ul li:before {content: '';width: 3px;height: 3px;background: currentColor;opacity: 1;border-radius: 50%;position: absolute;display: block;top: 0.625rem;left: -0.75rem;}#content-page-1532 img {width: 100%;height: auto;display: block;}#content-page-1532 .cs-image-group {width: 32.625em;height: 33.75em;display: none;flex-direction: column;gap: 1.25em;position: relative;z-index: 1;}#content-page-1532 .cs-background {width: 100%;height: 100%;min-height: 21.875em;border-radius: 2.5em;overflow: hidden;object-fit: cover;display: block;position: relative;z-index: 1;}#content-page-1532 .cs-background img {width: 100%;height: 100%;object-fit: cover;display: block;}#content-page-1532 .cs-flower {width: 9.5625em;height: auto;position: relative;left: -2em;top: -2.25em;z-index: 10;}#content-page-1532 .cs-floater {width: 44.375em;height: auto;position: absolute;right: 9.375em;top: 25em;z-index: -1;animation-name: floatAnimation2;animation-duration: 14s;animation-timing-function: ease-in-out;animation-fill-mode: forwards;animation-iteration-count: infinite;}}@media only screen and (min-width: 48rem) {#content-page-1532 .cs-container {flex-direction: row;align-items: flex-start;justify-content: space-between;}#content-page-1532 .cs-content {width: 60%;max-width: 43.375rem;flex: none;}#content-page-1532 .cs-image-group {font-size: min(1.3vw, 1em);display: flex;}}@media only screen and (min-width: 75rem) {#content-page-1532 .cs-content {width: 53%;}}@media only screen and (min-width: 0rem) {body.dark-mode #content-page-1532 {background-color: var(--dark);}body.dark-mode #content-page-1532 .cs-title, body.dark-mode #content-page-1532 .cs-text, body.dark-mode #content-page-1532 h2, body.dark-mode #content-page-1532 h3, body.dark-mode #content-page-1532 h4, body.dark-mode #content-page-1532 h5, body.dark-mode #content-page-1532 h6, body.dark-mode #content-page-1532 li, body.dark-mode #content-page-1532 p {color: var(--bodyTextColorWhite);}body.dark-mode #content-page-1532 .cs-color, body.dark-mode #content-page-1532 a {color: var(--bodyTextColorWhite);}body.dark-mode #content-page-1532 p, body.dark-mode #content-page-1532 li {color: #ebebeb;}body.dark-mode #content-page-1532 .cs-floater {opacity: 0.1;}}@media only screen and (min-width: 0rem) {#steps-1290 {padding: var(--sectionPadding);position: relative;}#steps-1290 .cs-container {max-width: 34.375rem;width: 100%;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);}#steps-1290 .cs-content {width: 100%;display: flex;flex-direction: column;text-align: left;}#steps-1290 .cs-text {font-size: var(--bodyFontSize);line-height: 1.5em;max-width: 21.875rem;width: 100%;margin: 0;color: var(--bodyTextColor);text-align: inherit;}#steps-1290 .cs-text {max-width: 39.375rem;}#steps-1290 .cs-card-group {width: 100%;margin: 0;padding: 0;display: grid;grid-template-columns: repeat(12, 1fr);gap: clamp(1rem, 2vw, 1.25rem);}#steps-1290 .cs-item {list-style: none;background-color: #fff;grid-column: span 12;position: relative;z-index: 1;transition: box-shadow 0.3s, transform 0.3s;}#steps-1290 .cs-item:hover {transform: translateY(-0.4375rem);}#steps-1290 .cs-item:hover .cs-picture img {opacity: 0.3;transform: scale(1.1);}#steps-1290 .cs-item:nth-of-type(2)::after {transform: scaleX(-1);}#steps-1290 .cs-item:nth-of-type(4)::after {transform: scaleX(-1);}#steps-1290 .cs-item:last-of-type::after {display: none;}#steps-1290 .cs-link {text-decoration: none;display: block;}#steps-1290 .cs-picture {width: 100%;height: 15rem;margin: 0 0 0.75rem 0;background-color: var(--primaryLight);border-radius: 0.625rem;display: block;position: relative;z-index: 10;overflow: hidden;}#steps-1290 .cs-picture img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;transition: transform 0.6s, opacity 0.3s;}#steps-1290 .cs-number {font-size: 1.25rem;font-weight: bold;width: 2.25rem;height: 2.25rem;margin: 0;padding: 0;color: #fff;background-color: var(--primary);border-radius: 50%;display: flex;justify-content: center;align-items: center;flex: none;}#steps-1290 .cs-h3 {font-size: clamp(1.25rem, 2.2vw, 1.5625rem);line-height: 1.2em;font-weight: 700;word-break: break-all;margin: 0 0 0.75rem 0;color: var(--headerColor);display: flex;justify-content: flex-start;align-items: center;gap: 0.75rem;transition: color 0.3s;}#steps-1290 .cs-item-text {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;margin: 0;color: var(--bodyTextColor);}#steps-1290 .cs-background {z-index: -1;position: absolute;top: 0;right: 0;height: 25%;width: 100%;opacity: 0.5;}#steps-1290 .cs-background img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}}@media only screen and (min-width: 48rem) {#steps-1290 .cs-container {max-width: 90rem;gap: 6.25rem;}#steps-1290 .cs-content {flex-direction: row;justify-content: space-between;align-items: flex-start;}#steps-1290 .cs-item {grid-column: span 4;}#steps-1290 .cs-item::after {width: 7.5rem;height: 1.75rem;margin: 0;position: absolute;bottom: -2.5rem;left: clamp(8.5rem, 18vw, 18.5rem);}#steps-1290 .cs-item:nth-of-type(2)::after {top: -3.75rem;bottom: auto;transform: rotateX(180deg);}#steps-1290 .cs-item:nth-of-type(3)::after {bottom: auto;top: 100%;left: 50%;transform: translateX(-50%) rotate(90deg);margin-top: 1.25rem;}#steps-1290 .cs-item:nth-of-type(4) {grid-column: 2 / span 4;}#steps-1290 .cs-item:nth-of-type(4)::after {bottom: -2.5rem;top: auto;left: clamp(8.5rem, 18vw, 18.5rem);transform: none;}#steps-1290 .cs-item:nth-of-type(5) {grid-column: 7 / span 4;}#steps-1290 .cs-background {top: 0;left: auto;right: 50%;margin-right: clamp(5.625rem, 15vw, 14.0625rem);height: 50%;width: 50vw;}}@media only screen and (min-width: 0rem) {body.dark-mode #steps-1290 .cs-topper {color: var(--bodyTextColorWhite);}body.dark-mode #steps-1290 .cs-title, body.dark-mode #steps-1290 .cs-text, body.dark-mode #steps-1290 .cs-h3, body.dark-mode #steps-1290 .cs-item-text {color: var(--bodyTextColorWhite);}body.dark-mode #steps-1290 .cs-text, body.dark-mode #steps-1290 .cs-item-text {opacity: 0.8;}body.dark-mode #steps-1290 .cs-item {background-color: var(--dark);}body.dark-mode #steps-1290 .cs-item:before {opacity: 0.3;}}