/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}

@font-face {
  font-family: "Aventa";
  font-weight: 400;
  src: url("./assets/fonts/Aventa-Regular.otf");
}
@font-face {
  font-family: "Aventa";
  font-weight: 500;
  src: url("./assets/fonts/Aventa-Medium.otf");
}
@font-face {
  font-family: "Aventa";
  font-weight: 600;
  src: url("./assets/fonts/Aventa-SemiBold.otf");
}
@font-face {
  font-family: "Aventa";
  font-weight: 700;
  src: url("./assets/fonts/Aventa-Bold.otf");
}
@font-face {
  font-family: "Aventa";
  font-weight: 800;
  src: url("./assets/fonts/Aventa-Bold.otf");
}
* {
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  font-family: "Aventa", sans-serif;
  background: #211F21;
  width: 100%;
}

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

.container {
  width: 100%;
  max-width: 1320px;
  padding-right: 24px !important;
  padding-left: 24px !important;
  margin-right: auto;
  margin-left: auto;
}

#section_hero {
  width: 100%;
  background-color: #211F21;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../assets/images/hero-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
}
#section_hero .hero-content {
  width: 100%;
  color: #ffffff;
  height: 100vh;
}
#section_hero .hero-content .logo {
  margin-bottom: 2rem;
}
#section_hero .hero-content h1 {
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}
#section_hero .hero-content p {
  width: 100%;
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #section_hero {
    background-position: center;
  }
  #section_hero .hero-content {
    height: 120vh;
    width: 100%;
  }
  #section_hero .hero-content h1 {
    font-size: 7rem;
  }
  #section_hero .hero-content p {
    width: 430px;
  }
}
@media (min-width: 1200px) {
  #section_hero .hero-content h1 {
    font-size: 8.75rem;
  }
}

#why_koin {
  text-align: center;
  color: #ffffff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  z-index: 1;
  position: relative;
}
#why_koin h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
#why_koin .disclosure {
  font-size: 0.9rem;
  margin: 3rem 0 5rem 0;
  line-height: 1.65;
  font-weight: 400;
}
#why_koin .row .col-sm {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#why_koin .row img {
  margin: 1.5rem auto;
  text-align: center;
  width: 150px;
}
@media (min-width: 768px) {
  #why_koin {
    margin-top: -35vh;
  }
  #why_koin .row img {
    width: 180px;
  }
}
@media (min-width: 1200px) {
  #why_koin p {
    font-size: 1.25rem;
  }
  #why_koin h2 {
    margin-bottom: 5rem;
    font-size: 5rem;
  }
  #why_koin .row img {
    margin: 1.5rem auto;
    text-align: center;
    width: 170px;
  }
}

#easy_section {
  background-image: url("../assets/images/easy-bg.png");
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding: 7rem 0;
  position: relative;
}
#easy_section::after, #easy_section::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#easy_section::before {
  background-image: url("../assets/images/confetti-top.svg");
  top: -100px;
  left: 0;
  width: 320px;
  height: 260px;
}
#easy_section::after {
  background-image: url("../assets/images/confetti-bottom.svg");
  bottom: -140px;
  right: -10px;
  width: 220px;
  height: 260px;
}
#easy_section h2 {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 5rem;
  margin-top: 3rem;
}
#easy_section .inner-row {
  align-items: center;
}
#easy_section .inner-row:not(:last-child) {
  margin-bottom: 5rem;
}
#easy_section .number {
  color: #A182ED;
  font-size: 8rem;
  font-weight: 600;
}
#easy_section .col-10 {
  padding-left: 2rem;
}
#easy_section .title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#easy_section .text {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #easy_section h2 {
    font-size: 6rem;
  }
  #easy_section::before {
    top: -110px;
  }
  #easy_section::after {
    bottom: -140px;
  }
}
@media (min-width: 1200px) {
  #easy_section h2 {
    font-size: 8rem;
  }
  #easy_section::before {
    top: -130px;
    width: 350px;
  }
  #easy_section::after {
    bottom: -100px;
    width: 250px;
  }
}

#get_back {
  color: #ffffff;
  height: 100vh;
  width: 100%;
  position: relative;
}
#get_back .wrapper {
  background-image: url("../assets/images/getback-bg.png");
  background-size: cover;
  background-position: 20%;
  background-repeat: no-repeat;
  height: 100%;
}
#get_back .getback-bg {
  height: auto;
  width: 100%;
  position: absolute;
}
#get_back .getback-bg.desktop {
  display: none;
}
#get_back .container {
  position: relative;
  z-index: 10;
}
#get_back .container:not(.disclosure) {
  height: 85%;
}
#get_back h2 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#get_back br {
  display: none;
}
#get_back .row p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
#get_back .row .col-4 {
  padding-top: 10rem;
}
#get_back .row .col-8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#get_back .link {
  margin-top: 3rem;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#get_back .link:hover {
  color: #A182ED;
}
#get_back .link:hover svg path {
  stroke: #A182ED;
}
#get_back .link svg {
  margin-left: 1rem;
}
#get_back .bank-issuer {
  text-align: center;
  padding: 2rem 1rem;
}
#get_back .bank-issuer p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #get_back .getback-bg {
    width: 100%;
  }
  #get_back .getback-bg.mobile {
    display: none;
  }
  #get_back .getback-bg.desktop {
    display: block;
  }
  #get_back h2 {
    font-size: 5.5rem;
    margin-top: 3rem;
  }
  #get_back::before {
    top: -110px;
  }
  #get_back::after {
    bottom: -140px;
  }
  #get_back br {
    display: block;
  }
  #get_back .link {
    margin-top: 10rem;
  }
  #get_back .bank-issuer {
    width: 60%;
    text-align: left;
  }
  #get_back .bank-issuer p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #get_back {
    height: 135vh;
  }
  #get_back .wrapper {
    background-position: top left;
  }
  #get_back h2 {
    margin-bottom: 14rem;
  }
  #get_back .row p {
    margin-bottom: 6rem;
    margin-top: 10rem;
  }
  #get_back .bank-issuer {
    width: 60%;
    text-align: left;
  }
  #get_back .bank-issuer p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  #get_back h2 {
    font-size: 7rem;
  }
  #get_back .bank-issuer {
    width: 50%;
  }
}
@media screen and (min-height: 830px) {
  #get_back .disclosure {
    margin-top: -5%;
  }
}

.btn-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 2px solid #A182ED;
  padding: 1rem 1.25rem;
  border-radius: 3rem;
  transition: all 300ms ease-in;
}
.btn-link:hover {
  background-color: #A182ED;
}
.btn-link:hover svg path {
  transition: all 300ms ease-in;
}
.btn-link:hover svg path.stroke {
  stroke: #ffffff;
}
.btn-link:hover svg path.fill {
  fill: #ffffff;
}
.btn-link span {
  color: #ffffff;
  margin-left: 1rem;
}

.download-link {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.spacer {
  height: 10vh;
}

.link {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
