@charset "UTF-8";
/* dekstop footer */
footer {margin-top:60px;border-top:1px solid #ededed;padding-bottom:50px}
#foot-wrap {max-width:1400px;margin:0 auto}
.foot-inner {display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%;gap:1.5rem;padding:40px 3rem 20px;}
.foot-col {flex:1 1 20.6667%;margin-bottom:.5rem;}
.foot-col:first-child {flex:1 1 38%}
.foot-col p.fh {color:rgba(112,112,112,1);font-weight:600;margin-bottom:1rem;font-size:1.19rem;display:block;line-height:1.75rem;}
.foot-benefits p.fh {font-size:1.3rem;display:inline-block;}
.foot-benefits p {color:rgba(112,112,112,1);font-weight:500;font-size:1.15rem;}
.foot-menu {list-style: none;margin: 0;padding: 0;}
.foot-menu li {line-height:2.1rem;}
.foot-menu li a {font-size:1rem;display:inline-block;text-decoration:none;color:rgba(112,112,112,1)!important;font-family:"HelveticaNeue",Helvetica,Arial,Lucida,sans-serif;font-weight:normal;}
.foot-btm {width:100%;padding:10px;border-top:1px solid #ededed;}
.foot-btm p, .foot-btm p a {font-size:11px;color:#999;line-height:1.3;font-family:"HelveticaNeue",Helvetica,Arial,Lucida,sans-serif;}
.foot-btm p a {text-decoration:underline}
.foot-col .socials {width:180px;margin-top:15px;display:flex;flex-direction:row;justify-content:space-between;gap:15px}
.foot-col .socials .grey-dark {fill:#666666}
.foot-col .socials .trans24 {width: 24px; height: 24px; transform: rotate(0deg)}
.foot-col .socials svg{width: 24px; height: 24px}
.foot-col .apps {padding-top:30px}
.foot-col .apps a {display:inline-block;}
.foot-col .apps img{height:30px}
/* mobile footer */
#foot-bar {position:fixed;bottom:0;width:100vw;display:flex;align-items:center;justify-content: space-around;box-shadow:0px 6px 10px rgba(0, 0, 0, .14), 0px 1px 18px rgba(0, 0, 0, .12), 0px 3px 5px rgba(0, 0, 0, .2);background:#ffffff;text-align:center;padding:11px 7% 3px;z-index:500}
#foot-bar a {width:70px;height:50px;font-size:.75rem;line-height:1.5;font-weight:400;color:rgba(112,112,112,.9);text-align:center;display:inline-block;transform:rotate(0deg);white-space:nowrap;}
#foot-bar svg {width:100%;height:29px;padding-bottom:2px;fill:none;display:block;vertical-align:middle;}
#foot-bar path {fill: rgba(112,112,112,.9)}
#foot-bar path.wt-svg {fill:#fff;}
#foot-bar path.bluefill{fill:#0F137B}

@media (min-width:767px) {
	footer {padding:0}
	#foot-bar{display:none}
}
@media (max-width:960px) {
   .foot-inner {gap:.5rem}
   .foot-inner {padding-left:10px;padding-right:10px}
   .foot-benefits p {font-size:.9rem;}
   .foot-benefits img.badge{height:30px}
   .foot-col .socials {width:140px;gap:5px}
}
@media (max-width:767px) {
  .foot-inner {flex-wrap:wrap;gap:1rem;padding:40px 18px 0;}
  .foot-col {flex:0 0 100%!important;max-width:100%;}
  .foot-col p.fh {margin-bottom:15px;}
  .foot-benefits {display:none;}
  .foot-btm {margin:40px 0;}
}