/******************
IMOPRTS
******************/
@import url("../fonts/fonts.css?v=2.0");
/******************
RESPONSIVE MIXINS
******************/
/******************
USEFUL MIXINS
******************/
/******************
VARIABLES
******************/
/******************
GLOBAL PRESETS
******************/
body, html {
  margin: 0;
  scroll-behavior: smooth;
  color: #FFFFFF;
  overflow-x: hidden;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  font-size: 16px;
  font-family: "Nippo", sans-serif;
  font-weight: 400;
  background: #000000;
}

/** Animation Keyframes **/
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes expandAnimation {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.25);
  }
  100% {
    transform: scaleX(1);
  }
}
body {
  animation: fadeInAnimation ease 1.5s;
}
body * {
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  html {
    scroll-padding-top: 180px;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.grecaptcha-badge {
  visibility: hidden;
  pointer-events: none;
}

.container {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 479.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media only screen and (max-width: 991.98px) {
  .padding-y {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .padding-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

* {
  margin-block-end: 0;
  margin-block-start: 0;
}

h1, .h1 {
  font-weight: 400;
  margin: 0;
  font-size: 25px;
}
@media only screen and (max-width: 767.98px) {
  h1, .h1 {
    text-align: center;
  }
  h1, .h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 359px) {
  h1, .h1 {
    font-size: 19px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 28px;
  }
}

#home .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#home .bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 0;
  pointer-events: none;
}
#home .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#home .logo {
  position: fixed;
  top: 200px;
  bottom: 200px;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  z-index: 10;
}
#home .logo img {
  width: 180px;
  height: auto;
}
@media only screen and (max-width: 359px) {
  #home .logo img {
    width: 140px;
    height: auto;
  }
}
#home .page-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media only screen and (max-width: 991.98px) {
  #home .page-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 479.98px) {
  #home .page-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  #home .page-content {
    top: 60%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 992px) {
  #home .page-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#home .page-content.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#home .page-content.hide .cta-btn {
  opacity: 0;
}
#home .page-content .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  #home .page-content .content-wrap {
    flex-direction: column;
    align-items: center;
    height: 100%;
  }
}
#home .page-content .content-wrap .text-wrap, #home .page-content .content-wrap .cta-wrap {
  pointer-events: all;
}
#home .page-content .content-wrap .animateText {
  white-space: normal;
  line-height: 1.2;
}
#home .page-content .content-wrap .letter {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.1s ease;
  vertical-align: top;
}
#home .page-content .content-wrap .letter.show {
  opacity: 1;
}
#home .page-content .content-wrap .cta-btn {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 20px;
  text-align: center;
  min-width: 120px;
  position: relative;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 359px) {
  #home .page-content .content-wrap .cta-btn {
    font-size: 18px;
  }
}
#home .page-content .content-wrap .cta-btn span {
  color: #000000;
  position: relative;
  z-index: 3;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  pointer-events: none;
}
#home .page-content .content-wrap .cta-btn:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
#home .page-content .content-wrap .cta-btn:hover span {
  color: #FFFFFF;
}
#home .page-content .content-wrap .cta-btn:hover:after {
  transform: scaleY(100%);
}

#team header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 479.98px) {
  #team header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  #team header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
#team header a img {
  width: 150px;
}
#team h1 {
  font-size: 27px;
}
@media only screen and (min-width: 1200px) {
  #team h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #team h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  #team h1 {
    font-size: 40px;
  }
}

.team-slider {
  padding: 3rem 0;
  position: relative;
  padding-bottom: 6rem;
  cursor: grab;
}
@media only screen and (max-width: 575.98px) {
  .team-slider {
    padding-top: 2rem;
  }
}
.team-slider .slick-list {
  overflow: visible;
}
.team-slider:before, .team-slider:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100%;
  top: 0;
}
.team-slider:after {
  transform: rotate(180deg);
  right: 0;
}
.team-slider .team-member {
  cursor: grab;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .team-slider .team-member {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .team-slider .team-member {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .team-slider .team-member {
    padding: 0 3rem;
  }
}
.team-slider .team-member .member-wrap {
  cursor: pointer;
}
.team-slider .team-member .member-text {
  text-align: center;
  padding-top: 1.5rem;
}
.team-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  border: none;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.team-slider .slick-arrow:not(.slick-disabled) {
  cursor: pointer;
}
.team-slider .slick-arrow:not(.slick-disabled):hover {
  transform: scale(1.1);
}
.team-slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.team-slider .slick-arrow.slick-prev {
  left: calc(50% - 50px);
}
.team-slider .slick-arrow.slick-next {
  right: calc(50% - 50px);
}

#teamSlider, #teamModal {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
#teamSlider.hide, #teamModal.hide {
  opacity: 0;
  pointer-events: none;
}
#teamSlider h2, #teamSlider h3, #teamModal h2, #teamModal h3 {
  font-size: 20px;
  list-style: 1;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #teamSlider h2, #teamSlider h3, #teamModal h2, #teamModal h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #teamSlider h2, #teamSlider h3, #teamModal h2, #teamModal h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  #teamSlider h2, #teamSlider h3, #teamModal h2, #teamModal h3 {
    font-size: 25px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 1000;
  transition: opacity 0.3s ease;
  padding-top: 2rem;
  overflow: auto;
  overflow-x: hidden;
}
.modal.hide {
  transform: translateY(30px);
}
@media only screen and (min-width: 992px) {
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal .modal-content {
  background: black;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.modal .modal-content h2, .modal .modal-content h3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content h2, .modal .modal-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal .modal-content h2, .modal .modal-content h3 {
    font-size: 25px;
  }
}
.modal .modal-content h3 {
  margin-bottom: 1rem;
}
.modal .modal-content p {
  font-family: "Century Gothic", "Poppins", sans-serif;
  font-weight: 500;
  text-transform: none;
  font-size: 17px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-content p {
    font-size: 18px;
  }
}
.modal .modal-content .modal-flex {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1.5rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 991.98px) {
  .modal .modal-content .modal-flex {
    flex-direction: column;
    text-align: center;
    padding-top: 3rem;
  }
}
.modal .modal-content .modal-flex .modal-image {
  flex-shrink: 0;
  min-width: 300px;
  max-width: 300px;
}
@media only screen and (min-width: 1200px) {
  .modal .modal-content .modal-flex .modal-image {
    min-width: 320px;
    max-width: 320px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal .modal-content .modal-flex .modal-image {
    min-width: 350px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .modal .modal-content .modal-flex .modal-image {
    min-width: 400px;
    max-width: 400px;
  }
}
.modal .modal-content .modal-flex .modal-image img {
  width: 100%;
  height: auto;
  display: block;
}
.modal .modal-content .modal-flex .modal-text {
  flex: 1;
}
@media only screen and (max-width: 991.98px) {
  .modal .modal-content .modal-flex .modal-text {
    padding-bottom: 5rem;
  }
}
.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.modal .modal-close:hover {
  transform: rotate(90deg);
}
.modal .modal-close img {
  pointer-events: none;
}