.cta-link{
  background:transparent;
  border:0;
  cursor:pointer;
  font-weight:600;
  font-size:.88889rem;
  padding:0;
  position:relative;
}

.cta-link:hover:after{
  text-decoration:none;
}

.cta-link:focus{
  text-decoration:underline;
}

@media (max-width:767px){
  .cta-link{
    -moz-background-size:.77778rem !important;
         background-size:.77778rem !important;
    font-size:.88889rem;
  }
}

.cta-link:after{
  content:none;
}

.cta-link>span{
  text-decoration:none;
  white-space:nowrap;
}

.cta-link>span:after{
  background-image:url(/wp-content/themes/fp-foundation-theme/assets/svg/icon_cta_arrow.svg);
  background-position:100%;
  background-repeat:no-repeat;
  content:"";
  display:inline-block;
  height:1em;
  margin-left:.27778rem;
  margin-top:-.05556rem;
  vertical-align:middle;
  width:.77778rem;
}

.opg-button{
  display:inline-block;
  font-size:.88889rem;
  font-weight:700;
  line-height:.55556rem;
  letter-spacing:.08333rem;
  margin:0 auto;
  overflow:hidden;
  outline:.05556rem;
  padding:1rem 1.38889rem;
  position:relative;
  text-transform:unset !important;
  z-index:1;
}

.opg-button,.opg-button span{
  white-space:nowrap;
}

.opg-button span:after{
  overflow:hidden;
  max-width:0;
  padding-left:0 !important;
  opacity:0;
}

.opg-button:focus span:after,.opg-button:hover span:after{
  max-width:100%;
  opacity:1;
  -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
       -o-transform:translateX(0);
          transform:translateX(0);
  padding-left:.38889rem !important;
  -webkit-transition:all .7s ease-out;
  -o-transition:all .7s ease-out;
  -moz-transition:all .7s ease-out;
  transition:all .7s ease-out;
}

.button-arrow:after,.cta-button:after{
  content:"\f061";
  font-family:Font Awesome\ 5 Pro;
  font-weight:900;
  margin-left:.55556rem;
  font-size:.66667rem;
  margin-top:-.11111rem;
}

.opg-button span:after{
  content:"\e800";
  font-family:brand;
  font-weight:900;
  overflow:visible;
  display:inline-block;
  font-size:1rem;
  margin-top:-.05556rem;
  vertical-align:middle;
  padding-left:.38889rem;
  text-decoration:none;
  -webkit-transform:translateX(-10px);
     -moz-transform:translateX(-10px);
       -o-transform:translateX(-10px);
          transform:translateX(-10px);
  -webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;
  transition:opacity .3s ease-out,-webkit-transform .3s ease-out;
  -o-transition:opacity .3s ease-out, -o-transform .3s ease-out;
  -moz-transition:opacity .3s ease-out, transform .3s ease-out, -moz-transform .3s ease-out;
  transition:opacity .3s ease-out,transform .3s ease-out;
  transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out,-moz-transform .3s ease-out,-o-transform .3s ease-out;
  white-space:nowrap;
}

.opg-button:focus-visible{
  outline:none;
  -webkit-box-shadow:0 0 0 3px rgba(54, 136, 255, .5);
  -moz-box-shadow:0 0 0 3px rgba(54, 136, 255, .5);
  box-shadow:0 0 0 3px rgba(54, 136, 255, .5);
}

.threads{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/threads.svg);
  background-repeat:no-repeat;
  -moz-background-size:25px;
       background-size:25px;
  background-position:50%;
  z-index:999;
}

.threads:hover{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/threads_green.svg);
  background-repeat:no-repeat;
  -moz-background-size:25px;
       background-size:25px;
  background-position:50%;
  z-index:999;
}

.x-twitter{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/x-twitter-white.svg);
  background-repeat:no-repeat;
  -moz-background-size:25px;
       background-size:25px;
  background-position:50%;
  z-index:999;
}

.x-twitter:hover{
  background:url(/wp-content/themes/fp-foundation-theme/assets/svg/x-twitter-green.svg);
  background-repeat:no-repeat;
  -moz-background-size:25px;
       background-size:25px;
  background-position:50%;
  z-index:999;
}

.component_facts{
  text-align:center;
  width:100%;
}

.component_facts>.safety-container>.sm-standerd-container{
  margin:0 auto;
  max-width:1080px;
}

.component_facts>.safety-container>.sm-standerd-container>.facts-main{
  padding-top:20px;
  width:100%;
  margin:0;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack:space-evenly;
  -webkit-justify-content:space-evenly;
     -moz-box-pack:space-evenly;
          justify-content:space-evenly;
  -webkit-flex-wrap:wrap;
          flex-wrap:wrap;
}

@media (max-width:767px){
  .component_facts>.safety-container>.sm-standerd-container>.facts-main{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
       -moz-box-pack:center;
            justify-content:center;
  }
}

.component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
  -webkit-box-flex:0;
  -webkit-flex:0 0 33%;
     -moz-box-flex:0;
          flex:0 0 33%;
}

@media (max-width:991px){
  .component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    padding:20px 15px;
  }
}

@media (max-width:767px){
  .component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
       -moz-box-flex:0;
            flex:0 0 100%;
    margin:20px 0;
  }
  .component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box .content,.component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box .heading{
    max-width:250px;
    margin:0 auto;
  }
}

.component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box>.heading{
  margin-bottom:10px;
  line-height:0;
}

.component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box>.heading .heading-tag{
  line-height:40px;
  font-weight:800 !important;
}

.component_facts>.safety-container>.sm-standerd-container>.facts-main>.fact-box>.heading .content{
  font-size:16px;
  font-weight:100;
  line-height:24px;
}

.component_facts.-no-facts-support-text .fact-box .content{
  display:none;
}

@media (min-width:992px){
  .component_facts.-fact-count-2>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:0;
    -webkit-flex:0 0 25%;
       -moz-box-flex:0;
            flex:0 0 25%;
  }
}

.component_facts.-fact-count-3>.safety-container>.sm-standerd-container>.facts-main{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
     -moz-box-pack:justify;
          justify-content:space-between;
}

@media (min-width:992px){
  .component_facts.-fact-count-3>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:0;
    -webkit-flex:0 0 25%;
       -moz-box-flex:0;
            flex:0 0 25%;
  }
}

.component_facts.-fact-count-4>.safety-container>.sm-standerd-container>.facts-main{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
     -moz-box-pack:justify;
          justify-content:space-between;
}

@media (min-width:767px){
  .component_facts.-fact-count-4>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:0;
    -webkit-flex:0 0 40%;
       -moz-box-flex:0;
            flex:0 0 40%;
  }
}

@media (min-width:992px){
  .component_facts.-fact-count-4>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:0;
    -webkit-flex:0 0 40%;
       -moz-box-flex:0;
            flex:0 0 40%;
  }
}

@media (min-width:767px){
  .component_facts.-fact-count-4>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(3),.component_facts.-fact-count-4>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(4){
    margin-top:50px;
  }
}

.component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main{
  -webkit-justify-content:space-around;
          justify-content:space-around;
}

@media (min-width:992px){
  .component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:1;
    -webkit-flex:1 0 33%;
       -moz-box-flex:1;
            flex:1 0 33%;
  }
  .component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box .content,.component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box .heading{
    max-width:200px;
    margin:0 auto;
  }
}

@media (min-width:992px){
  .component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(4),.component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(5){
    -webkit-box-flex:0;
    -webkit-flex:0 0 25%;
       -moz-box-flex:0;
            flex:0 0 25%;
  }
}

@media (min-width:767px){
  .component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(4),.component_facts.-fact-count-5>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(5){
    margin-top:50px;
  }
}

.component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main{
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
     -moz-box-pack:justify;
          justify-content:space-between;
}

@media (min-width:767px){
  .component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box{
    -webkit-box-flex:1;
    -webkit-flex:1 0 33%;
       -moz-box-flex:1;
            flex:1 0 33%;
  }
  .component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box .content,.component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box .heading{
    max-width:200px;
    margin:0 auto;
  }
}

@media (min-width:767px){
  .component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(4),.component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(5),.component_facts.-fact-count-6>.safety-container>.sm-standerd-container>.facts-main>.fact-box:nth-child(6){
    margin-top:50px;
  }
}

/*# sourceMappingURL=facts.min.css.map */
