nav {
  width: 100%;
}
nav.custom-navbar {
  position: fixed !important;
  background-color: #01c8b4;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 10;
}
@media (min-width: 992px) {
  nav.custom-navbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
nav.custom-navbar .nav-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  nav.custom-navbar .nav-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
nav.custom-navbar .nav-wrapper button .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav.custom-navbar .nav-wrapper button .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #f3e5f5;
}
nav.custom-navbar .nav-wrapper button .animated-icon3 span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.custom-navbar .nav-wrapper button .animated-icon3 span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.custom-navbar .nav-wrapper button .animated-icon3 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
nav.custom-navbar .nav-wrapper button .animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
nav.custom-navbar .nav-wrapper button .animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
nav.custom-navbar .nav-wrapper button .animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
nav.custom-navbar .nav-wrapper li:first-child {
  padding-top: 8px;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper li:first-child {
    padding-top: 0px;
  }
}
nav.custom-navbar .nav-wrapper a img {
  height: 40px;
  margin-right: 10px;
}
nav.custom-navbar .nav-wrapper button {
  float: right;
}
nav.custom-navbar .nav-wrapper button.navbar-toggler:focus {
  box-shadow: none;
}
nav.custom-navbar .nav-wrapper .navbar-collapse ul li a {
  color: #FFFFFF;
  margin-right: 10px;
  text-transform: capitalize;
}
nav.custom-navbar .nav-wrapper .navbar-collapse .socials-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper .navbar-collapse .socials-wrapper {
    flex-direction: row;
  }
}
nav.custom-navbar .nav-wrapper .navbar-collapse .sm {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper .navbar-collapse .sm {
    margin-top: 0;
    margin-bottom: 0;
  }
}
nav.custom-navbar .nav-wrapper .navbar-collapse a {
  text-decoration: none;
  margin-right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper .navbar-collapse a {
    margin-right: 0;
    margin-left: 15px;
  }
}
nav.custom-navbar .nav-wrapper .navbar-collapse a.language {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper .navbar-collapse a.language {
    display: block;
    padding-bottom: 0;
  }
}
nav.custom-navbar .nav-wrapper .navbar-collapse a .socials {
  display: flex;
  align-items: center;
}
nav.custom-navbar .nav-wrapper .navbar-collapse a .social {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@media (min-width: 768px) {
  nav.custom-navbar .nav-wrapper .navbar-collapse a .social {
    width: 35px;
    height: 35px;
  }
}
nav.custom-navbar .nav-wrapper .navbar-collapse a .social div {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
nav.custom-navbar .nav-wrapper .navbar-collapse a .social div.language {
  display: flex;
  align-items: center;
  filter: none;
  width: 35px;
  height: 35px;
}
nav.custom-navbar .nav-wrapper .navbar-collapse a span {
  margin-left: 8px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.blogposts {
  background: linear-gradient(to bottom, rgb(14, 17, 17) 0%, rgb(14, 17, 17) 45%, #FFFFFF 45%, #FFFFFF 100%);
  display: block;
  text-align: center;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .blogposts {
    padding-top: 100px;
  }
}
.blogposts .row {
  display: flex;
  justify-content: center;
}
.blogposts .row h2 {
  margin-bottom: 28px;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .blogposts .row h2 {
    margin-bottom: 48px;
    font-size: 60px;
    line-height: 60px;
  }
}
.blogposts .row .blog-wrapper .blog-image-wrapper {
  width: 100%;
  padding-bottom: 66.66%;
  position: relative;
}
.blogposts .row .blog-wrapper .blog-image-wrapper .blog-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.blogposts .row .blog-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blogposts .row .blog-content h3 {
  text-transform: uppercase;
}
.blogposts .row .blog-content p {
  text-align: left;
}
.blogposts .row .blog-content p.blog-date {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .blogposts .row .blog-content p.blog-date {
    font-size: 14px;
    line-height: 16px;
  }
}
.blogposts .row .blog-content .modal .modal-content .modal-header {
  padding: 20px 32px;
  border: none;
  display: flex;
  align-items: flex-start;
}
.blogposts .row .blog-content .modal .modal-content .modal-header h2 {
  text-align: left;
  color: #0e1111;
  margin-bottom: 0;
}
.blogposts .row .blog-content .modal .modal-content .modal-header p {
  opacity: 0.8;
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}
.blogposts .row .blog-content .modal .modal-content .modal-header button {
  background-color: #01c8b4;
  border: none;
  width: 40px;
  height: 40px;
}
.blogposts .row .blog-content .modal .modal-content .modal-header button .x-marks-the-spot {
  width: 100%;
  height: 100%;
  background-image: url("../Uploads/StaticAssets/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.blogposts .row .blog-content .modal .modal-content .modal-body {
  border: none;
  padding: 0px 32px 20px 32px;
}
.blogposts .row .blog-content .modal .modal-content .modal-body img {
  width: 100%;
  margin-bottom: 40px;
}
.blogposts .row .blog-content .modal .modal-content .modal-footer {
  border: none;
}
.blogposts .row .blog-content .modal .modal-content .modal-footer button {
  background-color: #01c8b4;
  color: white;
}
.blogposts a {
  color: #0e1111;
  margin-top: 20px;
  font-weight: bold;
}

.team-members {
  margin-bottom: 40px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .team-members {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.team-members h2 {
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .team-members h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 48px;
  }
}
.team-members .nav-pills {
  display: flex;
  justify-content: center;
}
.team-members .nav-pills li {
  position: relative;
  width: calc(20% - 8px);
  padding-bottom: calc(20% + 32px);
  margin-left: 4px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .team-members .nav-pills li {
    width: 16.6666666667%;
    padding-bottom: calc(16.6666666667% + 40px);
    margin-left: 12px;
    margin-right: 12px;
  }
}
.team-members .nav-pills li button {
  background-color: #F8F8F8;
  padding: 4px;
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  border-radius: 50%;
  border: none;
}
.team-members .nav-pills li button.active {
  background-color: #01c8b4;
  border-radius: 50%;
}
.team-members .nav-pills li button div {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.team-members .nav-pills li .arrow-wrapper {
  height: 40px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
@media (min-width: 992px) {
  .team-members .nav-pills li .arrow-wrapper {
    left: calc(50% - 21.21px);
  }
}
.team-members .nav-pills li .arrow-wrapper.active .arrow-up {
  background-color: white;
  border: solid #01c8b4;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-135deg);
}
@media (min-width: 992px) {
  .team-members .nav-pills li .arrow-wrapper.active .arrow-up {
    padding: 15px;
  }
}
.team-members .nav-pills li .arrow-wrapper .member-divider {
  width: 100%;
  height: 12px;
}
@media (min-width: 992px) {
  .team-members .nav-pills li .arrow-wrapper .member-divider {
    height: 24px;
  }
}
.team-members .nav-pills li .arrow-wrapper .arrow-up {
  border: none;
}
.team-members .tab-content {
  margin-top: -33px;
  border: 3px solid #01c8b4;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .team-members .tab-content {
    border-radius: 40px;
    margin-top: -16px;
  }
}
.team-members .tab-content div.tab-pane {
  width: 100%;
}
.team-members .tab-content div.tab-pane .member-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.team-members .tab-content div.tab-pane .member-wrapper .member-content {
  padding: 30px 20px 30px 20px;
}
@media (min-width: 992px) {
  .team-members .tab-content div.tab-pane .member-wrapper .member-content {
    width: 100%;
    padding: 40px 100px 40px 100px;
  }
}
.team-members .tab-content div.tab-pane .member-wrapper .member-content h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .team-members .tab-content div.tab-pane .member-wrapper .member-content h2 {
    margin-bottom: 16px;
    font-size: 45px;
    line-height: 48px;
  }
}
.team-members .tab-content div.tab-pane .member-wrapper .member-content h3 {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: gray;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .team-members .tab-content div.tab-pane .member-wrapper .member-content h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.team-members .tab-content div.tab-pane .member-wrapper .member-content p {
  font-size: 16px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .team-members .tab-content div.tab-pane .member-wrapper .member-content p {
    font-size: 18px;
    line-height: 22px;
  }
}
.team-members .tab-content div.tab-pane .member-wrapper .member-content p.quote-wrapper {
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
  color: gray;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .team-members .tab-content div.tab-pane .member-wrapper .member-content p.quote-wrapper {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
}

.game-display-wrapper {
  padding-top: 56px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .game-display-wrapper {
    padding-top: 66px;
  }
}
.game-display-wrapper .mobile {
  display: block;
}
@media (min-width: 992px) {
  .game-display-wrapper .mobile {
    display: none;
  }
}
.game-display-wrapper .mobile .arxeus-image-wrapper {
  width: 100%;
  padding-bottom: 71%;
  position: relative;
}
.game-display-wrapper .mobile .arxeus-image-wrapper .background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../Uploads/StaticAssets/MobileArxeus.jpg");
}
.game-display-wrapper .mobile .arxeus-image-wrapper .background-wrapper .text-overlay {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: rgb(199, 76, 43);
  background: linear-gradient(90deg, rgba(254, 245, 212, 0) 30%, rgba(254, 245, 212, 0.5) 50%, rgba(254, 245, 212, 0.8) 66%, rgb(254, 245, 212) 100%);
}
.game-display-wrapper .mobile .arxeus-image-wrapper .background-wrapper .text-overlay .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 15px;
  width: 50%;
  height: 100%;
}
.game-display-wrapper .mobile .arxeus-image-wrapper .background-wrapper .text-overlay .text-container h3 {
  color: #0e1111;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.game-display-wrapper .mobile .arxeus-image-wrapper .background-wrapper .text-overlay .text-container p {
  font-size: 14px;
  line-height: 15px;
}
.game-display-wrapper .mobile .hell-image-wrapper {
  width: 100%;
  padding-bottom: 71%;
  position: relative;
}
.game-display-wrapper .mobile .hell-image-wrapper .background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../Uploads/StaticAssets/MobileHell.jpg");
}
.game-display-wrapper .mobile .hell-image-wrapper .background-wrapper .text-overlay {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: rgb(199, 76, 43);
  background: linear-gradient(90deg, rgb(199, 76, 43) 0%, rgba(199, 76, 43, 0.8) 66%, rgba(199, 76, 43, 0.5) 80%, rgba(199, 76, 43, 0) 100%);
}
.game-display-wrapper .mobile .hell-image-wrapper .background-wrapper .text-overlay .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 15px;
  width: 50%;
  height: 100%;
}
.game-display-wrapper .mobile .hell-image-wrapper .background-wrapper .text-overlay .text-container h3 {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.game-display-wrapper .mobile .hell-image-wrapper .background-wrapper .text-overlay .text-container p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 15px;
}
.game-display-wrapper .desktop {
  display: none;
}
@media (min-width: 992px) {
  .game-display-wrapper .desktop {
    display: block;
  }
}
.game-display-wrapper .desktop .background-image {
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 37.5%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../Uploads/StaticAssets/DesktopCover.jpg");
  position: relative;
  transition: all 0.3s;
}
.game-display-wrapper .desktop .right-information-box {
  width: 40%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(199, 76, 43);
  background: linear-gradient(90deg, rgba(254, 245, 212, 0) 0%, rgba(254, 245, 212, 0.5) 19%, rgba(254, 245, 212, 0.8) 32%, rgb(254, 245, 212) 100%);
  margin-right: -50%;
  transition: all 0.3s;
  color: #0e1111;
}
.game-display-wrapper .desktop .left-information-box {
  top: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  background: rgb(199, 76, 43);
  background: linear-gradient(90deg, rgb(199, 76, 43) 0%, rgb(199, 76, 43) 70%, rgba(199, 76, 43, 0.8) 80%, rgba(0, 212, 255, 0) 100%);
  margin-left: -50%;
  transition: all 0.3s;
}
.game-display-wrapper .desktop .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.game-display-wrapper .desktop .text-container.left {
  padding: 40px 30% 40px 40px;
}
.game-display-wrapper .desktop .text-container.right {
  padding: 40px 40px 40px 30%;
  color: #0e1111;
}
.game-display-wrapper .desktop .text-container h3 {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.game-display-wrapper .desktop:hover .background-image {
  filter: brightness(50%);
}

.about-us {
  background-color: #0e1111;
}
.about-us .description {
  padding-top: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .about-us .description {
    padding-top: 100px;
  }
}
.about-us .description .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-us .description .row .picture-column {
  display: flex;
  justify-content: center;
}
.about-us .description .row .picture-column img {
  width: 50%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-us .description .row .picture-column img {
    width: 100%;
  }
}
.about-us .description .row p {
  text-align: center;
  color: #FFFFFF;
}

.btn {
  display: inline-block;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  align-items: center;
}
.btn.btn-primary {
  padding: 12px 32px;
  background-color: #01c8b4;
}

footer {
  padding-top: 30px;
  background-color: #01c8b4;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  footer {
    padding-top: 60px;
  }
}
footer .footer-about {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .footer-about {
    display: block;
  }
}
footer .footer-about img {
  width: 40%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer .footer-about img {
    margin-bottom: 20px;
  }
}
footer .footer-about p {
  margin-bottom: 0;
}
footer .additional-footer-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .additional-footer-information {
    margin-top: 0;
  }
}
footer .additional-footer-information a {
  text-decoration: none;
  color: #FFFFFF;
  opacity: 0.8;
}
footer .additional-footer-information .footer-social {
  width: 35px;
  height: 35px;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  footer .additional-footer-information .footer-social {
    margin-top: 0;
  }
}
footer .additional-footer-information .footer-social img {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1);
}
footer .additional-footer-information h5 {
  margin-bottom: 5px;
}
footer .seperator-line {
  margin-top: 40px;
  width: 100%;
}
footer .seperator-line div {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
footer .copyright-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .copyright-info .copyright {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
footer .copyright-info .copyright p {
  margin-bottom: 0;
}
footer .copyright-info .copyright h1 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
}
footer .copyright-info a {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright-info a .arrow-to-top {
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  filter: invert(50%) sepia(89%) saturate(1067%) hue-rotate(133deg) brightness(98%) contrast(102%);
}

/*# sourceMappingURL=Style.css.map */
