@import "https://cdn.jsdelivr.net/npm/bulma@1.0.1/css/versions/bulma-no-dark-mode.min.css";
body {
  font-family: "General Sans", sans-serif;
  background: #F6F5F4;
  color: #242424 !important;
}

.hide-lang {
  display: none;
}

.navbar .container {
  background: rgba(255, 255, 255, 0.79) !important;
  -webkit-backdrop-filter: blur(4.5px) !important;
          backdrop-filter: blur(4.5px) !important;
  padding: 10px 30px;
  border-radius: 200px;
}

.navbar-brand .navbar-item:hover {
  background: transparent !important;
}

.hero {
  background: url("/img/herobgsvg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .inner-img {
  width: 250px;
  margin: 100px 0px 50px 0px;
}

.intro-p {
  font-size: 1.2em !important;
}

#about-text {
  background: #fff;
  padding: 100px 30px;
}
#about-text p {
  font-size: 1.2em;
}
#about-text .about-title {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
}

.vrg-btn {
  background: #D5FE00;
  color: #000;
  padding: 16px 20px;
  border-radius: 200px;
  display: inline-block;
  font-weight: 500;
}
.vrg-btn:hover {
  background: #242424;
  color: #D5FE00;
}

.vrg-btn-outline {
  background: transparent;
  color: #fff;
  padding: 16px 20px;
  border-radius: 200px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 500;
}
.vrg-btn-outline:hover {
  background: #242424;
  color: #D5FE00;
  border: 1px solid #D5FE00 !important;
}

.vrg-btn-alt {
  background: #09CE4A;
  color: #000;
  padding: 16px 20px;
  border-radius: 200px;
  border: 1px solid #fff;
  display: inline-block;
  font-weight: 500;
}
.vrg-btn-alt:hover {
  background: #D5FE00;
  color: #000;
}

.vrg-btn::after, .vrg-btn-alt::after {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "  \f061";
  font-weight: 900;
  padding-left: 5px;
}

.hero-push {
  margin-top: 200px;
}

.hero-title {
  font-size: 4em;
  margin-bottom: 20px;
  line-height: 105%;
  font-weight: 500;
  color: #242424;
}

.hero-img {
  margin-top: 30px;
}
.hero-img img {
  border-radius: 30px;
  width: 100%;
}

.hero-subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 120%;
  color: #242424;
}

.span-vgreen {
  color: #09CE4A !important;
  font-weight: 500;
}

.section-head {
  text-align: center;
  margin-bottom: 30px;
}
.section-head p {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.section-head h2 {
  font-size: 2.4em;
  line-height: 110%;
  margin-bottom: 10px;
}

#why-vargent, #steps {
  padding: 50px 0px;
}

#testimonials {
  padding: 0px 0px 100px 0px;
}

#vargent-safety {
  padding: 100px 0px;
  background: #fff;
  background-image: url("/img/securitybg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#vargent-safety .why-vargent-box {
  background: #f7fbe1;
}

#backers {
  padding: 100px 0px;
}

.backers-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: max-content;
  grid-gap: 30px;
}

.backer-box img {
  border-radius: 10px;
}

#more-ways {
  padding: 100px 0px;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#more-ways .logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}
#more-ways .logos:before, #more-ways .logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}
#more-ways .logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(246, 245, 244, 0.1764705882), #F6F5F4);
}
#more-ways .logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(246, 245, 244, 0.1764705882), #F6F5F4);
}
#more-ways .logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}
#more-ways .logos:hover .logo_items {
  animation-play-state: paused;
}
#more-ways .logo_items img {
  height: 100px;
}

.countries {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-template-rows: max-content;
  grid-gap: 50px;
}
.countries .country-flags {
  text-align: center;
}
.countries .country-flags img {
  width: 120px;
  margin-bottom: 10px;
}

#vargentintro {
  padding: 100px 0px;
  background-color: #fafafa;
}

.vintro-copy h2 {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}

.vintro-copy img {
  width: 100%;
}

.vintro-copy #legaldoc {
  font-size: 0.7em;
  font-weight: 400;
}

.vintro-copy #legaldoc ul, .vintro-copy #legaldoc ol {
  list-style-type: square;
  margin-left: 20px;
}

.vintro-copy #legaldoc ul li, .vintro-copy #legaldoc ol li {
  margin-bottom: 5px;
}

.vintro-copy p {
  font-size: 1.4em;
  margin-bottom: 30px;
}

.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  grid-gap: 30px;
}
.testimonial-wrapper .testimonial-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.testimonial-wrapper .testimonial-box .testi-details {
  display: flex;
  align-items: center;
}
.testimonial-wrapper .testimonial-box img {
  margin-bottom: 10px;
  width: 36px;
  height: auto;
  border-radius: 200%;
}
.testimonial-wrapper .testimonial-box h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin-left: 20px;
}
.testimonial-wrapper .testimonial-box p {
  font-size: 1em;
  margin-bottom: 30px;
}
.testimonial-wrapper .testimonial-box a {
  color: #09CE4A;
  font-weight: 500;
}

.why-vargent-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  grid-gap: 30px;
}
.why-vargent-wrapper .why-vargent-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}
.why-vargent-wrapper .why-vargent-box img {
  margin-bottom: 20px;
}
.why-vargent-wrapper .why-vargent-box h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 10px;
}
.why-vargent-wrapper .why-vargent-box p {
  font-size: 1em;
}

.bg-seeded {
  background: #402AC9;
  padding: 0px !important;
  border-radius: 30px;
}
.bg-seeded .steps-side {
  padding: 70px;
  color: #fff;
}
.bg-seeded .steps-side p {
  font-size: 1em;
  margin-bottom: 10px;
}
.bg-seeded .steps-side h2 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}

.steps-img-side {
  background: url("/img/steps-side.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 30px 0px 0px 30px;
}

.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.steps-wrapper .steps-box {
  margin: 30px 0px;
}
.steps-wrapper .steps-box img {
  margin-bottom: 10px;
  width: 40px;
}
.steps-wrapper .steps-box p {
  font-size: 1em;
  line-height: 115%;
}

footer {
  padding: 100px 0px;
  background: #242424;
}

.copyright-text {
  font-size: 0.9em;
  color: #fff;
}

.copyright-text-dark {
  font-size: 0.2em;
  color: transparent;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: max-content;
  grid-gap: 30px;
}

.has-text-right {
  text-align: right !important;
}

.cv-socials {
  text-align: right;
}
.cv-socials li {
  font-size: 1.6em !important;
  display: inline;
  padding-left: 5px;
}
.cv-socials a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
}
.cv-socials a:hover {
  transition: 0.5s !important;
  color: #D5FE00;
}

.cv-contact a {
  text-decoration: none;
  font-size: 1.2em;
}
.cv-contact a:hover {
  transition: 0.5s !important;
  color: #D5FE00;
}

.footer-box h2 {
  font-size: 1em;
  color: #efefef;
  margin-bottom: 5px;
  font-weight: 600;
}
.footer-box a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}
.footer-box a:hover {
  transition: 0.5s !important;
  color: #09CE4A;
  font-weight: 500;
}

#faqs {
  padding: 100px 0px;
  background: #fafafa;
}
#faqs .columns .column {
  align-self: center;
}
#faqs .columns .column img {
  border-radius: 20px;
}
#faqs details[open] summary ~ * {
  animation: open 0.3s ease-in-out;
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#faqs details summary::-webkit-details-marker {
  display: none;
}
#faqs details summary {
  width: 100%;
  padding: 1rem 0;
  border-top: 1px solid black;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 300;
  list-style: none;
}
#faqs details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
#faqs details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
#faqs details summary {
  outline: 0;
}
#faqs details ul {
  margin: 10px 10px;
  list-style-image: url("/img/bullet.png");
  list-style-position: inside;
  margin-bottom: 30px;
}
#faqs details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

.faq-wrapper h2 {
  font-size: 3.2em;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}

#finalcta {
  padding: 100px 0px;
  background: #f7fbe1;
}

.cta-wrapper {
  padding: 50px;
  border-radius: 20px;
  margin: 0px auto;
  color: #242424;
  background: #fff;
  background-image: url("/img/herobgsvg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cta-wrapper img {
  width: 200px;
  margin-bottom: 30px;
}
.cta-wrapper h2 {
  font-size: 2.4em;
  line-height: 110%;
  margin: 0px auto 30px auto;
  max-width: 600px;
}
.cta-wrapper .hero-btn {
  background: #ffffff;
  color: #242424 !important;
}

@media only screen and (max-width: 600px) {
  .hide-lang {
    display: inline-block;
  }
  .hide-lang-mobile {
    display: none;
  }
  .navbar .container {
    background: #fff !important;
    padding: 10px 30px;
    border-radius: 0px;
  }
  .steps-img-side {
    height: 350px !important;
  }
  .steps-side {
    padding: 30px !important;
    text-align: center !important;
  }
  #why-vargent, #steps, #more-ways, #vargent-safety, #faqs, #finalcta, #backers {
    padding: 70px 30px;
  }
  .about-wrapper, .security-wrapper, .steps-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .cta-wrapper h2 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 110%;
    margin: 0px auto 30px auto;
  }
  .why-vargent-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: max-content;
    grid-gap: 30px;
  }
  .about-box, #partnerships {
    padding: 0px;
  }
  .about-box h2, #partnerships h2 {
    font-size: 2.2em;
  }
  .about-box p, .about-box ol, .about-box summary, #partnerships p, #partnerships ol, #partnerships summary {
    font-size: 1em;
  }
  .faq-wrapper h2 {
    font-size: 2.2em;
  }
  .faq-wrapper p, .faq-wrapper ol, .faq-wrapper li {
    font-size: 1em;
  }
  .footer-wrapper, .countries, .backers-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .country-flags img {
    width: 80px !important;
  }
  .sectional-title {
    font-size: 2em;
  }
  .hero-title {
    font-size: 2.6em;
  }
  .hero-subtitle {
    font-size: 1.2em;
  }
  .fineprint {
    padding: 30px !important;
  }
  .glink {
    margin-right: 10px;
  }
  footer {
    padding: 100px 30px 30px 30px;
  }
}
@media only screen and (max-width: 960px) {
  .navbar .container {
    background: #fff !important;
    padding: 10px 10px;
    border-radius: 0px;
  }
  .hide-lang-mobile {
    display: none;
  }
  #whyvargent, #whyvargent-about, #about, #secure, #faqs, #finalcta, #partnerships, #vargentintro, #vargent-safety, #more-ways, #steps, #why-vargent, footer {
    padding: 70px 40px;
  }
  .steps-img-side {
    height: 100%;
  }
  #testimonials {
    padding: 0px 30px 70px 30px;
  }
  .about-wrapper, .security-wrapper, .testimonial-wrapper, .why-vargent-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-box h2, #partnerships h2 {
    font-size: 2.2em;
  }
  .about-box p, .about-box ol, .about-box summary, #partnerships p, #partnerships ol, #partnerships summary {
    font-size: 1em;
  }
  .partnership-wrapper, .van-wrapper, .countries, .backers-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content;
    grid-gap: 30px;
  }
  .faq-wrapper h2 {
    font-size: 2.2em;
  }
  .faq-wrapper p, .faq-wrapper ol, .faq-wrapper li {
    font-size: 1em;
  }
  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .sectional-title {
    font-size: 2em;
  }
  .hero-title {
    font-size: 2.6em;
  }
  .hero-subtitle {
    font-size: 1.2em;
  }
  .fineprint {
    padding: 30px !important;
  }
}/*# sourceMappingURL=vargent.css.map */