@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Inter:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  scroll-behavior: auto !important;
}

body, html {
  margin: 0;
  padding: 0;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Inter", sans-serif;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.6);
}

body {
  background-color: #0a0a0a;
  overflow-x: hidden;
}

i {
  font-style: italic;
}

body {
  position: relative;
  background-color: #0a0a0a;
  min-height: 100vh;
}
body.loading {
  height: 100vh;
  overflow: hidden;
}

.loaderContainer {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a0a0a;
  z-index: 111;
}
.loaderContainer .line {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #00E5FF;
  -webkit-animation: up 1s;
          animation: up 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: 2s;
  transition: 2s;
  border-bottom: none;
  border-right: none;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  margin-left: -70px;
  margin-top: -70px;
  left: 50%;
  top: 50%;
}
@media (max-width: 760px) {
  .loaderContainer .line {
    margin-left: -50px;
    margin-top: -50px;
  }
}
.loaderContainer #line2 {
  width: 90px;
  height: 90px;
  left: 50.35%;
  top: 50.7%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loaderContainer #line3 {
  width: 80px;
  height: 80px;
  left: 50.7%;
  top: 51.4%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loaderContainer #line4 {
  width: 70px;
  height: 70px;
  left: 51.05%;
  top: 52.1%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.loaderContainer #line5 {
  width: 60px;
  height: 60px;
  left: 51.4%;
  top: 52.8%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@-webkit-keyframes up {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes up {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cntWrap {
  padding-top: 130px;
}

.section {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 200px;
  margin-bottom: 200px;
}

.heading_01 {
  position: relative;
  font-size: 56px;
  line-height: 76px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
}
@media (max-width: 1600px) {
  .heading_01 {
    font-size: 52px;
    line-height: 72px;
  }
}
@media (max-width: 1440px) {
  .heading_01 {
    font-size: 46px;
    line-height: 66px;
  }
}
@media (max-width: 1366px) {
  .heading_01 {
    font-size: 42px;
    line-height: 62px;
  }
}
@media (max-width: 760px) {
  .heading_01 {
    font-size: 28px;
    line-height: 38px;
  }
}

button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.heading_05 {
  position: relative;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
}

p, .pTxt {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 200;
}

.cBtn {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  font-size: 16px;
  font-size: 700;
  color: #ffffff;
  background: #00E5FF;
  -webkit-box-shadow: 0px 0px 18px 0px #00E5FF;
          box-shadow: 0px 0px 18px 0px #00E5FF;
  color: #0a0a0a;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-weight: 500;
  border: none;
}
.cBtn:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
  color: #0a0a0a;
}
@media (max-width: 760px) {
  .cBtn#applyBtn {
    padding: 15px 20px;
  }
}

.ulList {
  position: relative;
}
.ulList li {
  position: relative;
  padding-left: 40px;
}
.ulList li:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}

section {
  position: relative;
  padding: 0 125px;
}
@media (max-width: 1440px) {
  section {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 0 50px;
  }
}
@media (max-width: 760px) {
  section {
    padding: 0 20px;
  }
}

.bTxt {
  font-size: 28px;
  line-height: 38px;
  color: rgba(245, 245, 245, 0.6980392157);
  font-weight: 300;
}
@media (max-width: 1600px) {
  .bTxt {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) {
  .bTxt {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 760px) {
  .bTxt {
    font-size: 18px;
    line-height: 28px;
  }
}

.btnWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50px;
}
@media (max-width: 760px) {
  .btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 50px;
  }
}

.nBtn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
}
.nBtn:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5.56116H12M12 5.56116L7.875 1.43616M12 5.56116L7.875 9.68616" stroke="url(%23paint0_linear_5_33)" stroke-width="1.04762" stroke-linecap="round" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_5_33" x1="12" y1="5.56116" x2="1" y2="5.56116" gradientUnits="userSpaceOnUse"><stop stop-color="%23F5F5F5"/><stop offset="1" stop-color="%238F8F8F" stop-opacity="0.12"/></linearGradient></defs></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.nBtn:hover:after {
  -webkit-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px);
}

.pl0 {
  padding-left: 0 !important;
}

.lightBtn {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  border: 1px solid #00E5FF;
  border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.lightBtn:hover {
  background-color: #00E5FF;
  color: #0a0a0a;
}

.inputWrap {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .inputWrap {
    margin-bottom: 20px;
  }
}
.inputWrap:last-child {
  margin-bottom: 0;
}
.inputWrap label {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: 200;
  display: block;
}
@media (max-width: 760px) {
  .inputWrap label {
    font-size: 16px;
  }
}
.inputWrap select, .inputWrap input, .inputWrap textarea {
  background-color: transparent;
  padding: 15px 20px;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
}
.inputWrap select:focus, .inputWrap select:focus-visible, .inputWrap select:focus-visible, .inputWrap input:focus, .inputWrap input:focus-visible, .inputWrap input:focus-visible, .inputWrap textarea:focus, .inputWrap textarea:focus-visible, .inputWrap textarea:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.inputWrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
.inputWrap select option {
  background-color: #ffffff;
  color: #0a0a0a;
}
.inputWrap select option:hover {
  background-color: #ffffff;
}
.inputWrap .selectWrap {
  position: relative;
}
.inputWrap .selectWrap:after {
  content: "";
  width: 9px;
  height: 6px;
  background-image: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="0.8" d="M1.16612 0.186277L4.5824 4.02313L7.99868 0.186277C8.11012 0.0653989 8.25937 -0.00148684 8.41429 2.50853e-05C8.5692 0.00153701 8.7174 0.0713256 8.82694 0.19436C8.93649 0.317394 8.99863 0.48383 8.99998 0.657821C9.00132 0.831811 8.94177 0.999434 8.83414 1.12459L5.0019 5.42861C4.94695 5.49059 4.88155 5.53965 4.80952 5.57292C4.73749 5.60619 4.66028 5.623 4.5824 5.62238C4.50455 5.62282 4.42738 5.60592 4.35538 5.57266C4.28337 5.5394 4.21795 5.49044 4.1629 5.42861L0.330662 1.12459C0.223034 0.999434 0.16348 0.831811 0.164826 0.657821C0.166173 0.48383 0.228311 0.317394 0.337859 0.19436C0.447407 0.0713256 0.595599 0.00153701 0.750517 2.50853e-05C0.905436 -0.00148684 1.05469 0.0653989 1.16612 0.186277Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.inputWrap textarea {
  min-height: 100px;
  resize: none;
}
.inputWrap.inputDualWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}
@media (max-width: 760px) {
  .inputWrap.inputDualWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inputWrap.inputDualWrap > div {
  width: calc(100% - 10px);
}
@media (max-width: 760px) {
  .inputWrap.inputDualWrap > div {
    width: 100%;
  }
}
.inputWrap.btnWrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.formMessage {
  position: relative;
  text-align: center;
}
.formMessage p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 30px;
}
.formMessage p.error {
  color: red;
}
.formMessage p.success {
  color: #00E5FF;
}

.swiper {
  width: 100%;
  padding-bottom: 100px;
  padding-top: 30px;
}

.logoPlaceholder {
  position: relative;
  width: 100%;
  text-align: center;
}
.logoPlaceholder img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.selectedMembershipInput {
  position: relative;
  display: none;
}
.selectedMembershipInput.active {
  display: block;
}

#selectedMembership {
  cursor: not-allowed;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 760px) {
  .banner {
    min-height: 100vh;
    height: 100%;
  }
}
.banner_cnt {
  text-align: center;
}
.banner_cnt .heading_01 {
  margin-bottom: 60px;
}
@media (max-width: 1600px) {
  .banner_cnt .heading_01 {
    margin-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .banner_cnt .heading_01 {
    margin-bottom: 30px;
  }
}
.banner_cnt .bTxt {
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .banner_cnt .bTxt {
    margin-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .banner_cnt .bTxt {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .banner_cnt .bTxt br {
    display: none;
  }
}
.banner_cnt_img {
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .banner_cnt_img {
    margin-bottom: 15px;
  }
}
.banner_cnt_img img {
  max-width: 300px;
}
@media (max-width: 1366px) {
  .banner_cnt_img img {
    max-width: 230px;
  }
}
@media (max-width: 760px) {
  .banner_cnt_img img {
    max-width: 160px;
  }
}
.banner_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner_pattern img {
  width: 100%;
}

#hero-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 760px) {
  #hero-animation {
    overflow: hidden;
  }
}
@media (max-width: 760px) {
  #hero-animation canvas {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  #whyQsa {
    padding-left: 50px !important;
  }
}
@media (max-width: 760px) {
  #whyQsa {
    padding-left: 20px !important;
  }
}

.whyQsa {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 100px;
  min-height: 100vh;
  padding-top: 200px;
}
@media (max-width: 1680px) {
  .whyQsa {
    grid-gap: 0;
  }
}
@media (max-width: 1440px) {
  .whyQsa {
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .whyQsa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
@media (max-width: 760px) {
  .whyQsa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
}
.whyQsa_fixed {
  position: absolute;
  left: 0;
}
.whyQsa_img {
  position: relative;
}
.whyQsa_img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.whyQsa_cnt {
  position: relative;
}
@media (max-width: 1024px) {
  .whyQsa_cnt {
    width: 100%;
  }
}
.whyQsa_cnt_title {
  margin-bottom: 50px;
}
@media (max-width: 760px) {
  .whyQsa_cnt_title {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .whyQsa_cnt_title {
    margin-bottom: 30px;
  }
}
.whyQsa_cnt_list ul li {
  position: relative;
  color: rgba(222, 222, 222, 0.8);
  padding: 20px 30px;
  border: 1px solid #252525;
  border-radius: 15px;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
@media (max-width: 760px) {
  .whyQsa_cnt_list ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.whyQsa_cnt_list ul li:last-child {
  margin-bottom: 0;
}

.wsj {
  position: relative;
  padding: 100px 0;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1440px) {
  .wsj {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .wsj {
    padding: 50px 0;
  }
}
.wsj_title {
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .wsj_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .wsj_title {
    margin-bottom: 30px;
  }
}
.wsj_cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 760px) {
  .wsj_cards {
    grid-gap: 20px;
  }
}
.wsj_cards_single {
  position: relative;
  width: 400px;
  padding: 40px 50px;
  border: 1px solid #2C2C2C;
  border-radius: 20px;
  text-align: left;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1440px) {
  .wsj_cards_single {
    width: 350px;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .wsj_cards_single {
    width: calc(50% - 15px);
  }
}
@media (max-width: 760px) {
  .wsj_cards_single {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.wsj_cards_single:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(36, 35, 35, 0.2)), color-stop(50%, rgba(0, 229, 255, 0.1)));
  background: linear-gradient(180deg, rgba(36, 35, 35, 0.2) 20%, rgba(0, 229, 255, 0.1) 50%);
  border: 0.97px solid #00E5FF;
  -webkit-box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
          box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
}
.wsj_cards_single h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Orbitron", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .wsj_cards_single h3 {
    margin-bottom: 10px;
  }
}
.wsj_cards_single p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(222, 222, 222, 0.8);
  font-family: "Inter", sans-serif;
}
.wsj_cards_single .wsgIcon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #252525;
  border-radius: 17px;
}
@media (max-width: 1440px) {
  .wsj_cards_single .wsgIcon {
    margin-bottom: 20px;
  }
}
.wsj_cards_single .wsgIcon img {
  width: 55px;
}
@media (max-width: 1440px) {
  .wsj_cards_single .wsgIcon img {
    width: 40px;
  }
}

.doaGov {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .doaGov {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .doaGov {
    padding: 50px 0;
  }
}
.doaGov_fixedImg {
  position: absolute;
  right: 0;
  top: 0;
}
.doaGov_title {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .doaGov_title {
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .doaGov_title {
    margin-bottom: 30px;
  }
}
.doaGov_cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .doaGov_cards {
    grid-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .doaGov_cards {
    grid-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.doaGov_cards .doacard {
  position: relative;
  padding: 20px 25px;
  border-radius: 17px;
  width: 250px;
  text-align: left;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49.7%, rgba(36, 35, 35, 0.23)), to(rgba(0, 229, 255, 0.41)));
  background: linear-gradient(180deg, rgba(36, 35, 35, 0.23) 49.7%, rgba(0, 229, 255, 0.41) 100%);
  border: 0.97px solid #00E5FF;
  -webkit-box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
          box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}
@media (max-width: 760px) {
  .doaGov_cards .doacard {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.doaGov_cards .doacard p {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  color: rgb(222, 222, 222);
  font-weight: 600;
}
.doaGov_cards .doacard_icon {
  width: 30px;
}
.doaGov_cards .doacard_icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .doaGov_cards .doacard_arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: 40px;
  }
}
@media (max-width: 760px) {
  .doaGov_cards .doacard_arrow {
    margin: 20px;
  }
}
.doaGov_cnt {
  position: relative;
  text-align: left;
  border: 1.11px solid rgb(37, 37, 37);
  padding: 35px 45px;
  border-radius: 17px;
  max-width: 1425px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .doaGov_cnt {
    padding: 30px 20px;
  }
}
.doaGov_cnt p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(222, 222, 222, 0.8);
  font-family: "Inter", sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  .doaGov_cnt p {
    text-align: center;
  }
}
.doaGov_cnt p:last-child {
  margin-bottom: 0;
}

.tiers {
  position: relative;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 1440px) {
  .tiers {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .tiers {
    padding: 50px 0;
  }
}
.tiers_fixedImg {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 920px) {
  .tiers_fixedImg img {
    width: 100%;
  }
}
.tiers_title {
  margin-bottom: 100px;
}
@media (max-width: 920px) {
  .tiers_title {
    margin-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .tiers_title {
    margin-bottom: 30px;
  }
}
.tiers_cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
.tiers_cards_single {
  position: relative;
  text-align: left;
  width: 360px;
  min-height: 500px;
  border-radius: 10px;
  border: 1px solid rgba(124, 77, 255, 0.28);
  padding: 3px;
}
@media (max-width: 1366px) {
  .tiers_cards_single {
    width: 330px;
  }
}
@media (max-width: 920px) {
  .tiers_cards_single {
    width: 310px;
  }
}
@media (max-width: 760px) {
  .tiers_cards_single {
    width: 100%;
    min-height: 100%;
    text-align: center;
  }
}
.tiers_cards_single_header {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 145px;
}
.tiers_cards_single_header h4 {
  color: #00E5FF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 20px;
  -webkit-transform: all 400ms ease-in-out;
          transform: all 400ms ease-in-out;
}
.tiers_cards_single_header h3 {
  color: #ffffff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  margin-bottom: 20px;
  margin-bottom: 10px;
}
.tiers_cards_single_header p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(222, 222, 222, 0.8);
  padding-bottom: 20px;
}
.tiers_cards_single_body ul {
  position: relative;
  margin-bottom: 50px;
  padding-top: 40px;
}
@media (max-width: 760px) {
  .tiers_cards_single_body ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tiers_cards_single_body ul li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 200;
  color: #ffffff;
  padding-left: 25px;
}
@media (max-width: 760px) {
  .tiers_cards_single_body ul li {
    display: table;
    padding-left: 0;
  }
}
.tiers_cards_single_body ul li::before {
  content: "";
  width: 12px;
  height: 26px;
  background-image: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.727273 4.75L1.59091 3.86364L4.59091 6.81818L10.7955 0.636363L11.6818 1.52273L4.59091 8.59091L0.727273 4.75Z" fill="%2300E5FF"/></svg>');
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .tiers_cards_single_body ul li::before {
    display: none;
  }
}
.tiers_cards_single_footer {
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 760px) {
  .tiers_cards_single_footer {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.tiers_cards_single_inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 27px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: 1px solid transparent;
  border-radius: 10px;
}
@media (max-width: 760px) {
  .tiers_cards_single_inner {
    padding: 17px;
  }
}
.tiers_cards_single:hover .tiers_cards_single_inner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(36, 35, 35, 0.2)), color-stop(50%, rgba(0, 229, 255, 0.1)));
  background: linear-gradient(180deg, rgba(36, 35, 35, 0.2) 20%, rgba(0, 229, 255, 0.1) 50%);
  border: 0.97px solid #00E5FF;
  -webkit-box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
          box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
}
.tiers_cards_single:hover h4 {
  color: #ffffff;
}
.tiers_cards_single:hover .lightBtn {
  background: #00E5FF;
  color: #0a0a0a;
}

.allianceForm {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .allianceForm {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .allianceForm {
    padding: 50px 0;
  }
}
.allianceForm_fixedImg {
  position: absolute;
  right: 0;
  top: 0;
}
.allianceForm_title {
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .allianceForm_title {
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .allianceForm_title {
    margin-bottom: 30px;
  }
}
.allianceForm_wrap {
  position: relative;
  text-align: left;
  padding: 40px;
  border-radius: 15px;
  border: 1px solid rgba(0, 229, 255, 0.08);
}
@media (max-width: 1440px) {
  .allianceForm_wrap {
    padding: 30px;
  }
}
@media (max-width: 760px) {
  .allianceForm_wrap {
    padding: 40px 20px;
  }
}
.allianceForm_wrap .btnWrap {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .allianceForm_wrap .btnWrap {
    margin-top: 30px;
  }
}

.trustLayer {
  position: relative;
  padding: 100px 0;
  margin-bottom: 200px;
}
@media (max-width: 1440px) {
  .trustLayer {
    padding: 70px 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 760px) {
  .trustLayer {
    padding: 50px 0;
    margin-bottom: 30px;
  }
}
.trustLayer_title {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 1440px) {
  .trustLayer_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .trustLayer_title {
    margin-bottom: 30px;
  }
}
.trustLayer_fixedImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.trustLayer_fixedImg img {
  height: 100%;
}
.trustLayer_logos {
  position: relative;
}
.trustLayer_logos .borderImg {
  text-align: center;
}
@media (max-width: 920px) {
  .trustLayer_logos .borderImg img {
    width: 60%;
  }
}
.trustLayer_logos_wrap {
  padding: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 50px;
}
@media (max-width: 1440px) {
  .trustLayer_logos_wrap {
    padding: 70px;
  }
}
@media (max-width: 760px) {
  .trustLayer_logos_wrap {
    padding: 30px;
  }
}
.trustLayer_logos_top {
  position: relative;
}
.trustLayer_logos_top:after, .trustLayer_logos_top:before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 42px;
  top: 18px;
}
@media (max-width: 920px) {
  .trustLayer_logos_top:after, .trustLayer_logos_top:before {
    width: 37px;
    height: 32px;
    top: 10px;
  }
}
.trustLayer_logos_top:after {
  right: 0;
  background-image: url('data:image/svg+xml,<svg width="51" height="45" viewBox="0 0 51 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.74609 1.24854H37.1863C43.7106 1.24854 48.9997 6.53757 48.9997 13.0619V43.7768" stroke="url(%23paint0_linear_86_462)" stroke-width="2.36268" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_86_462" x1="-1.75417" y1="3.02054" x2="11.8493" y2="47.8779" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.484375" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
}
.trustLayer_logos_top:before {
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="51" height="45" viewBox="0 0 51 45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.9414 1.24854H13.5012C6.97688 1.24854 1.68783 6.53757 1.68783 13.0619V43.7768" stroke="url(%23paint0_linear_86_464)" stroke-width="2.36268" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_86_464" x1="52.4417" y1="3.02054" x2="38.8382" y2="47.8779" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.484375" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
}
.trustLayer_logos_bottom {
  position: relative;
}
.trustLayer_logos_bottom:after, .trustLayer_logos_bottom:before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 42px;
  top: -23px;
}
@media (max-width: 920px) {
  .trustLayer_logos_bottom:after, .trustLayer_logos_bottom:before {
    width: 37px;
    height: 32px;
  }
}
.trustLayer_logos_bottom:after {
  right: 0;
  background-image: url('data:image/svg+xml,<svg width="51" height="50" viewBox="0 0 51 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.74609 48.2031H37.1863C43.7106 48.2031 48.9997 42.9141 48.9997 36.3897V2.13089" stroke="url(%23paint0_linear_86_463)" stroke-width="2.36268" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_86_463" x1="-1.75417" y1="46.2834" x2="13.981" y2="-1.61172" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.484375" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
}
.trustLayer_logos_bottom:before {
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="51" height="50" viewBox="0 0 51 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.9414 48.2031H13.5012C6.97688 48.2031 1.68783 42.9141 1.68783 36.3897V2.13089" stroke="url(%23paint0_linear_86_465)" stroke-width="2.36268" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_86_465" x1="52.4417" y1="46.2834" x2="36.7065" y2="-1.61172" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.484375" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
}
.trustLayer_footer {
  position: relative;
  margin-top: 120px;
}
.trustLayer_footer ul li {
  position: relative;
  padding: 20px;
  border: 1px solid #252525;
  border-radius: 16px;
  font-size: 20px;
  line-height: 24px;
  color: rgba(222, 222, 222, 0.8);
}

.footer {
  position: relative;
  text-align: center;
  z-index: 1;
}
.footer_topImg {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .footer_topImg {
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .footer_topImg {
    display: none;
  }
}
.footer_topImg img {
  width: 100%;
}
.footer .heading_01 {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .footer .heading_01 {
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .footer .heading_01 {
    margin-bottom: 30px;
  }
}
.footer_links, .footer_copyTxt {
  padding-bottom: 100px;
}
@media (max-width: 1440px) {
  .footer_links, .footer_copyTxt {
    padding-bottom: 60px;
  }
}
@media (max-width: 760px) {
  .footer_links, .footer_copyTxt {
    padding-bottom: 30px;
  }
}
.footer_links {
  padding-bottom: 70px;
}
@media (max-width: 1536px) {
  .footer_links {
    padding-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .footer_links {
    padding-bottom: 30px;
  }
}
.footer p {
  font-size: 15px;
  line-height: 28px;
  color: rgba(222, 222, 222, 0.8);
  font-weight: 200;
}
@media (max-width: 760px) {
  .footer p {
    font-size: 14px;
    line-height: 18px;
  }
}
.footer_pattern {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.footer_pattern img {
  width: 100%;
}
.footer_social {
  padding-bottom: 60px;
}
@media (max-width: 1536px) {
  .footer_social {
    padding-bottom: 40px;
  }
}
@media (max-width: 760px) {
  .footer_social {
    padding-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .footer_social img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.footer_social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

.memberBenifits {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .memberBenifits {
    padding: 70px 0;
  }
}
@media (max-width: 760px) {
  .memberBenifits {
    padding: 50px 0;
  }
}
.memberBenifits_fixedImg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .memberBenifits_fixedImg img {
    width: 100%;
  }
}
.memberBenifits_title {
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1440px) {
  .memberBenifits_title {
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .memberBenifits_title {
    margin-bottom: 30px;
  }
}
.memberBenifits_slider {
  position: relative;
  z-index: 1;
  max-width: 1655px;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .memberBenifits_slider {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  .memberBenifits_slider {
    max-width: 940px;
    margin: 0 auto;
  }
}
@media (max-width: 920px) {
  .memberBenifits_slider {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .memberBenifits_slider {
    max-width: 100%;
    margin: 0 auto;
  }
}
.memberBenifits_slider .swiper-slide {
  width: 440px;
  height: 430px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: 1px solid #777777;
  border-radius: 40px;
  padding: 10px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .memberBenifits_slider .swiper-slide {
    grid-gap: 0;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1536px) {
  .memberBenifits_slider .swiper-slide {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 920px) {
  .memberBenifits_slider .swiper-slide {
    width: 350px;
    height: 400px;
  }
}
@media (max-width: 760px) {
  .memberBenifits_slider .swiper-slide {
    width: 100%;
    height: 400px;
  }
}
.memberBenifits_slider .swiper-slide .swipeInner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: 0.97px solid #00E5FF;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 40px;
}
@media (max-width: 760px) {
  .memberBenifits_slider .swiper-slide .swipeInner {
    text-align: center;
  }
}
.memberBenifits_slider .swiper-slide .swipeInner p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  color: rgba(222, 222, 222, 0.8);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1536px) {
  .memberBenifits_slider .swiper-slide .swipeInner p {
    font-size: 24px;
    line-height: 34px;
  }
}
.memberBenifits_slider .swiper-slide.swiper-slide-active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.88%, #070707), color-stop(49.7%, #242323), to(rgba(0, 229, 255, 0.41)));
  background: linear-gradient(180deg, #070707 1.88%, #242323 49.7%, rgba(0, 229, 255, 0.41) 100%);
}
.memberBenifits_slider .swiper-slide.swiper-slide-active .swipeInner {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.88%, #070707), color-stop(49.7%, #242323), to(rgba(0, 229, 255, 0.41)));
  background: linear-gradient(180deg, #070707 1.88%, #242323 49.7%, rgba(0, 229, 255, 0.41) 100%);
  -webkit-box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
          box-shadow: 0px 3.9px 38.97px 0px rgba(0, 229, 255, 0.1882352941) inset;
}
.memberBenifits_slider .swiper-slide.swiper-slide-active .swipeInner p {
  color: #ffffff;
}
.memberBenifits_slider .navBtn {
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.memberBenifits_slider .navBtn .swiper-button-next, .memberBenifits_slider .navBtn .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00E5FF;
}
.memberBenifits_slider .navBtn .swiper-button-next:after, .memberBenifits_slider .navBtn .swiper-button-prev:after {
  content: "";
  font-family: "Inter", sans-serif;
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.memberBenifits_slider .navBtn .swiper-button-prev {
  left: -50px;
}
.memberBenifits_slider .navBtn .swiper-button-prev:after {
  background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.30152 1L1.15152 7.15C1.10369 7.19489 1.06557 7.24911 1.03951 7.30931C1.01345 7.3695 1 7.4344 1 7.5C1 7.5656 1.01345 7.6305 1.03951 7.69069C1.06557 7.75089 1.10369 7.80511 1.15152 7.85L7.30152 14" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.memberBenifits_slider .navBtn .swiper-button-next {
  right: -50px;
}
.memberBenifits_slider .navBtn .swiper-button-next::after {
  background-image: url('data:image/svg+xml,<svg width="9" height="15" viewBox="0 0 9 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.999263 14L7.14926 7.85C7.19709 7.80511 7.23522 7.75089 7.26128 7.69069C7.28734 7.6305 7.30078 7.5656 7.30078 7.5C7.30078 7.4344 7.28734 7.3695 7.26128 7.30931C7.23522 7.24911 7.19709 7.19489 7.14926 7.15L0.999263 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}