.tab-view{background:#fff;padding:5rem 0 0}@media screen and (min-width:991px){.tab-view{padding:10rem 0 0}}.tab-view__inner{width:100%}.tab-view__header{margin-bottom:2.4rem}@media screen and (min-width:991px){.tab-view__header{margin-bottom:3.7rem}}.tab-view__layout{grid-template-columns:1fr;align-items:start;gap:3.2rem;display:grid}@media screen and (min-width:991px){.tab-view__layout{grid-template-columns:minmax(0,42%) minmax(0,58%);gap:6rem}}@media screen and (min-width:1200px){.tab-view__layout{gap:9rem}}.tab-view__nav{flex-direction:column;min-width:0;display:flex}.tab-view__label{color:#f75506;text-transform:uppercase;margin:0 0 2.4rem;font-size:clamp(1.6rem,1vw,1.8rem);font-weight:500;line-height:1.5}@media screen and (min-width:991px){.tab-view__label{margin-bottom:3.7rem}}@media screen and (min-width:1300px){.tab-view__label{font-size:1.8rem;line-height:1.6}}.tab-view__list{flex-direction:column;margin:0;padding:0;display:flex}.tab-view__item{border-top:1px solid #1e1d241f}.tab-view__item:first-child{border-top:none}.tab-view__item:first-child .tab-view__trigger{padding-top:0}.tab-view__item:last-child{border-bottom:1px solid #1e1d241f}.tab-view__trigger{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;width:100%;margin:0;padding:2rem 0;font-family:inherit;display:flex}@media screen and (min-width:991px){.tab-view__trigger{padding:2.4rem 0}}.tab-view__trigger:focus-visible{outline-offset:4px;outline:2px solid #f75506}.tab-view__title{color:#1e1d24;letter-spacing:-.05em;font-size:clamp(2.4rem,1.5vw + 1.5rem,3rem);font-weight:500;line-height:1.2;transition:font-size .4s,font-weight .4s,color .4s;display:block}@media screen and (min-width:1300px){.tab-view__title{font-size:3rem;line-height:120%}}.tab-view__body{color:#525966;letter-spacing:-.04em;letter-spacing:-.05em;margin:1.6rem 0 0;font-size:clamp(1.6rem,1vw,1.8rem);font-weight:500;line-height:1.5;animation:.4s forwards tabViewBodyIn;display:block}@media screen and (min-width:991px){.tab-view__body{margin-top:2.4rem}}@media screen and (min-width:1300px){.tab-view__body{font-size:1.8rem;line-height:160%}}.tab-view__item.is-active .tab-view__body{padding-bottom:1.2rem}.tab-view__item:not(.is-active) .tab-view__trigger:hover .tab-view__title{color:#030303}.tab-view__media{background:#f6f6f6;width:100%;min-height:35rem;animation:.55s forwards tabViewMediaIn;position:relative;overflow:hidden}@media screen and (min-width:680px){.tab-view__media{min-height:40rem}}@media screen and (min-width:991px){.tab-view__media{min-height:41.2rem}}@media (hover:hover){.tab-view__media:hover .tab-view__image{transform:scale(1.06)}}.tab-view__image{object-fit:cover;transition:transform .65s cubic-bezier(.22,1,.36,1);transform:scale(1)}@media screen and (max-width:990px){.tab-view__layout .tab-view__media{order:-1}}@media (prefers-reduced-motion:reduce){.tab-view__body,.tab-view__title,.tab-view__media{transition:none;animation:none}}@keyframes tabViewBodyIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tabViewMediaIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}
