.efc-sponsoring-reasons-v1,
.efc-sponsoring-reasons-v1 *{
  box-sizing:border-box;
}
.efc-sponsoring-reasons-v1{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:var(--efc-sr-bg,#f3f4f6);
  padding:var(--efc-sr-pt,115px) 0 var(--efc-sr-pb,120px);
  color:var(--efc-sr-text,#062b52);
  overflow:hidden;
}
.efc-sr1__container{
  width:min(var(--efc-sr-container,1560px), calc(100% - 160px));
  margin:0 auto;
}
.efc-sr1__label{
  margin:0 0 var(--efc-sr-label-mb,36px);
  font-family:"Virage Wide Italic","Virage Wide",Inter,system-ui,sans-serif;
  font-weight:800;
  font-style:italic;
  font-size:var(--efc-sr-label-size,24px);
  line-height:1;
  text-transform:uppercase;
  color:var(--efc-sr-gold,#d8b243);
  letter-spacing:-.02em;
}
.efc-sr1__title{
  margin:0 0 var(--efc-sr-title-mb,100px);
  font-family:"Virage Wide Italic","Virage Wide",Inter,system-ui,sans-serif;
  font-weight:800;
  font-style:italic;
  font-size:var(--efc-sr-title-size,52px);
  line-height:var(--efc-sr-title-lh,.96);
  text-transform:uppercase;
  color:var(--efc-sr-blue,#062b52);
  letter-spacing:-.035em;
}
.efc-sr1__grid{
  display:grid;
  grid-template-columns:repeat(var(--efc-sr-count,3), minmax(0,1fr));
  column-gap:var(--efc-sr-cols-gap,80px);
  align-items:start;
  position:relative;
}
.efc-sr1__separator{
  width:var(--efc-sr-sep-w,7px);
  height:var(--efc-sr-sep-h,300px);
  background:var(--efc-sr-gold,#d8b243);
  border-radius:999px;
  justify-self:center;
  transform:translateY(var(--efc-sr-sep-top,-36px));
  display:none;
}
/* Use an alternate grid when separators are present */
.efc-sr1__grid:has(.efc-sr1__separator){
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);
}
.efc-sr1__grid:has(.efc-sr1__separator) .efc-sr1__separator{display:block;}
.efc-sr1__item{
  min-width:0;
  padding-right:var(--efc-sr-item-pr,38px);
}
.efc-sr1__item-title{
  margin:0 0 var(--efc-sr-item-title-mb,46px);
  font-family:"Virage Wide Italic","Virage Wide",Inter,system-ui,sans-serif;
  font-weight:800;
  font-style:italic;
  font-size:var(--efc-sr-item-title-size,37px);
  line-height:var(--efc-sr-item-title-lh,1.05);
  text-transform:uppercase;
  color:var(--efc-sr-blue,#062b52);
  letter-spacing:-.035em;
}
.efc-sr1__item-text{
  margin:0;
  max-width:540px;
  font-family:Inter,system-ui,sans-serif;
  font-weight:400;
  font-size:var(--efc-sr-item-text-size,27px);
  line-height:var(--efc-sr-item-text-lh,1.17);
  color:var(--efc-sr-text,#062b52);
  letter-spacing:-.015em;
}
@media(max-width:1100px){
  .efc-sr1__container{width:calc(100% - 48px)}
  .efc-sr1__title{font-size:var(--efc-sr-mobile-title,36px)}
  .efc-sr1__grid,
  .efc-sr1__grid:has(.efc-sr1__separator){display:block;}
  .efc-sr1__separator{display:none!important;}
  .efc-sr1__item{padding-right:0;margin-bottom:42px;}
  .efc-sr1__item-title{font-size:var(--efc-sr-mobile-item-title,26px);margin-bottom:18px;}
  .efc-sr1__item-text{font-size:var(--efc-sr-mobile-text,18px);max-width:none;}
}
