/* This Found Finnish Editorial — shared retailer closing band 1707. */
.tff-production-site .tff-inner-cta{
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(210px,auto)!important;
  grid-template-areas:
    "eyebrow action"
    "title action"
    "body action"!important;
  align-items:center!important;
  column-gap:clamp(48px,8vw,148px)!important;
  row-gap:0!important;
  min-height:clamp(360px,42vw,520px)!important;
  padding:clamp(72px,8vw,126px) clamp(24px,7vw,120px)!important;
  border-top:1px solid rgba(24,23,20,.28)!important;
  background:var(--tff-yellow,#f2e63a)!important;
  color:#181714!important;
  text-align:left!important;
}
.tff-production-site .tff-inner-cta>.tff-eyebrow{
  grid-area:eyebrow!important;
  align-self:end!important;
  margin:0 0 18px!important;
  color:#181714!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.tff-production-site .tff-inner-cta>h2{
  grid-area:title!important;
  max-width:900px!important;
  margin:0!important;
  color:#181714!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:clamp(40px,5vw,70px)!important;
  font-weight:300!important;
  line-height:.94!important;
  letter-spacing:-.055em!important;
  text-wrap:balance!important;
}
.tff-production-site .tff-inner-cta>.tff-inner-cta__body{
  grid-area:body!important;
  max-width:620px!important;
  margin:24px 0 0!important;
  color:rgba(24,23,20,.7)!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:400!important;
  line-height:1.7!important;
}
.tff-production-site .tff-inner-cta>.tff-cta{
  grid-area:action!important;
  align-self:center!important;
  justify-self:end!important;
  min-width:230px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 22px!important;
  border:1px solid #181714!important;
  border-radius:0!important;
  background:#181714!important;
  color:#f8f6f0!important;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;
  font-size:10px!important;
  font-weight:600!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.tff-production-site .tff-inner-cta>.tff-cta:hover{
  background:transparent!important;
  color:#181714!important;
}
@media(max-width:800px){
  .tff-production-site .tff-inner-cta{
    grid-template-columns:1fr!important;
    grid-template-areas:"eyebrow" "title" "body" "action"!important;
    min-height:0!important;
    padding:clamp(62px,13vw,92px) 20px!important;
  }
  .tff-production-site .tff-inner-cta>h2{
    max-width:680px!important;
    font-size:clamp(38px,11vw,60px)!important;
  }
  .tff-production-site .tff-inner-cta>.tff-cta{
    justify-self:start!important;
    width:auto!important;
    min-width:220px!important;
    margin-top:30px!important;
  }
}
@media(max-width:480px){
  .tff-production-site .tff-inner-cta>.tff-cta{
    width:100%!important;
    min-width:0!important;
  }
}
