/* INTRO SECTION */

div#intro{
  z-index:1;
  background:#1b2945;
}

div#intro>div.wrapper{
  background:transparent;
}

div#intro>div.wrapper>div.content{
  padding-top:60px;
  padding-bottom:60px;
}

div#intro h1:before{
  content:none;
}

div#intro h1{
  text-align:left;
  font-size:45px;
  font-weight:300;
  line-height:75px;
  color:#fff;
}

div#intro p{
  font-size:30px;
  line-height:60px;
  margin-bottom:30px;
  color:#fff;
}

div#intro,
div#intro>div.wrapper{
  overflow:visible;
}
div#intro>div.wrapper>div.content{
  overflow:auto;
}
div#intro>div.wrapper:after{
  content:"";
  position:absolute;
  left:148px;
  bottom:-16px;
  width:32px;
  height:17px;
  z-index:3;
  background-image:url("/_/img/triangle_down_1b2945_outline_a7adb2_64x34.png");
  background-repeat:no-repeat;
  background-size:32px 17px;
  background-position:center top;
}

/* CONTENT SECTION */

div.section.team{
  background:#fff;
  border-bottom:none;
}

div.section.team>div.wrapper>div.content{
  position:relative;
  width:100vw;
  left:116px;
  padding-top:60px;
  padding-bottom:60px;
}

div.section.team>div.wrapper>div.content:before{
  content:"";
  position:absolute;
  top:0;
  left:-84px;
  width:896px;
  height:17px;
  background-image:url("/_/img/triangle_down_outline_70a800_8192x34.png");
  background-repeat:no-repeat;
  background-size:4096px 17px;
  background-position:-1916px top;
}
div#section_team_1>div.wrapper>div.content:before{
  content:none;
}


div#section_team_1>div.wrapper>div.content{
  padding-top:90px;
}

div#section_team_3>div.wrapper>div.content{
  padding-bottom:90px;
}

div.section.team>div.wrapper>div.content h1,
div.section.team>div.wrapper>div.content p{
  width:548px;
}

div.section.team>div.wrapper>div.content h1:before{
  content:none;
}

div.section.team>div.wrapper>div.content h1>*.eyebrow{
  display:block;
  text-transform:uppercase;
  font-size:19px;
  letter-spacing:0.1em;
  color:#505c66;
}

/* LAST CONTENT SECTION BEFORE CONTACT FORM */

div#section_team_3,
div#section_team_3>div.wrapper{
  overflow:visible;
  z-index:2;
}
div#section_team_3>div.wrapper:after{
  content:"";
  position:absolute;
  left:32px;
  bottom:-16px;
  width:32px;
  height:17px;
  z-index:1;
  background-image:url("/_/img/triangle_down_fff_outline_a7adb2_64x34.png");
  background-repeat:no-repeat;
  background-size:32px 17px;
  background-position:center top;
}
