@charset "UTF-8";.top-content{display:grid;height:auto}.top-content__inner{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;width:100%}.top-hero{margin-top:5rem;grid-column:span 12/span 12}@media (min-width: 768px){.top-hero{margin-top:7rem}}@media (min-width: 1024px){.top-hero{margin-top:9rem}}.top-hero__inner{grid-column:span 12/span 12;width:100%;max-width:90rem;margin:0 auto;padding:0 1.5rem}@media (min-width: 1024px){.top-hero__inner{padding:0 3rem}}.top-hero__content{align-items:center;width:100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1rem}@media (min-width: 768px){.top-hero__content{column-gap:1.5rem}}@media (min-width: 1024px){.top-hero__content{column-gap:2rem}}.top-hero__image{display:block;grid-column:span 12/span 12;margin-bottom:2rem}@media (min-width: 768px){.top-hero__image{grid-column:span 6/span 6;margin-bottom:0}}.top-hero__subtitle{display:block;grid-column:span 12/span 12;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.top-hero__subtitle{display:none}}.top-hero__title{display:block;text-align:center;grid-column:span 12/span 12}@media (min-width: 768px){.top-hero__title{text-align:right;grid-column:span 6/span 6}}.top-hero__title span{display:block;margin-bottom:.5rem}@media (min-width: 1024px){.top-hero__title span{margin-bottom:1rem}}.top-intro{grid-column:span 12/span 12;padding:1.5rem 0 4rem}@media (min-width: 1024px){.top-intro{padding:2.5rem 0 4rem}}.top-intro__inner{grid-column:span 12/span 12;width:100%;margin:0 auto;max-width:90rem;padding:0 1.5rem}@media (min-width: 1024px){.top-intro__inner{padding:0 3rem}}.top-intro__content{row-gap:2rem;display:grid}.top-intro__text{display:grid;row-gap:1rem}.top-intro__button{margin-left:auto}.top-service{grid-column:span 12/span 12;padding:4rem 0}@media (min-width: 1024px){.top-service{padding:5rem 0}}.top-service__inner{grid-column:span 12/span 12;width:100%;max-width:90rem;margin:0 auto;padding:0 1.5rem}@media (min-width: 1024px){.top-service__inner{padding:0 3rem}}.top-service__header{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}@media (min-width: 1024px){.top-service__header{margin-bottom:5rem}}.top-service__title{display:flex;flex-direction:column;gap:.5rem}.top-service__title span:first-child{color:var(--color-text-thin)}.top-service__description{display:flex;flex-direction:column;gap:.5rem}.top-service__description p{line-height:1.8}.top-service__cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.top-service__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.top-service__cards{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.top-service__footer{display:flex;justify-content:center;margin-top:3rem}@media (min-width: 1024px){.top-service__footer{margin-top:5rem}}:root{--text-h1: clamp(3rem, -6rem + 11.25vw, 7.5rem);--text-h2: clamp(1.75rem, .25rem + 1.875vw, 2.5rem);--text-h3: clamp(1.5rem, .5rem + 1.25vw, 2rem);--text-h4: clamp(1.125rem, .125rem + 1.25vw, 1.625rem);--text-h5: clamp(1.063rem, .438rem + .781vw, 1.375rem);--text-h6: clamp(1rem, .75rem + .313vw, 1.125rem);--text-base: clamp(1rem, .5rem + .625vw, 1.25rem);--text-xl: calc(var(--text-base) * 1.25);--text-2xl: calc(var(--text-base) * 1.5);--text-lg: calc(var(--text-base) * 1.125);--text-sm: calc(var(--text-base) * .875);--text-xs: calc(var(--text-base) * .75);--text-xxs: calc(var(--text-base) * .625);--text-s-base: clamp(.875rem, .5rem + .7813vw, 1rem);--text-s-xl: calc(var(--text-s-base) * 1.25);--text-s-2xl: calc(var(--text-s-base) * 1.5);--text-s-lg: calc(var(--text-s-base) * 1.125);--text-s-sm: calc(var(--text-s-base) * .875);--text-s-xs: calc(var(--text-s-base) * .75);--text-s-xxs: calc(var(--text-s-base) * .625);--color-white: #ffffff;--color-gray-100: #f3f4f6;--color-gray-200: #e5e6e9;--color-gray-300: #d0d3d9;--color-gray-400: #9ba0ab;--color-gray-500: #6b707d;--color-gray-600: #4e5561;--color-gray-700: #3c4250;--color-gray-800: #262d39;--color-gray-900: #191e2a;--color-black: #090000;--color-text: #4b5563;--color-text-thin: #8b90a0;--color-link: #003dff;--color-link-visited: #0400be;--color-error: #EC0000;--color-theme: #FAFAFA}.top-serviceCard{border-radius:.5rem;overflow:hidden;transition:box-shadow .3s ease;border:solid .0625rem var(--color-gray-300)}.top-serviceCard__inner{padding:1rem}@media (min-width: 1024px){.top-serviceCard__inner{padding:1.5rem}}.top-serviceCard__title{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:.125rem solid var(--color-gray-300)}.top-serviceCard__description{margin-bottom:2rem;line-height:1.8;color:var(--color-text)}.top-serviceCard__items{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 768px){.top-serviceCard__items{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.top-serviceCard__items--4{grid-template-columns:repeat(2,1fr)}}.top-serviceCard__item{padding:1rem;border-radius:.375rem;border:.0625rem solid var(--color-gray-200)}.top-serviceCard__item-title{font-size:var(--text-sm);font-weight:600;margin-bottom:.5rem;color:var(--color-gray-800)}.top-serviceCard__item-description{line-height:1.6;color:var(--color-text)}.top-service__button{display:flex;justify-content:center}
