/****************************************************************
 * Require Imports
 ****************************************************************/
/*--------VARIABLES-------*/
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-ExtraBold.eot");
  src: url("../fonts/Jost-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-ExtraBold.woff2") format("woff2"), url("../fonts/Jost-ExtraBold.woff") format("woff"), url("../fonts/Jost-ExtraBold.ttf") format("truetype"), url("../fonts/Jost-ExtraBold.svg#Jost-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-ExtraLight.eot");
  src: url("../fonts/Jost-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-ExtraLight.woff2") format("woff2"), url("../fonts/Jost-ExtraLight.woff") format("woff"), url("../fonts/Jost-ExtraLight.ttf") format("truetype"), url("../fonts/Jost-ExtraLight.svg#Jost-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype"), url("../fonts/Jost-Medium.svg#Jost-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Light.eot");
  src: url("../fonts/Jost-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Light.woff2") format("woff2"), url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("truetype"), url("../fonts/Jost-Light.svg#Jost-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype"), url("../fonts/Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/Jost-SemiBold.eot");
  src: url("../fonts/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold.ttf") format("truetype"), url("../fonts/Jost-SemiBold.svg#Jost-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
  background-color: #1f1f1f;
  padding: 0;
  margin: 0;
}
body._lock {
  overflow: hidden;
}

p {
  margin: 0;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
  line-height: 1.2em;
  color: #fff;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 24px;
}

a {
  display: inline-block;
  text-decoration: none;
  line-height: 0.9em;
  color: #ffdd66;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}

a:hover,
a:active {
  border-color: #ffdd66;
}

a, button {
  transition: all 0.5s ease;
}

input, input:hover, input:active, input:focus,
textarea, textarea:hover, textarea:active, textarea:focus,
button, button:hover, button:active, button:focus,
a:hover, a:active, a:focus {
  outline: none;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 40px !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 15px !important;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(66, 232, 224, 0.1);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(66, 232, 224, 0.1);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(66, 232, 224, 0.1);
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=date]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(66, 232, 224, 0.1);
}

button,
input[type=submit] {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffdd66;
  border-radius: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  color: #ffdd66;
  padding: 6px 13px;
  transition: all 0.5s ease;
}

#page {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#page .footer {
  margin-top: auto;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.gap-0 > * {
  padding: 0;
}

.gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.gap-1 > * {
  padding: 10px;
}

.gap-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-2 > * {
  padding: 20px;
}

.gap-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.gap-3 > * {
  padding: 30px;
}

.gap-3 {
  margin-left: -30px;
  margin-right: -30px;
}

.justify-flex-start {
  justify-content: flex-start;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.align-flex-start {
  align-items: flex-start;
}

.align-flex-end {
  align-items: flex-end;
}

.align-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 0) {
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
}
@media (min-width: 480px) {
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 720px) {
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}
@media (min-width: 960px) {
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}
@media (min-width: 1200px) {
  .col,
.col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col,
.col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col,
.col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col,
.col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col,
.col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col,
.col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col,
.col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col,
.col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col,
.col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col,
.col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col,
.col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col,
.col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
}
/****************************************************************
 * Parts
 ****************************************************************/
.header {
  padding: 30px 0;
  background-color: #000;
  color: #fff;
}
.header .logo {
  font-weight: 500;
  color: #ffdd66;
}
.header .logo:hover {
  border-color: transparent;
}
.header .menu .menu__list {
  display: flex;
}
.header .menu .menu__list li:not(:last-child) {
  margin-right: 10px;
}
.hamburger {
  border: none;
  background: none;
  width: 25px;
  height: 25px;
  position: relative;
  margin-left: auto;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -12.5px;
  transition: 0.25s ease-in-out;
}
.hamburger span::after, .hamburger span::before {
  content: "";
  display: block;
  transition: 0.2s;
}
.hamburger span::after {
  transform: translateY(-7px);
}
.hamburger span::before {
  transform: translateY(7px);
}
.hamburger._active span {
  background-color: transparent;
}
.hamburger._active span::after {
  transform: rotate(45deg);
}
.hamburger._active span::before {
  transform: rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
  overflow: auto;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu._active {
  transform: translateY(0);
}
.mobile-menu .mobile-menu__close {
  position: absolute;
  top: 50px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-menu .mobile-menu__close::before, .mobile-menu .mobile-menu__close::after {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75px;
  margin-left: -6px;
}
.mobile-menu .mobile-menu__close::before {
  transform: rotate(45deg);
}
.mobile-menu .mobile-menu__close::after {
  transform: rotate(-45deg);
}
.mobile-menu .mobile-menu__body {
  max-width: 260px;
  width: 100%;
}
.mobile-menu .mobile-menu__body .mobile-menu__title {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.mobile-menu .mobile-menu__body .mobile-menu__nav .mobile-menu__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .mobile-menu__body .mobile-menu__nav .mobile-menu__list li:not(:last-child) {
  margin-bottom: 12px;
}
.mobile-menu .mobile-menu__body .mobile-menu__nav .mobile-menu__list li a {
  font-size: 16px;
}

.footer {
  background-color: #000;
  color: #fff;
  border-bottom: solid 6px #ffdd66;
  padding: 60px 0;
}
.footer a {
  color: #ffdd66;
}

.heading {
  padding: 80px 0;
}
.heading .heading__title {
  text-align: center;
}

/****************************************************************
 * Pages
 ****************************************************************/
.forums {
  padding-bottom: 60px;
  color: #fff;
}
.error-404 {
  padding: 60px 0;
}
.error-404 .error-404__btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 13px;
  border-radius: 10px;
  border: 1px solid #ffdd66;
  text-transform: uppercase;
  margin: 0 auto;
}

/****************************************************************
 * Media Queries
 ****************************************************************/
@media (min-width: 0) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  .heading {
    padding: 60px 0;
  }
  .header a.logo {
    font-size: 16px;
  }
  .forums {
    padding-bottom: 40px;
  }
  #bbpress-forums {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 720px) {
  body {
    font-size: 16px;
  }
  .forums {
    padding-bottom: 60px;
  }
  #bbpress-forums {
    margin-bottom: 60px !important;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 50px;
  }
  .heading {
    padding: 80px 0;
  }
}/*# sourceMappingURL=styles.css.map */