@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    box-sizing: border-box;
    font-size: 16px;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
input,
textarea,
select,
button {
    font-family: "Nunito", sans-serif;
}
body {
    position: relative;
    width: 100%;
    font-family: "Nunito", sans-serif;
    background: #111938;
    color: #fff;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.hero {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url(../img/hero-bg.jpg) no-repeat center / cover;
}
.heroImg {
    width: 94%;
    height: auto;
    object-fit: cover;
    margin: 0 0 -5vw 0;
}
.heroImgMobile {
    display: none;
}
.hero h1 {
    font-size: 5.3vw;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    color: #fff;
    margin: 0 0 32px 0;
}
.hero h2 {
    font-size: 2.7vw;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    color: #feca4a;
    margin: 0 0 32px 0;
}
.heroCta {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heroCta button {
    position: relative;
    margin: 0 20px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    padding: 16px 24px;
    border-radius: 12px;
    border: 2px solid #e3962f;
    text-align: center;
    background: #ffc403;
    background: linear-gradient(
        135deg,
        rgba(255, 196, 3, 1) 0%,
        rgba(233, 113, 1, 1) 100%
    );
    text-shadow: 0 3px 10px rgba(195, 63, 3, 0.9);
    transition: all 0.2s ease;
}
.heroCta button:hover {
    cursor: pointer;
    scale: 1.05;
}
.heroCta .appStoreBadge {
    width: 150px;
    height: auto;
    object-fit: cover;
    transition: all 0.2s ease;
}
.heroCta .appStoreBadge:hover {
    cursor: pointer;
    scale: 1.05;
}
.intro {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 120px 50px 0;
}
.intro .copy {
    position: relative;
    width: 60%;
    margin: 32px 0 0 0;
}
.intro h3,
.section1 h3,
.section2 h3,
.section3 h3 {
    font-size: 44px;
    font-weight: 900;
    line-height: 100%;
    text-align: left;
    color: #feca4a;
    margin: 0 0 32px 0;
}
.introImg {
    position: relative;
    width: 40%;
    height: auto;
    object-fit: cover;
}
.intro p,
.section2 p,
.section3 p {
    font-family: "Nunito", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    color: #fff;
    margin: 0 0 32px 0;
}
.section1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 50px;
}
.section1Img {
    position: relative;
    display: block;
    width: 35vw;
    height: auto;
    object-fit: cover;
    z-index: 2;
}
.star {
    position: absolute;
    width: 13vw;
    top: -4.5vw;
    right: 1vw;
    z-index: 2;
}
.section1 .copy {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    width: calc(100% - 100px);
    padding: 50px 50px 50px 37vw;
    background: #2f3e75;
    border-radius: 20px;
    z-index: 1;
}
.section1 ul,
.section3 .copy2 ul {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 0 0 0 4px;
    font-size: 26px;
    font-weight: 400;
    line-height: 250%;
}
.section1 ul li,
.section3 .copy2 ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 44px;
    margin: 0 0 32px 0;
    line-height: 170%;
}
.section1 ul li::before,
.section3 .copy2 ul li::before {
    position: absolute;
    left: 0;
    top: 0.6vw;
    content: " ";
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 0.8vw;
    background: linear-gradient(
        90deg,
        rgba(255, 196, 3, 1) 0%,
        rgba(233, 113, 1, 1) 100%
    );
    border: 1px solid #fed061;
    outline: 4px solid rgba(255, 255, 255, 0.4);
}
.section1 ul li:last-child,
.section3 .copy2 ul li:last-child {
    margin: 0;
}
.section2 {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    background: #2f3e75 url("../img/section2.png") no-repeat right center /
        contain;
    border-radius: 20px;
}
.section2 .copy {
    position: relative;
    width: 62vw;
    margin: 0;
    padding: 50px;
    z-index: 2;
}
.section2Img {
    position: relative;
    height: 100%;
}
.section3 {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    margin: 120px auto 15vw;
    padding: 0;
}
.section3Img {
    position: absolute;
    top: 0;
    left: 50px;
    width: 33vw;
    height: auto;
    z-index: 1;
}
.section3 .copy {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 50px 50px 50px 39vw;
    background: #2f3e75;
    border-radius: 20px;
}
.section3 .copy2 {
    position: relative;
    width: 70%;
    margin: 50px 0 0 0;
    padding: 50px 50px 50px 0;
    border-radius: 20px;
    border: 2px solid #feca4a;
    box-shadow: 0 8px 24px 2px rgba(255, 202, 74, 0.5);
    background: #2f3e75 url("../img/copy2-bg.jpg") no-repeat center center /
        cover;
}
.section3 .copy2 h3 {
    margin: 0 0 32px 150px;
}
.section3 .copy2 ul {
    margin: 0 0 0 150px;
}
footer {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 80px 100px;
    box-sizing: border-box;
    background: #030922;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}
footer .footerL {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
footer .footerLogo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .footerLogo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin: 0 16px 0 0;
}
footer .footerLogo p {
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    color: #fff;
    margin: 0;
}
footer .footerR {
    position: relative;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}
footer .footerR a {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    color: #d1d5db;
    text-decoration: none;
    margin: 0 0 20px 0;
}
footer .footerR img {
    width: 150px;
    height: auto;
    object-fit: cover;
    transition: all 0.2s ease;
}
footer .footerR img:hover {
    cursor: pointer;
    scale: 1.05;
}
footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 24px 0;
}
footer ul li {
    margin: 0 32px 0 0;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul li:last-child:after {
    content: none;
    margin: 0;
}
footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 1483px) {
    .intro h3,
    .section1 h3,
    .section2 h3,
    .section3 h3 {
        font-size: 2.8vw;
    }

    .section3 {
        margin: 120px auto 11vw;
    }
}
@media screen and (max-width: 1366px) {
    .intro {
        padding: 120px 50px 50px;
    }
    .intro h3,
    .section1 h3,
    .section2 h3,
    .section3 h3 {
        font-size: 3vw;
        line-height: 125%;
    }
    .intro p,
    .section2 p,
    .section3 p {
        font-size: 1.8vw;
    }
    .introImg {
        width: 45vw;
    }
    .section1Img {
        width: 33vw;
    }
    .section1 .copy {
        padding: 32px 32px 32px 36vw;
    }
    .section1 ul,
    .section3 .copy2 ul {
        font-size: 1.5vw;
    }
    .section1 ul li,
    .section3 .copy2 ul li {
        padding: 0 0 0 32px;
        margin: 0 0 24px 0;
        line-height: 150%;
    }
    .section1 ul li::before,
    .section3 .copy2 ul li::before {
        top: 0.4vw;
        width: 1.4vw;
        height: 1.4vw;
        border-radius: 0.7vw;
        outline: 3px solid rgba(255, 255, 255, 0.4);
    }
    .section2 {
        background: #2f3e75 url("../img/section2.png") no-repeat 48vw 0 /
            contain;
    }
    .section2 .copy {
        width: 50vw;
    }
    .section2::before {
        opacity: 0.5;
    }
    .section3Img {
        left: 32px;
    }
    .section3 {
        margin: 120px auto 8vw;
    }
}
@media screen and (max-width: 1280px) {
    .heroImg {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .section1 ul li,
    .section3 .copy2 ul li {
        padding: 0 0 0 24px;
        margin: 0 0 16px 0;
    }
}
@media screen and (max-width: 768px) {
    .heroImgMobile {
        width: 100%;
        display: block;
    }
    .heroImg {
        display: none;
    }
    .hero h1 {
        font-size: 13vw;
    }
    .hero h2 {
        font-size: 6vw;
        line-height: 150%;
        padding: 0 11vw;
    }
    .intro h3,
    .section1 h3,
    .section2 h3,
    .section3 h3 {
        font-size: 7vw;
        line-height: 125%;
    }
    .star {
        display: none;
    }
    .heroCta {
        flex-direction: column;
    }
    .heroCta button {
        position: relative;
        margin: 0 0 32px 0;
        color: #fff;
        font-size: 6vw;
        font-weight: 700;
        line-height: 100%;
        padding: 24px 36px;
        border-radius: 12px;
        border: 2px solid #e3962f;
    }
    .heroCta .appStoreBadge {
        width: 250px;
    }
    .intro {
        flex-direction: column;
        padding: 50px 32px 0;
    }
    .intro .copy {
        width: 100%;
    }
    .introImg {
        width: 100%;
    }
    .intro h3 {
        font-size: 6vw;
    }
    .intro p,
    .section2 p,
    .section3 p {
        font-size: 3.5vw;
    }
    .intro p:last-of-type {
        margin: 0 0 8px 0;
    }
    .section1 {
        flex-direction: column-reverse;
        margin: 50px auto;
        padding: 50px 0;
        background: #2f3e75;
        border-radius: 50px;
    }
    .section1Img {
        position: relative;
        margin: 32px auto 32px;
        width: 80%;
        top: auto;
        left: auto;
        mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
    }
    .section1 .copy {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 0 32px;
        background: transparent;
    }
    .section1 ul,
    .section3 .copy2 ul {
        font-size: 3.5vw;
        line-height: 150%;
    }
    .section1 ul li,
    .section3 .copy2 ul li {
        margin: 0 0 32px 0;
        padding: 0 0 0 32px;
    }
    .section1 ul li::before,
    .section3 .copy2 ul li::before {
        top: 10px;
        transform: none;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        outline: 4px solid rgba(255, 255, 255, 0.4);
        border: 2px solid #fed061;
    }
    .section2 {
        width: 100%;
        flex-direction: column;
        border-radius: 50px;
        padding: 0 0 100vw 0;
        background: #2f3e75 url("../img/section2.png") no-repeat center bottom /
            contain;
    }
    .section2 .copy {
        width: 100%;
        padding: 50px 32px 32px 32px;
    }
    .section3 {
        width: 100%;
        margin: 50px auto;
    }
    .section3Img {
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .section3 .copy {
        width: 100%;
        padding: 140vw 32px 32px 32px;
    }
    .section3 .copy2 {
        width: 100%;
        padding: 32px;
    }
    .section3 .copy2 h3 {
        margin: 0 0 32px 0;
    }
    .section3 .copy2 ul {
        margin: 0 0 0 0;
    }
    footer {
        flex-direction: column;
        padding: 50px 32px 32px 32px;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }
    footer .footerL,
    footer .footerR {
        width: 100%;
    }
    footer ul {
        width: 80%;
        font-size: 3.5vw;
        flex-wrap: wrap;
        justify-content: flex-start;
        line-height: 200%;
    }
    footer .footerR {
        align-items: flex-start;
    }
    footer .footerR a {
        font-size: 24px;
    }
    footer p {
        font-size: 3.5vw;
        margin: 0 0 50px 0;
    }
}
@media screen and (max-width: 480px) {
    .intro {
        padding: 50px 32px 32px;
    }
    .intro h3,
    .section1 h3,
    .section2 h3,
    .section3 h3 {
        font-size: 9vw;
        font-weight: 700;
    }
    .intro p,
    .section2 p,
    .section3 p {
        font-size: 4.5vw;
    }
    .section1 ul,
    .section3 .copy2 ul {
        font-size: 4.5vw;
    }
    .section1 ul li,
    .section3 .copy2 ul li {
        margin: 0 0 24px 0;
        padding: 0 0 0 24px;
    }
    .section1 ul li::before,
    .section3 .copy2 ul li::before {
        top: 8px;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 1.25vw;
        outline: 4px solid rgba(255, 255, 255, 0.4);
        border: 2px solid #fed061;
    }
}
