@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');

:root {
    --vns-logo: url("/images/vnsLogo.svg");
    --vns-logo-white: url("/images/vnsLogoWhite.svg");
    --vns-logo-blue: url("/images/vnsLogoBlue.svg");
    --service-shopify: url("/images/servicesShopify.svg");
    --service-shopify-blue: url("/images/servicesShopifyWhiteBG.svg");
    --service-web: url("/images/servicesWeb.svg");
    --service-mobile: url("/images/servicesMobile.svg");
    --service-consulting: url("/images/servicesConsulting.svg");
}

html {
    margin: 0;
    background-color: #FFF;
    color: #000;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.button {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    font-weight: 700;
    color: #8e007f;
    text-decoration: none;
    cursor: pointer;
    padding: 0.55em 33px;
    border: 2px solid #8e007f;
    border-radius: 100px;
    font-size: 1.38rem;
    transition-property: color, background-color;
    transition-duration: 0.25s, 0.25s;
}

.button:disabled {
    opacity: 0.5;
    cursor: default;
}

.button:hover:not(:disabled), .button:active:not(:disabled) {
    color: #FFF;
    background-color: #8e007f;
}

.mainWidth {
    width: calc(100vw - 242px);
    max-width: 1678px;
    margin-left: auto;
    margin-right: auto;
}

input[type="text"], input[type="password"],
input[type="email"], input[type="number"], textarea {
    font-family: Montserrat, sans-serif;
    color: #8e007f;
    border: none;
    background: transparent;
    border-bottom: 1px solid #8e007f;
    font-size: 1.27rem;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    resize: none;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    color: #8e007f;
}

header {
    max-width: 1912px;
    width: calc(100% - 82px);
    margin: 53px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header #logo {
    width: 113px;
    height: 33px;
    background-image: var(--vns-logo);
    text-indent: -100vw;
    white-space: nowrap;
    overflow: hidden;
    background-size: 113px 33px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

header nav {
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

header nav a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em;
    text-decoration: none;
    font-size: 1.4em;
    text-transform: lowercase;
}

header nav a:hover {
    opacity: 0.75;
}

header nav a:before {
    content: ".";
}

header nav .letsTalkMobile {
    display: none;
}

header .sidebar .button {
    font-size: 1.15em;
    padding-left: 1em;
    padding-right: 1em;
    text-transform: lowercase;
    color: #000;
    border-color: #000;
}

header .sidebar .button:hover:not(:disabled) {
    color: #FFF;
    background-color: #000;
}

header .sidebar #languageSelector {
    border: none;
    cursor: pointer;
    margin-left: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: inherit;
    font-size: 1.1em;
    line-height: 3em;
    padding-left: 1.15em;
    padding-right: calc(0.5em + 12px);
    background-color: transparent;
    background-image: url("/images/dropdown.svg");
    background-repeat: no-repeat;
    background-position: center right;
    color: inherit;
    font-weight: 700;
    outline: none;
}

header .sidebar #languageSelector:focus {
    outline: 1px dotted #000;
}

header .sidebar #languageSelector option {
    background-color: #FFF;
    color: #000;
}

header .mobileMenu {
    display: none;
}

footer#siteFooter h2 {
    color: #FFF;
    font-size: 1.75rem;
    margin-bottom: 1.4rem;
}

footer#siteFooter .contactForm {
    width: 66.81%;
    padding-right: 4rem;
}

footer#siteFooter .contactForm p {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.1em;
}

footer#siteFooter .contactForm form {
    column-count: 2;
    position: relative;
}

footer#siteFooter .contactForm input[type="text"],
footer#siteFooter .contactForm input[type="password"],
footer#siteFooter .contactForm input[type="email"],
footer#siteFooter .contactForm input[type="number"],
footer#siteFooter .contactForm textarea {
    display: inline-block;
    width: 100%;
    margin-bottom: 2.14em;
    color: #FFF;
    border-bottom-color: #FFF;
    page-break-inside: avoid;
}

footer#siteFooter .contactForm textarea {
    height: 7.85rem;
    box-sizing: content-box;
    border-top: 1px solid #8e007f;
}

footer#siteFooter .contactForm input[type="text"]::placeholder,
footer#siteFooter .contactForm input[type="password"]::placeholder,
footer#siteFooter .contactForm input[type="email"]::placeholder,
footer#siteFooter .contactForm input[type="number"]::placeholder,
footer#siteFooter .contactForm textarea::placeholder {
    color: #ffffff;
}

footer#siteFooter .contactForm .button {
    background-color: #8e007f;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

footer#siteFooter .contactForm .button:hover:not(:disabled),
footer#siteFooter .contactForm .button:focus:not(:disabled) {
    background-color: #FFFFFF;
    color: #8e007f;
    border-color: #8e007f;
}

footer#siteFooter .contactForm button.button[type="submit"] {
    display: block;
    margin-left: auto;
}

footer#siteFooter .contactMethods {
    padding-bottom: 4.95rem;
    padding-top: 4.78rem;
    background-color: #8e007f;
    color: #FFF;
}

footer#siteFooter .contactMethodsContainer {
    display: flex;
}

footer#siteFooter .contactInfo {
    padding-top: 5.2rem;
    font-size: 1.6rem;
}

footer#siteFooter .contactInfo h2 {
    font-size: 1.6rem;
}

footer#siteFooter .contactInfo address {
    font-style: normal;
    margin-bottom: 1em;
}

footer#siteFooter .contactInfo h2.letsTalk {
    margin-bottom: 0;
}

footer#siteFooter .contactInfo a {
    color: #FFF;
    text-decoration: none;
}

footer#siteFooter .contactInfo a:hover {
    opacity: 0.75;
}

footer#siteFooter .contactInfo hr {
    visibility: hidden;
}

footer#siteFooter .contactInfo .footerSocial {
    display: inline-block;
    background-image: url("/images/socialNetworks.svg");
    text-indent: -10000px;
    overflow: hidden;
    background-repeat: no-repeat;
}

footer#siteFooter .contactInfo .footerSocial.footerSocialFacebook {
    background-position: -35px -2px;
    width: 15px;
    height: 30px;
}

footer#siteFooter .contactInfo .footerSocial.footerSocialLinkedIn {
    background-position: -2px -2px;
    width: 26px;
    height: 25px;
}

footer#siteFooter .contactInfo .footerSocial.footerSocialInstagram {
    background-position: -58px -2px;
    width: 23px;
    height: 23px;
}

footer#siteFooter .contactInfo .footerSocialContainer {
    display: flex;
    width: 82%;
    margin-top: 2rem;
    align-items: center;
    justify-content: space-between;
}

footer#siteFooter .contactInfo .footerSocial.footerSocialSkype {
    background-position: -89px -2px;
    width: 26px;
    height: 26px;
}

footer#siteFooter .ISOcertification {
    background-color: #F2F2F2;
    color: #000000;
    padding-top: 2.65rem;
    padding-bottom: 1.5rem;
    font-size: 1.21rem;
}

footer#siteFooter .ISOcertification .ISOlogo {
    width: 219px;
    height: 219px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer#siteFooter .ISOcertification .ISOcontainer {
    display: grid;
    column-gap: 3.65rem;
    align-items: center;
    grid-template-columns: 219px calc(66.81% - 219px - 4rem) auto;
}

footer#siteFooter .ISOcertification h3 {
    font-size: 2.727rem;
    margin-top: 0;
    margin-bottom: 0.55em;
}

footer#siteFooter .ISOcertification .button {
    color: #000;
    border-color: #000;
}

footer#siteFooter .ISOcertification .button:hover:not(:disabled),
footer#siteFooter .ISOcertification .button:focus:not(:disabled) {
    color: #FFFFFF;
    background-color: #000;
}

footer#siteFooter .footerCopyright {
    background-color: #00a0df;
    color: #FFF;
    font-size: 1.19rem;
    padding-top: 1.5em;
    padding-bottom: 0.9em;
}

body.home header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

body.home header * {
    color: #FFF;
    border-color: #FFF;
}

body.home header .button {
    color: #FFF;
    border-color: #FFF;
}

body.home header #logo {
    background-image: var(--vns-logo-white);
}

body.home header .sidebar #languageSelector {
    background-image: url("/images/dropdownWhite.svg");
}

body.home header .sidebar #languageSelector:focus {
    outline: 1px dotted #FFF;
}

body.home header .sidebar #languageSelector option {
    background-color: #000;
    color: #FFF;
}

.homeBanner .bannerSlide {
    position: relative;
    z-index: 1;
}

body.home header .sidebar .button:hover:not(:disabled),
body.home header .sidebar .button:focus:not(:disabled) {
    color: #000;
    background-color: #FFF;
}

body.home section.homeBanner {
    padding-top: 0;
    padding-bottom: 0;
}

.homeBanner .bannerSlide img.bannerSlideBG {
    width: 100%;
    min-height: 850px;
    max-height: 1086px;
    height: 100vh;
    object-fit: cover;
}

.homeBanner .splide__arrow {
    background: transparent;
    opacity: 1;
}

.homeBanner .splide__arrow svg {
    width: 40px;
    height: 40px;
    fill: #FFFFFF;
}

.homeBanner .bannerSlide .bannerSlideContents {
    position: absolute;
    left: 50%;
    top: calc(50% + 86px);
    width: calc(100% - 82px);
    text-align: center;
    transform: translate(-50%, -50%);
}

.homeBanner .bannerSlide .bannerSlideContents div.title {
    font-weight: 800;
    font-size: 9.35em;
    line-height: 1em;
    margin-bottom: 0.8em;
    color: #FFF;
}

.homeBanner .bannerSlide.shopifySlider {
    background-color: #5fa0d6;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.14) 50%, rgba(0, 0, 0, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
}

.homeBanner .bannerSlide.shopifySlider .bannerSlideContents {
    display: flex;
    flex-direction: column;
    align-items: center;

    top: calc(86px + 3rem);
    transform: none;
    width: auto;
    left: 48px;
    right: 48px;
    bottom: 3rem;
}


.homeBanner .bannerSlide.shopifySlider .bannerSlideContents div.imageBackground {
    height: 100%;
    width: 100%;
    max-width: 1142px;
    flex-shrink: 2;
    flex-grow: 2;
    background-image: url("/images/rutiSlideshow.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.homeBanner .bannerSlide.shopifySlider .bannerSlideContents div.titleBottom {
    font-weight: 800;
    font-size: 3.5rem;
    color: #FFF;
    width: 19em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.homeBanner .bannerSlide.shopifySlider .bannerSlideContents img.sliderShopifyExperts {
    max-width: 349px;
    width: 13.54vw;
}

.homeBanner .bannerSlide .bannerSlideContents .button {
    border-color: #FFF;
    color: #FFF;
}

.homeBanner .bannerSlide .bannerSlideContents .button:hover:not(:disabled),
.homeBanner .bannerSlide .bannerSlideContents .button:active:not(:disabled) {
    color: #000;
    background-color: #FFF;
}

body.home section.howWeDoIt {
    padding-top: 8.58em;
    padding-bottom: 6.55em;
    text-align: center;
}

body.home section h2 {
    margin-top: 0;
    font-size: 2.315rem;
    text-transform: lowercase;
    color: #8e007f;
    margin-bottom: 1.07em;
}

body.home section h2:before {
    content: ".";
}

body.home section.howWeDoIt .contents {
    font-weight: 700;
    color: #00a2e2;
    font-size: 3.536em;
    width: calc(100% - 82px);
    max-width: 21.33em;
    margin: 0 auto 2.05em auto;
}

body.home section.testimonials {
    text-align: center;
    background-color: #F2F2F2;
    padding-top: 5.75em;
    padding-bottom: 5.75em;
}

body.home section.testimonials blockquote {
    font-size: 1.615em;
    width: calc(100% - 82px);
    max-width: 39em;
    letter-spacing: -0.01em;
    margin: 0 auto 3rem;
}

body.home section.testimonials blockquote cite.withName {
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

body.home section.testimonials blockquote cite.withImage {
    background-color: #FFF;
    width: 81px;
    height: 81px;
    padding: 6px;
    border-radius: 97px;
    margin: 1em auto 0.67em;
    display: block;
}

body.home section.testimonials blockquote cite.withImage img {
    object-fit: contain;
    width: 81px;
    height: 81px;
}

.starRanking {
    background-image: url("/images/starRanking.svg");
    width: 114px;
    height: 18px;
    background-position: 0 18px;
    background-size: 114px, 18px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.starRanking .starRankingScore {
    background-image: url("/images/starRanking.svg");
    background-repeat: no-repeat;
    max-width: 114px;
    height: 18px;
    background-position: 0 0;
    background-size: 114px, 18px;
    display: block;
    margin-left: 0;
    margin-right: 0;
}

section.whatWeDo {
    background-color: #00A0DF;
    color: #FFF;
    text-align: center;
    padding: 4.58rem 0 0 0;
}

body.home section.whatWeDo h2 {
    margin-bottom: 0.91em;
}

section.whatWeDo .heading {
    font-weight: 700;
    font-size: 4.45rem;
    margin-bottom: 4.6rem;
}

.servicesList {
    display: flex;
    width: 893px;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.9rem;
}

.servicesList button,
.servicesList a[href] {
    background: transparent;
    background-origin: border-box;
    color: inherit;
    font: inherit;
    width: 162px;
    padding: 0;
    border: none;
    font-size: 1.45rem;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.servicesList button:before,
.servicesList a[href]:before {
    content: " ";
    display: block;
    width: 162px;
    height: 162px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 80px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 1.6rem;
    background-position: 50% 0;
}

.servicesList button.active:before,
.servicesList a[href].active:before {
    background-color: #FFF;
    background-position: 50% 100%;
}

.servicesList button.servicesShopify:before,
.servicesList a[href].servicesShopify:before {
    background-image: var(--service-shopify);
}

.servicesList button.servicesWeb:before,
.servicesList a[href].servicesWeb:before {
    background-image: var(--service-web);
}

.servicesList button.servicesMobile:before,
.servicesList a[href].servicesMobile:before {
    background-image: var(--service-mobile);
}

.servicesList button.servicesConsulting:before,
.servicesList a[href].servicesConsulting:before {
    background-image: var(--service-consulting);
}

.servicesList button:not(.active):focus,
.servicesList a[href]:not(.active):focus {
    outline: 1px dotted black;
}

#servicesListMenu.servicesList {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: center;
    top: -100px;
    z-index: 5;
    padding: 0 2em;
    margin: 0;
    box-sizing: border-box;
    transition: top 200ms ease-in;
}

#servicesListMenu.servicesList.show {
    top: 1em;
}

#servicesListMenu.servicesList button {
    width: unset;
    padding: 0 1em;
}

#servicesListMenu.servicesList button:before {
    margin: 0;
    width: 80px;
    height: 80px;
    background-color: white;
    border: 1px solid #00a0df;
}

#servicesListMenu.servicesList button.servicesShopify.active:before {
    background-position: 50% 100%;
}

#servicesListMenu.servicesList button.servicesShopify:before {
    background-position: 50% 0;
    background-image: var(--service-shopify-blue);
}

#servicesListMenu.servicesList button.active:before {
    background-position: 50% 0;
    background-color: #00a0df!important;
}

#servicesListMenu.servicesList button:before {
    background-position: 50% 100%;
}

#servicesListMenu.vertical {
    top: 0;
    left: -160px;
    width: unset;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    transition: left 200ms ease-in;
}

#servicesListMenu.vertical button {
    width: unset;
    padding: 1em 0;
}

#servicesListMenu.vertical.servicesList.visible {
    top: 0;
    left: 0;
}

.mobileActions {
    margin-top: 1em;
}

.mobileActions .app-icon {
    width: 4em !important;
    height: 4em !important;
}

section.whatWeDo .serviceContentShopify {
    font-size: 1.415rem;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.14) 300px, rgba(0, 0, 0, 0.07) 300px, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 4.75rem;
}

section.whatWeDo .serviceContentShopify .serviceContentShopifyCol {
    width: calc(38% - 2rem);
    padding-right: 2rem;
    text-align: left;
    position: relative;
}

section.whatWeDo .serviceContentShopify .serviceContentShopifyCol:before {
    position: absolute;
    content: " ";
    width: 891px;
    height: 464px;
    top: 0;
    right: -891px;
    background-image: url("/images/rutiDevices.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right top;
}

section.whatWeDo .serviceContentShopify .serviceContentShopifyCol img.shopifyExpertsLogo {
    width: 333px;
    height: 59px;
}

section.whatWeDo .serviceContentShopify h3 {
    font-size: 2.67rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

section.whatWeDo .serviceContentShopify p {
    margin: 0 0 2.35em 0;
}

section.ourClients {
    padding: 10.37rem 50px;
}
section.ourClients h2{text-align: center;margin-bottom: 80px!important;}
section.ourClients .splide {
    margin-left: auto;
    margin-right: auto;
}

section.ourClients .splide .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.ourClients .splide .splide__slide img {
    padding: 0 1rem;
}

section.ourClients .splide .splide__arrow {
    background: transparent;
}

section.ourClients .splide .splide__arrow svg {
    width: 40px;
    height: 40px;
}
section.ourPartners {
    padding: 50px 50px 200px 50px;
}
section.ourPartners h2{text-align: center;margin-bottom: 80px!important;}
section.ourPartners .splide__slide img {
    max-width: 23.06vw;
    max-height: 6.82vw;
    object-fit: contain;
}

section.ourPartners .splide {
    margin-left: auto;
    margin-right: auto;
}

section.ourPartners .splide .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.ourPartners .splide .splide__slide img {
    padding: 0 1rem;
}

section.ourPartners .splide .splide__arrow {
    background: transparent;
}

section.ourPartners .splide .splide__arrow svg {
    width: 40px;
    height: 40px;
}
section.homeBlog {
    text-align: center;
    padding-top: 0.62rem;
    padding-bottom: 7.55rem;
}

section.homeBlog h2 {
    margin-bottom: 3rem;
}

section.homeBlog div.heading {
    font-size: 4.45rem;
    font-weight: 700;
    text-transform: lowercase;
    margin-bottom: 0.45rem;
}

section.homeBlog div.heading:before {
    content: ".";
}

section.homeBlog div.lead {
    font-size: 1.4rem;
    width: 35em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 4.46rem;
}

section.homeBlog div.articleList {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 6.75rem;
}

section.homeBlog div.articleList article {
    max-width: 504px;
    width: calc((100vw - 228px - 120px) / 3);
}

section.homeBlog div.articleList article a {
    color: inherit;
    font: inherit;
    text-decoration: inherit;
}

section.homeBlog div.articleList article .articlePictureLink {
    display: block;
    margin-bottom: 2.6rem;
}

section.homeBlog div.articleList article .articlePictureLink img {
    display: block;
    width: 100%;
}

section.homeBlog div.articleList article .articleMetadata {
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    height: 2.4rem;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
}

section.homeBlog div.articleList article .articleMetadata time {
    white-space: nowrap;
}

section.homeBlog div.articleList article .articleMetadata .tags {
    text-align: right;
}

section.homeBlog div.articleList article h3 {
    margin-top: 0;
    font-size: 2.73rem;
    letter-spacing: -0.01em;
    line-height: 1em;
    margin-bottom: 0.73em;
}

section.homeBlog div.articleList article a.readMore {
    color: #8e007f;
}

main.page {
    text-align: center;
    max-width: 1590px;
    width: calc(100vw - 242px);
    margin-left: auto;
    margin-right: auto;
}

main.page h1 {
    font-size: 3.5rem;
    color: #00a3e2;
    margin-top: 12.25rem;
    margin-bottom: 5.55rem;
    font-weight: 800;
}

main.page .servicesList {
    margin-bottom: 7.25rem;
}

main.page .servicesList button {
    color: #00a3e2;
}

main.page .servicesList button:before {
    border-color: #00a3e2;
}

main.page .servicesList button.servicesShopify.active:before {
    background-position: 50% 100%;
}

main.page .servicesList button.servicesShopify:before {
    background-position: 50% 0;
}

main.page .servicesList button.active:before {
    background-position: 50% 0;
    background-color: #00a3e2;
}

main.page .servicesList button:before {
    background-position: 50% 100%;
}

main.page .servicesList button.servicesShopify:before {
    background-image: var(--service-shopify-blue);
}

main.page .servicesList button.servicesWeb:before {
    background-image: var(--service-web);
}

main.page .servicesList button.servicesMobile:before {
    background-image: var(--service-mobile);
}

main.page .servicesList button.servicesConsulting:before {
    background-image: var(--service-consulting);
}

main.page .servicesListInner button:before {
    background-position: 50% 100%;
}

main.page .servicesListInner button.active:before {
    background-position: 50% 0;
}

main.page section h2 {
    font-weight: 800;
    font-size: 3.5rem;
}

main.page .serviceSection {
    display: none;
}

main.page .serviceSection.active {
    display: block;
}

main.page .serviceSectionShopify h3.smaller {
    font-size: 1.5rem;
    margin-top: 8.5rem;
    margin-bottom: 2.3rem;
}

main.page .servicesList.servicesListInner {
    margin-bottom: 3.7rem;
}

main.page .servicesList.servicesListInner button {
    min-width: 117px;
    width: auto;
    font-size: 1.45rem;
}

main.page .servicesList.servicesListInner button:before {
    width: 117px;
    height: 117px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.55rem;
}

main.page .servicesList.servicesListInner button.active {
    color: #8e007f;
    font-weight: bold;
}

main.page .servicesList.servicesListInner button.active:before {
    background-color: transparent;
    border-color: #8e007f;
}

main.page .servicesList.servicesListInner button.servicesDesign:before {
    background-image: url("/images/servicesInnerDesign.svg");
}

main.page .servicesList.servicesListInner button.servicesWeb:before {
    background-image: url("/images/servicesInnerDevelopment.svg");
}

main.page .servicesList.servicesListInner button.servicesIntegrations:before {
    background-image: url("/images/servicesInnerIntegrations.svg");
}

main.page .servicesList.servicesListInner button.servicesConsulting:before {
    background-image: url("/images/servicesInnerConsulting.svg");
}

main.page .servicesList.servicesListInner button.servicesMigrations:before {
    background-image: url("/images/servicesInnerMigrations.svg");
}

main.page .selectedServiceInner,
main.page .serviceSectionInner {
    color: #8c007fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 1.32rem;
    max-width: 43em;
    width: 100%;
    line-height: 1.35;
    margin-bottom: 10.9rem;
}

main.page .serviceSectionInner {
    color: #000;
}

main.page .selectedServiceInner .selectedServiceContents {
    display: none;
}

main.page .selectedServiceInner .selectedServiceContents.active {
    display: block;
}

main.page .selectedServiceInner .callToAction,
main.page .serviceSectionInner .callToAction {
    text-align: center;
    margin-top: 7.25rem;
}

main.page .portfolioGrid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 75px;
}

main.page .portfolioGrid .portfolioPiece {
    width: calc(50vw - 37.5px - 121px);
    height: calc(50vw - 37.5px - 121px);
    max-width: 757px;
    max-height: 691px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bde5f5;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(
        180deg,
        #EEEEEE 0,
        #DADADA 65%,
        #ECECEC 65%,
        #FAFAFA 100%
    );
    position: relative;
}
main.page .portfolioGrid .portfolioPiece.portfolioPiece-alternative {
    background-image: linear-gradient(
        180deg,
        #e0e0e0 0,
        #DADADA 63%,
        #b7b7b7 65%,
        #f6f6f6 65%,
        #f6f6f6 100%
    );
}

main.page section.portfolio {
    margin-bottom: 150px;
}

main.page section.portfolio h3 {
    font-size: 2.69rem;
    margin-bottom: 7.5rem;
}

main.page .portfolioGrid .portfolioPiece img.portfolioImage {
    max-width: 725px;
    max-height: 420px;
    width: 95%;
    height: 60%;
    object-fit: contain;
}

main.page .portfolioGrid .portfolioPiece picture.portfolioImageLarge {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

main.page .portfolioGrid .portfolioPiece picture.portfolioImageLarge img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

main.page .portfolioGrid .portfolioPiece picture.portfolioImageLarge.featuresSmartphone {
    width: 100%;
    height: 100%;
}
main.page .portfolioGrid .portfolioPiece picture.portfolioImageLarge.featuresSmartphone img {
    max-height: 100%;
    object-fit: contain;
}

main.page .portfolioGrid .portfolioPiece .portfolioPieceDescription {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(197, 100%, 44%, 0.9);
    transition: opacity 0.25s;
    padding: 0 9%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.3;
    opacity: 0;
}

main.page .portfolioGrid .portfolioPiece .portfolioPieceDescription img {
    width: 5vw;
    height: 5vw;
    min-width: 4rem;
    max-height: 4rem;
    object-fit: contain;
}

main.page .portfolioGrid .portfolioPiece .callToAction {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
}

main.page .portfolioGrid .portfolioPiece .callToAction .button {
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
    width: 11.5rem;
}

main.page .portfolioGrid .portfolioPiece .portfolioPieceDescription:hover,
main.page .portfolioGrid .portfolioPiece .portfolioPieceDescription:focus-within {
    opacity: 1;
}

main.headerWidth {
    max-width: 1912px;
    width: calc(100% - 82px);
    margin-left: auto;
    margin-right: auto;
}

body .sectionBanner {
    position: relative;
}
body .sectionBanner .sectionBannerImg {
    width: 60%;
}
body .sectionBanner .rightCol h1 {
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 1.5em;
}
body .sectionBanner .rightCol h1:before { content: "."; }
body .sectionBanner .rightCol {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
}
body .sectionBanner .rightCol .logoSectionBanner {
    width: 100%;
}
body .sectionBanner .rightCol .bannerHugeText {
    font-weight: 800;
    color: #00a3e3;
    text-align: center;
    font-size: 10rem;
    line-height: 0.85;
    position: relative;
    top: -1rem;
}
.sectionExplanation {
    text-align: center;
}
.sectionExplanation p {
    width: 44rem;
    margin-left: auto;
    margin-right: auto;
}
.sectionExplanation p.highlighted {
    font-weight: 800;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em;
}

body.whoWeAre .staff {
    display: flex;
    flex-direction: row;
    overflow: auto;
    justify-content: space-between;
    width: 83rem;
    margin: 3rem auto;
}
body.whoWeAre .staff .staffMember {
    width: calc((100% / 3) - 61.5px);
}
body.whoWeAre .staff .staffMember .staffName {
    background-color: #00a3e3;
    border-radius: 100vw;
    text-align: center;
    width: 100%;
    height: 0px;
    padding-top: 100%;
    position: relative;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -0.075rem;
    white-space: nowrap;
    margin-bottom: 2rem;
}
body.whoWeAre .staff .staffMember .staffName .position {
    font-weight: 500;
    font-size: 1rem;
    margin-block-start: 1rem;
    letter-spacing: -0.03rem;
    text-transform: uppercase;
}
body.whoWeAre .staff .staffMember .staffName .staffNameContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.whoWeAre .staff .staffMember .staffContact {
    display: inline-grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    align-items: end;
}
body.whoWeAre .staff .staffMember .staffContact .staffContactLink {
    display: inline-block;
    overflow: hidden;
    text-indent: -100000px;
    white-space: nowrap;
    background-image: url("../images/staffContact.svg");
}
body.whoWeAre .staff .staffMember .staffContact .staffContactLink.linkedIn {
    background-position: -10px -10px;
    width: 26px;
    height: 25px;
}

body.whoWeAre .staff .staffMember .staffContact .staffContactLink.email {
    background-position: -42px -17px;
    width: 28px;
    height: 20px;
}
body.partners{overflow-x: hidden;}
body.partners .partnersImage {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 75%;
    margin: 2rem auto;

}
body.partners .partnersImage .groupImg {
    margin:2rem 0;
    flex-grow: 3;
    width: 33%;
}
body.partners .partnersImage img {
    margin: 10px 0;
}
@media screen and (max-width:1024px){
    body.partners .partnersImage img {
        width:100%;
    }
    body.partners .partnersImage{
        flex-direction: column;
    }
    body.partners .partnersImage .groupImg {
        margin:1rem 0;
        flex-grow: 1;
        width: 80%;
    }
}
body.partners .partnersImage .partnersAmazon {
    width: 13rem;
}

body.partners .partnersImage .partnersShopifyExperts {
    width: 25rem;
    margin-top: -2rem;
}

/* Ebook Landing Page */
body.ebookLandingPage header #logo {
    background-image: var(--vns-logo-white);
}
body.ebookLandingPage main.page {
    max-width: none;
    width: auto;
    background-color: #FFF;
    margin-top: -139px;
}
body.ebookLandingPage main.page div.ebookHeroBanner {
    background-image: url("/images/homeSlider1.jpg");
    background-size: 100vw auto;
    padding-top: 139px;
    padding-bottom: 53px;
}

body.ebookLandingPage main.page section.ebookHeroBanner__content {
    background-color: #FFF;
    max-width: calc(1912px - 6em);
    width: calc(100% - 82px - 6em);
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;

    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 2rem;
}
body.ebookLandingPage .ebookHeroBanner__content h1 { 
    margin-top: 0px;
    text-align: left;
}
body.ebookLandingPage .ebookHeroBanner__image {
    width: 35vw;
    max-width: 500px;
}
body.ebookLandingPage .ebookHeroBanner input[type="text"],
body.ebookLandingPage .ebookHeroBanner input[type="password"],
body.ebookLandingPage .ebookHeroBanner input[type="email"],
body.ebookLandingPage .ebookHeroBanner input[type="number"],
body.ebookLandingPage .ebookHeroBanner textarea {
    color: #00a3e2;
    border-bottom-color: #00a3e2;
}
body.ebookLandingPage .ebookHeroBanner input[type="text"]::placeholder,
body.ebookLandingPage .ebookHeroBanner input[type="password"]::placeholder,
body.ebookLandingPage .ebookHeroBanner input[type="email"]::placeholder,
body.ebookLandingPage .ebookHeroBanner input[type="number"]::placeholder,
body.ebookLandingPage .ebookHeroBanner textarea::placeholder {
    color: #00a3e2;
}

body.ebookLandingPage .ebookHeroBanner .button.callToAction {
    color: #FFF;
    background-color: #00a3e2;
    border-color: #00a3e2;
}
body.ebookLandingPage .ebookHeroBanner .button.callToAction:hover {
    background-color: #FFF;
    color: #00a3e2;
}
body.ebookLandingPage .button.callToAction {
    color: #FFF;
    background-color: #8e007f;
    border-color: #8e007f;
}
body.ebookLandingPage .button.callToAction:hover {
    background-color: #FFF;
    color: #8e007f;
}
body.ebookLandingPage main.page section {
    padding: 5rem 0px;
}
body.ebookLandingPage main.page section h2 {
    font-size: min(5vw, 2.315rem); 
    color: #8e007f;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 1.07em;
    text-align: center;
}
body.ebookLandingPage main.page section ul {
    color: #00a3e2;
    font-size: min(8vw, 3rem);
    font-weight: bold;
    list-style-type: "- ";
    text-align: left;

    max-width: calc(1912px - 12rem);
    width: calc(100% - 82px - 0.5em);
    padding: 0px 0px 0px 0.5em;
    margin-left: auto;
    margin-right: auto;
}
body.ebookLandingPage main.page section.shopifyClients {
    background-color: #f2f2f2;
}
body.ebookLandingPage main.page div.shopifyClients__list {
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-column-gap: 4vw;
    
    align-items: center;
    justify-content: center;
}
body.ebookLandingPage main.page div.shopifyClients__client {
    width: 15vw;
    height: 15vw;
    max-width: 20rem;
    max-height: 20rem;
    background-color: #FFF;
    border-radius: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.ebookLandingPage main.page img.shopifyClients__logo {
    width: 65%;
    display: block;
}
body.ebookLandingPage main.page section.ebookAuthor {
    background-color: #56ace5;
}
body.ebookLandingPage main.page section.ebookAuthor h2 {
    margin-bottom: min(8vw, 5rem);
}
body.ebookLandingPage main.page section.ebookAuthor .button.callToAction {
    background-color: #56ace5;
    color: #FFF;
    border-color: #FFF;
}
body.ebookLandingPage main.page section.ebookAuthor .button.callToAction:hover {
    background-color: #FFFFFF;
    color: #56ace5;
}
body.ebookLandingPage main.page section.ebookAuthor input[type="text"],
body.ebookLandingPage main.page section.ebookAuthor input[type="password"],
body.ebookLandingPage main.page section.ebookAuthor input[type="email"],
body.ebookLandingPage main.page section.ebookAuthor input[type="number"],
body.ebookLandingPage main.page section.ebookAuthor textarea {
    color: #FFF;
    border-bottom-color: #FFF;
}
body.ebookLandingPage main.page section.ebookAuthor input[type="text"]::placeholder,
body.ebookLandingPage main.page section.ebookAuthor input[type="password"]::placeholder,
body.ebookLandingPage main.page section.ebookAuthor input[type="email"]::placeholder,
body.ebookLandingPage main.page section.ebookAuthor input[type="number"]::placeholder,
body.ebookLandingPage main.page section.ebookAuthor textarea::placeholder {
    color: #FFFFFF;
}
body.ebookLandingPage main.page div.ebookAuthor__columns {
    display: grid;
    grid-template-columns: 1fr 3fr;
    max-width: calc(1912px - 12rem);
    width: calc(100% - 82px);
    grid-column-gap: min(4vw, 3rem);
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    align-items: center;
    margin-bottom: 5rem;
}
body.ebookLandingPage main.page div.ebookAuthor__contents {
    color: #FFF;
    font-size: min(6vw, 2rem);
    font-weight: bold;
}
body.ebookLandingPage main.page img.ebookAuthor__logoVns,
body.ebookLandingPage main.page img.ebookAuthor__logoShopify {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 2rem auto;
}
body.ebookLandingPage footer#siteFooter .contactInfo {
    flex-grow: 2;
    padding-top: 0px;
}
body.ebookLandingPage .contactInfo p.lead {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 1.1em;
}
body.ebookLandingPage .contactInfo .contactMethodsGrid {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    column-gap: 2em;
}
body.ebookLandingPage footer#siteFooter .contactInfo .footerSocialContainer {
    width: 200px;
}
body.ebookLandingPage footer#siteFooter .footerCopyright { background-color: #56ace5; }

@keyframes rotate-loading-spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.spinner {
    margin: 2rem auto 2em auto;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    border: 5px solid rgba(255, 255, 255, 0.3);
    position: relative;
}
.spinner:before {
    content: " ";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    overflow: hidden;
    border-radius: 50px;
    box-sizing: border-box;
    border: 5px solid rgb(255, 255, 255);
    clip-path: polygon(0 0, 100% 0, 50% 50%);
    animation: linear 1s infinite running rotate-loading-spinner;
}
.spinner.is-blue {
    border-color: rgba(86, 172, 229, 0.3);
}
.spinner.is-blue:before {
    border-color: rgb(86, 172, 229);
}
.spinner.is-purple {
    border-color: rgba(142, 0, 127, 0.3);
}
.spinner.is-purple:before {
    border-color: rgb(142, 0, 127);
}

.whatsapp-icon {
    margin-top: 10px;
}
.whatsapp {
    position: fixed;
    width: 64px;
    height: 64px;
    bottom: 90px;
    right: 4px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.febo img{    
   margin-top: -20px;
    
    
}
.loom img{    
       
    
}
@media screen and (max-width: 700px) {
    /** Ebook landing page **/
    body.ebookLandingPage main.page section.ebookHeroBanner__content {
        width: calc(100vw - 41px - 4rem);
        padding-left: 2rem;
        padding-right: 2rem;
        display: block;
    }
    body.ebookLandingPage .ebookHeroBanner__image { display: none; }
    body.ebookLandingPage main.page div.shopifyClients__list {
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 6vw;
        grid-row-gap: 6vw;
    }
    body.ebookLandingPage main.page div.shopifyClients__client {
        width: 30vw;
        height: 30vw;
        max-width: none;
        max-height: none;
    }
    body.ebookLandingPage main.page div.ebookAuthor__columns {
        display: block;
    }
    body.ebookLandingPage main.page .ebookAuthor__logos {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
    }
    body.ebookLandingPage main.page img.ebookAuthor__logoVns,
    body.ebookLandingPage main.page img.ebookAuthor__logoShopify {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    body.ebookLandingPage main.page img.ebookAuthor__logoVns {
        width: 50%;
    }
    body.ebookLandingPage main.page img.ebookAuthor__logoShopify {
        width: 100%;
    }
    body.ebookLandingPage footer#siteFooter .contactInfo h2 {
        font-size: 0.82rem;
    }
    body.ebookLandingPage .contactInfo p.lead {
        font-size: 1.6rem;
        text-align: center;
        width: 11.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.3rem;
    }
    body.ebookLandingPage .contactInfo .contactMethodsGrid {
        display: block;
    }
    body.ebookLandingPage footer#siteFooter .contactInfo .footerSocialContainer {
        width: 164px;
    }
}

@media screen and (max-width: 1000px) {

    .mainWidth {
        width: calc(100vw - 46px);
    }

    .button {
        font-size: 0.85rem;
        padding: 0.4rem 1.9rem;
    }

    header {
        position: relative;
        margin-top: 27px;
        margin-bottom: 43px;
    }

    header #logo {
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 34.5px);
        width: 69px;
        height: 20px;
        z-index: 4;
        background-size: 69px 20px;
        background-image: var(--vns-logo-blue);
    }

    header .sidebar {
        text-align: right;
        position: static;
        order: 2
    }

    header .sidebar .button {
        display: none;
    }

    header .sidebar #languageSelector {
        color: #00a0df;
        background-image: url("/images/dropdownBlue.svg");
    }

    header .mobileMenu {
        display: block;
        position: relative;
        order: 1;
        z-index: 4;
        border: none;
        background-color: transparent;
        text-indent: -10000px;
        overflow: hidden;
        white-space: nowrap;
        background-image: url("/images/mobileMenuBlue.svg");
        background-size: 22px 14px;
        background-repeat: no-repeat;
        background-position: center;
        width: 22px;
        height: 22px;
    }

    header > #menuBar {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        transform: none;
        top: -43px;
        left: -41px;
        width: 100vw;
        min-height: calc(100vh - 166px);
        padding-bottom: 64px;
        background-color: #02a1dc;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 102px;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s, visibility 0s linear 0.25s;
    }

    body.visibleMobileMenuBar header #logo {
        background-image: var(--vns-logo-white);
    }

    body.visibleMobileMenuBar header .mobileMenu {
        background-image: url("/images/mobileMenuWhite.svg");
    }

    body.visibleMobileMenuBar header > #menuBar {
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transition: opacity 0.25s;
        color: #FFF;
    }

    header > #menuBar > a {
        font-size: 1rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        line-height: 2.5rem;
        display: inline-block;
        margin: 0.43rem 0;
        color: #FFF;
        border-color: #FFF;
    }

    header #menuBar > a.letsTalkMobile {
        display: inline-block;
        line-height: 1.2em;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        margin-top: 1.65rem;
        background-color: transparent;
    }

    .homeBanner .bannerSlide .bannerSlideContents div.title {
        font-size: 11.6vw;
        line-height: 1.1em;
    }

    .starRanking {
        width: 69px;
        height: 11px;
        background-size: 69px 11px;
    }

    .starRanking .starRankingScore {
        max-width: 69px;
        height: 11px;
        background-size: 69px, 11px;
    }

    .hideMobile {
        display: none !important;
    }

    section .sectionCallToAction {
        display: block;
        width: calc(100vw - 46px);
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    textarea {
        font-size: 0.9rem;
        text-align: center;
        margin-bottom: 2.15rem;
    }

    body.home header .sidebar #languageSelector {
        color: #FFF;
    }

    body.home header .mobileMenu {
        background-image: url("/images/mobileMenuWhite.svg");
    }

    body.home section h2 {
        font-size: 0.82rem;
    }

    body.home section.howWeDoIt {
        padding-top: 1.9rem;
        padding-bottom: 1.7rem;
    }

    body.home section.howWeDoIt .contents {
        width: calc(100vw - 108px);
        font-size: 1.149rem;
        margin-bottom: 1.6rem;
    }

    body.home section.testimonials {
        padding-top: 2.15rem;
        padding-bottom: 2.8rem;
    }

    body.home section.testimonials h2 {
        margin-bottom: 2.4rem;
    }

    body.home section.testimonials blockquote {
        width: calc(100vw - 108px);
        font-size: 1.01rem;
    }

    body.home section.testimonials blockquote cite.withImage {
        width: 61px;
        height: 61px;
        margin-top: 1.65rem;
        margin-bottom: 0.2rem;
    }

    body.home section.testimonials blockquote cite.withImage img {
        width: 61px;
        height: 61px;
    }

    body.home section.whatWeDo {
        padding-top: 2.9rem;
    }

    body.home section.whatWeDo h2 {
        margin-bottom: 1.45rem;
    }

    .homeBanner .bannerSlide .bannerSlideContents {
        transform: none;
        left: 41px;
        right: 41px;
        top: 93px;
        bottom: 88px;
    }

    .homeBanner .bannerSlide .bannerSlideContents .title {
        position: absolute;
        left: 50%;
        top: calc(50% - 30px);
        transform: translate(-50%, -50%);
        width: calc(100vw - 42px);
    }

    .homeBanner .bannerSlide .bannerSlideContents .button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        white-space: nowrap;
    }

    .homeBanner .bannerSlide img.bannerSlideBG {
        height: 34.47rem;
        min-height: 0;
    }

    .homeBanner .bannerSlide.shopifySlider .bannerSlideContents {
        justify-content: space-around;
    }

    .homeBanner .bannerSlide.shopifySlider .bannerSlideContents div.titleBottom {
        width: auto;
        font-size: 1.3rem;
    }

    .homeBanner .bannerSlide.shopifySlider .bannerSlideContents img.sliderShopifyExperts {
        width: 50%;
    }

    section.whatWeDo .heading {
        font-size: 1.7rem;
        margin-bottom: 2.3rem;
    }

    .servicesList {
        width: calc(100vw - 58px);
    }

    .servicesList button:before,
    .servicesList a[href]:before {
        width: 15.29vw;
        height: 15.29vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
    }

    .servicesList button,
    .servicesList a[href] {
        width: 18.35vw;
        font-size: 2.75vw;
    }

    section.whatWeDo .serviceContentShopify {
        padding-bottom: 2.15rem;
        background-image: none;
    }

    section.whatWeDo .serviceContentShopifyCol:before {
        display: none;
    }

    section.whatWeDo .serviceContentShopify .serviceContentShopifyCol {
        width: auto;
        padding-right: 0;
        text-align: center;
    }

    section.whatWeDo .serviceContentShopify .serviceContentShopifyCol img.shopifyExpertsLogo {
        width: 55.06vw;
        height: calc(55.06vw * 59 / 333);
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    section.whatWeDo .serviceContentShopify h3 {
        margin-top: 1.62rem;
        font-size: 1.35rem;
    }

    section.whatWeDo .serviceContentShopify p {
        font-size: 0.8rem;
        line-height: 1rem;
        margin-bottom: 1.95rem;
    }

    section.whatWeDo .serviceContentShopify .serviceContentShopifyCol:after {
        content: " ";
        margin-top: 37px;
        margin-left: -23px;
        width: 100vw;
        height: calc(100vw * 0.52);
        background-image: url("/images/rutiDevices.png"),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.14) 65%,
            rgba(0, 0, 0, 0.07) 65%,
            rgba(0, 0, 0, 0) 100%
        );
        background-size: calc(100vw - 23px), calc((100vw - 23px) * 0.52), 100% 100%;
        background-repeat: no-repeat, repeat-x;
        background-position: center center, center center;
        display: block;
    }

    section.ourClients {
        padding: 2.45rem 0 2.25rem 0;
    }

    section.ourClients .splide__slide img {
        max-width: 23.06vw;
        max-height: 6.82vw;
        object-fit: contain;
    }

    section.homeBlog {
        padding-bottom: 2rem;
    }

    section.homeBlog div.heading {
        font-size: 1.6rem;
        line-height: 1.13rem;
        margin-bottom: 0.58rem;
    }

    section.homeBlog div.lead {
        width: 28.1em;
        max-width: 100%;
        font-size: 0.8rem;
        margin-bottom: 2.75rem;
    }

    section.homeBlog div.articleList {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    section.homeBlog div.articleList article {
        max-width: 100%;
        width: 100%;
        margin-bottom: 1.15rem;
    }

    section.homeBlog div.articleList article .articlePictureLink {
        margin-bottom: 0.75rem;
    }

    section.homeBlog div.articleList article .articleMetadata {
        font-size: 0.75rem;
    }

    section.homeBlog div.articleList article h3 {
        font-size: 1.4rem;
        margin-bottom: 1.55rem;
    }

    footer#siteFooter .contactMethods {
        padding-top: 2rem;
        padding-bottom: 3.36rem;
    }

    footer#siteFooter h2 {
        font-size: 0.82rem;
        text-align: center;
    }

    footer#siteFooter .contactForm {
        padding-right: 0;
        width: auto;
    }

    footer#siteFooter .contactForm form {
        column-count: 1;
    }

    footer#siteFooter .contactForm p {
        font-size: 1.6rem;
        text-align: center;
        width: 11.5em;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.3rem;
    }

    footer#siteFooter .contactForm form button.button[type="submit"].sectionCallToAction {
        margin-top: 55px;
        position: static;
    }

    footer#siteFooter .contactInfo {
        font-size: 1rem;
        padding-top: 2.25rem;
        text-align: center;
    }

    footer#siteFooter .contactInfo address {
        margin-bottom: 1.4rem;
    }

    footer#siteFooter .contactInfo h2.letsTalk {
        margin-top: 3.1rem;
        margin-bottom: 1.35rem;
    }

    footer#siteFooter .contactInfo .footerSocialContainer {
        width: 164px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.35rem;
    }

    footer#siteFooter .contactInfo .footerSocial {
        background-size: 68px 23px;
    }

    footer#siteFooter .contactInfo .footerSocial.footerSocial.footerSocialLinkedIn {
        width: 19px;
        height: 19px;
    }

    footer#siteFooter .contactInfo .footerSocial.footerSocial.footerSocialFacebook {
        width: 11px;
        height: 24px;
        background-position: -19px 0;
    }

    footer#siteFooter .contactInfo .footerSocial.footerSocial.footerSocialInstagram {
        width: 18px;
        height: 18px;
        background-position: -31px 0;
    }

    footer#siteFooter .contactInfo .footerSocial.footerSocial.footerSocialSkype {
        width: 20px;
        height: 20px;
        background-position: -49px 0;
    }

    footer#siteFooter .contactMethodsContainer {
        flex-direction: column;
    }

    footer#siteFooter .ISOcertification {
        text-align: center;
        padding-top: 2.4rem;
        font-size: 0.8rem;
        padding-bottom: 2.6rem;
    }

    footer#siteFooter .ISOcertification .ISOcontainer {
        display: block;
    }

    footer#siteFooter .ISOcertification .ISOlogo {
        background: transparent;
        width: auto;
        height: auto;
        display: block;
        margin-bottom: 2.4rem;
    }

    footer#siteFooter .ISOcertification .ISOlogo img {
        width: 132px;
        height: 132px;
    }

    footer#siteFooter .ISOcertification h3 {
        text-align: center;
        font-size: 1.4rem;
        margin-bottom: 1.3rem;
    }

    footer#siteFooter .footerCopyright {
        font-size: 0.8rem;
        text-align: center;
    }

    main.page {
        width: calc(100vw - 46px);
    }

    main.page h1 {
        margin-top: 5rem;
        margin-bottom: 2.4rem;
        font-size: 1.7rem;
    }

    main.page h1:first-child {
        margin-top: 0;
    }

    main.page section h2 {
        font-weight: 700;
        font-size: 1.7rem;
        letter-spacing: -0.01rem;
    }

    main.page .serviceSectionShopify h3.smaller {
        font-size: 0.85rem;
        margin-top: 3.2rem;
        margin-bottom: 1.7rem;
    }

    main.page .servicesList.servicesListInner {
        width: 100%;
        margin-bottom: 2.1rem;
    }

    main.page .selectedServiceInner .callToAction,
    main.page .serviceSectionInner .callToAction {
        margin-top: 2.25rem;
    }

    main.page .servicesList.servicesListInner button {
        width: 18.35vw;
        max-width: 18.35vw;
        min-width: 0;
        font-size: 2.75vw;
    }

    main.page .servicesList.servicesListInner button:before {
        width: 15.29vw;
        height: 15.29vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
    }

    main.page .selectedServiceInner,
    main.page .serviceSectionInner {
        font-size: 0.8rem;
        margin-bottom: 3.65rem;
    }

    main.page section.portfolio {
        margin-bottom: 25px;
    }

    main.page section.portfolio h3 {
        margin-bottom: 2.6rem;
        font-size: 1.75rem;
    }

    main.page .portfolioGrid {
        display: block;
    }

    main.page .portfolioGrid .portfolioPiece {
        margin-left: auto;
        margin-right: auto;
        width: calc(100vw - 46px);
        height: calc(100vw - 46px * 0.9129);
        margin-bottom: 20px;
    }

    main.page .portfolioGrid .portfolioPiece .portfolioPieceDescription {
        font-size: 0.9rem;
        letter-spacing: 0;
    }

    main.page .portfolioGrid .portfolioPiece .callToAction {
        flex-wrap: wrap;
        justify-content: center;
    }

    main.page .portfolioGrid .portfolioPiece .callToAction .button {
        font-size: 0.9rem;
    }
    

    body .sectionBanner {
        position: static;
    }
    body .sectionBanner .sectionBannerImg {
        width: 100%;
        display: block;
    }
    body .sectionBanner .rightCol {
        position: static;
        transform: none;
        width: 100%;
    }
    body .sectionBanner .rightCol h1 {
        font-size: 1em;
        margin-block: 1em;
    }
    .sectionExplanation p.highlighted { 
        font-size: 1.2em;
        width: auto;
        font-weight: 700;
        margin-block: 1.5em 2em;
    }
    .sectionExplanation p { width: auto; }
    body.whoWeAre .staff {
        margin-left: -41px;
        margin-right: -41px;
        display: block;
    }
    body.whoWeAre .staff.splide .splide__list { white-space: nowrap ;}
    body.whoWeAre .staff.splide .splide__list > * {
        display: inline-block;
        white-space: normal;
        vertical-align: top;
    }
    body.whoWeAre .staff .staffMember {
        width: calc(100vw - 82px);
        flex-shrink: 0;
    }
    body.whoWeAre .staff .staffMember .staffName .staffNameContainer {
        width: 85%;
        white-space: normal;
        transform: translate(-50%, 0px);
        margin-top: -1.3rem;
    }

    body.whoWeAre .staff .staffMember .staffName {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80%;
        font-size: 1.2rem;
        letter-spacing: 0px;
        font-weight: 700;
    }
    body.whoWeAre .staff .staffMember .staffName .position {
        margin-block-start: 0.5rem;
        font-size: 0.8rem;
    }

    body.whoWeAre .staff {
        width: auto;
        overflow: hidden;
        padding-bottom: 60px;
    }
    body.whoWeAre .staff .staffMember p,
    body.whoWeAre .staff .staffMember .staffContact {
        opacity: 0;
        transition: 0.25s opacity;
    }
    body.whoWeAre .staff.splide .splide__slide.is-active p,
    body.whoWeAre .staff.splide .splide__slide.is-active .staffContact {
        opacity: 1;
    }

    body.whoWeAre .staff.splide {
        margin-bottom: 60px;
        position: relative;
    }
    body.whoWeAre .staff.splide .splide__arrows {
        position: absolute;
        z-index: 3;
        bottom: 0px;
        width: 100%;
        height: 40px;
    }
    body.whoWeAre .staff.splide .splide__arrows .splide__arrow {
        appearance: none;
        padding: 0px;
        border: none;
        background: transparent;
        transform: scale(0.5);
        transform-origin: left top;
        position: absolute;
        left: 7.5px;
        top: 0px;
    }
    body.whoWeAre .staff.splide .splide__arrows .splide__arrow.splide__arrow--next {
        transform: scale(-0.5);
        left: auto;
        right: -32.5px;
        top: 20px;
    }
    body.whoWeAre .staff.splide .splide__arrows .splide__arrow path {
        fill: #D2D2D2;
    }

    body.whoWeAre .staff .slide-indicator {
        height: 2px;
        width: calc(100vw - 84px);
        background-color: #D2D2D2;
        position: absolute;
        left: 50%;
        margin-left: calc(-50vw + 42px);
        bottom: 29px;
    }
    body.whoWeAre .staff .slide-indicator .slide-indicator-line {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        width: 0%;
        background-color: #00a4e8;
        transition: 0.25s width;
    }

    body .sectionBanner .rightCol .bannerHugeText {
        font-size: 3rem;
        top: -0.5rem;
    }

    body.partners .partnersImage {
        width: auto;
        margin: 2rem auto;
    }
    body.partners .partnersImage img.partnersAmazon {
        width: 25vw;
    }

    body.partners .partnersImage img.partnersShopifyExperts {
        width: 40vw;
        margin-top: -1rem;
    }
}

@media screen and (min-width: 1000.01px) and (max-width: 1500px) {
    header nav {
        position: static;
        transform: none;
    }

    .mainWidth {
        width: calc(100vw - 84px);
    }

    header nav a, header .sidebar .button, header .sidebar #languageSelector {
        font-size: 1.65vw;
    }

    header nav a {
        margin: 0 0.7em;
    }

    .homeBanner .bannerSlide .bannerSlideContents div.title {
        font-size: 8vw;
    }

    .homeBanner .bannerSlide.shopifySlider .bannerSlideContents {
        justify-content: space-around;
    }

    .homeBanner .bannerSlide.shopifySlider .bannerSlideContents div.titleBottom {
        font-size: 3vw;
    }

    section.whatWeDo .serviceContentShopify .serviceContentShopifyCol {
        width: 100%;
        box-sizing: border-box;
        padding-right: 50%;
    }

    section.whatWeDo .serviceContentShopify .serviceContentShopifyCol:before {
        width: 50%;
        left: 50%;
        top: 0;
        bottom: 0;
        height: auto;
        background-size: 100% auto;
        background-position: 50% 50%;
    }

    section.homeBlog div.articleList article {
        width: calc((100% / 3) - 21px);
    }

    section.homeBlog div.articleList article h3 {
        font-size: 2.5vw
    }

    main.page {
        width: calc(100vw - 84px);
    }

    main.page .portfolioGrid {
        gap: 42px;
    }

    main.page .portfolioGrid .portfolioPiece {
        width: calc(50vw - 42px - 21px);
    }

    body .sectionBanner .rightCol .bannerHugeText {
        font-size: 10vw;
    }
}

/**franja verde home**/
section.franjaGreen {
   
    color: #FFF;
    text-align: center;
     background-color: #5e8d3e;
    display: flex;

}
section.franjaGreen h2 {
   
    font-size: 2.315rem!important;
    text-transform: inherit!important;
    color: #fff!important;
   
}
section.franjaGreen h2:before {
    content: ""!important;
}
section.franjaGreen div{
   
    font-size: 1.3rem;
    color: #fff;
    font-weight: 600;
    width: 61%;
    margin: 0 auto;
    line-height: 31px;

}
section.franjaGreen article {
    justify-content: center;
   align-self: center;
   background-color: #5e8d3e;

}

section.franjaGreen article.leftF {
    background-color: #94bf47;
    text-align: center;
    padding: 2% 0 ;

}

section.franjaGreen article.leftF img {
    width:100%;

}

section.franjaGreen article.rightF {
    background-color: #5e8d3e;
    text-align: center;
     padding: 2% 0 ;
}    

section.franjaGreen a.btn_caso_exito{
    border: 2px solid #fff;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;

}


section.franjaGray {
   
    color: #FFF;
    text-align: center;
     background-color: #606060;
    display: flex;
        flex-direction: initial;

}
section.franjaGray h2 {
   
    font-size: 3rem!important;
    text-transform: inherit!important;
    color: #d79b00!important;
    margin-bottom: 1em!important;

   
}
section.franjaGray h2:before {
    content: ""!important;
}

section.franjaGray div {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    width: 68%;
    margin: 0 auto;
    line-height: 43px;
    margin-bottom: 1em;
}
section.franjaGray article {
    justify-content: center;
   align-self: center;
   background-color: #000;
   flex-basis: 100%;

}

section.franjaGray article.rightF {
    background-color: #000;
    text-align: center;
    padding: 2% 0;

}

section.franjaGray article.rightF img {
    width:100%;


}

section.franjaGray article.leftF {
    background-color: #606060;
    text-align: center;
     padding: 4% 0 ;
}    

section.franjaGray a.btn_agenda{
    border: 2px solid #fff;
    border-radius: 8px;
    text-transform: lowercase;
    padding: 14px 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;

}

@media screen and (max-width:1000px){
    section.franjaGreen {
       flex-direction: column;
    }
    section.franjaGreen h2 {
        font-size: 1.4rem!important;
        width: 94%;
        line-height: 27px;

    }
    section.franjaGreen a.btn_caso_exito {
        padding: 12px;
        font-size: .8rem;
    }

    section.franjaGreen article.rightF {
   padding: 48px 0;
    }    

    section.franjaGreen div {
        font-size: 1rem;
        width: 95%;
        line-height: 25px;
    }


    section.franjaGray {
       flex-direction: column;
    }
    section.franjaGray h2 {
        font-size: 1.4rem!important;
        width: 94%;
        line-height: 27px;

    }
    section.franjaGray a.btn_agenda {
        padding: 12px;
        font-size: .8rem;
    }

    section.franjaGray article.leftF {
   padding: 48px 0;
    }    

    section.franjaGray div {
        font-size: 1rem;
        width: 95%;
        line-height: 25px;
    }

    section.franjaGray article {
        width: 100%;
    }
}

@media screen and (max-width:1300px){
    section.franjaGray article.rightF {
        padding: 10% 0;
    }

}

