<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
==================================================

HOOK MAIN

==================================================
*/

.hookMain
{
    padding: 5rem 0 0;
    background: coral;
    position: fixed;
    z-index: 0;
    height: 100rem;
    width: 100%;
}

.tagLine
{
    font-family: 'Montserrat-extra-bold', sans-serif;
    color: white;
    font-size: 2.8rem;
    line-height: 140%;
    margin: 2rem 0 0;
    text-align: center;
}
.subTagLine
{
    font-family: 'Jost-regular', sans-serif;
    color: white;
    font-size: 1.2rem;
    margin: 1rem 0 3rem;
    text-align: center;
}

@media (max-width: 360px) {
    .tagLine
    {
        font-size: 2rem;
    }
}

@media (min-width: 480px) {}

@media (min-width: 576px) {
    .tagLine {
        font-size: 2.8rem;
        margin: 3rem 0 2rem;
    }
}

@media (min-width: 768px) {
    .tagLine {
        font-size: 2.4rem;
        margin: 2rem 0;
    }
}

@media (min-width: 992px) {
    .tagLine {
        font-size: 2.8rem;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}

/*
==================================================

HOOK ALL

==================================================
*/

/*
********************
HOOK HOME COMPONENT
********************
*/

.svgHeader
{
    position: relative;
    top: var(--top-home);
}

.allHooks
{
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 4rem;
}

.allHooks .row
{
    margin-right: 0;
    margin-left: 0;
}

.hookMockup img
{
    width: 20rem;
    position: absolute;
    top: -31rem;
    right: 50%;
    transform: translateX(50%);
    z-index: 5;
}

.hookHome
{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.hookTitle
{
    font-size: 2.2rem;
    font-family: 'Montserrat-bold', sans-serif;
    color: #1D1D1D;
    line-height: 120%;
}

.hookDescription {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #1D1D1D;
    font-size: 1.3rem;
    font-family: 'Jost-light', sans-serif;
    line-height: 140%;
}

.hookDescription .hookButton {
    display: none;
}

.hookSketch {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.hookSketch img {
    position: absolute;
}

.hookButton {
    text-align: center;
}

@media (max-width: 360px) {
    .hookMockup img
    {
        width: 18rem;
    }
}

@media (min-width: 480px) {
    .svgHeader
    {
        top: var(--top-home-480);
    }

    .hookMockup img {
        width: 23rem;
        top: -34rem;
    }
}

@media (min-width: 576px) {

    .svgHeader
    {
        top: var(--top-home-576);
    }

    .allHooks
    {
        gap: 6rem;
    }

    .hookMockup img {
        width: 26rem;
        top: -38rem;
    }

    .hookTitle {
        font-size: 2.4rem;
    }

}

@media (min-width: 768px) {

    .svgHeader
    {
        top: var(--top-home-768);
    }

    .allHooks
    {
        gap: 6rem;
        padding-bottom: 6rem;
    }

    .hookMockup img {
        width: 18rem;
        top: -30.5rem;
        right: 28%;
    }

    .hookHome
    {
        display: block;
    }

    .hookTitle {
        margin: 0 0 6rem 0;
        font-size: 2.2rem;
    }

    .hookDescription {
        font-size: 1.15rem;
    }

    .hookDescription .hookButton {
        display: block;
        padding-top: 4rem;
    }

    .hookHome &gt; .hookButton {
        display: none;
    }

}

@media (min-width: 992px) {
    .svgHeader
    {
        top: var(--top-home-992);
    }

    .hookMockup img {
        width: 20rem;
        top: -33rem;
        left: 58%;
        transform: translateX(0);
    }

}

@media (min-width: 1200px) {

    .hookMockup img {
        top: -36rem;
    }

}

@media (min-width: 1400px) {}

/*
********************
HOOK HOME SPECIFIC
********************
*/

#loyaltyProgramHook {
    padding-top: 7rem;
}
#loyaltyCardCreationTime {
    font-family: 'Jost-regular', sans-serif;
}
#loyaltyProgramHook .hookSketch {
    height: 20rem;
}
#loyaltyProgramHook .hookSketch img#sketchCardPurple {
    width: 26rem;
    transform: rotate(-8.088deg);
}
#loyaltyProgramHook .hookSketch img#sketchReward1 {
    width: 22rem;
    top: -5%;
    right: -10%;
}
#loyaltyProgramHook .hookSketch img#sketchReward2 {
    width: 24rem;
    bottom: 10%;
    left: -10%;
}

#cardsGalleryHook {
    background: linear-gradient(45deg, #ffa27033, #fffef7);
}
#cardsGalleryHook .hookSketch {
    height: 30rem;
}
#cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
    width: 11rem;
    top: 1%;
    right: 4%;
}
#cardsGalleryHook .hookSketch img#sketchCardsGallery {
    width: 13rem;
    bottom: 1%;
    left: 8%;
}

#newsHook .hookSketch {
    height: 34rem;
}
#newsHook .hookSketch img#sketchNewsNew,
#newsHook .hookSketch img#sketchNewsPromotion,
#newsHook .hookSketch img#sketchNewsBirthday {
    width: 17rem;
}
#newsHook .hookSketch img#sketchNewsNew {
    z-index: 10;
    top: 0;
}
#newsHook .hookSketch img#sketchNewsPromotion {
    z-index: 9;
    bottom: -3%;
    right: -6%;
}
#newsHook .hookSketch img#sketchNewsBirthday {
    z-index: 8;
    bottom: 14%;
    left: -6%;
}

#statisticsHook {
    margin-top: 5rem;
}
#statisticsHook .hookSketch {
    height: 30rem;
}
#statisticsHook .hookSketch img#sketchStatMobile {
    height: 90%;
}
#statisticsHook .hookSketch img#sketchGraphPink,
#statisticsHook .hookSketch img#sketchGraphBlue,
#statisticsHook .hookSketch img#sketchGraphOrange {
    width: 15rem;
}
#statisticsHook .hookSketch img#sketchGraphPink {
    top: 0;
    right: 0;
}
#statisticsHook .hookSketch img#sketchGraphBlue {
    top: 13rem;
    left: 0;
}
#statisticsHook .hookSketch img#sketchGraphOrange {
    bottom: 0;
    right: 0;
}

#mapHook .hookSketch {
    align-items: flex-start;
    height: 34rem;
}
#mapHook .hookSketch img#mapFydlMap {
    height: 60%;
    width: auto;
    z-index: 10;
    position: relative;
}
#mapHook .hookSketch img#mapCardPink {
    width: 34rem;
    bottom: -15%;
    z-index: 11;
}
#mapHook .hookSketch img#mapPosition {
    width: 5rem;
    right: 15%;
    top: -3%;
    z-index: 11;
}

@media (max-width: 360px) {
    #loyaltyProgramHook {
        padding-top: 5rem;
    }
    #loyaltyProgramHook .hookSketch {
        height: 18rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchCardPurple {
        width: 22rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        width: 20rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        width: 21rem;
    }

    #cardsGalleryHook .hookSketch {
        height: 26rem;
    }
    #cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
        width: 9rem;
    }
    #cardsGalleryHook .hookSketch img#sketchCardsGallery {
        width: 11rem;
    }

    #newsHook .hookSketch {
        height: 30rem;
    }
    #newsHook .hookSketch img#sketchNewsNew,
    #newsHook .hookSketch img#sketchNewsPromotion,
    #newsHook .hookSketch img#sketchNewsBirthday {
        width: 14rem;
    }

    #mapHook .hookSketch {
        height: 30rem;
    }
    #mapHook .hookSketch img#mapCardPink {
        width: 30rem;
    }
    #mapHook .hookSketch img#mapPosition {
        width: 5rem;
    }
}

@media (min-width: 480px) {
    #loyaltyProgramHook {
        padding-top: 12rem;
    }
    #loyaltyProgramHook .hookSketch {
        height: 22rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchCardPurple {
        width: 28rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        width: 23rem;
        right: -6%;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        width: 26rem;
        left: -6%
    }

    #cardsGalleryHook .hookSketch {
        height: 31rem;
    }
    #cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
        width: 11rem;
        right: 16%;
    }
    #cardsGalleryHook .hookSketch img#sketchCardsGallery {
        width: 13rem;
        left: 16%;
    }

    #newsHook .hookSketch {
        height: 36rem;
    }
    #newsHook .hookSketch img#sketchNewsNew,
    #newsHook .hookSketch img#sketchNewsPromotion,
    #newsHook .hookSketch img#sketchNewsBirthday {
        width: 18rem;
    }
    #newsHook .hookSketch img#sketchNewsPromotion {
        right: -2%;
    }
    #newsHook .hookSketch img#sketchNewsBirthday {
        left: -2%;
    }

    #statisticsHook .hookSketch img#sketchGraphPink {
        top: 0;
        right: 8%;
    }
    #statisticsHook .hookSketch img#sketchGraphBlue {
        top: 13rem;
        left: 8%;
    }
    #statisticsHook .hookSketch img#sketchGraphOrange {
        bottom: 0;
        right: 8%;
    }
}

@media (min-width: 576px) {

    #loyaltyProgramHook .hookSketch {
        height: 23rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchCardPurple {
        width: 31rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        width: 25rem;
        right: -2%;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        width: 27rem;
        left: -2%;
    }

    #cardsGalleryHook .hookSketch {
        height: 32rem;
    }
    #cardsGalleryHook .hookSketch {
        width: 70%;
        margin: auto;
    }
    #cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
        width: 13rem;
        right: 7%;
    }
    #cardsGalleryHook .hookSketch img#sketchCardsGallery {
        width: 14rem;
        left: 7%;
    }

    #newsHook .hookSketch img#sketchNewsNew,
    #newsHook .hookSketch img#sketchNewsPromotion,
    #newsHook .hookSketch img#sketchNewsBirthday {
        width: 19rem;
    }
    #newsHook .hookSketch img#sketchNewsPromotion {
        right: 2%;
    }
    #newsHook .hookSketch img#sketchNewsBirthday {
        left: 2%;
    }

    #statisticsHook .hookSketch img#sketchGraphPink {
        top: 0;
        right: 20%;
    }
    #statisticsHook .hookSketch img#sketchGraphBlue {
        top: 13rem;
        left: 20%;
    }
    #statisticsHook .hookSketch img#sketchGraphOrange {
        bottom: 0;
        right: 20%;
    }

    #mapHook .hookSketch {
        height: 38rem;
    }
    #mapHook .hookSketch img#mapCardPink {
        width: 38rem;
    }
    #mapHook .hookSketch img#mapPosition {
        right: 26%;
    }

}

@media (min-width: 768px) {

    #cardsGalleryHook .hookDescription,
    #statisticsHook .hookDescription {
        float: right;
        padding-left: 2rem;
    }
    #loyaltyProgramHook .hookDescription,
    #cardsGalleryHook .hookSketch,
    #newsHook .hookDescription,
    #mapHook .hookDescription {
        float: left;
        padding-right: 2rem;
    }

    #loyaltyProgramHook {
        padding-top: 3rem;
    }
    #loyaltyProgramHook .hookSketch {
        height: 21rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchCardPurple {
        width: 26rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        width: 21rem;
        right: -8%;
        top: 0;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        width: 23rem;
        left: -8%;
        bottom: 12%;
    }

    #cardsGalleryHook .hookSketch {
        width: 50%;
        margin: unset;
    }

    #newsHook .hookSketch {
        height: 32rem;
    }
    #newsHook .hookSketch img#sketchNewsNew,
    #newsHook .hookSketch img#sketchNewsPromotion,
    #newsHook .hookSketch img#sketchNewsBirthday {
        width: 17rem;
    }
    #newsHook .hookSketch img#sketchNewsPromotion {
        right: -2%;
    }
    #newsHook .hookSketch img#sketchNewsBirthday {
        left: -2%;
    }

    #statisticsHook .hookDescription {
        float: right;
    }
    #statisticsHook .hookSketch img#sketchGraphPink {
        top: 0;
        right: 8%;
    }
    #statisticsHook .hookSketch img#sketchGraphBlue {
        top: 13rem;
        left: 8%;
    }
    #statisticsHook .hookSketch img#sketchGraphOrange {
        bottom: 0;
        right: 8%;
    }

    #mapHook .hookSketch {
        height: 34rem;
    }
    #mapHook .hookSketch img#mapCardPink {
        width: 35rem;
        bottom: -10%;
    }
    #mapHook .hookSketch img#mapPosition {
        right: 11%;
    }

}

@media (min-width: 992px) {

    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        right: 0%;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        left: 0%;
    }

    #cardsGalleryHook .hookSketch {
        width: 38%;
        margin: 0 6%;
    }
    #cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
        right: 0;
    }
    #cardsGalleryHook .hookSketch img#sketchCardsGallery {
        left: 0;
    }

    #newsHook .hookSketch {
        height: 33rem;
    }
    #newsHook .hookSketch img#sketchNewsNew,
    #newsHook .hookSketch img#sketchNewsPromotion,
    #newsHook .hookSketch img#sketchNewsBirthday {
        width: 18rem;
    }

    #mapHook .hookSketch img#mapPosition {
        right: 18%;
    }

}

@media (min-width: 1200px) {

    #loyaltyProgramHook .hookSketch {
        height: 23rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchCardPurple {
        width: 30rem;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward1 {
        width: 22rem;
        right: -5%;
    }
    #loyaltyProgramHook .hookSketch img#sketchReward2 {
        width: 25rem;
        left: -7%;
    }

    #cardsGalleryHook .hookSketch {
        height: 34rem;
    }
    #cardsGalleryHook .hookSketch img#sketchHomeCustomerYellow {
        width: 13rem;
    }
    #cardsGalleryHook .hookSketch img#sketchCardsGallery {
        width: 14rem;
    }

    @media (min-width: 1400px) {}

}

/*
==================================================

HOOK FULL

==================================================
*/

.hookFull {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 4rem;
    max-width: 100%;
}

.hookFull span.crossedText {
    color: #474747;
    text-decoration: line-through;
    text-decoration-color: coral;
}

.hookFull span.afterCrossedText {
    color: #474747;
    position: absolute;
    top: 4.6rem;
    left: 10rem;
    transform: rotate(347deg);
}

.hookFull#homeToBusiness .hookTitle,
.hookFull#homeToCustomer .hookTitle {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.hookFull .hookDescription {
    font-family: 'Jost-light', sans-serif;
    gap: 6rem;
}

.hookFull#homeToBusiness {
    background: linear-gradient(45deg, #ffc8ab, #fffef7);
}

.hookFull#homeToBusiness .hookTitle,
.hookFull#homeToBusiness .hookDescription {
    color: #474747;
}

.hookFull .item {
    text-align: center;
    margin-bottom: 2rem;
}

.hookFull .item .bigNumber {
    font-family: 'Jost-bold', sans-serif;
    font-size: 3.2rem;
    margin-bottom: 0;
    line-height: normal;
}
.hookFull .item .bigNumber+p {
    font-family: 'Jost-bold', sans-serif;
    font-size: 1.6rem;
}
.hookFull .arguments p {
    padding: 0 2rem;
    margin-top: 2rem;
}

.hookFull .arguments p span {
    font-family: 'Jost-regular', sans-serif;
}

.hookFull#homeToCustomer {
    background: linear-gradient(341deg, #ff7f50, #ffb89e);
}

.hookFull#homeToCustomer .hookTitle,
.hookFull#homeToCustomer .hookDescription {
    color: #FFFFFF;
}

@media (max-width: 360px) {
    .hookFull .arguments p {
        padding: 0;
    }
}

@media (min-width: 480px) {
    .hookFull span.afterCrossedText {
        top: 9rem;
        left: 44%;
    }
    .hookFull .arguments p {
        padding: 0 4rem;
    }
}

@media (min-width: 576px) {

    .hookFull .arguments p {
        padding: 0 6rem;
    }
}

@media (min-width: 768px) {
    .hookFull .hookDescription {
        flex-direction: row;
    }
    .hookFull .item {
        width: 33.333%;
    }
    .hookFull .item .bigNumber {
        font-size: 3.2rem;
    }
    .hookFull .item .bigNumber+p {
        font-size: 1.4rem;
    }
    .hookFull .arguments p {
        padding: 0;
        margin-top: 4rem;
    }
}

@media (min-width: 992px) {
    .hookFull .hookDescription {
        gap: 8rem;
    }
}

@media (min-width: 1200px) {
    .hookFull span.afterCrossedText {
        left: 47%;
    }
}

@media (min-width: 1400px) {}
</pre></body></html>