:root {
  --black: black;
  --white: white;
  --black-2: #232323;
  --grey: #8a8a8a;
  --dark-red: #720c18;
  --red: red;
  --light-steel-blue: #abc1ff;
  --dim-grey: #4b4b4b;
  --light-grey: #d4d4d4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
}

a {
  color: var(--white);
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.homescreen100vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.breachers_enforcerbackground {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  background-image: linear-gradient(#000, #0000);
  position: fixed;
  inset: 0% 0% auto;
}

.divspread {
  flex: 1;
}

.navlink {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 4px solid #0000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 900;
}

.navlink:hover {
  border-bottom: 4px solid var(--white);
  text-decoration: none;
}

.navlink.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.navsociallink {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Fa Brands 400 - v6.7.2", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
}

.navsociallink:hover {
  color: #fff;
  font-size: 28px;
  line-height: 20px;
  text-decoration: none;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.breachers_enforcerdiv {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.breachers_enforcerforegrounddiv {
  z-index: 6;
  mix-blend-mode: screen;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transform: translate(500px);
}

.image {
  height: 100%;
}

.herotextdiv {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: absolute;
  left: 10%;
}

.heroheading {
  color: var(--white);
  text-align: left;
  text-shadow: 0 0 20px #00000096;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 70px;
  line-height: 55px;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  margin-right: 5%;
  display: flex;
}

.tf_logo {
  width: 190px;
  margin-top: 15px;
}

.aboutsection {
  background-color: var(--black);
  background-image: url('../images/triangle_background.png'), linear-gradient(232deg, #000, #181818);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.contentcontainer {
  z-index: 10;
  text-align: center;
  position: relative;
  inset: 0%;
}

.text-span {
  font-weight: 300;
}

.heading-3 {
  margin-bottom: 20px;
}

.paragraph {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}

.gamesection100vh {
  background-color: var(--black-2);
  background-image: url('../images/breachers_revolter.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gamesection100vh.hyperdash {
  background-image: url('../images/hyper-dash_2022_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gamesection100vh.forefront {
  background-image: linear-gradient(98deg, #0000 25%, var(--black) 67%), url('../images/heroimage_2placeholder.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.divfloatright {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10%;
  display: flex;
  position: absolute;
  right: 0;
}

.paragraph-2 {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  font-size: 24px;
  line-height: 32px;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  font-weight: 700;
}

.button:hover {
  background-color: var(--grey);
  color: var(--white);
  text-decoration: none;
}

.div-block-5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.divfloatleft {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 10%;
  display: flex;
  position: absolute;
  left: 0;
}

.breacherslogo {
  margin-bottom: 30px;
  margin-left: -7px;
}

.hyperdashlogo {
  margin-bottom: 20px;
  margin-left: -9px;
}

.image-4 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.div-block-6 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 15%;
  display: flex;
}

.careerssection {
  position: relative;
}

.heading-7 {
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 50vh;
  position: relative;
}

.contactsection {
  min-height: 50vh;
}

.map {
  height: 100%;
}

.text-span-2 {
  font-weight: 300;
}

.div-block-8 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.contacticonlinks {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  margin-right: 0;
  padding-left: 3px;
  padding-right: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 40px;
}

.contacticonlinks:hover {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  text-decoration: none;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.div-block-9.left {
  justify-content: flex-start;
  margin-left: -7px;
}

.div-block-6-copy {
  background-color: var(--black-2);
  background-image: url('../images/triangle_background.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 10%;
  display: flex;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-2 {
  text-align: center;
}

.socialicons_divblock {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.careerheadsection {
  background-color: var(--black);
  text-align: center;
  background-image: url('../images/triangle_background.png'), linear-gradient(232deg, #000, #181818);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  padding: 60px 10% 100px;
  position: relative;
}

.careerheadsection.topsectionmargin {
  margin-top: 120px;
}

.text-span-3 {
  font-weight: 300;
}

.careerdblock {
  background-color: var(--black-2);
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 40px 40px 20px;
  position: relative;
}

.divider {
  background-color: var(--grey);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-8 {
  text-transform: uppercase;
}

.spacer {
  width: 100%;
  height: 100px;
}

.spacer._50 {
  height: 50px;
}

.collection-item {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.collection-list {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  flex: 1;
  place-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-4 {
  text-align: justify;
  font-weight: 300;
  line-height: 18px;
}

.div-block-14 {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  filter: brightness(27%);
  object-fit: cover;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  overflow: hidden;
}

.container-3 {
  z-index: 10;
  margin-top: 40px;
  position: absolute;
}

.section-2 {
  background-image: url('../images/triangle_background.png'), linear-gradient(to bottom, black, var(--black-2));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  min-height: 100vh;
  margin-top: 180px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.img_breachers_enforcer {
  height: 90%;
}

.footertext {
  margin-top: 7px;
}

.empty-state {
  background-color: #0000;
}

.platformicons {
  text-align: center;
  width: 40px;
  transition: font-size .2s;
}

.platformicons:hover {
  width: 43px;
}

.div-block-18 {
  display: flex;
}

.platformlinkblock {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.breachers_powpow {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block {
  opacity: .07;
  font-size: 380px;
  font-weight: 700;
  line-height: 250px;
}

.rich-text-block {
  text-align: left;
}

.forefront_background {
  vertical-align: middle;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.herologodiv {
  z-index: 40;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: absolute;
}

.img_fortfront_logo {
  z-index: 50;
  object-fit: contain;
  width: 70%;
  position: absolute;
  bottom: 22%;
}

.img_fortfront_logo.blur {
  z-index: 0;
  opacity: .4;
  display: none;
}

.ff_reddiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 35px;
  transform: rotate(0);
}

.ff_reddiv.rightmargin, .ff_reddiv.leftmargin {
  padding-bottom: 30px;
}

.container-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.ff_paragraph {
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.ff_whitediv {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.ff_heading2 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
}

.ff_homesection {
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/topo_background_02.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 100vh;
}

.platform_icon {
  width: 100px;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platform_text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.platform_text:hover {
  text-decoration: none;
}

.ff_platformquickstack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 30px;
}

.ff_platformlinkblock {
  width: 100%;
  text-decoration: none;
  transition: transform .2s;
}

.ff_platformlinkblock:hover {
  filter: drop-shadow(0px 0px 10px var(--red));
  transform: scale(1.1);
}

.image-8 {
  z-index: 50;
  position: absolute;
  inset: 28% -8% 0% auto;
}

.image-8-copy {
  z-index: 50;
  position: absolute;
  inset: 31% auto 0% -15%;
  transform: rotate(180deg);
}

.text-block-2 {
  font-family: "Fa Brands 400 - v6.7.2", sans-serif;
  font-size: 50px;
  line-height: 80px;
  transition: transform .2s;
}

.text-block-2:hover {
  filter: drop-shadow(0px 0px 10px var(--red));
  transform: scale(1.1);
}

.div-block-20 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ff_lightbox {
  width: 100%;
  height: 100%;
  margin-right: 0;
  transition: transform .2s cubic-bezier(.673, .007, 1, 1);
  overflow: hidden;
}

.ff_lightbox:hover {
  box-shadow: 0 0 10px 8px var(--dark-red);
  transform: scale(1.02);
}

.ff_mediacell {
  justify-content: space-around;
  align-items: stretch;
}

.ff_mediagrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  padding: 0;
}

.ff_logobottom {
  width: 400px;
}

.forefrontlogo {
  margin-bottom: 30px;
  margin-left: 0;
}

.ff_social_quickstack_mobile {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
}

.text-block-3 {
  color: var(--white);
}

.dropdown-list {
  background-color: var(--dark-red);
}

.dropdown-list.w--open {
  background-color: var(--white);
  margin-left: -10px;
}

.dropdownnavlink {
  color: var(--grey);
}

.dropdownnavlink:hover, .dropdownnavlink.w--current {
  color: var(--black);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.img_ff_hero-quad {
  position: absolute;
  bottom: 0;
}

.img_ff_hero-soldier1 {
  z-index: 10;
  height: 75vh;
  position: absolute;
  bottom: 0;
  left: 30%;
}

.img_ff_hero-soldier2 {
  z-index: 20;
  height: 85vh;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.img_ff_hero-smoke {
  z-index: 30;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ff_emaillink:hover {
  text-decoration: underline;
}

.gamehomelightbox {
  transition: transform .2s;
}

.gamehomelightbox:hover {
  transform: scale(1.05);
}

.img_socialicon {
  transition: transform .2s;
}

.img_socialicon:hover {
  filter: drop-shadow(0px 0px 10px var(--red));
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navsociallink {
    width: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    z-index: 100;
    background-color: #0000008c;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 90px;
    inset: 0% 0% 0% auto;
  }

  .breachers_enforcerdiv {
    right: -340px;
  }

  .heroheading {
    font-size: 46px;
    line-height: 32px;
  }

  .div-block-3 {
    margin-left: 5%;
    margin-right: 10px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .gamesection100vh {
    background-position: 50%;
  }

  .gamesection100vh.hyperdash {
    background-position: 30%;
  }

  .div-block-7 {
    height: 500px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .socialicons_divblock {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .careerdblock {
    padding: 15px;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-4 {
    text-align: center;
    line-height: 16px;
  }

  .image-5 {
    object-position: 50% 50%;
  }

  .breachers_powpow {
    right: -340px;
  }

  .img_fortfront_logo {
    width: 80vw;
    margin-top: -100px;
  }

  .ff_reddiv {
    padding: 20px;
  }

  .ff_reddiv.rightmargin, .ff_reddiv.leftmargin {
    padding-bottom: 20px;
  }

  .container-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ff_paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .ff_heading2 {
    font-size: 28px;
    line-height: 32px;
  }

  .image-8 {
    right: -11%;
  }

  .image-8-copy {
    left: -21%;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .ff_mediagrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .ff_logobottom {
    width: 300px;
  }

  .dropdown-toggle {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-list.w--open {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .dropdownnavlink {
    text-align: center;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .img_ff_hero-soldier1 {
    height: 70vh;
    left: 15%;
  }

  .img_ff_hero-soldier2 {
    height: 80vh;
    left: -5%;
  }
}

@media screen and (max-width: 767px) {
  .breachers_enforcerdiv {
    height: 85vh;
    min-height: auto;
  }

  .herotextdiv {
    align-items: center;
    width: 100%;
    left: auto;
  }

  .heroheading {
    font-size: 30px;
    line-height: 18px;
  }

  .tf_logo {
    width: 120px;
  }

  .contentcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .gamesection100vh {
    min-height: 300vh;
  }

  .divfloatright {
    width: auto;
    margin-right: 0;
    padding: 40px;
    right: auto;
  }

  .divfloatleft {
    width: auto;
    margin-left: 0;
    padding: 40px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 34px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img_breachers_enforcer {
    height: 100%;
    overflow: clip;
    transform: translate(-196px);
  }

  .herologodiv {
    align-items: center;
    width: 100%;
    left: auto;
  }

  .img_fortfront_logo {
    width: 60vw;
  }

  .platform_text {
    font-size: 16px;
    line-height: 20px;
  }

  .img_ff_hero-soldier1 {
    left: 38%;
  }

  .img_ff_hero-soldier2 {
    left: 20%;
  }
}

@media screen and (max-width: 479px) {
  .breachers_enforcerdiv {
    height: 80vh;
  }

  .herotextdiv {
    padding-top: 0;
  }

  .heroheading {
    font-size: 22px;
    line-height: 12px;
  }

  .div-block-3 {
    margin-left: 0%;
    margin-right: 10px;
  }

  .tf_logo {
    width: 140px;
    padding-left: 10px;
  }

  .aboutsection {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 24px;
  }

  .gamesection100vh {
    min-height: 100vh;
  }

  .divfloatright {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }

  .heading-4 {
    text-align: center;
  }

  .divfloatleft {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-9.left {
    justify-content: center;
  }

  .spacer {
    height: 70px;
  }

  .container-3, .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_breachers_enforcer {
    width: auto;
    transform: translate(0);
  }

  .footertext {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-9, .paragraph-6 {
    text-align: center;
  }

  .img_fortfront_logo {
    width: 90vw;
    bottom: auto;
  }

  .ff_reddiv.rightmargin {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .ff_reddiv.leftmargin {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .ff_heading2 {
    font-size: 20px;
    line-height: 24px;
  }

  .platform_icon {
    width: 100px;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
  }

  .platform_text {
    font-size: 14px;
    line-height: 18px;
  }

  .ff_platformquickstack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .ff_platformlinkblock {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .image-8 {
    width: 80px;
    margin-bottom: -50px;
    position: static;
    transform: rotate(90deg);
  }

  .ff_infoleft_quickstack {
    text-align: center;
    padding: 0;
  }

  .image-8-copy {
    width: 80px;
    margin-bottom: -50px;
    position: static;
    transform: rotate(90deg);
  }

  .div-block-20 {
    width: 100%;
  }

  .ff_lightbox {
    margin-right: 0;
  }

  .ff_mediagrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .ff_logobottom {
    width: 80vw;
  }

  .ff_inforight_quickstack {
    text-align: center;
  }

  .ff_social_quickstack_mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    padding: 0;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .img_ff_hero-soldier1 {
    max-width: none;
    left: 6%;
  }

  .img_ff_hero-soldier2 {
    max-width: none;
    left: -44%;
  }

  .img_ff_hero-smoke {
    max-width: none;
    height: 100vh;
  }
}

#w-node-_1aba2e36-7a7b-228e-9be6-e4f16c0ac155-43ba835e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_66e3b580-93ac-7d47-ec6b-cf063736f049-43ba835e {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr;
}

#w-node-e930dc81-b7a0-822e-a021-098125a3be66-43ba835e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_9fd7eef8-53de-41ce-93eb-af551efed75d-43ba835e {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9fd7eef8-53de-41ce-93eb-af551efed777-43ba835e {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

@media screen and (max-width: 991px) {
  #w-node-e930dc81-b7a0-822e-a021-098125a3be66-43ba835e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fd7eef8-53de-41ce-93eb-af551efed75d-43ba835e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66e3b580-93ac-7d47-ec6b-cf063736f049-43ba835e {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-e930dc81-b7a0-822e-a021-098125a3be66-43ba835e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_9fd7eef8-53de-41ce-93eb-af551efed75d-43ba835e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fd7eef8-53de-41ce-93eb-af551efed777-43ba835e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 - v6.5.1';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 - v6.7.2';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}