.tcIntroComponent{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:9rem;padding-bottom:14rem}.tcIntroComponent,.tcIntroComponent.backgroundwhite{background-color:#fff}.tcIntroComponent.backgroundbeige{background-color:#fffef3}.tcIntroComponent.backgrounddark{background-color:#212121}.tcIntroComponent .wrapper{position:relative;width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:0 1rem;padding:0 1.75rem}.tcIntroComponent .wrapper_title{margin-bottom:2.5rem}.tcIntroComponent .title{grid-column:1/-1}.tcIntroComponent .title *{font-family:Work Sans,sans-serif;font-weight:300;font-style:italic;font-size:2.5rem;line-height:3rem;color:#212121;margin:0}@media (min-width:48rem){.tcIntroComponent .title *{font-size:5.25rem;line-height:6.125rem}}.tcIntroComponent .wrapper_content{margin-bottom:2.5rem}.tcIntroComponent .paragraph{grid-column:1/-1;display:flex;flex-direction:column}.tcIntroComponent .paragraph *{font-family:Work Sans,sans-serif;font-size:.9375rem;line-height:1.375rem;font-weight:400;color:#212121;margin:0}.tcIntroComponent .cta_innerwrapper{grid-column:1/-1}.tcIntroComponent .cta{font-family:Work Sans,sans-serif;font-weight:500;text-transform:uppercase;font-size:.75rem;line-height:.875rem;letter-spacing:.12em;display:inline-flex;align-items:center;text-align:center;text-decoration:none;border-radius:1000px;cursor:pointer;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;position:relative;color:#fff;background-color:#212121;padding:20px 40px;border:none}.tcIntroComponent .cta *{color:#fff}.tcIntroComponent .cta:before{content:"";position:absolute;top:.25rem;left:.25rem;width:calc(100% - 8px);height:calc(100% - 8px);-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;border-radius:1000px}.tcIntroComponent .cta:active:before,.tcIntroComponent .cta:hover:before{-webkit-box-shadow:inset 0 0 0 1px #212121;box-shadow:inset 0 0 0 1px #212121}@media (min-width:48rem){.tcIntroComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;padding:0 4rem}}@media (min-width:80rem){.tcIntroComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;max-width:1440px;padding:0 4rem}.tcIntroComponent .wrapper_title{margin-bottom:5rem}.tcIntroComponent .title{grid-column:3/-5}.tcIntroComponent .paragraph{grid-column:5/-1;flex-direction:row}.tcIntroComponent .paragraph>*{display:inline-block;max-width:21rem}.tcIntroComponent .paragraph>:not(:last-child){margin-right:4rem}.tcIntroComponent .cta_innerwrapper{grid-column:5/-1}}