
/* Extra small devices (portrait phones, less than 576px) */



/* - Home hero - */
/* ------------- */

.homeHeroContainer
{
	position: relative;
	overflow: hidden;
	height: 855px;
        background-color: black;
}

.homeHeroContent
{
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 114px;
	padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 18px;
	width: 100%;
	height: 100%;
        background: linear-gradient(146deg, rgba(5, 5, 5, 0.6) 2.68%, rgba(10, 15, 23, 0.6) 73.2%);
        /*background: linear-gradient(146deg, rgba(21, 21, 21, 0.5) 2.68%, rgba(41, 61, 92, 0.5) 73.2%);*/
        /*background: linear-gradient(146deg, #151515 2.68%, #293D5C 73.2%);*/
        background-blend-mode: hard-light;
        color: #ffffff;
	z-index: 20;
}

.homeHeroTopText
{
        text-transform: uppercase;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 3px;
        width: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
}

.homeHeroTitle
{
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 60px;
        font-style: normal;
        font-weight: 500;
        line-height: 62px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
}

.homeHeroText
{
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
}

.homeHeroButtonContainer
{
        text-align: center;
        margin-bottom: 60px;
}

.homeHeroClientText
{
        text-transform: uppercase;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 3px;
        margin-bottom: 16px;
}

.homeHeroSeparator
{
        background: white;
        width: 100%;
        height: 1px;
}

.homeHeroClientLogos
{
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
}

.homeHeroClientLogos > li
{
        display: inline-block;
        vertical-align: middle;
        width: 32%;
        height: 62px;
        text-align: center;
}

.homeHeroClientLogos > li > img
{
        width: 110px;
        height: auto;
}

.homeHeroBackground
{
	position: absolute;
	top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
	z-index: 10;
}

.homeHeroBackgroundMobile
{
        position: relative;
        height: 100%;
}

.homeHeroBackgroundMobile > video
{
        position: absolute;
        top: 0px;
        left: calc(50% - 741px);
        width: auto;
        height: 100%;
        /*filter: brightness(30%);*/
        filter: contrast(140%);
}


.homeHeroBackgroundMobile > img
{
        position: absolute;
        top: 0px;
        left: calc(50% - 741px);
        width: auto;
        height: 100%;
}

.homeHeroBackgroundDesktop
{
	display: none;
}

.homeHeroBackgroundDesktop > img
{
}

.homeHeroBackgroundDesktop > video
{
}


/* - Home preview - */
/* ---------------- */

.homePreviewContainer
{
        background-color: white;
        padding-top: 65px;
        padding-left: 18px;
        padding-right: 18px;
}

.homePreviewTopText
{
        color: #363636;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 3px;
        text-transform: uppercase;
        width: 310px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px;
}

.homePreviewTitle
{
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 41px;
        /*font-size: 46px;*/
        font-style: normal;
        font-weight: 500;
        line-height: 49px;
        /*width: 400px;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        background: linear-gradient(276deg, #1188E2 38.41%, #2BC3FB 60.72%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.homePreviewText
{
        color: #5D5D5D;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 29px;
        margin-bottom: 28px;
}

.homePreviewButtonContainer
{
        text-align: center;
        margin-bottom: 5px;
}

.homePreviewScreenshotContainer
{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 354px;
        height: 188px;
        /*height: calc(255px * 0.956);*/
        text-align: left;
        overflow: hidden;
}

.homePreviewScreenshot
{
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100% !important;
        background-color: white !important;
}

.homePreviewScreenshot .divimage
{
        margin-top: 70px;
        width: 100%;
        height: 350px;
        background-image: url('../../images/screen_shot@2x.jpg');
        background-size: contain;
        background-repeat: no-repeat;
}


/* - Home intro - */
/* -------------- */

.homeIntroContainer
{
        background-image: url('../../images/intro_background@2x.jpg');
        background-size: cover;
        background-position: center;
        padding-top: 88px;
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 84px;
}

.homeIntroLogo
{
        margin-bottom: 27px;
}

.homeIntroLogo > img
{
        width: 84px;
        height: auto;
}

.homeIntroRightColumn
{
}

.homeIntroTopText
{
        color: #363636;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 32px;
}

.homeIntroTitle
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 46px;
        font-weight: 500;
        line-height: 49px;
        background: linear-gradient(91deg, #F80 -13.98%, #FF6001 61.4%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 21px;
}

.homeIntroText
{
        color: #5D5D5D;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 34px;
}

.homeIntroButtonContainer
{
}


/* - Home features - */
/* ----------------- */

.homeFeatureContainer
{
        background: linear-gradient(122deg, #093249 1.87%, #00121C 100.37%);
        padding-top: 88px;
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
        padding-bottom: 113px;
        text-align: center;
}

.homeFeatureTopText
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 28px;
}

.homeFeatureTitle
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 46px;
        font-weight: 500;
        line-height: 49px;
        background: linear-gradient(98deg, #FFF 41.21%, #0AF 64.04%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
}

.homeFeatureList
{
        margin-bottom: 43px;
}

.homeFeatureList > li
{
        display: inline-block;
        vertical-align: top;
        max-width: 285px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 65px;
}

.homeFeatureItemImage
{
        margin-bottom: 28px;
}

.homeFeatureItemImage > img
{
        width: 118px;
        height: auto;
}

.homeFeatureItemTitle
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 22px;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 9px;
}

.homeFeatureItemDescription
{
        color: #B2B2B2;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
}

.homeFeatureoButtonContainer
{
}


/* - Home industries - */
/* ------------------- */


.homeIndustryContainer
{
        background-color: white;
        padding-top: 83px;
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 82px;
}

.homeIndustryLeftColumn
{
}

#homeIndustryMenuWrapper
{
        width: 100%;
        height: 78px;
        overflow: auto;
        margin-bottom: 56px;
}

.homeIndustryMenu
{
        width: 960px;
        height: 78px;
        border-radius: 7px;
        border: 1px solid #DDD;
        background-color: #F7F7F7;
        padding: 13px;
}

.homeIndustryMenu > li
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 18px;
        font-weight: 500;
        line-height: 29px;
        display: inline-block;
        vertical-align: middle;
        border-right: solid 1px #DDDDDD;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 9px;
        padding-bottom: 9px;
}

.homeIndustryMenu > li:first-child
{
        border-left: none;
}

.homeIndustryMenu > li:last-child
{
        border-right: none;
}


.homeIndustryMenu > li.active
{
        border-left: none;
        border-right: none;
        border-radius: 7px;
        background-color: #767676;
}

.homeIndustryMenu > li.no-left-border
{
        border-left: none;
}

.homeIndustryMenu > li.no-right-border
{
        border-right: none;
}

.homeIndustryMenu > li > a:link,
.homeIndustryMenu > li > a:visited
{
        color: #5D5D5D;
        text-decoration: none;
}

.homeIndustryMenu > li > a:hover,
.homeIndustryMenu > li > a:active
{
        color: #999999;
        text-decoration: none;
}

.homeIndustryMenu > li.active > a:link,
.homeIndustryMenu > li.active > a:visited,
.homeIndustryMenu > li.active > a:hover,
.homeIndustryMenu > li.active > a:active
{
        color: white;
        text-decoration: none;
}

.homeIndustryDetails
{
}

.homeIndustryTopText
{
        color: #363636;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 26px;
}

.homeIndustryTitle
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 46px;
        font-weight: 500;
        line-height: 53px;
        background: linear-gradient(91deg, #F80 -13.98%, #FF6001 61.4%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 21px;
        max-width: 460px;
}

.homeIndustryText
{
        color: #5D5D5D;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 34px;
}

.homeIndustryButtonContainer
{
        margin-bottom: 47px;
}

.homeIndustryButtonContainer a:first-child
{
        margin-bottom: 10px;
}

.homeIndustryImage
{
        text-align: center;
}

.homeIndustryImage > img
{
        /*width: 353px;*/
        width: 100%;
        /*max-width: 550px;*/
        height: auto;
        border-radius: 10px;
}


/* - Home testimonials - */
/* --------------------- */

.homeTestimonialContainer
{
        background-image: url('../../images/testimonial_background@2x.jpg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 90px;
        width: 100%;
        padding-bottom: 70px;
}

.homeTestimonialCarousel
{
        position: relative;
        width: 100%;
}

.homeTestimonialList
{
}

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

.homeTestimonialText
{
        margin-bottom: 24px;
}

.homeTestimonialTopText
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 24px;
}

.homeTestimonialQuote
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 24px;
}

.homeTestimonialSeparator
{
        width: 153px;
        height: 1px;
        background: rgba(255, 255, 255, 0.60);
        margin-bottom: 12px;
}

.homeTestimonialAuthor
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 4px;
}

.homeTestimonialCompany
{
        color: #FFF;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
}

.homeTestimonialImage
{
}

.homeTestimonialImage > img
{
        width: 100%;
        height: auto;
        border-radius: 10px;
}


.homeTestimonialNav
{
        position: absolute;
        width: 100%;
        text-align: center;
        bottom: 24px;
        z-index: 100;
}


/* - Home FAQs - */
/* --------------*/

.homeFaqSection
{
        background-color: #FAFAFA;
}

.homeFaqContainer
{
        background-color: #FAFAFA;
        padding-top: 71px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 73px;
}

.homeFaqLeftColumn
{
}

.homeFaqTitle
{
        max-width: 420px;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 50px;
        font-weight: 500;
        line-height: 55px;
        background: linear-gradient(98deg, #2185FF 41.21%, #0AF 64.04%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
       margin-bottom: 25px;
}

.homeFaqImage
{
        margin-bottom: 54px;
}

.homeFaqImage > img
{
        width: 74px;
        height: auto;
}

.homeFaqQuestions
{
        border-radius: 6px;
        border: 1px solid #DBDEE7;
        /*padding-top: 19px;*/
        /*padding-left: 11px;*/
        /*padding-right: 14px;*/
        /*padding-bottom: 19px;*/
}

.homeFaqQuestions h3
{
        display: block;
        cursor: pointer;
        padding-top: 19px;
        padding-left: 11px;
        padding-right: 14px;
        padding-bottom: 19px;
        border-top: solid 1px #DBDEE7;
}

.homeFaqQuestions h3:first-child
{
        border-top: none;
}

.homeFaqQuestions h3.ui-accordion-header-active.ui-state-active .homeFaqArrow > img
{
        /*-webkit-transform: rotateX(180deg);*/
        /*transform: rotateX(180deg);*/
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
}

.homeFaqQuestion
{
        color: #505050;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
}

.homeFaqArrow
{
        float: right;
        margin-top: 5px;
        margin-left: 15px;
}

.homeFaqArrow > img
{
        width: 14px;
        height: auto;
        transition: transform 0.4s;
}

.homeFaqAnswer
{
        color: #6A6A6A;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        /*padding-top: 19px;*/
        padding-left: 11px;
        padding-right: 14px;
        padding-bottom: 19px;
}


/* - Home Contact - */
/* -----------------*/

.homeContactFormContainer
{
        background-color: white;
        padding-top: 81px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 99px;
}

.homeContactFormTitle
{
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 48px;
        font-weight: 500;
        line-height: 55px;
        background: linear-gradient(262deg, #FF8500 57.66%, #2BC3FB 88.65%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 39px;
}

.homeContactFormText
{
        color: #5D5D5D;
        text-align: center;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-weight: 400;
        line-height: 29px;
        margin-bottom: 53px;
}

#contactForm
{
}

.homeContactFormField
{
        border: 1px solid #DBDEE7;
        border-radius: 6px;
        width: 100%;
        font-size: 18px;
        padding-left: 22px;
        padding-right: 22px;
        color: #555555;
        font-feature-settings: 'liga' off, 'clig' off;
        font-family: "Euclid Circular B";
        font-weight: 400;
}

.homeContactFormField::placeholder
{
        color: #8E8E8E;
}

.homeContactFormField.text
{
        height: 60px;
        line-height: 18px;
        margin-bottom: 25px;
}

.homeContactFormSelect
{
        width: 100%;
        margin-bottom: 25px;
}

.homeContactFormField.textarea
{
        height: 300px;
        line-height: 27px;
        padding-top: 15px;
        padding-bottom: 12px;
}

.homeContactFormButton
{
        margin-top: 29px;
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)
{
        /* - Home hero - */
        /* ------------- */

        .homeHeroContainer
        {
                height: 835px;
        }

        .homeHeroContent
        {
                padding-top: 124px;
        }

        .homeHeroText
        {
                max-width: 520px;
        }


        /* - Home preview - */
        /* ---------------- */

        .homePreviewContainer
        {
                padding-top: 70px;
                padding-left: 40px;
                padding-right: 40px;
        }

        .homePreviewTopText
        {
                width: auto;
                max-width: 400px;
                margin-bottom: 20px;
        }

        .homePreviewTitle
        {
                width: auto;
                max-width: 550px;
                margin-bottom: 35px;
        }

        .homePreviewText
        {
                margin-bottom: 34px;
        }

        .homePreviewScreenshotContainer
        {
                width: 450px;
                height: 218px;
        }

        .homePreviewScreenshot .divimage
        {
                margin-top: 90px;
                height: 400px;
        }


        /* - Home intro - */
        /* -------------- */

        .homeIntroContainer
        {
                padding-left: 40px;
                padding-right: 40px;
        }

        .homeIntroLogo
        {
                margin-bottom: 30px;
        }

        .homeIntroLogo > img
        {
                width: 92px;
        }

        .homeIntroTopText
        {
                font-size: 13px;
                line-height: 16px;
        }

        .homeIntroTitle
        {
                font-size: 49px;
                line-height: 57px;
                margin-bottom: 28px;
        }

        .homeIntroText
        {
                margin-bottom: 38px;
        }


        /* - Home industries - */
        /* ------------------- */


        .homeIndustryContainer
        {
                padding-left: 40px;
                padding-right: 40px;
        }

        #homeIndustryMenuWrapper
        {
                /*margin-bottom: 56px;*/
        }

        .homeIndustryTopText
        {
                font-size: 13px;
                line-height: 16px;
        }

        .homeIndustryTitle
        {
                font-size: 48px;
                line-height: 54px;
                margin-bottom: 28px;
                max-width: 480px;
        }

        .homeIndustryText
        {
                margin-bottom: 38px;
        }

        .homeIndustryImage > img
        {
                max-width: 600px;
        }

        .homeIndustryButtonContainer a:first-child
        {
                margin-bottom: 0px;
        }


        /* - Home testimonials - */
        /* --------------------- */

        .homeTestimonial
        {
                padding-left: 40px;
                padding-right: 40px;
        }


        .homeTestimonialImage > img
        {
                max-width: 600px;
        }

        .homeTestimonialQuote
        {
                font-size: 31px;
                line-height: 45px;
        }

        .homeTestimonialNav
        {
                max-width: 680px;
        }


        /* - Home FAQs - */
        /* --------------*/

        .homeFaqContainer
        {
                padding-left: 40px;
                padding-right: 40px;
        }

        .homeFaqQuestions h3
        {
                padding-left: 18px;
                padding-right: 22px;
        }

        .homeFaqAnswer
        {
                padding-left: 18px;
                padding-right: 22px;
        }


        /* - Home Contact - */
        /* -----------------*/

        .homeContactFormContainer
        {
                padding-left: 40px;
                padding-right: 40px;
        }

        .homeContactFormTitle
        {
                max-width: 650px;
                margin-left: auto;
                margin-right: auto;
        }

        .homeContactFormText
        {
                max-width: 570px;
                margin-left: auto;
                margin-right: auto;
        }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
        /* - Home hero - */
        /* ------------- */

        .homeHeroContent
        {
                padding-top: 184px;
                padding-left: 40px;
                padding-right: 40px;
        }

        .homeHeroTopText
        {
                font-size: 13px;
                width: 350px;
                margin-bottom: 40px;
        }

        .homeHeroTitle
        {
                font-size: 65px;
                line-height: 70px;
                max-width: 700px;
                margin-bottom: 30px;
        }

        .homeHeroText
        {
                max-width: 600px;
                margin-bottom: 40px;
        }

        .homeHeroButtonContainer
        {
                margin-bottom: 80px;
        }

        .homeHeroClientLogos > li > img
        {
                width: 125px;
        }

        .homeHeroBackgroundMobile
        {
                display: none;
        }

        .homeHeroBackgroundDesktop
        {
                display: block;
                position: relative;
                height: 100%;
        }

        .homeHeroBackgroundDesktop > img
        {
                display: none;
                position: absolute;
                top: 0px;
                left: calc(50% - 797px);
                width: auto;
                height: 100%;
        }

        .homeHeroBackgroundDesktop > video
        {
                /*display: none;*/
                position: absolute;
                top: 0px;
                left: calc(50% - 797px);
                width: auto;
                height: 100%;
                /*filter: brightness(30%);*/
                filter: contrast(140%);
        }


        /* - Home preview - */
        /* ---------------- */

        .homePreviewContainer
        {
                padding-top: 80px;
                padding-left: 80px;
                padding-right: 80px;
        }

        .homePreviewTopText
        {
                font-size: 13px;
                margin-bottom: 23px;
        }

        .homePreviewTitle
        {
                font-size: 51px;
                /*font-size: 53px;*/
                line-height: 60px;
                max-width: 650px;
                margin-bottom: 38px;
        }

        .homePreviewText
        {
                max-width: 740px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 40px;
        }

        .homePreviewScreenshotContainer
        {
                width: 600px;
                height: 278px;
        }

        .homePreviewScreenshot .divimage
        {
                margin-top: 110px;
                height: 550px;
        }


        /* - Home intro - */
        /* -------------- */

        .homeIntroContainer
        {
                padding-left: 80px;
                padding-right: 80px;
        }

        .homeIntroLogo
        {
                margin-bottom: 32px;
        }

        .homeIntroLogo > img
        {
                width: 96px;
        }

        .homeIntroTopText
        {
                font-size: 14px;
                line-height: 18px;
        }

        .homeIntroTitle
        {
                font-size: 54px;
                line-height: 66px;
                margin-bottom: 30px;
        }

        .homeIntroText
        {
                margin-bottom: 42px;
        }


        /* - Home features - */
        /* ----------------- */

        .homeFeatureContainer
        {
                padding-top: 100px;
                padding-bottom: 113px;
        }

        .homeFeatureTopText
        {
                font-size: 13px;
                line-height: 15px;
                margin-bottom: 32px;
        }

        .homeFeatureTitle
        {
                font-size: 58px;
                line-height: 66px;
                max-width: 500px;
                margin-bottom: 80px;
        }

        .homeFeatureList
        {
                margin-bottom: 53px;
        }

        .homeFeatureList > li
        {
                margin-left: 40px;
                margin-right: 40px;
                margin-bottom: 65px;
        }

        .homeFeatureItemImage
        {
                margin-bottom: 32px;
        }

        .homeFeatureItemTitle
        {
                margin-bottom: 10px;
        }


        /* - Home industries - */
        /* ------------------- */

        .homeIndustryContainer
        {
                padding-left: 80px;
                padding-right: 80px;
        }

        #homeIndustryMenuWrapper
        {
                /*margin-bottom: 56px;*/
        }

        .homeIndustryTopText
        {
                font-size: 14px;
                line-height: 18px;
        }

        .homeIndustryTitle
        {
                font-size: 50px;
                line-height: 58px;
                margin-bottom: 30px;
                max-width: 510px;
        }

        .homeIndustryText
        {
                margin-bottom: 35px;
        }

        .homeIndustryImage > img
        {
                /*width: 553px;*/
        }


        /* - Home testimonials - */
        /* --------------------- */

        .homeTestimonial
        {
                padding-left: 80px;
                padding-right: 80px;
        }


        .homeTestimonialImage > img
        {
                /*max-width: 600px;*/
        }

        .homeTestimonialQuote
        {
                font-size: 36px;
                line-height: 50px;
        }

        .homeTestimonialNav
        {
                max-width: 760px;
        }


        /* - Home FAQs - */
        /* --------------*/

        .homeFaqContainer
        {
                padding-left: 80px;
                padding-right: 80px;
        }

        .homeFaqTitle
        {
                font-size: 50px;
                line-height: 58px;
                margin-bottom: 30px;
        }

        .homeFaqImage
        {
                margin-bottom: 60px;
        }

        .homeFaqImage > img
        {
                width: 100px;
                height: auto;
        }

        .homeFaqQuestions h3
        {
                padding-top: 22px;
                padding-left: 22px;
                padding-right: 26px;
                padding-bottom: 22px;
        }

        .homeFaqAnswer
        {
                padding-left: 22px;
                padding-right: 26px;
                padding-bottom: 22px;
        }


        /* - Home Contact - */
        /* -----------------*/

        .homeContactFormContainer
        {
                padding-top: 100px;
                padding-left: 80px;
                padding-right: 80px;
                padding-bottom: 115px;
        }

        .homeContactFormTitle
        {
                font-size: 49px;
                line-height: 60px;
                max-width: 730px;
        }

        .homeContactFormText
        {
                margin-bottom: 45px;
        }

        .homeContactFormField.text
        {
                display: inline-block;
                vertical-align: middle;
                width: 48%;
        }

        .homeContactFormField.text:nth-child(odd)
        {
                margin-right: 3%;
        }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
        /* - Home hero - */
        /* ------------- */

        .homeHeroContainer
        {
                height: 897px;
        }

        .homeHeroContent
        {
                padding-top: 230px;
                padding-left: 90px;
                padding-right: 90px;
        }

        .homeHeroTopText
        {
                font-size: 14px;
                margin-bottom: 30px;
        }

        .homeHeroTitle
        {
                font-size: 75px;
                line-height: 80px;
                max-width: 750px;
                margin-bottom: 25px;
        }

        .homeHeroButtonContainer
        {
                margin-bottom: 90px;
        }


        /* - Home preview - */
        /* ---------------- */

        .homePreviewContainer
        {
                padding-top: 90px;
        }

        .homePreviewTopText
        {
                font-size: 14px;
                margin-bottom: 26px;
        }

        .homePreviewTitle
        {
                font-size: 61px;
                line-height: 67px;
                max-width: 750px;
                margin-bottom: 42px;
        }

        .homePreviewText
        {
                margin-bottom: 45px;
        }

        .homePreviewScreenshotContainer
        {
                width: 800px;
                height: 378px;
        }

        .homePreviewScreenshot .divimage
        {
                margin-top: 150px;
                height: 750px;
        }


        /* - Home intro - */
        /* -------------- */

        .homeIntroContainer
        {
                padding-top: 100px;
                padding-left: 12%;
                padding-right: 40px;
                padding-bottom: 90px;
        }

        .homeIntroLogo
        {
                display: inline-block;
                vertical-align: middle;
                width: 25%;
                margin-right: 40px;
        }

        .homeIntroLogo > img
        {
                margin-bottom: 0px;
                width: 175px;
        }

        .homeIntroRightColumn
        {
                display: inline-block;
                vertical-align: middle;
                width: 65%;
        }

        .homeIntroText
        {
                max-width: 580px;
        }


        /* - Home features - */
        /* ----------------- */

        .homeFeatureContainer
        {
                padding-top: 110px;
                padding-bottom: 120px;
        }

        .homeFeatureTopText
        {
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 38px;
        }

        .homeFeatureTitle
        {
                font-size: 61px;
                line-height: 67px;
                max-width: 550px;
                margin-bottom: 90px;
        }

        .homeFeatureList
        {
                margin-bottom: 43px;
        }

        .homeFeatureList > li
        {
                margin-left: 60px;
                margin-right: 60px;
                margin-bottom: 75px;
        }

        .homeFeatureItemImage
        {
                margin-bottom: 32px;
        }

        .homeFeatureItemImage > img
        {
                width: 130px;
        }

        .homeFeatureItemTitle
        {
                margin-bottom: 12px;
        }


        /* - Home industries - */
        /* ------------------- */

        .homeIndustryContainer
        {
                padding-top: 100px;
                padding-left: 8%;
                /*padding-left: 90px;*/
                padding-right: 40px;
                padding-bottom: 110px;
        }

        #homeIndustryMenuWrapper
        {
                /*width: 865px;*/
                max-width: 960px;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 85px;
        }

        .homeIndustryLeftColumn
        {
                display: inline-block;
                vertical-align: middle;
                width: 50%;
                margin-right: 40px;
        }

        .homeIndustryImage
        {
                display: inline-block;
                vertical-align: middle;
                width: 40%;
                text-align: right;
        }

        .homeIndustryImage > img
        {
                /*width: 303px;*/
                width: 100%;
        }

        .homeIndustryText
        {
                max-width: 580px;
        }


        /* - Home testimonials - */
        /* --------------------- */

        .homeTestimonialContainer
        {
                padding-top: 98px;
                padding-bottom: 90px;
        }

        .homeTestimonial
        {
                padding-left: 8%;
                padding-right: 40px;
        }

        .homeTestimonialText
        {
                position: absolute;
                top: 0px;
                width: 70%;
                margin-bottom: 0px;
        }

        .homeTestimonialImage
        {
                margin-left: 50%;
                width: 50%;
                /*max-width: 600px;*/
        }

        .homeTestimonialImage > img
        {
                width: 100%;
                max-width: none;
        }

        .homeTestimonialQuote
        {
                font-size: 38px;
                line-height: 52px;
                /*max-width: 680px;*/
        }

        .homeTestimonialNav
        {
                position: absolute;
                width: 100%;
                text-align: right;
                bottom: 24px;
                z-index: 100;
                max-width: none;
                padding-right: 126px;
        }


        /* - Home FAQs - */
        /* --------------*/

        .homeFaqContainer
        {
                padding-top: 90px;
                padding-bottom: 100px;
                padding-right: 40px;
        }

        .homeFaqLeftColumn
        {
                display: inline-block;
                vertical-align: middle;
                width: 40%;
        }

        .homeFaqQuestions
        {
                display: inline-block;
                vertical-align: middle;
                width: 59%;
        }

        .homeFaqTitle
        {
                font-size: 60px;
                line-height: 62px;
                margin-bottom: 50px;
        }

        .homeFaqImage
        {
                margin-bottom: 0px;
        }

        .homeFaqImage > img
        {
                width: 145px;
                height: auto;
        }


        /* - Home Contact - */
        /* -----------------*/

        .homeContactFormContainer
        {
                padding-top: 104px;
                padding-left: 100px;
                padding-right: 100px;
                padding-bottom: 125px;
        }

        .homeContactFormTitle
        {
                font-size: 60px;
                line-height: 69px;
                max-width: 800px;
                margin-bottom: 49px;
        }

        .homeContactFormText
        {
                margin-bottom: 65px;
        }

        #contactForm
        {
                max-width: 800px;
                margin-left: auto;
                margin-right: auto;
        }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
        /* - Home hero - */
        /* ------------- */

        .homeHeroContent
        {
                padding-top: 235px;
                padding-left: 120px;
                padding-right: 120px;
        }

        .homeHeroTopText
        {
                font-size: 15px;
                margin-bottom: 22px;
        }

        .homeHeroTitle
        {
                font-size: 80px;
                line-height: 83px;
                max-width: 850px;
                margin-bottom: 25px;
        }

        .homeHeroButtonContainer
        {
                margin-bottom: 113px;
        }

        .homeHeroClientLogos
        {
                margin-top: 32px;
        }

        .homeHeroClientLogos > li
        {
                width: 16%;
        }


        /* - Home preview - */
        /* ---------------- */

        .homePreviewContainer
        {
                padding-top: 100px;
        }

        .homePreviewTopText
        {
                font-size: 15px;
                max-width: 450px;
        }

        .homePreviewTitle
        {
                font-size: 67px;
                /*font-size: 68px;*/
                line-height: 71px;
                max-width: 800px;
                margin-bottom: 38px;
        }

        .homePreviewText
        {
                margin-bottom: 42px;
        }

        .homePreviewScreenshotContainer
        {
                width: 946px;
                height: 413px;
        }

        .homePreviewScreenshot .divimage
        {
                margin-top: 150px;
                height: 850px;
        }


        /* - Home intro - */
        /* -------------- */

        .homeIntroContainer
        {
                padding-top: 118px;
                padding-right: 70px;
                padding-bottom: 125px;
        }

        .homeIntroLogo
        {
                margin-right: 60px;
        }

        .homeIntroLogo > img
        {
                width: 235px;
        }

        .homeIntroTopText
        {
                font-size: 15px;
                line-height: 18px;
                margin-bottom: 36px;
        }

        .homeIntroTitle
        {
                font-size: 64px;
                line-height: 70px;
                margin-bottom: 40px;
        }

        .homeIntroText
        {
                margin-bottom: 48px;
        }


        /* - Home features - */
        /* ----------------- */

        .homeFeatureContainer
        {
                padding-top: 120px;
                padding-bottom: 126px;
        }

        .homeFeatureTopText
        {
                font-size: 15px;
                line-height: 17px;
                margin-bottom: 39px;
        }

        .homeFeatureTitle
        {
                font-size: 68px;
                line-height: 71px;
                margin-bottom: 100px;
        }

        .homeFeatureList
        {
                /*margin-bottom: 43px;*/
        }

        .homeFeatureList > li
        {
                margin-left: 53px;
                margin-right: 53px;
                margin-bottom: 95px;
        }

        .homeFeatureItemImage
        {
                margin-bottom: 36px;
        }

        .homeFeatureItemImage > img
        {
                width: 143px;
        }

        .homeFeatureItemTitle
        {
                margin-bottom: 15px;
        }


        /* - Home industries - */
        /* ------------------- */

        .homeIndustryContainer
        {
                padding-top: 123px;
                /*padding-left: 12%;*/
                padding-bottom: 130px;
        }

        #homeIndustryMenuWrapper
        {
                margin-bottom: 110px;
        }

        .homeIndustryTopText
        {
                font-size: 15px;
                line-height: 17px;
                margin-bottom: 39px;
        }

        .homeIndustryTitle
        {
                font-size: 53px;
                line-height: 61px;
                max-width: 530px;
                margin-bottom: 21px;
        }

        .homeIndustryText
        {
                margin-bottom: 35px;
        }

        .homeIndustryLeftColumn
        {
                width: 50%;
                /*margin-right: 40px;*/
        }

        .homeIndustryImage
        {
                width: 45%;
        }

        .homeIndustryImage > img
        {
                /*width: 433px;*/
        }


        /* - Home testimonials - */
        /* --------------------- */

        .homeTestimonialContainer
        {
                padding-top: 106px;
                padding-bottom: 112px;
        }

        .homeTestimonial
        {
                padding-right: 60px;
        }

        .homeTestimonialText
        {
                top: calc(50% - 185px);
                width: 850px;
        }

        .homeTestimonialImage
        {
                margin-left: 45%;
                width: 55%;
                /*max-width: 600px;*/
        }

        .homeTestimonialQuote
        {
                font-size: 46px;
                line-height: 60px;
        }

        .homeTestimonialNav
        {
                bottom: 52px;
                padding-right: 106px;
        }


        /* - Home FAQs - */
        /* --------------*/

        .homeFaqContainer
        {
                padding-top: 110px;
                padding-bottom: 125px;
                padding-right: 60px;
        }

        .homeFaqLeftColumn
        {
                /*width: 40%;*/
        }

        .homeFaqQuestions
        {
                /*width: 59%;*/
        }

        .homeFaqTitle
        {
                font-size: 76px;
                line-height: 78px;
                margin-bottom: 60px;
        }

        .homeFaqImage
        {
                margin-bottom: 0px;
        }

        .homeFaqImage > img
        {
                width: 167px;
                height: auto;
        }

        .homeFaqQuestions h3
        {
                padding-top: 29px;
                padding-left: 26px;
                padding-right: 30px;
                padding-bottom: 32px;
        }

        .homeFaqAnswer
        {
                padding-left: 26px;
                padding-right: 30px;
                padding-bottom: 38px;
        }

        .homeFaqArrow
        {
                margin-top: 6px;
        }


        /* - Home Contact - */
        /* -----------------*/

        .homeContactFormContainer
        {
                padding-bottom: 134px;
        }

        .homeContactFormTitle
        {
                font-size: 68px;
                line-height: 75px;
                max-width: 900px;
        }
}


/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px)
{
        /* - Home hero - */
        /* ------------- */

        .homeHeroContent
        {
                padding-top: 235px;
                padding-left: 140px;
                padding-right: 140px;
        }

        .homeHeroTitle
        {
                font-size: 85px;
                line-height: 88px;
                max-width: 900px;
                margin-bottom: 13px;
        }

        .homeHeroButtonContainer
        {
                margin-bottom: 115px;
        }

        .homeHeroClientLogos
        {
                margin-top: 42px;
        }


        /* - Home intro - */
        /* -------------- */

        .homeIntroContainer
        {
                padding-top: 128px;
                /*padding-left: 12%;*/
                padding-bottom: 130px;
        }

        .homeIntroLogo
        {
                margin-right: 80px;
        }

        .homeIntroLogo > img
        {
                width: 268px;
        }

        .homeIntroTopText
        {
                margin-bottom: 26px;
        }

        .homeIntroTitle
        {
                font-size: 68px;
                line-height: 71px;
                margin-bottom: 40px;
        }

        .homeIntroText
        {
                margin-bottom: 45px;
        }


        /* - Home features - */
        /* ----------------- */

        .homeFeatureList
        {
                max-width: 1400px;
                margin-left: auto;
                margin-right: auto;
        }

        .homeFeatureList > li
        {
                margin-left: 58px;
                margin-right: 58px;
                max-width: 345px;
        }


        /* - Home industries - */
        /* ------------------- */

        .homeIndustryContainer
        {
                max-width: 1600px;
                margin-left: auto;
                margin-right: auto;
        }

        #homeIndustryMenuWrapper
        {
                margin-bottom: 117px;
        }

        .homeIndustryTopText
        {
                margin-bottom: 19px;
        }

        .homeIndustryTitle
        {
                font-size: 55px;
                line-height: 64px;
                max-width: 570px;
                margin-bottom: 21px;
        }

        .homeIndustryText
        {
                margin-bottom: 35px;
        }

        .homeIndustryLeftColumn
        {
                width: 45%;
                margin-right: 40px;
        }

        .homeIndustryImage
        {
                width: 50%;
        }

        .homeIndustryImage > img
        {
                width: 100%;
                max-width: 685px;
        }


        /* - Home testimonials - */
        /* --------------------- */

        .homeTestimonial
        {
                max-width: 1600px;
                padding-right: 80px;
                margin-left: auto;
                margin-right: auto;
        }

        .homeTestimonialText
        {
                top: calc(50% - 210px);
                width: 1025px;
        }

        .homeTestimonialImage
        {
                margin-left: 45%;
                width: 55%;
                /*max-width: 600px;*/
        }

        .homeTestimonialQuote
        {
                font-size: 56px;
                line-height: 73px;
        }

        .homeTestimonialNav
        {
                /*bottom: 52px;*/
                padding-right: calc(25% - 146px);
        }


        /* - Home FAQs - */
        /* --------------*/

        .homeFaqContainer
        {
                max-width: 1400px;
                margin-left: auto;
                margin-right: auto;
                padding-right: 0px;
        }

        .homeFaqLeftColumn
        {
                width: 43%;
        }

        .homeFaqQuestions
        {
                width: 56%;
        }

        .homeFaqTitle
        {
                font-size: 80px;
                line-height: 82px;
        }
}


/* Medium devices (tablets, 1600px and up) */
@media (min-width: 1600px) {
        /* - Home hero - */
        /* ------------- */
        .homeHeroBackgroundDesktop > video {
                /*display: none;*/
                position: absolute;
                top: calc(-0.5625 * 100vw / 2 + 50vh - 155px);
                left: 0px;
                width: 100%;
                height: auto;
                /*filter: brightness(30%);*/
                filter: contrast(140%);
        }
}
