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

body {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

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

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

p {
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.homescreen100vh {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

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

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  background-color: transparent;
  background-image: linear-gradient(180deg, #000, transparent);
}

.divspread {
  flex: 1;
}

.navlink {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 4px solid transparent;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 4px solid #fff;
  text-decoration: none;
}

.navlink.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.navsociallink {
  width: 40px;
  padding-right: 3px;
  padding-left: 3px;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

.contentcontainer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  text-align: center;
}

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

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

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

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

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

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

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

.heading-4 {
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8a8a8a;
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

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

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

.careerssection {
  position: relative;
}

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

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

.contactsection {
  min-height: 50vh;
}

.map {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #8a8a8a;
}

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

.spacer {
  width: 40px;
  height: 40px;
}

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

.collection-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}

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

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

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

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

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

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

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

.footertext {
  margin-top: 7px;
}

.empty-state {
  background-color: transparent;
}

.platformicons {
  width: 40px;
  text-align: center;
}

.platformicons:hover {
  width: 43px;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
  }

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

  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.55);
  }

  .breachers_enforcer {
    right: -340px;
  }

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

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

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

  .gamesection100vh {
    background-position: 50% 50%;
  }

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

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

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

  .div-block-10 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .careerdblock {
    padding: 15px;
  }

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

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

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

  .breachers_powpow {
    right: -340px;
  }
}

@media screen and (max-width: 767px) {
  .herotextdiv {
    left: auto;
    width: 100%;
    align-items: center;
  }

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

  .tf_logo {
    width: 120px;
  }

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

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

  .gamesection100vh {
    min-height: 300vh;
  }

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

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

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

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

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

  .image-6 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .heroheading {
    font-size: 22px;
    line-height: 12px;
  }

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

  .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 {
    padding-right: 20px;
    padding-left: 20px;
    align-items: center;
  }

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

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

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

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

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

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

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

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

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

  .paragraph-6 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}