
/* FRONTIERMIND ABOUT PAGE V1.7 */

.fm-nav .is-active{color:#0867c9;font-weight:700}

.fm-about-hero{
  background:#dfeefa;
  border-top:1px solid rgba(7,51,91,.04);
  overflow:hidden;
}
.fm-about-hero__inner{
  min-height:340px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
  align-items:center;
  gap:64px;
  position:relative;
}
.fm-about-hero__copy{max-width:760px;padding:72px 0}
.fm-about-kicker{
  display:block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  color:#0767c8;
  margin-bottom:14px;
}
.fm-about-hero h1{
  margin:0 0 18px;
  font-size:46px;
  line-height:1.04;
  letter-spacing:-.035em;
  color:#07335b;
}
.fm-about-hero p{
  max-width:720px;
  margin:0;
  color:#294a68;
  font-size:17px;
  line-height:1.65;
}

.fm-about-hero__mark{
  position:relative;
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fm-about-orbit{
  position:absolute;
  width:310px;
  height:310px;
  border-radius:50%;
  border:1px solid rgba(16,112,189,.24);
}
.fm-about-orbit:before,.fm-about-orbit:after{
  content:"";
  position:absolute;
  inset:42px;
  border-radius:50%;
  border:1px solid rgba(16,112,189,.18);
}
.fm-about-orbit:after{inset:84px;background:rgba(255,255,255,.32)}
.fm-about-book{
  position:relative;
  z-index:2;
  width:205px;
  height:155px;
  padding:34px 28px;
  box-sizing:border-box;
  background:#07335b;
  color:white;
  box-shadow:0 18px 45px rgba(7,51,91,.20);
  transform:rotate(-3deg);
}
.fm-about-book:after{
  content:"";
  position:absolute;
  right:-15px;
  top:8px;
  bottom:8px;
  width:15px;
  background:#eef6fb;
  transform:skewY(-12deg);
}
.fm-about-book span{font-size:10px;letter-spacing:.16em;color:#8ec8f2}
.fm-about-book strong{display:block;font-size:23px;line-height:1.05;margin:12px 0 22px}
.fm-about-book small{font-size:9.5px;color:#cfe5f5}

.fm-about-intro{background:white}
.fm-about-statrow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-bottom:1px solid #e4edf4;
}
.fm-about-statrow article{
  padding:26px 24px;
  border-right:1px solid #e4edf4;
}
.fm-about-statrow article:last-child{border-right:0}
.fm-about-statrow strong{
  display:block;
  color:#07335b;
  font-size:16px;
  margin-bottom:6px;
}
.fm-about-statrow span{
  color:#62788b;
  font-size:13px;
  line-height:1.45;
}

.fm-about-content{padding:72px 0 78px;background:#fff}
.fm-about-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:72px;
  align-items:start;
}
.fm-about-richtext{
  max-width:820px;
  color:#334e65;
  font-size:15.5px;
  line-height:1.74;
}
.fm-about-richtext h2{
  color:#07335b;
  font-size:28px;
  line-height:1.18;
  margin:46px 0 16px;
  letter-spacing:-.02em;
}
.fm-about-richtext h2:first-child{margin-top:0}
.fm-about-richtext h3{
  color:#0b4f86;
  font-size:19px;
  margin:30px 0 10px;
}
.fm-about-richtext p{margin:0 0 18px}
.fm-about-richtext ul{
  list-style:none;
  padding:0;
  margin:20px 0 30px;
}
.fm-about-richtext li{
  position:relative;
  padding:14px 0 14px 30px;
  border-bottom:1px solid #edf2f6;
}
.fm-about-richtext li:before{
  content:"";
  position:absolute;
  left:4px;
  top:21px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#1676c4;
}
.fm-about-richtext strong{color:#07335b}

.fm-about-aside{
  position:sticky;
  top:30px;
  display:grid;
  gap:20px;
}
.fm-about-aside-card{
  border:1px solid #dce8f1;
  padding:28px;
  background:#f8fbfd;
}
.fm-about-aside-card h2{
  margin:0 0 14px;
  color:#07335b;
  font-size:21px;
  line-height:1.2;
}
.fm-about-aside-card p{
  margin:0;
  color:#526c81;
  font-size:14px;
  line-height:1.6;
}
.fm-about-aside-card--blue{
  background:#07335b;
  border-color:#07335b;
}
.fm-about-aside-card--blue .fm-about-kicker{color:#8ec8f2}
.fm-about-aside-card--blue h2,.fm-about-aside-card--blue p{color:white}
.fm-about-aside-card--blue p{color:#d7e6f1}
.fm-about-aside-card--blue a{
  display:inline-block;
  margin-top:20px;
  padding:11px 15px;
  background:white;
  color:#07335b;
  text-decoration:none;
  font-size:12.5px;
  font-weight:800;
}

.fm-about-values{padding:70px 0;background:#f2f7fb}
.fm-about-sectionhead{text-align:center;max-width:760px;margin:0 auto 38px}
.fm-about-sectionhead h2{
  margin:0;
  color:#07335b;
  font-size:30px;
  letter-spacing:-.02em;
}
.fm-about-values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.fm-about-values-grid article{
  padding:26px 23px;
  background:white;
  border:1px solid #dce8f1;
  min-height:170px;
}
.fm-about-values-grid b{
  display:block;
  color:#1676c4;
  font-size:12px;
  letter-spacing:.12em;
  margin-bottom:22px;
}
.fm-about-values-grid h3{
  margin:0 0 10px;
  color:#07335b;
  font-size:17px;
}
.fm-about-values-grid p{
  margin:0;
  color:#61788c;
  font-size:13.5px;
  line-height:1.55;
}

.fm-about-final-cta{
  padding:54px 0;
  background:white;
}
.fm-about-final-cta__inner{
  background:#07335b;
  padding:36px 42px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:36px;
}
.fm-about-final-cta h2{
  margin:0;
  color:white;
  font-size:25px;
  line-height:1.25;
}
.fm-about-final-cta .fm-about-kicker{color:#8ec8f2}
.fm-about-final-actions{display:flex;gap:10px;flex-wrap:wrap}
.fm-about-btn-primary,.fm-about-btn-secondary{
  display:inline-block;
  padding:12px 16px;
  text-decoration:none;
  font-size:12.5px;
  font-weight:800;
  white-space:nowrap;
}
.fm-about-btn-primary{background:#fff;color:#07335b}
.fm-about-btn-secondary{border:1px solid rgba(255,255,255,.7);color:#fff}

@media(max-width:1050px){
  .fm-about-hero__inner{grid-template-columns:1fr 300px;gap:28px}
  .fm-about-layout{grid-template-columns:1fr 290px;gap:40px}
  .fm-about-values-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:760px){
  .fm-about-hero__inner{grid-template-columns:1fr;min-height:0}
  .fm-about-hero__copy{padding:46px 0 20px}
  .fm-about-hero h1{font-size:36px}
  .fm-about-hero__mark{height:220px}
  .fm-about-orbit{width:220px;height:220px}
  .fm-about-book{width:170px;height:130px;padding:26px 22px}
  .fm-about-book strong{font-size:19px}
  .fm-about-statrow{grid-template-columns:repeat(2,1fr)}
  .fm-about-statrow article:nth-child(2){border-right:0}
  .fm-about-layout{grid-template-columns:1fr;gap:38px}
  .fm-about-aside{position:static}
  .fm-about-content{padding:48px 0 52px}
  .fm-about-values{padding:48px 0}
  .fm-about-values-grid{grid-template-columns:1fr}
  .fm-about-final-cta__inner{padding:28px;display:block}
  .fm-about-final-actions{margin-top:24px}
}
