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;
}

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: 'GaretT';
    src: url('../fonts/Web/GaretT-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GaretT-Light';
    src: url('../fonts/Web/GaretT-Hairline.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GaretT-Bold';
    src: url('../fonts/Web/GaretT-Heavy.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GaretT-ExtraBold';
    src: url('../fonts/Web/GaretT-ExtraBold.woff') format('woff2');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'GaretT-Medium';
    src: url('../fonts/Web/GaretT-Medium.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

button {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

button:hover {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

button:focus {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

button:focus-visible {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}



.btn-primary {
    border-radius: 60px;
    background: #FFF !important;
    padding: 6px 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    color: #241B69 !important;
    font-family: "GaretT-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-decoration: none;
}


.btn-primary:hover {
    border-radius: 60px;
    background: #FFF !important;
    padding: 6px 30px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 156px;
    color: #241B69 !important;
    font-family: "GaretT-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-decoration: none;
}

.btn-primary a {
    color: #241B69;
    font-family: "GaretT-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-decoration: none;
}

.btn-primary a:hover {
    color: #241B69;
    font-family: "GaretT-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 850;
    line-height: normal;
    text-decoration: none;
}

.title-page {
    color: #FFF;
    font-family: "GaretT-Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 850;
    line-height: 129%;
}

.subtitle-page {
    color: #FFF;
    font-family: "GaretT-Bold";
    font-size: 30px;
    font-style: normal;
    font-weight: 850;
    line-height: 127%;
}

.subtitle-blue-page {
    color: #BDF8FC;
    font-family: "GaretT-Bold";
    font-size: 30px;
    font-style: normal;
    font-weight: 850;
    line-height: 127%;
}

.subtitle-big-page {
    color: #FFF;
    font-family: "GaretT-Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 850;
    line-height: 127%;
}


p {
    color: #FFF;
    font-family: "GaretT-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 159%;
}

p.big {
    color: #FFF;
    font-family: "GaretT-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 850;
    line-height: 120%;
}

.app-text-blue {
    color: #BDF8FC !important;
}

@media (min-width: 768px) {
    .title-page {
        font-size: 64px;
    }

    .subtitle-page {
        font-size: 48px;
    }

    .subtitle-blue-page {
        font-size: 48px;
    }

    .subtitle-big-page {
        font-size: 64px;
    }

    p {
        font-size: 16px;
    }

    p.big {
        font-size: 24px;
    }

}

@media (min-width: 992px) {
    .title-page {
        font-size: 100px;
    }

    .subtitle-page {
        font-size: 64px;
    }

    .subtitle-blue-page {
        font-size: 64px;
    }

    .subtitle-big-page {
        font-size: 90px;
    }

    p {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}