@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.head {
  line-height: 49px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0A1A2F;
}
.head span {
  color: #0F9BFF;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.subhead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #707C8D;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 24px;
    line-height: 32px;
  }
}

.text {
  line-height: 149.97%;
  letter-spacing: 0.02em;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text-main {
    font-size: 20px;
  }
}

.text-small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #707C8D;
}

.btn.btn-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #0F9BFF;
  border: 1px solid #0A1A2F;
  border-radius: 100px;
}
.btn.btn-main:hover {
  background: rgb(0, 127.75, 219);
  color: #FFFFFF;
}

.btn.btn-underline {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #707C8D;
  background: transparent;
  border: none;
  padding: 0px 10px;
  text-decoration: underline;
  border-radius: 0px;
}

.navbar {
  z-index: 100000;
}
.navbar .navbar-brand {
  max-width: 170px;
}
@media (max-width: 575.98px) {
  .navbar {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
}

h1 span {
  color: #F64B25;
}
h1 {
  font-weight: 900;
  line-height: 149.97%;
  letter-spacing: 0.02em;
}

footer {
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0px;
  bottom: 0px;
  background: #E8EDEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: -2;
}
@media (max-width: 575.98px) {
  footer .mona-col {
    position: absolute;
    z-index: -1;
    width: 94%;
  }
  footer .mona-col .mona {
    width: 100%;
    height: auto;
    opacity: 0.2;
  }
}
footer .text span {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #F64B25;
}

.papers .text-blue {
  color: #3186FF;
}
.papers .rp-card {
  background: transparent;
}
.papers .rp-card .img-blog {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}
.papers .rp-card .img-blog img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.papers .rp-card .img-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.27%, rgba(255, 255, 255, 0.576923) 73.61%, #FFFFFF 100%);
  z-index: 1;
}
.papers .rp-card .logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 35px;
  padding: 2px;
  background: #F4F5F7;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.papers .rp-card .card-img-overlay {
  position: relative;
  padding: 5px;
  margin-top: -20px;
}
.papers .rp-card .card-img-overlay .text {
  color: #F64B25;
  font-size: 20px;
}
.papers .rp-card .text-small {
  margin-top: 30px;
}
.papers .rp-card .card-footer {
  background: #F4F5F7;
  border-radius: 20px;
  padding: 5px;
}
.papers .rp-card .card-footer .text-small {
  margin-top: 0px;
}

.contact-hero {
  position: relative;
}
.contact-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #0A1A2F 25.12%, #205295 100%);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .contact-hero::after {
    border-radius: 0 0 10px 10px;
  }
}

.form-card {
  background: #F4F5F7;
  border: 1px solid #DEE2EB;
  border-radius: 15px;
  box-shadow: 0px 4px 25px rgba(10, 26, 47, 0.1);
}
.form-card small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707C8D;
}
.form-card .card-body {
  padding: 1rem;
}
.form-card .form-control {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  background: #FFFFFF;
  border: 1px solid #DEE2EB;
  border-radius: 10px;
  padding: 14px 20px;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.form-card .form-control::-moz-placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control::placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control:focus {
  border-color: #0F9BFF;
  box-shadow: 0px 0px 0px 3px rgba(15, 155, 255, 0.1);
  outline: none;
  background: #FFFFFF;
}
.form-card .form-control:hover {
  border-color: #B8C5D1;
}
.form-card textarea.form-control {
  min-height: 150px;
  resize: vertical;
  font-family: "Satoshi-Variable", sans-serif;
}
@media (max-width: 575.98px) {
  .form-card textarea.form-control {
    min-height: 120px;
  }
}
.form-card .btn-main {
  width: 100%;
  padding: 14px 30px;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(15, 155, 255, 0.3);
}
.form-card .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px rgba(15, 155, 255, 0.4);
}
.form-card .btn-main:active {
  transform: translateY(0);
}

.join-community-form .community-application-form {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0px 4px 20px rgba(10, 26, 47, 0.08);
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form {
    padding: 2rem 1.5rem;
  }
}
.join-community-form .community-application-form .form-section .section-header .section-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #0A1A2F;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section .section-header .section-title {
    font-size: 24px;
  }
}
.join-community-form .community-application-form .form-section .section-header .section-subtitle {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0A1A2F;
  margin-bottom: 0;
  color: #707C8D;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section .section-header .section-subtitle {
    font-size: 18px;
  }
}
.join-community-form .community-application-form .form-section .form-label {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0A1A2F;
  margin-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section .form-label {
    font-size: 14px;
  }
}
.join-community-form .community-application-form .form-section .form-label .text-danger {
  color: #F64B25;
}
.join-community-form .community-application-form .form-section .form-control,
.join-community-form .community-application-form .form-section .form-select {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  border: 1px solid #DEE2EB;
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.join-community-form .community-application-form .form-section .form-control:focus,
.join-community-form .community-application-form .form-section .form-select:focus {
  border-color: #0F9BFF;
  box-shadow: 0px 0px 0px 3px rgba(15, 155, 255, 0.1);
  outline: none;
}
.join-community-form .community-application-form .form-section .form-control::-moz-placeholder, .join-community-form .community-application-form .form-section .form-select::-moz-placeholder {
  color: #707C8D;
  opacity: 0.6;
}
.join-community-form .community-application-form .form-section .form-control::placeholder,
.join-community-form .community-application-form .form-section .form-select::placeholder {
  color: #707C8D;
  opacity: 0.6;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section .form-control,
  .join-community-form .community-application-form .form-section .form-select {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.join-community-form .community-application-form .form-section textarea.form-control {
  resize: vertical;
  min-height: 120px;
}
.join-community-form .community-application-form .form-section .form-text {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707C8D;
  margin-top: 0.25rem;
}
.join-community-form .community-application-form .form-section .form-check {
  margin-bottom: 0.75rem;
}
.join-community-form .community-application-form .form-section .form-check .form-check-input {
  margin-top: 0.35rem;
  width: 18px;
  height: 18px;
  border: 2px solid #DEE2EB;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.join-community-form .community-application-form .form-section .form-check .form-check-input:checked {
  background-color: #0F9BFF;
  border-color: #0F9BFF;
}
.join-community-form .community-application-form .form-section .form-check .form-check-input:focus {
  box-shadow: 0px 0px 0px 3px rgba(15, 155, 255, 0.1);
}
.join-community-form .community-application-form .form-section .form-check .form-check-label {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #0A1A2F;
  margin-left: 0.5rem;
  cursor: pointer;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section .form-check .form-check-label {
    font-size: 14px;
  }
}
.join-community-form .community-application-form .form-section .form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.join-community-form .community-application-form .form-section input[type=file]::file-selector-button {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  background: #0F9BFF;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.join-community-form .community-application-form .form-section input[type=file]::file-selector-button:hover {
  background: rgb(0, 127.75, 219);
}
.join-community-form .community-application-form .form-section h4 {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0A1A2F;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .join-community-form .community-application-form .form-section h4 {
    font-size: 16px;
  }
}
.join-community-form .community-application-form .btn-main {
  padding: 14px 40px;
  font-size: 18px;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.join-community-form .community-application-form .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px rgba(15, 155, 255, 0.4);
}/*# sourceMappingURL=community.css.map */