@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Hairline.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Thin.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Semibold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Heavy.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../fonts/Lato-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

body {
  position: relative;
  font-size: 20px;
  color: #000000;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  background-color: #004962;
}
@media (max-width: 1199.98px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 600;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.container {
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 20px;
  }
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.wAuto {
  width: auto;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

figure,
ul {
  margin: 0;
}

a:focus,
img:focus,
button:focus,
input:focus {
  box-shadow: none !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}
a:hover {
  color: inherit;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
}

.btn {
  font-size: 32px;
  line-height: 24px;
  letter-spacing: normal;
  color: #1A1A1A;
  background-color: #41D39D;
  border: none;
  border-radius: 40px;
  padding: 28px;
  width: 350px;
  max-width: 100%;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 24px;
    padding: 18px;
  }
}
.btn:hover, .btn:focus {
  color: #1A1A1A;
  background-color: #41D39D;
}

.break {
  display: none;
}

.hide-countdown {
  display: none !important;
}

.nospace {
  text-wrap: nowrap;
}

.small-text {
  line-height: 22.5px;
  font-weight: 500;
}

.img-box img {
  width: 100%;
}

.h-100vh {
  height: 100vh;
}

.section-heading {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1.2px;
  margin-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-heading {
    font-size: 32px;
    margin-bottom: 60px;
  }
}

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

#performance-section {
  position: relative;
}
#performance-section .performance-section-wrapper {
  padding: 40px 0;
  position: relative;
  background-image: url("../images/performance-gradient-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 1199.98px) {
  #performance-section .performance-section-wrapper {
    background-size: cover;
    background-position: center bottom -100px;
  }
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper {
    background-size: cover;
    background-position: center bottom -100px;
  }
}
#performance-section .performance-section-wrapper .performance-content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#performance-section .performance-section-wrapper .performance-content .site-logo img {
  height: 150px;
}
#performance-section .performance-section-wrapper .performance-content .top-content {
  color: #ffffff;
  max-width: 940px;
  margin-top: 49px;
}
#performance-section .performance-section-wrapper .performance-content .top-content h1 {
  color: #AEFFC3;
  font-size: 78px;
  font-weight: 900;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .top-content h1 {
    font-size: 56px;
  }
}
#performance-section .performance-section-wrapper .performance-content .top-content p {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .top-content p {
    font-size: 20px;
  }
}
#performance-section .performance-section-wrapper .performance-content .top-content h2 {
  font-size: 52px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  #performance-section .performance-section-wrapper .performance-content .top-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .top-content h2 {
    max-width: 300px;
    margin: auto;
  }
}
#performance-section .performance-section-wrapper .performance-content .bottom-content {
  max-width: 720px;
  margin-top: 58px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .bottom-content {
    margin-top: 48px;
  }
}
#performance-section .performance-section-wrapper .performance-content .bottom-content .app-links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
  row-gap: 15px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .bottom-content .app-links {
    flex-direction: column;
  }
}
#performance-section .performance-section-wrapper .performance-content .bottom-content .app-links a {
  max-width: 221px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-content .bottom-content .app-links a {
    max-width: 223px;
  }
}
#performance-section .performance-section-wrapper .performance-content .bottom-content .app-links a img {
  width: 100%;
}
#performance-section .performance-section-wrapper .performance-content .bottom-content p {
  color: #FFFFFF;
}
#performance-section .performance-section-wrapper .performance-carousel {
  margin-top: 100px;
  margin-bottom: -160px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-carousel {
    margin-top: 81px;
    margin-bottom: -200px;
  }
}
#performance-section .performance-section-wrapper .performance-carousel .item {
  overflow: hidden;
  border-radius: 4px;
}
#performance-section .performance-section-wrapper .performance-carousel .item img {
  width: 100%;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-carousel .item img {
    width: 114%;
    position: relative;
    right: 0;
    margin-left: -14%;
  }
}
#performance-section .performance-section-wrapper .performance-carousel .slick-list {
  margin: 0 0 0 -8px;
  padding: 0 6px 0 0 !important;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-carousel .slick-list {
    padding: 0 170px 0 0 !important;
    margin: 0 0 0 -4px;
  }
}
#performance-section .performance-section-wrapper .performance-carousel .slick-slide {
  margin: 0 8px;
}
@media (max-width: 767.98px) {
  #performance-section .performance-section-wrapper .performance-carousel .slick-slide {
    margin: 0 4px;
  }
}

#why-climb-section {
  background-color: #FFFFFF;
}
#why-climb-section .why-climb-section-wrapper {
  padding: 240px 0 120px;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper {
    padding: 240px 0 80px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container {
  padding-top: 28px;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container {
    padding-top: 0px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item + .item {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item + .item {
    margin-top: 90px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item .image {
  flex: 0 0 41.6%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item .image {
    flex: 0 0 100%;
    border-radius: 14px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item .image img {
  width: 100%;
}
#why-climb-section .why-climb-section-wrapper .why-container .item .content {
  flex: 0 0 51.2%;
  padding-top: 5px;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item .content {
    flex: 0 0 100%;
    padding-top: 40px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item .content h3 {
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 37px;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item .content h3 {
    font-size: 22px;
    margin-bottom: 21px;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item .content p {
  line-height: 1.2;
  color: #545454;
}
@media (max-width: 767.98px) {
  #why-climb-section .why-climb-section-wrapper .why-container .item .content p {
    line-height: 1.22;
  }
}
#why-climb-section .why-climb-section-wrapper .why-container .item .content p + p {
  margin-top: 24px;
}

#community-climb-section {
  background-color: #1A1A1A;
}
#community-climb-section .community-climb-section-wrapper {
  padding: 120px 0;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper {
    padding: 80px 0;
  }
}
#community-climb-section .community-climb-section-wrapper .container {
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .container {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .section-heading {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
#community-climb-section .community-climb-section-wrapper .community-image picture {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .community-image picture {
    border-radius: 10px;
  }
}
#community-climb-section .community-climb-section-wrapper .community-image picture img {
  width: 100%;
}
#community-climb-section .community-climb-section-wrapper .community-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 90px;
}
@media (max-width: 991.98px) {
  #community-climb-section .community-climb-section-wrapper .community-container {
    column-gap: 60px;
  }
}
#community-climb-section .community-climb-section-wrapper .community-container .item {
  flex: 1 0 0%;
  padding-top: 88px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .community-container .item {
    flex: 0 0 100%;
    padding-top: 60px;
    max-width: 100%;
  }
  #community-climb-section .community-climb-section-wrapper .community-container .item:first-child {
    padding-top: 50px;
  }
}
#community-climb-section .community-climb-section-wrapper .community-container .item .content h3 {
  font-weight: 700;
  margin-bottom: 24px;
  color: #AEFFC3;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .community-container .item .content h3 {
    font-size: 22px;
  }
}
#community-climb-section .community-climb-section-wrapper .community-container .item .content p {
  color: #F0F0F0;
}
#community-climb-section .community-climb-section-wrapper .join-now {
  margin-top: 88px;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .join-now {
    margin-top: 60px;
  }
}
#community-climb-section .community-climb-section-wrapper .app-links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 11px;
  row-gap: 15px;
  margin-top: 90px;
  background: #41D39D;
  padding: 21px 26px;
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .app-links {
    flex-direction: column;
  }
}
#community-climb-section .community-climb-section-wrapper .app-links a {
  max-width: 221px;
}
@media (max-width: 767.98px) {
  #community-climb-section .community-climb-section-wrapper .app-links a {
    max-width: 223px;
  }
}
#community-climb-section .community-climb-section-wrapper .app-links a img {
  width: 100%;
}

footer .footer-wrapper {
  padding: 110px 0px 109px;
  text-align: center;
  background-image: url("../images/footer-gradient-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
@media (max-width: 767.98px) {
  footer .footer-wrapper {
    padding: 90px 0px 80px;
    background-position: -500px center;
    background-size: 400%;
  }
}
footer .footer-wrapper .content {
  max-width: 268px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .footer-wrapper .site-logo {
  width: 95px;
  margin-bottom: 21px;
}
footer .footer-wrapper .site-logo img {
  width: 100%;
}
footer .footer-wrapper .copyright-text {
  color: #AEFFC3;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  footer .footer-wrapper .copyright-text {
    font-size: 16px;
  }
}
footer .footer-wrapper .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  footer .footer-wrapper .footer-links {
    padding-right: 10px;
  }
}
footer .footer-wrapper .footer-links a {
  color: #ffffff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767.98px) {
  footer .footer-wrapper .footer-links a {
    font-size: 14px;
  }
}
footer .footer-wrapper .footer-links a + a {
  margin-right: 6px;
}