/* Barra de navegacion */
nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ffffff;
    position: fixed;
    width: 100vw;
    z-index: 9;
    margin-bottom: 50px;
}

.site-logo {
    width: 100px;
    height: auto;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    width: 65%;
    margin-bottom: 0;
}

.nav-links li {
    list-style: none;

}

.nav-links a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    font-family: 'SF Pro Display', sans-serif;
}

.nav-links a:hover {
    color: #6b6b6b;
}


.nav-links > li > .w--current {
    color: #1a4fff !important;
}


.burger {
    display: none;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin: 5px;
    transition: all 0.3s ease

}

@media screen and (max-width: 1024px) {
    nav {
        padding-left: 25px;
        padding-right: 25px;
        justify-content: space-between;
    }


    .nav-links {
        width: 80%;
    }

    .nav-links a:hover {
        color: black;
    }

    .nav-links > .active > a {
        color: black;
    }
}

@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .nav-links {
        position: absolute;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #1a4fff;
        display: block;
        flex-direction: column;
        align-items: center;
        width: 50%;
        padding-top: 30px;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }

    .nav-links li {
        opacity: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .nav-links a {
        font-size: 18px;
        font-weight: 700;
        color: white;
    }

    .burger {
        display: block;
    }
}

.nav-active {
    transform: translateX(0%);
    z-index: 20;
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1 {
    transform: rotate(-40deg) translate(-5px, 6px);
}

.toggle .line2 {
    transform: rotate(90deg) translate(0px, 0px);
}

.toggle .line3 {
    transform: rotate(35deg) translate(-5px, -6px);
}

/* Webflow */

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.heading {
    color: #000;
    font-size: 70px;
    line-height: 65px;
    text-align: center;
    letter-spacing: -0.1vh;
}

.heading.white {
    margin-top: 0px;
    color: #fff;
}

.container {
    display: block;
    max-width: 600px;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.paragraph {
    margin-top: 40px;
    margin-bottom: 0px;
    color: #595959;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.paragraph.white {
    color: #929292;
}

.paragraph.grey {
    color: #929292;
}

.section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    padding-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.gris {
    height: 80vh;
    background-color: #f6f6f6;
}

.section.black {
    height: 80vh;
    background-color: #000;
    color: #fff;
}

.image {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
    opacity: 1;
}

.section-2 {
    background-color: #000;
}

.heading-2 {
    margin-top: 100px;
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
}

.container-2 {
    padding-bottom: 140px;
    text-align: center;
}

.paragraph-2 {
    margin-top: 30px;
    color: #606060;
    font-size: 16px;
    line-height: 20px;
}

.paragraph-3 {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.paragraph-3.white {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.section-3 {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #f3f3f3;
}

.section-3.white {
    padding-top: 180px;
    padding-bottom: 60px;
    background-color: #fff;
}

.image-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.column.right-space {
    padding-right: 60px;
    padding-left: 100px;
}

.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
}

.column-2.no-space {
    padding-right: 0px;
    padding-left: 0px;
}

.paragraph-4 {
    margin-top: 30px;
    color: #595959;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.heading-3 {
    color: #000;
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
}

.text-block {
    margin-top: 20px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 140px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-3 {
    max-height: 800px;
}

.columns-2 {
    padding-top: 0px;
    padding-bottom: 220px;
    background-color: transparent;
}

.section-4 {
    padding-top: 180px;
    padding-bottom: 100px;
    background-color: #f3f3f3;
    background-image: url('../images/banner.png');
    background-position: 0% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.image-3 {
    width: 100%;
    max-width: 600px;
}

.column-3 {
    right: 0px;
    padding-right: 0px;
    padding-left: 140px;
}

.section-2-white {
    background-color: #fff;
}

.heading-4 {
    margin-top: -20px;
    color: #000;
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
}

.section-5 {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #000;
}

.heading-5 {
    margin-top: 0px;
    color: #000;
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
}

.heading-5.white {
    color: #fff;
}

.paragraph-5 {
    margin-top: 30px;
    color: #595959;
    font-size: 16px;
    line-height: 20px;
}

.paragraph-6 {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.paragraph-6.white {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.image-4 {
    padding-top: 60px;
}

.block-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 12%;
    width: 400px;
}

.section-6 {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.container-4 {
    position: relative;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.image-5 {
    width: 87%;
    max-width: 87%;
    margin-top: -160px;
    margin-right: 5%;
    margin-left: 8%;
}

.section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/3.-Big-Data-06.jpg');
    background-position: 100% 100%;
    background-size: 50%;
    background-repeat: no-repeat;
}

.container-5 {
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.column-6 {
    padding-right: 60px;
}

.section-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #fff), color-stop(62%, hsla(0, 0%, 100%, 0.12))), url('../images/insights-relexiones-modelos-negocio.jpg');
    background-image: linear-gradient(180deg, #fff 4%, hsla(0, 0%, 100%, 0.12) 62%), url('../images/insights-relexiones-modelos-negocio.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section-8.proyectos-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #fff), color-stop(62%, hsla(0, 0%, 100%, 0.12))), url('../images/blog.jpg');
    background-image: linear-gradient(180deg, #fff 4%, hsla(0, 0%, 100%, 0.12) 62%), url('../images/blog.jpg');
}

.container-6 {
    max-width: 600px;
    padding-top: 140px;
    padding-bottom: 0px;
}

.container-6.proyectos-container {
    padding-top: 25vh;
}

.section-9 {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: #f3f3f3;
}

.heading-6 {
    margin-right: 40px;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 21px;
    font-weight: 400;
}

.heading-6.logifruit {
    margin-right: 100px;
    padding-right: 0px;
}

.column-7 {
    padding-right: 10px;
    padding-left: 10px;
}

.button {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.div-block {
    padding: 40px 60px 10px;
}

.column-8 {
    padding-right: 10px;
    padding-left: 10px;
}

.column-9 {
    padding-right: 10px;
    padding-left: 10px;
}

.columns-4 {
    margin-top: 60px;
}

.blog-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

.columns-5 {
    margin-top: 60px;
}

.div-block-2 {
    height: 210px;
    background-image: url('../images/bankiaforward.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-2.logifruit {
    height: 290px;
    background-image: url('../images/diseno-web-a-medida-empresa-logistica.jpg');
}

.div-block-2.bankia {
    height: 290px;
    background-image: url('../images/bankia_forward.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-2.draper {
    height: 290px;
    background-image: url('../images/draper.jpg');
    background-position: 50% 100%;
    background-size: cover;
}

.div-block-2.congresoba {
    height: 290px;
    background-image: url('../images/congresoBA.jpg');
    background-position: 50% 39%;
    background-size: cover;
}

.div-block-2.bioemprender {
    height: 290px;
    background-image: url('../images/página-de-proecto--bankia-09-09.png');
    background-position: 50% 50%;
    background-size: cover;
}

.div-block-2.covid {
    height: 290px;
    background-image: url('../images/medidas-restaurantes-coronavirus-covid19.jpg');
}

.div-block-2._21_oportunidades {
    height: 290px;
    background-image: url('../images/modelos-de-negocio-digitales.jpg');
}

.div-block-2.logifruit_2 {
    height: 290px;
    background-image: url('../images/proyecto-diseno-infografias-logifruit.jpg');
}

.columns-6 {
    margin-bottom: 60px;
}

.image-6 {
    display: none;
}

.column-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.heading-7 {
    margin-top: 0px;
    padding-right: 0px;
    font-family: 'SF Pro Display', sans-serif;
    color: #000;
    font-size: 45px;
    letter-spacing: -0.1px;
}

.body {
    margin-top: 0px;
    font-family: 'SF Pro Display', sans-serif;
}

.columns-7 {
    margin-top: 20px;
    margin-left: 0px;
}

.container-7 {
    padding-top: 150px;
    margin-bottom: 0px;
}

.heading-8 {
    margin-top: 0px;
    font-family: 'SF Pro Display', sans-serif;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 4px;
}

.column-13 {
    padding-top: 10px;
    padding-left: 220px;
}

.heading-9 {
    margin-top: 0px;
    margin-bottom: 60px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -0.1px;
}

.heading-9.link {
    margin-bottom: 0px;
}

.paragraph-7 {
    padding-top: 10px;
    padding-right: 60px;
    font-family: 'SF Pro Display', sans-serif;
    color: #646464;
    font-size: 24px;
    line-height: 21px;
}

.paragraph-7.blog-subtitle {
    font-size: 18px;
}

.image-7 {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 300px;
}

.section-10 {
    margin: 220px 140px;
}

.image-8 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.section-11 {
    margin-right: 220px;
    margin-left: 100px;
}

.body-2 {
    font-family: 'SF Pro Display', sans-serif;
}

.container-8 {
    opacity: 0;
}

.div-block-4 {
    height: 400px;
    margin-bottom: -2px;
    background-image: url('../images/Recurso-6.jpg');
    background-position: 50% 98%;
    background-size: cover;
    background-repeat: no-repeat;
}

.div-block-5 {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    padding-left: 0%;
}

.image-9 {
    padding-top: 140px;
}

.link-2 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 20px;
}

.section-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 90vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.column-41 {
    opacity: 0;
}

.column-42 {
    margin-bottom: 100px;
    padding-bottom: 0px;
}

.heading-16 {
    margin-top: 0px;
    margin-bottom: 28px;
    padding-top: 0vh;
    padding-right: 60px;
    padding-left: 0px;
    color: #000;
    font-size: 70px;
    line-height: 65px;
    letter-spacing: -0.1vh;
}

.heading-16.mobile-text {
    display: none;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
}

.link-block.hero {
    width: 370px;
    margin-right: auto;
}

.link-block.hero:hover {
    background-color: #1a4fff;
    color: #fff;
}

.image-10 {
    width: auto;
    max-height: 25px;
    max-width: 25px;
    margin-left: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.paragraph-8 {
    height: 20px;
    margin-left: 10px;
    padding-top: 2px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 21px;
    text-decoration: none;
}

.column-43 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.list-item-2 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
}

.list-item-2.service-item {
    color: #2e65ff;
    font-size: 60px;
}

.columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
}

.list {
    display: block;
    margin-top: 40px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    color: #fff;
    font-size: 71px;
    line-height: 79px;
    font-weight: 700;
    text-align: left;
}

.button-2 {
    margin-top: 20px;
    padding: 10px 18px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: transparent;
    -webkit-transition: color 1000ms ease, background-color 100ms ease;
    transition: color 1000ms ease, background-color 100ms ease;
    cursor: pointer;
}

.button-2:hover {
    background-color: #fff;
    color: #000;
}

.button-2:active {
    display: block;
}

.list-item {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    color: #fff;
}

.list-item.service-item {
    color: #2e65ff;
    font-size: 60px;
}

.column-44 {
    display: block;
    overflow: visible;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.heading-17 {
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
}

.section-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
}

.list-item-3 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.list-item-3.service-item {
    color: #2e65ff;
    font-size: 60px;
}

.container-9 {
    position: static;
    display: block;
    overflow: visible;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
}

.image-15 {
    position: absolute;
    z-index: 1;
    display: block;
    width: 248px;
    opacity: 0;
}

.image-13 {
    position: absolute;
    z-index: 2;
    display: none;
    width: 248px;
    opacity: 0;
}

.heading-18 {
    display: none;
}

.section-15 {
    position: relative;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1a4fff), color-stop(0, #fff));
    background-image: linear-gradient(90deg, #1a4fff 50%, #fff 0);
}

.columns-9 {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-14 {
    position: absolute;
    z-index: 3;
    display: none;
    width: 248px;
    opacity: 0;
}

.columns-10 {
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.image-16 {
    position: absolute;
    z-index: 0;
    display: inline-block;
    overflow: visible;
    width: 250px;
    text-align: center;
}

.columns-11 {
    margin-top: 30px;
}

.column-45 {
    display: block;
    overflow: scroll;
    height: 100vh;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.column-45.services-list {
    overflow: visible;
    height: auto;
}

.columns-12 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.column-46 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.heading-19 {
    color: #fff;
    font-size: 45px;
    line-height: 40px;
    font-weight: 400;
}

.column-47 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.image-17 {
    width: auto;
    max-height: 50px;
    max-width: 50px;
    margin-top: 4px;
}

.heading-20 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 28px;
}

.paragraph-9 {
    margin-top: 20px;
    color: #b3c7ff;
}

.paragraph-9.white {
    color: #dadee2;
}

.section-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: 70vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.container-10 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.column-40 {
    margin-top: 75px;
}

.column-17 {
    margin-top: 0px;
}

.image-12 {
    position: relative;
    z-index: 4;
    margin-top: 170px;
    margin-bottom: -170px;
}

.columns-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.container-11 {
    display: block;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 49vh;
    margin-right: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-3 {
    margin-top: 20px;
    padding: 10px 18px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

.button-3:hover {
    background-color: #000;
    color: #fff;
}

.column-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left: 0.5px solid #afafaf;
}

.column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.columns-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #595959;
}

.blog-title {
    font-size: 23px;
    font-weight: 400;
}

.column-49 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right: 0.5px solid #afafaf;
    border-left: 0.5px solid #afafaf;
}

.heading-21 {
    margin-top: 0px;
    color: #333;
    font-size: 45px;
    font-weight: 400;
}

.column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px none #000;
}

.div-block-7 {
    padding-right: 40px;
    padding-left: 40px;
    color: #595959;
    font-size: 14px;
    text-decoration: none;
}

.column-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.column-35.right-column-home {
    padding-right: 0px;
}

.link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link-3 {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.link-3:hover {
    color: #1a4fff;
}

.link-3.bold {
    font-weight: 700;
}

.column-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.column-52 {
    display: block;
    padding-right: 40px;
}

.columns-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.column-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.image-18 {
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0px;
    padding-left: 0%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.columns-22 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.paragraph-10 {
    margin-top: 20px;
}

.columns-23 {
    display: block;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}

.section-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.link-4 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1a4fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}

.column-54 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.columns-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column-55 {
    padding-left: 40px;
}

.column-56 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.column-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.columns-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.columns-26 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-19 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/home-mintral.jpeg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.container-13 {
    padding-top: 25vh;
    padding-right: 0%;
    padding-left: 0%;
    color: #000;
}

.heading-22 {
    margin-top: 9px;
    font-size: 72px;
    line-height: 72px;
    text-align: center;
}

.paragraph-11 {
    margin-top: 25px;
    margin-right: -12px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
}

.paragraph-12 {
    display: block;
    margin-top: 40px;
    margin-right: 36%;
    padding-right: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
}

.paragraph-14 {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 700;
}

.container-14 {
    padding-top: 180px;
    padding-bottom: 0px;
}

.columns-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 220px;
    margin-bottom: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.heading-12 {
    margin-right: 35%;
    margin-bottom: 0px;
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
}

.paragraph-15 {
    margin-bottom: 26px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    font-weight: 400;
}

.column-33 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-bottom: 29px;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.section-20 {
    background-color: #000;
    font-weight: 300;
}

.paragraph-13 {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.section-21 {
    padding-top: 183px;
    background-color: #fff;
    color: #fff;
}

.heading-23 {
    color: #000;
    font-size: 45px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

.paragraph-16 {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #000;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
}

.image-19 {
    margin-left: -32px;
    padding-left: 0px;
}

.column-23 {
    padding-right: 0px;
    padding-left: 0px;
}

.paragraph-17 {
    color: #333;
    font-size: 16px;
}

.column-25 {
    padding-right: 0%;
    padding-left: 7%;
}

.section-22 {
    padding-top: 0px;
    padding-bottom: 220px;
}

.heading-10 {
    background-color: transparent;
    color: #1a4fff;
    font-size: 18px;
    letter-spacing: 5px;
}

.column-22 {
    padding-right: 51px;
    padding-left: 7%;
}

.column-24 {
    padding-right: 0px;
    padding-left: 5%;
}

.heading-11 {
    color: #000;
    font-size: 16px;
}

.column-21 {
    padding-right: 10%;
    padding-left: 0px;
}

.column-26 {
    padding-right: 18px;
    padding-left: 7%;
}

.section-23 {
    padding-top: 100px;
    padding-bottom: 100px;
    border: 1px solid #000;
}

.column-28 {
    padding-left: 40px;
}

.paragraph-18 {
    margin-top: 10px;
    padding-top: 0px;
    color: #333;
    font-size: 16px;
}

.columns-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
}

.image-20 {
    margin-left: 56px;
}

.column-27 {
    padding-right: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.heading-14 {
    margin-bottom: 40px;
    color: #1a4fff;
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
}

.paragraph-19 {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.paragraph-20 {
    margin-right: 100px;
    color: #333;
    font-size: 16px;
}

.column-29 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/realidad-aumentada-empresas.jpeg');
    background-position: 0px 0px;
    background-size: cover;
}

.paragraph-21 {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.section-24 {
    height: 70vh;
    padding-top: 0px;
    padding-bottom: 0px;
}

.columns-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.div-block-8 {
    opacity: 0;
}

.column-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 220px 60px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-9 {
    max-width: 350px;
}

.section-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 220px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #606060;
    border-radius: 1px;
    line-height: 100vh;
}

.container-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading-15 {
    margin-bottom: 60px;
    color: #000;
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 120px;
    grid-row-gap: 80px;
    grid-template-areas: ". . . ." ". . . Area";
    -ms-grid-columns: minmax(0px, 0.75fr) 120px 1fr 120px 1fr 120px 0.5fr;
    grid-template-columns: minmax(0px, 0.75fr) 1fr 1fr 0.5fr;
    -ms-grid-rows: 108px 80px 118px 80px auto;
    grid-template-rows: 108px 118px auto;
}

.image-21 {
    max-height: 122px;
    max-width: 100%;
}

.image-22 {
    margin: -93px 0% 40px 60px;
    padding-top: 0px;
    padding-right: 30%;
    width: 80%;
}

.paragraph-22 {
    margin-right: 104px;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.paragraph-22.photo {
    margin-right: 0px;
    padding-left: 60px;
}

.section-26 {
    margin-bottom: 140px;
}

.image-23 {
    margin-right: 220px;
    padding-right: 220px;
    background-color: #f3f3f3;
}

.section-27 {
    padding-top: 0px;
    padding-bottom: 60px;
}

.column-58 {
    padding-left: 0px;
}

.image-24 {
    padding-right: 20px;
    width: 100%;
}

.image-25 {
    padding-top: 0px;
    padding-bottom: 45px;
    padding-left: 40px;
    width: 100%;
}

.column-59 {
    opacity: 0;
}

.image-26 {
    margin-top: 0px;
}

.image-27 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.container-18 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.columns-27 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.paragraph-23 {
    margin-bottom: 0px;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
}

.paragraph-24 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.paragraph-25 {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 25px;
    font-weight: 700;
}

.column-60 {
    padding-left: 60px;
}

.section-28 {
    margin-bottom: 0px;
}

.container-19 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}

.section-29 {
    position: relative;
}

.sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    padding: 20px;
    background-color: #f4f4f4;
}

.nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-logo-link {
    display: block;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.nav-logo {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #444;
    text-decoration: none;
}

.nav-link:hover {
    text-decoration: underline;
}

.body-3 {
    font-family: 'SF Pro Display', sans-serif;
}

.body-4 {
    font-family: 'SF Pro Display', sans-serif;
}

.body-5 {
    font-family: 'SF Pro Display', sans-serif;
}

.paragraph-26 {
    margin-top: 60px;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.section-30 {
    margin-top: 60px;
    padding-bottom: 0px;
}

.heading-24 {
    margin-top: 40px;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.list-2 {
    padding-left: 20px;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    list-style-type: decimal;
}

.list-item-4 {
    padding-top: 10px;
}

.list-item-5 {
    padding-top: 10px;
}

.list-item-6 {
    padding-top: 10px;
}

.list-item-7 {
    padding-top: 10px;
}

.list-item-8 {
    padding-top: 10px;
}

.list-item-9 {
    padding-top: 10px;
}

.list-item-10 {
    padding-top: 10px;
}

.list-item-11 {
    padding-top: 10px;
}

.list-item-12 {
    padding-top: 10px;
}

.list-item-13 {
    padding-top: 10px;
}

.list-item-14 {
    padding-top: 10px;
}

.list-item-15 {
    padding-top: 10px;
}

.list-item-16 {
    padding-top: 10px;
}

.list-item-17 {
    padding-top: 10px;
}

.list-item-18 {
    padding-top: 10px;
}

.list-item-19 {
    padding-top: 10px;
}

.list-item-20 {
    padding-top: 10px;
}

.list-item-21 {
    padding-top: 10px;
}

.list-item-22 {
    padding-top: 10px;
}

.list-item-23 {
    padding-top: 10px;
    font-size: 16px;
}

.container-20 {
    margin-bottom: 60px;
}

.list-item-24 {
    margin-bottom: 20px;
}

.paragraph-27 {
    margin-bottom: 100px;
    padding-top: 40px;
    font-size: 16px;
}

.container-21 {
    padding-right: 5%;
    padding-left: 15%;
}

.body-6 {
    font-family: 'SF Pro Display', sans-serif;
}

.body-7 {
    font-family: 'SF Pro Display', sans-serif;
}

.blog-home-title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.image-28 {
    width: 40px;
    margin-top: 40px;
}

.list-item-25 {
    padding-top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .sticky-nav {
        position: relative;
    }

    .nav-grid {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .heading {
        margin-bottom: 0px;
        font-size: 55px;
    }

    .container {
        padding-top: 0px;
    }

    .paragraph {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 23px;
        line-height: 25px;
    }

    .section {
        height: 80vh;
        padding-right: 0px;
        padding-left: 0px;
    }

    .section.black {
        height: 80vh;
    }

    .image {
        overflow: visible;
        width: 100%;
        height: auto;
        max-height: none;
        max-width: none;
        margin-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -o-object-fit: none;
        object-fit: none;
        -o-object-position: 0% 0%;
        object-position: 0% 0%;
    }

    .heading-2 {
        margin-top: 0px;
        font-size: 44px;
        line-height: 49px;
    }

    .container-2 {
        position: relative;
        z-index: 2;
        margin-top: -2px;
        padding: 20px 20px 100px;
        background-color: #000;
    }

    .container-2.fondo-white {
        background-color: transparent;
    }

    .paragraph-3.white {
        color: #fff;
    }

    .section-3 {
        overflow: hidden;
        padding: 60px 20px 100px;
    }

    .section-3.white {
        padding-top: 140px;
        padding-bottom: 140px;
        color: #000;
    }

    .image-2 {
        margin-left: 0px;
    }

    .column {
        margin-top: 60px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column.right-space {
        margin-top: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-2 {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .paragraph-4 {
        margin-right: 60px;
    }

    .heading-3 {
        font-size: 45px;
    }

    .columns {
        margin-left: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        color: #000;
    }

    .section-4 {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }

    .column-3 {
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-2-white {
        display: block;
    }

    .heading-4 {
        font-size: 45px;
    }

    .heading-4.white-design {
        margin-top: 0px;
    }

    .section-5 {
        margin-bottom: 60px;
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .heading-5 {
        font-size: 45px;
    }

    .heading-5.white {
        color: #fff;
    }

    .paragraph-6.white {
        color: #fff;
    }

    .column-4 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .columns-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .column-5 {
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
    }

    .block-text {
        position: relative;
        width: auto;
        margin-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-4 {
        height: auto;
    }

    .image-5 {
        width: 100%;
        max-width: 100%;
        margin-top: -110px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 20px;
    }

    .section-7 {
        height: auto;
        padding-top: 20px;
        background-size: 100%;
    }

    .column-6 {
        padding-top: 40px;
    }

    .section-8 {
        height: 80vh;
        padding-right: 20px;
        padding-left: 20px;
    }

    .heading-6 {
        margin-right: 20px;
    }

    .heading-6.logifruit {
        margin-right: 0px;
    }

    .blog-block {
        margin-bottom: 20px;
    }

    .columns-6 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .image-6 {
        display: block;
        width: 120%;
        max-width: none;
        margin-top: 60px;
        margin-right: -70px;
        padding-right: 0px;
    }

    .column-10 {
        overflow: hidden;
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-11 {
        height: 260px;
        margin-top: 40px;
    }

    .div-block-3 {
        margin-top: 140px;
        padding-right: 60px;
    }

    .heading-7 {
        padding-right: 10px;
        font-size: 38px;
        line-height: 35px;
    }

    .columns-7 {
        margin-top: 0px;
    }

    .container-7 {
        margin-top: 0px;
        padding-left: 20px;
    }

    .heading-8 {
        font-size: 12px;
    }

    .column-13 {
        padding-top: 40px;
        padding-left: 0px;
    }

    .heading-9 {
        margin-bottom: 30px;
        font-family: 'SF Pro Display', sans-serif;
        font-size: 16px;
        line-height: 20px;
    }

    .paragraph-7 {
        padding-right: 130px;
    }

    .image-7 {
        margin-top: 0px;
        padding-right: 0px;
    }

    .section-10 {
        margin: 60px 0px;
    }

    .image-8 {
        margin-left: 0px;
        padding-top: 60px;
        padding-right: 20px;
        padding-bottom: 60px;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .section-11 {
        margin-right: 0px;
        margin-left: 10px;
    }

    .section-12 {
        margin-left: 0px;
    }

    .image-9 {
        padding-top: 60px;
    }

    .section-13 {
        height: 80vh;
        padding-top: 10vh;
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-42 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .heading-16 {
        margin-bottom: 40px;
        padding-top: 0px;
        padding-right: 0px;
        font-size: 55px;
        line-height: 53px;
        text-align: left;
        letter-spacing: -0.1vh;
    }

    .heading-16.pc-text {
        display: none;
    }

    .heading-16.mobile-text {
        position: static;
        display: block;
        float: none;
        clear: none;
        font-size: 52px;
    }

    .link-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        margin-left: 0px;
        padding: 3px 0px 3px 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .link-block.hero {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        height: auto;
        margin-right: 0px;
        padding: 6px 15px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .image-10 {
        max-width: 22px;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 3px;
        padding-top: 0px;
        font-size: 14px;
    }

    .paragraph-8 {
        margin-bottom: 0px;
        margin-left: 10px;
        padding-top: 0px;
        font-size: 16px;
    }

    .column-43 {
        padding-top: 40px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .list-item-2.service-item {
        font-size: 50px;
        line-height: 50px;
    }

    .columns-8 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .list {
        display: block;
    }

    .list.mobile-no {
        display: none;
    }

    .list-item.service-item {
        font-size: 50px;
        line-height: 50px;
    }

    .column-44 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading-17 {
        padding-right: 0px;
        font-size: 32px;
    }

    .section-14 {
        height: auto;
        padding: 60px 20px;
    }

    .list-item-3.service-item {
        font-size: 50px;
        line-height: 50px;
    }

    .container-9 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .heading-18 {
        display: block;
        margin-bottom: 40px;
        color: #1a4fff;
        font-size: 40px;
        font-weight: 400;
    }

    .section-15 {
        display: block;
        margin-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
    }

    .columns-9 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-6.service-block {
        height: auto;
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .column-45.services-list {
        padding-right: 0px;
        padding-bottom: 40px;
        padding-left: 0px;
    }

    .column-46 {
        position: relative;
        display: block;
        height: auto;
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .heading-19 {
        color: #000;
    }

    .heading-19.white {
        color: #fff;
    }

    .column-47 {
        position: relative;
        display: none;
        height: auto;
        padding: 40px 0px;
    }

    .heading-20 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .paragraph-9 {
        color: #7a7a7a;
    }

    .paragraph-9.white {
        color: #929292;
    }

    .section-16 {
        height: auto;
        margin-left: 0px;
        padding: 40px 20px 0px;
    }

    .column-40 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-17 {
        margin-top: 60px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .image-12 {
        margin-top: 0px;
        margin-bottom: -30px;
    }

    .section-17 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 140px 20px 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column-48 {
        border: 1px none #000;
    }

    .column-15 {
        display: block;
        height: auto;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .columns-13 {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .blog-title {
        font-size: 21px;
        line-height: 24px;
    }

    .column-49 {
        border: 1px none #000;
    }

    .column-16 {
        display: block;
        height: auto;
        padding-top: 60px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 16px;
    }

    .column-50 {
        font-weight: 700;
    }

    .column-35 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .link-block-2.w--current {
        display: block;
    }

    .link-3 {
        margin-left: 0px;
        padding-left: 0px;
    }

    .column-51 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .columns-21 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .column-39 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

    .column-53 {
        display: block;
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .image-18 {
        position: relative;
        left: auto;
        width: 50%;
        padding-bottom: 10px;
        padding-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        margin-left: 0;
        margin-right: auto;
    }

    .columns-22 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .column-37 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .column-37.vertical {
        display: block;
    }

    .columns-23 {
        margin-top: 10px;
        padding-top: 10px;
    }

    .link {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    .section-18 {
        position: relative;
        display: block;
        padding: 60px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .link-4 {
        font-size: 15px;
        font-weight: 400;
    }

    .column-54 {
        padding: 20px 0px;
    }

    .container-12 {
        display: block;
        padding-left: 0px;
    }

    .columns-24 {
        margin-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .column-55 {
        padding-left: 10px;
    }

    .column-56 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .column-57 {
        padding-left: 10px;
    }

    .columns-25 {
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-26 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .section-19 {
        height: 80vh;
        padding-top: 0px;
        background-position: 50% 50%;
        background-attachment: scroll;
    }

    .container-13 {
        padding-top: 15vh;
        padding-right: 20px;
        padding-left: 20px;
    }

    .heading-22 {
        font-size: 55px;
        line-height: 52px;
    }

    .paragraph-11 {
        margin-top: 20px;
        margin-right: 0px;
        padding-left: 0px;
        font-size: 24px;
        line-height: 25px;
        text-align: center;
    }

    .paragraph-12 {
        margin-right: 15%;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .container-14 {
        padding-top: 100px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .columns-18 {
        margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .heading-12 {
        margin-right: 0%;
        margin-left: 0px;
    }

    .paragraph-15 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 32px;
        line-height: 34px;
    }

    .column-33 {
        padding-right: 60px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .image-11 {
        overflow: visible;
        margin-left: 0px;
    }

    .section-21 {
        padding-top: 100px;
    }

    .paragraph-16 {
        margin-right: 40px;
        margin-left: 40px;
    }

    .image-19 {
        margin-left: 0px;
    }

    .column-23 {
        font-size: 10px;
    }

    .column-25 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
        padding-left: 7vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .columns-19 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        padding-left: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px;
    }

    .section-22 {
        padding-bottom: 140px;
    }

    .heading-10 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        text-align: center;
    }

    .column-22 {
        padding-right: 0px;
        padding-left: 0%;
    }

    .column-24 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 8vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        text-align: center;
    }

    .heading-11 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .column-21 {
        padding-right: 0%;
    }

    .column-26 {
        padding-right: 0px;
        padding-left: 0%;
    }

    .container-15 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-23 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 60px;
        padding-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-16 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .column-28 {
        padding-left: 0px;
    }

    .columns-16 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
        margin-bottom: 40px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .image-20 {
        margin-top: 40px;
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .column-27 {
        padding-right: 0px;
        padding-left: 10px;
    }

    .heading-14 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .paragraph-19 {
        line-height: 23px;
    }

    .paragraph-20 {
        margin-right: 0px;
    }

    .column-29 {
        position: static;
        height: auto;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background-position: 0% 0%;
    }

    .section-24 {
        height: auto;
    }

    .columns-17 {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-8 {
        position: relative;
        height: 320px;
        padding-right: 0px;
        padding-bottom: 0px;
        font-size: 120px;
        line-height: 0px;
    }

    .column-30 {
        height: auto;
        margin-top: 0px;
        padding: 40px 20px;
    }

    .div-block-9 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .section-25 {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .container-17 {
        padding-top: 100px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .heading-15 {
        margin-bottom: 40px;
    }

    .grid-3 {
        padding-right: 20px;
        padding-left: 20px;
        grid-column-gap: 23px;
        grid-row-gap: 22px;
        -ms-grid-columns: minmax(0px, 1fr) 1fr 1fr 0.75fr;
        grid-template-columns: minmax(0px, 1fr) 1fr 1fr 0.75fr;
    }

    .sticky-nav {
        padding: 0px;
    }

    .nav-grid {
        grid-auto-flow: row;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: 100px;
        grid-template-rows: 100px;
    }

    .nav-logo-link {
        border-top: 1px solid #c4c4c4;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #c4c4c4;
    }

    .heading-24 {
        margin-top: 60px;
        line-height: 20px;
    }

    .list-2 {
        padding-top: 20px;
    }

    .container-20 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .container-21 {
        padding-right: 0%;
        padding-left: 0%;
    }

    .body-6 {
        font-family: 'SF Pro Display', sans-serif;
    }

    .div-block-10 {
        padding-right: 60px;
    }
}

#w-node-25f3859d4379-d661da3f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-25f3859d437a-d661da3f {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-25f3859d437b-d661da3f {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/FontsFree-Net-SFProDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/FontsFree-Net-SFProDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/FontsFree-Net-SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}