@charset "UTF-8";
.Home_container__d256j {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.Home_flexCenter__ZjhFa {
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
.Home_contactText__evgwf {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  font-family: Protomono;
  font-size: 20px;
  letter-spacing: -0.28px;
  line-height: 40px;
  text-align: center;
  opacity: 0.9;
}
.Home_contactText__evgwf a {
  color: var(--off-white);
  margin-right: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.Home_contactText__evgwf a:hover {
  opacity: 0.7;
}
.Home_hero__VkeT1 {
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.Home_loaded__KVTWZ {
  background-image: url(/nodes-sales-banner.png);
  opacity: 1;
}
.Home_hero__VkeT1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.Home_heroContent__aWtjQ {
  padding-top: 120px;
  font-family: Inter, sans-serif;
  z-index: 2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.Home_mobileLeft__LWgVT {
  cursor: pointer;
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
}
@keyframes Home_slideInLeft__tlmuz {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes Home_slideInRight__75z_m {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.Home_animateH1__yeGU8 {
  animation: Home_slideInLeft__tlmuz 1s ease-out forwards;
}
.Home_animateP__PzIeU {
  animation: Home_slideInRight__75z_m 1s ease-out forwards;
}
.Home_heroContent__aWtjQ h1 {
  opacity: 0;
  transform: translateX(-100px);
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}
.Home_heroContent__aWtjQ p {
  opacity: 0;
  transform: translateX(100px);
  font-size: 22px;
}
.Home_dropdown__1dIW0 {
  display: flex;
  min-width: max-content;
  background: linear-gradient(
      90deg,
      rgba(89, 250, 250, 0.15) 4.74%,
      rgba(89, 250, 250, 0.15) 4.75%,
      rgba(89, 250, 250, 0.06)
    ),
    #16181a;
  border: 1px solid var(--cyan-100);
  border-radius: 10px;
  padding: 24px 16px;
  position: absolute;
  top: 90px;
  z-index: 3;
  grid-row-gap: 27px;
  flex-flow: column;
  align-items: flex-start;
}
.Home_menuLabel__OsoEZ {
  font-size: 18px;
  color: var(--little-blue);
}
.Home_loadingWrapper__okNfx {
  margin: auto;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home_info__Lr5gE {
  position: absolute;
  font-size: 28px;
  line-height: 134%;
  opacity: 0.7;
}
.Home_subHeader__IaPtY {
  padding-top: 148px;
}
.Home_navbarMenu__ktahu {
  margin-right: 24px;
}
.Home_hamburger__XTGnS {
  display: none;
}
.Home_hamburgerBtn__2ttp0 {
  width: 44px;
  height: 27px;
  transition-duration: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.336px;
  border: 0.593px solid #59fafa;
  background: #182224;
}
.Home_hamburgerBtn__2ttp0:hover {
  cursor: pointer;
}
.Home_hamburgerIcon__r29dB {
  transition-duration: 0.5s;
}
.Home_hamburgerIcon__r29dB:before {
  top: -3px;
}
.Home_hamburgerIcon__r29dB:after,
.Home_hamburgerIcon__r29dB:before {
  transition-duration: 0.5s;
  position: relative;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #f7f4f1;
  content: "";
}
.Home_hamburgerIcon__r29dB:after {
  top: 2px;
}
.Home_hamburgerOpen__1VeYq .Home_hamburgerIcon__r29dB:before {
  transform: rotate(45deg) scaleX(0.9) translate(3px, 2px);
}
.Home_hamburgerOpen__1VeYq .Home_hamburgerIcon__r29dB:after {
  transform: rotate(-45deg) scaleX(0.9) translate(2px, -2px);
}
.Home_marginLeftAuto__PrSgd {
  color: var(--cyan-60);
  margin-top: 274px;
  margin-left: auto;
}
.Home_bodyS__hjbBZ {
  letter-spacing: -0.28px;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}
.Home_bodyXs__ZmTxm {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}
.Home_footerContainer__pmYEU {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}
.Home_footer__yFiaX {
  padding-top: 36px;
  padding-bottom: 16px;
  border-top: 0.5px solid #fff;
}
.Home_backImageCyan__QdvzE {
  background-image: linear-gradient(180deg, var(--cyan-20), var(--black) 40%);
}
.Home_backImageBlue__Ye5Dw {
  background-image: linear-gradient(180deg, var(--blue-20), var(--black) 40%);
}
.Home_navbarComponent__iNh2N {
  z-index: 999;
  background-color: hsla(0, 0%, 100%, 0);
  color: var(--off-white);
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
}
.Home_navbarContainer__JPpKN {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}
.Home_navbarLogoLink__tVK4j {
  padding: 4px 0;
}
.Home_navLink__SvGJP {
  color: var(--off-white);
  text-align: center;
  font-family: Protomono, sans-serif;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  transition: color 0.2s;
}
.Home_navLink__SvGJP:hover {
  color: var(--cyan-100);
}
.Home_marginBottom14__FhOYC {
  margin-bottom: 14px;
}
.Home_maxWidth390__kfCJ5 {
  max-width: 390px;
  color: var(--grey60);
}
.Home_maxWidth445__JoYRg {
  text-shadow: 2px -1px 20px var(--grey30);
  max-width: 445px;
}
.Home_footLinksDiv__ZXM5e {
  display: flex;
  flex-direction: row;
  color: #ddd;
}
.Home_footLinksDiv__ZXM5e div:not(:first-child) {
  margin-left: 4rem;
}
.Home_gap_16__qdxPz {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.Home_flex_vertical__EceIs {
  font-family: Protomono, sans-serif;
  flex-flow: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.Home_flex_vertical__EceIs p {
  margin: 0;
  text-transform: uppercase;
}
.Home_navFontSize__EByiV {
  font-size: 14px;
}
.Home_whitelist__n3Vu0 {
  text-transform: uppercase;
  max-width: 142px;
  text-align: center;
  margin-right: 24px;
  color: var(--cyan-100);
  font-family: Protomono, sans-serif;
}
.Home_whiteColor__8W_5H {
  color: var(--cyan-100);
}
.Home_whiteEnd__LlhJv {
  font-size: 10px;
  color: var(--magenta-100);
}
.Home_whitelist__n3Vu0:hover {
  opacity: 0.8;
}
.Home_textWrapper__8MOoV {
  height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translateY(10%);
}
.Home_textAnimation__C24mJ {
  height: calc(100% + 10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.8s;
  animation: Home_footerTextLoop__D_IXM 6s cubic-bezier(0.87, 0, 0.13, 1)
    infinite;
}
.Home_textAnimation__C24mJ span {
  display: block;
  flex-shrink: 0;
  line-height: 0.8;
}
.Home_cyanglowy__wwrya {
  color: var(--cyan-100);
  text-shadow: 2px 2px 10px var(--cyan-60);
}
.Home_yellowglowy__oUv6e {
  color: var(--yellow-100);
  text-shadow: 2px 2px 3px var(--yellow-60);
}
.Home_megentaglowy__YWSZ7 {
  color: #ff2c79;
  text-shadow: 2px 2px 2px var(--magenta-60);
}
@keyframes Home_footerTextLoop__D_IXM {
  0% {
    transform: translateY(0);
  }
  33.3% {
    transform: translateY(-100%);
  }
  66.6% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(-300%);
  }
}
@media screen and (min-width: 1600px) {
  .Home_heroContent__aWtjQ {
    padding-top: 180px;
  }
}
@media screen and (max-width: 767px) {
  .Home_container__d256j {
    padding-left: 16px;
    padding-right: 16px;
  }
  .Home_maxWidth445__JoYRg {
    max-width: 325px;
  }
  .Home_animateP__PzIeU {
    animation: Home_slideInLeft__tlmuz 1s ease-out forwards;
  }
}
@media screen and (max-width: 479px) {
  .Home_heroContent__aWtjQ h1 {
    font-size: 36px;
    text-align: center;
  }
  .Home_heroContent__aWtjQ p {
    text-align: center;
    font-size: 18px;
    margin-top: 32px;
  }
  .Home_textWrapper__8MOoV {
    height: 30px;
  }
  .Home_whitelist__n3Vu0 {
    max-width: 94px;
    margin-right: 10px;
  }
  .Home_hamburger__XTGnS {
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    margin-left: 16px;
  }
  .Home_subHeader__IaPtY {
    padding-top: 188px;
  }
  .Home_navbarContainer__JPpKN {
    padding-left: 16px;
    padding-right: 16px;
  }
  .Home_footLinksDiv__ZXM5e {
    flex-direction: column;
  }
  .Home_footLinksDiv__ZXM5e div:not(:first-child) {
    margin-left: 0;
    margin-top: 3rem;
  }
  .Home_marginLeftAuto__PrSgd {
    margin-top: 80px;
    margin-left: 0;
  }
  .Home_maxWidth390__kfCJ5 {
    max-width: 343px;
  }
  .Home_navbarMenu__ktahu {
    z-index: 700;
    background-color: var(--black);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.65s ease;
  }
  .Home_navListWrapper__9ffm2 {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }
  .Home_navList__J3K_I {
    border: 1px solid var(--cyan-100);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 24px;
    min-height: 440px;
    background: linear-gradient(
      90deg,
      rgba(93, 250, 250, 0.09) 4.78%,
      rgba(93, 250, 250, 0.04)
    );
    grid-row-gap: 32px;
  }
  .Home_navFontSize__EByiV {
    font-size: 20px;
  }
}
.button_button__rjx3x {
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid var(--cyan-100);
  background-color: var(--black);
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 2px;
  color: var(--cyan-100);
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  font-weight: 400;
  line-height: 90%;
  font-family: Protomono, sans-serif;
}
.button_button__rjx3x:hover {
  color: var(--black);
  background-color: var(--cyan-100);
}
.button_button__rjx3x:disabled {
  cursor: not-allowed;
  color: var(--grey20);
  border: 1px solid var(--grey20);
}
.button_button__rjx3x:disabled:hover {
  background-color: var(--black);
}
.button_notAllow__f7yv1 {
  color: var(--cyan-100) !important;
  border: 1px solid var(--cyan-100) !important;
  opacity: 0.3;
}
.button_primary__IiIpN {
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid var(--off-white);
  background-color: var(--black);
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 2px;
  color: var(--off-white);
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  font-weight: 400;
  line-height: 90%;
  font-family: Protomono, sans-serif;
}
.button_primary__IiIpN:hover {
  color: var(--cyan-100);
  border-color: var(--cyan-100);
}
.button_large__phhtf {
  font-size: 20px;
  font-weight: 500;
  height: 43px;
}
.button_big__3m55O {
  font-size: 20px;
  height: 60px;
  padding: 0 20px;
}
.button_text__s6_2P {
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--black);
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--cyan-100);
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  font-weight: 400;
  line-height: 90%;
  font-family: Protomono, sans-serif;
}
.button_text__s6_2P:hover {
  opacity: 0.7;
}
.page_logoList__s0_l7 {
  display: flex;
  margin: 40px 0 60px;
}
.page_logoListItem__JurnQ {
  margin: 0 40px;
}
.page_center__kkoPN {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.page_progress__wErrG {
  width: 650px;
  border-radius: 10px;
  height: 20px;
  background-color: #c7c7c7;
}
.page_progressBar__DdXkC {
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-color: var(--cyan-100);
}
.page_cyan__UVZOl {
  color: var(--cyan-100);
}
.page_outLink__1y3bm {
  color: #c6c6c6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page_outLink__1y3bm:hover {
  color: var(--cyan-100);
}
.page_panelText__tARxz {
  font-size: 28px;
  font-family: Protomono, sans-serif;
  text-align: center;
  padding: 100px 0 40px;
}
.page_thirdGrids__N_2X_ {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 120px 0;
  display: grid;
}
.page_thirdGrids__N_2X_ > :first-child {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url(/img/left-1.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.page_thirdGrids__N_2X_ > :nth-child(2) {
  grid-row: 1/2;
  background-image: url(/img/right-2.svg);
}
.page_thirdGrids__N_2X_ > :nth-child(2),
.page_thirdGrids__N_2X_ > :nth-child(3) {
  grid-column: 2/3;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.page_thirdGrids__N_2X_ > :nth-child(3) {
  grid-row: 2/3;
  background-image: url(/img/right-3.svg);
}
.page_collectionItem__OgJdw {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page_thirdGrid__PI19p {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #59fafa;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  transition: opacity 0.5s ease;
}
.page_icon__jaFuJ {
  z-index: 2;
  object-fit: cover;
  width: 40px;
  height: 40px;
  position: relative;
}
.page_title__yIZj8 {
  color: var(--off-white);
  letter-spacing: -0.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Protomono, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}
.page_sub__v2FMa {
  letter-spacing: -0.28px;
  font-size: 18px;
  line-height: 140%;
  color: #f7f4f1;
  opacity: 0.9;
}
.page_reviewWrapper__ttj6D {
  border-radius: 8px;
  border: 1px solid var(--cyan-100);
  position: relative;
  margin-bottom: 80px;
}
.page_reviewItem__zFlUx {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 60px 40px;
}
.page_content__GqsvN {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 36px;
  min-height: 216px;
  font-weight: 900;
}
.page_line__rz0YP {
  display: flex;
  align-items: center;
}
.page_userInfo__qB0y5 {
  margin-right: 16px;
}
.page_avatar__cCbiX {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.page_author__8DN6o {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 800;
}
.page_position__1709I {
  line-height: 20px;
  color: #5e6b7e;
}
.page_accordWrapper__gtO6k {
  margin: 0 0 40px;
  border: 1px solid var(--cyan-100);
  border-radius: 5px;
  width: 100%;
}
.page_accordion__8l7Jp {
  border-top: 1px solid var(--cyan-100);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
  position: relative;
  transition: opacity 0.5s ease;
}
.page_accordion__8l7Jp:first-child {
  border-top: none;
}
.page_accordion__8l7Jp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(93, 250, 250, 0.15) 4.74%,
      rgba(93, 250, 250, 0.06)
    ),
    #16181a;
  opacity: 0;
  border-radius: 5px;
  transition: opacity 0.5s ease;
}
.page_accordion__8l7Jp:hover:before {
  opacity: 1;
}
.page_accordionHeader__aQCvE {
  display: flex;
  z-index: 2;
  cursor: pointer;
  padding: 32px;
  position: relative;
  align-items: center;
}
.page_question__dyaN9 {
  color: var(--cyan-100);
  flex: 1 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  font-family: Protomono, sans-serif;
}
.page_faqIcon__Wg3WV {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.2s;
  display: flex;
  position: relative;
}
.page_faqIconLine__xlyEO {
  background-color: var(--off-white);
  border-radius: 4px;
  width: 16px;
  height: 2px;
  transition: all 0.2s;
}
.page_rotate__Lv8xZ {
  position: absolute;
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.page_rotateActive___UYMu {
  transform: rotate(0deg);
}
.page_accordionContent__dZqPd {
  transition: height 0.5s ease, padding 0.5s ease;
  max-width: 960px;
  color: #c6c6c6;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  position: relative;
  z-index: 2;
}
.page_infoWrapper__fHsLi {
  padding: 40px;
}
.page_fourWrapper__7buud {
  background-color: #000;
  margin: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  width: 100%;
  border: 1px solid var(--cyan-100);
  border-radius: 8px;
}
.page_fourInfo__6XqzI {
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-family: Protomono, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}
.page_fourSubInfo__H2Zqa {
  opacity: 0.7;
  font-size: 16px;
  line-height: 130%;
}
.page_imageWrapper__H8aPb {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/NODE.webp);
  background-size: 100% 100%;
}
.page_videoWrapper__5jwH1 {
  width: 100%;
  margin-top: 24px;
}
.page_videoWrapper__5jwH1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_bulletPoint__AcSe9 {
  position: relative;
  padding-left: 20px;
}
.page_bulletPoint__AcSe9:before {
  content: "•";
  color: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 24px;
  line-height: 1.5;
}
.page_box__Ix531 {
  display: flex;
}
.page_box__Ix531 img {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .page_panelText__tARxz {
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
    line-height: 30px;
  }
  .page_logoList__s0_l7 {
    margin: 20px 0 40px;
  }
  .page_logoListItem__JurnQ {
    margin: 0 20px;
  }
  .page_thirdGrids__N_2X_ {
    padding: 90px 0;
    grid-template-columns: 1fr;
    grid-template-rows: 560px 500px 500px;
  }
  .page_thirdGrids__N_2X_ > :first-child {
    grid-row: inherit;
    grid-column: inherit;
    background-position: 50%;
  }
  .page_thirdGrids__N_2X_ > :nth-child(2) {
    grid-row: inherit;
    grid-column: inherit;
    background-position: 78%;
  }
  .page_thirdGrids__N_2X_ > :nth-child(3) {
    grid-row: inherit;
    grid-column: inherit;
    background-position: 70%;
  }
  .page_thirdGrid__PI19p {
    padding: 24px;
  }
  .page_fourWrapper__7buud {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    margin-top: 40px;
    gap: 0;
  }
  .page_fourWrapper__7buud > :nth-child(2) {
    aspect-ratio: 1/1;
    width: 100%;
  }
  .page_infoWrapper__fHsLi {
    padding: 40px 16px 0;
  }
  .page_accordionHeader__aQCvE {
    padding: 24px;
  }
  .page_question__dyaN9 {
    font-size: 16px;
    line-height: 120%;
  }
  .page_accordionContent__dZqPd {
    font-size: 16px;
  }
  .page_reviewItem__zFlUx {
    padding: 40px 24px;
  }
  .page_content__GqsvN {
    font-size: 18px;
    line-height: 28px;
  }
  .page_avatar__cCbiX {
    width: 100px;
    height: 100px;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50%
    no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/_next/static/media/slick.25572f22.eot);
  src: url(/_next/static/media/slick.25572f22.eot?#iefix)
      format("embedded-opentype"),
    url(/_next/static/media/slick.653a4cbb.woff) format("woff"),
    url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),
    url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
