.hero{justify-content:space-between;align-items:center;gap:none;flex-direction:row;width:100%;padding:40px 100px;display:flex}@media only screen and (max-width:1024px){.hero{padding:30px 50px}}@media only screen and (max-width:767px){.hero{padding:30px 20px}}@media only screen and (min-width:767px) and (max-width:1024px){.hero__column{width:48%}}.hero__column:first-child{justify-content:none;flex-direction:column;align-items:flex-start;gap:28px;display:flex}@media only screen and (max-width:767px){.hero__column:first-child{gap:16px}}.hero__column:nth-child(2){position:relative}@media only screen and (max-width:767px){.hero__column:nth-child(2){display:none}}.hero__mobile-media{display:none;position:relative}@media only screen and (max-width:767px){.hero__mobile-media{--mobile-media-width:100%;width:100%;margin-top:16px;display:block}}.hero__intro-text{font-family:var(--font-roboto);color:#353535;background:#e4ecfc;border-radius:16px;padding:8px 24px;font-size:1rem;font-weight:400;line-height:19.2px}@media only screen and (max-width:767px){.hero__intro-text{align-self:center}}.hero__title{font-family:var(--font-roboto);color:#353535;max-width:590px;font-size:3.5rem;font-weight:600;line-height:72.8px}@media only screen and (max-width:1024px){.hero__title{max-width:100%;font-size:2rem;line-height:41.6px}}@media only screen and (max-width:767px){.hero__title{text-align:center}}.hero__paragraph{font-family:var(--font-roboto);color:#353535;max-width:650px;font-size:1.25rem;font-weight:400;line-height:24px}@media only screen and (max-width:1024px){.hero__paragraph{max-width:100%;font-size:1rem;line-height:19.2px}}@media only screen and (max-width:767px){.hero__paragraph{text-align:center}}.hero__action-btn-wrapper{justify-content:none;align-items:none;flex-direction:row;gap:36px;display:flex}@media only screen and (max-width:1024px){.hero__action-btn-wrapper{gap:18px;width:100%}}.hero__action-btn{cursor:pointer;background:0 0;border:none;width:183px;height:63px}@media only screen and (max-width:1024px){.hero__action-btn{width:48%}}.hero__action-btn-icon{object-fit:contain;width:100%;height:100%}.hero__media{justify-content:none;align-items:none;gap:none;flex-direction:row;height:100%;display:flex}.hero__media .ghost{width:181px}@media only screen and (max-width:1024px){.hero__media .ghost{width:calc(var(--mobile-media-width)*.7/2)}}.hero__image-container{z-index:2;width:362px;height:560px;position:relative}@media only screen and (max-width:1024px){.hero__image-container{width:calc(var(--mobile-media-width)*.7);height:356px}}.hero__image{object-fit:contain;width:100%;height:100%}.hero__foreground-container{z-index:1;width:394px;height:394px;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media only screen and (max-width:1024px){.hero__foreground-container{aspect-ratio:1;width:70%;height:auto}}@media only screen and (max-width:767px){.hero__foreground-container{width:calc(var(--mobile-media-width)*.6)}}.hero__foreground-icon{object-fit:contain;width:100%;height:100%}
