/* line 1, utilities/_buttons.scss */
.mdc-button {
    display: block;
    cursor: pointer;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #222426;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 25, utilities/_buttons.scss */
.mdc-button:before {
    content: "";
    z-index: -2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* line 35, utilities/_buttons.scss */
.mdc-button:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.2s;
}
/* line 47, utilities/_buttons.scss */
.mdc-button:hover:after {
    opacity: 1;
}
/* line 51, utilities/_buttons.scss */
.mdc-button.arrow {
    background-image: url(/themes/lazofftech/assets/icons/arrow-right-white.svg);
    background-size: 15px;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    padding-right: 50px;
}
/* line 59, utilities/_buttons.scss */
.mdc-button.arrow:after {
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateX(-100%);
    opacity: 1;
}
/* line 65, utilities/_buttons.scss */
.mdc-button.arrow:hover:after {
    transform: translateX(0);
}
/* line 70, utilities/_buttons.scss */
.mdc-button.slate {
    border-color: #222426;
}
/* line 74, utilities/_buttons.scss */
.mdc-button.slate:before {
    background-color: #3D454D;
}
/* line 78, utilities/_buttons.scss */
.mdc-button.slate:after {
    background-color: #222426;
}
/* line 83, utilities/_buttons.scss */
.mdc-button.orange {
    border-color: #ED9C3B;
}
/* line 87, utilities/_buttons.scss */
.mdc-button.orange:before {
    background-color: #FAA338;
}
/* line 91, utilities/_buttons.scss */
.mdc-button.orange:after {
    background-color: #ED9C3B;
}
/* line 96, utilities/_buttons.scss */
.mdc-button.dark-gray {
    border-color: transparent;
}
/* line 100, utilities/_buttons.scss */
.mdc-button.dark-gray:before {
    background-color: #333b44;
}
/* line 104, utilities/_buttons.scss */
.mdc-button.dark-gray:after {
    background-color: #39434D;
}
/* line 109, utilities/_buttons.scss */
.mdc-button.light-gray {
    background-color: #F5F6F7;
    color: #39434D;
    border: 1px solid #DFE2E6;
}
/* line 115, utilities/_buttons.scss */
.mdc-button.light-gray:hover {
    background-color: #EBEDEF;
    border: 1px solid #CED1D6;
}
/* line 121, utilities/_buttons.scss */
.mdc-button.white {
    background-color: #FFF;
    color: #39434D;
    border: 1px solid #DFE2E6;
}
/* line 127, utilities/_buttons.scss */
.mdc-button.white:hover {
    color: #242B33;
    border: 1px solid #CED1D6;
}
/* line 133, utilities/_buttons.scss */
.mdc-button.disabled {
    background-color: #F5F6F7;
    color: #929CA6;
    border: 1px solid #DFE2E6;
    background-image: url(/themes/lazofftech/assets/icons/arrow-right-disabled.svg);
    pointer-events: none;
    transition: all 0.5s 0.5s;
}
/* line 142, utilities/_buttons.scss */
.mdc-button.inline {
    display: inline-block;
}
/* line 146, utilities/_buttons.scss */
.mdc-button.inline.center {
    margin-left: auto;
    margin-right: auto;
}
/* line 151, utilities/_buttons.scss */
.mdc-button.inline .left {
    margin-left: 0;
}
/* line 156, utilities/_buttons.scss */
.mdc-button.large {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1rem;
}
/* line 162, utilities/_buttons.scss */
.mdc-button.full-width {
    width: 100%;
}

/* line 167, utilities/_buttons.scss */
.button-center {
    text-align: center;
}

/* line 6, utilities/_partials.scss */
.mdc-button:focus {
    box-shadow: 0 0 0 1px #FFF, 0 0 0px 2px #BEC5CC !important;
    outline: none !important;
}

/* line 23, utilities/_partials.scss */
nav.mobile-navbar, .mdc-form-container, .mdc-modal .mdc-toaster, .mdc-company-page .mdc-company-intro, .mdc-company-page .mdc-why-hire-us .why-hire-us-module, .mdc-company-page .mdc-values-grid .company-value, .mdc-contact-page .mdc-form-container, .mdc-faq-page .mdc-faq-grid .mdc-faq-component.open, .mdc-services-page .mdc-service-project[data-type="summary"],
[class*="-service-detail"] .mdc-service-project[data-type="summary"], .mdc-testimonials-page .mdc-testimonial-component:hover {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 8px 32px 0px rgba(17, 23, 38, 0.1);
}

/* line 29, utilities/_partials.scss */
.mdc-services-grid .mdc-services-component, .mdc-service-list-component .mdc-service, .mdc-testimonial-component, .mdc-logo-grid .logo, .mdc-project-grid .project, .mdc-faq-page .mdc-faq-grid .mdc-faq-component, .mdc-services-page .mdc-service-productized .service-details ul li,
[class*="-service-detail"] .mdc-service-productized .service-details ul li, .mdc-services-page .mdc-service-project,
[class*="-service-detail"] .mdc-service-project, .mdc-work-page .mdc-case-study-listing .mdc-case-study, .mdc-work-page .mdc-comparison-listing .mdc-comparison {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
}

/* line 35, utilities/_partials.scss */
.mdc-services-grid .mdc-services-component .mdc-rule, .mdc-section-title-component .mdc-title-rule, .mdc-services-page .mdc-service-faq-grid .mdc-title-rule,
[class*="-service-detail"] .mdc-service-faq-grid .mdc-title-rule {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAA338;
    height: 4px;
    border-radius: 3px;
    margin-bottom: 30px;
}

/* line 45, utilities/_partials.scss */
.mdc-section-title-component .mdc-title-prefix, .mdc-services-page .mdc-service-project .service-metadata .service-title-prefix,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-title-prefix, .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .comparison-label {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.35rem;
    font-weight: 500;
    font-size: 0.9rem;
    color: #929CA6;
    margin-bottom: 20px;
}

/* line 55, utilities/_partials.scss */
h1, h2, h3, h4, h5, h6, .mdc-modal .mdc-toaster .toaster-content .title, .mdc-services-grid .mdc-services-component a.mdc-service-title, .mdc-service-list-component .mdc-service .service-title, .mdc-company-intro-component .mdc-text .mdc-title, .mdc-section-title-component .mdc-section-title, .mdc-company-page .mdc-company-intro .company-header .company-intro, .mdc-company-page .mdc-values-grid .company-value .value-title, .mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-question, .mdc-services-page .mdc-service-productized .service-details ul li .item-title,
[class*="-service-detail"] .mdc-service-productized .service-details ul li .item-title, .mdc-services-page .mdc-service-project .service-metadata .service-summary .service-title,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary .service-title, .mdc-services-page .mdc-service-project .service-metadata .service-details .service-list-title,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details .service-list-title, .mdc-services-page .mdc-service-faq-grid .faq-question,
[class*="-service-detail"] .mdc-service-faq-grid .faq-question, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-title, .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header .comparison-metadata .project-title, .mdc-work-page .mdc-case-study-detail .mdc-module.text .title, .mdc-work-page .mdc-case-study-detail .adjacent-projects-title, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #242B33;
}

/* line 64, utilities/_partials.scss */
.mdc-service-list-component .mdc-service .service-description, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-tagline, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata p.case-study-description, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-tagline {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #545D66;
}

/* line 70, utilities/_partials.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-link, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-link {
    color: #242B33;
    position: relative;
    font-size: 1.1rem;
}
/* line 76, utilities/_partials.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-link:before, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-link:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #242B33;
    width: 0%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: 2;
}
/* line 89, utilities/_partials.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-link:after, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-link:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: orange;
    width: 100%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}

/* line 108, utilities/_partials.scss */
.mdc-services-grid .mdc-services-component ul {
    list-style: none;
}
/* line 112, utilities/_partials.scss */
.mdc-services-grid .mdc-services-component li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
/* line 118, utilities/_partials.scss */
.mdc-services-grid .mdc-services-component li:before {
    content: "";
    background-image: url(/themes/lazofftech/assets/icons/arrow-right-gray.svg);
    background-size: 15px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

/* line 138, utilities/_partials.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details ul li,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul li {
    margin-bottom: 10px;
    padding-left: 28px;
    background-image: url(/themes/lazofftech/assets/icons/check-circle-green.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 18px;
}
/* line 146, utilities/_partials.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details ul li:last-child,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul li:last-child {
    margin-bottom: 0;
}

/* line 152, utilities/_partials.scss */
.mdc-modal .mdc-toaster .toaster-content .text p, .mdc-services-page .mdc-service-project .service-metadata .service-summary p,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary p, .mdc-services-page .mdc-service-project .service-metadata .service-details p,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details p, .mdc-services-page .mdc-service-project .service-metadata .service-details ul li,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul li, .mdc-services-page .mdc-service-faq-grid .faq-answer p,
[class*="-service-detail"] .mdc-service-faq-grid .faq-answer p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}

@media all and (max-width: 959px) {
    /* line 187, utilities/_partials.scss */
    .mdc-services-grid .mdc-services-component li {
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    /* line 195, utilities/_partials.scss */
    h1, h2, h3, h4, h5, h6, .mdc-modal .mdc-toaster .toaster-content .title, .mdc-services-grid .mdc-services-component a.mdc-service-title, .mdc-service-list-component .mdc-service .service-title, .mdc-company-intro-component .mdc-text .mdc-title, .mdc-section-title-component .mdc-section-title, .mdc-company-page .mdc-company-intro .company-header .company-intro, .mdc-company-page .mdc-values-grid .company-value .value-title, .mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-question, .mdc-services-page .mdc-service-productized .service-details ul li .item-title,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li .item-title, .mdc-services-page .mdc-service-project .service-metadata .service-summary .service-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-summary .service-title, .mdc-services-page .mdc-service-project .service-metadata .service-details .service-list-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-details .service-list-title, .mdc-services-page .mdc-service-faq-grid .faq-question,
    [class*="-service-detail"] .mdc-service-faq-grid .faq-question, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-title, .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header .comparison-metadata .project-title, .mdc-work-page .mdc-case-study-detail .mdc-module.text .title, .mdc-work-page .mdc-case-study-detail .adjacent-projects-title, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-title {
        font-size: 2.3rem;
        line-height: 2.6rem;
    }

    /* line 200, utilities/_partials.scss */
    .mdc-service-list-component .mdc-service .service-description, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-tagline, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata p.case-study-description, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-tagline {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
}
@media all and (max-width: 640px) {
    /* line 209, utilities/_partials.scss */
    .mdc-services-grid .mdc-services-component .mdc-rule, .mdc-section-title-component .mdc-title-rule, .mdc-services-page .mdc-service-faq-grid .mdc-title-rule,
    [class*="-service-detail"] .mdc-service-faq-grid .mdc-title-rule {
        width: 15%;
        margin-bottom: 20px;
    }

    /* line 214, utilities/_partials.scss */
    .mdc-section-title-component .mdc-title-prefix, .mdc-services-page .mdc-service-project .service-metadata .service-title-prefix,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-title-prefix, .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .comparison-label {
        font-size: 0.8rem;
        letter-spacing: 0.25rem;
    }

    /* line 219, utilities/_partials.scss */
    h1, h2, h3, h4, h5, h6, .mdc-modal .mdc-toaster .toaster-content .title, .mdc-services-grid .mdc-services-component a.mdc-service-title, .mdc-service-list-component .mdc-service .service-title, .mdc-company-intro-component .mdc-text .mdc-title, .mdc-section-title-component .mdc-section-title, .mdc-company-page .mdc-company-intro .company-header .company-intro, .mdc-company-page .mdc-values-grid .company-value .value-title, .mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-question, .mdc-services-page .mdc-service-productized .service-details ul li .item-title,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li .item-title, .mdc-services-page .mdc-service-project .service-metadata .service-summary .service-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-summary .service-title, .mdc-services-page .mdc-service-project .service-metadata .service-details .service-list-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-details .service-list-title, .mdc-services-page .mdc-service-faq-grid .faq-question,
    [class*="-service-detail"] .mdc-service-faq-grid .faq-question, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-title, .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header .comparison-metadata .project-title, .mdc-work-page .mdc-case-study-detail .mdc-module.text .title, .mdc-work-page .mdc-case-study-detail .adjacent-projects-title, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    /* line 224, utilities/_partials.scss */
    .mdc-service-list-component .mdc-service .service-description, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-tagline, .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata p.case-study-description, .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-tagline {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    /* line 231, utilities/_partials.scss */
    .mdc-services-grid .mdc-services-component li {
        margin-bottom: 10px;
    }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, base/_reset.scss */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, base/_reset.scss */
body {
    margin: 0;
    padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 32, base/_reset.scss */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 41, base/_reset.scss */
h1 {
    font-size: 2rem;
    margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 54, base/_reset.scss */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 65, base/_reset.scss */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 77, base/_reset.scss */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 86, base/_reset.scss */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 96, base/_reset.scss */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 106, base/_reset.scss */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 117, base/_reset.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 126, base/_reset.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 134, base/_reset.scss */
sub {
    bottom: -0.25em;
}

/* line 138, base/_reset.scss */
sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 149, base/_reset.scss */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 161, base/_reset.scss */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 177, base/_reset.scss */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 187, base/_reset.scss */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 196, base/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 207, base/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 219, base/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 230, base/_reset.scss */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 241, base/_reset.scss */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 254, base/_reset.scss */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 262, base/_reset.scss */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 271, base/_reset.scss */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 281, base/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 291, base/_reset.scss */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 300, base/_reset.scss */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 309, base/_reset.scss */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 321, base/_reset.scss */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 329, base/_reset.scss */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 340, base/_reset.scss */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 348, base/_reset.scss */
[hidden] {
    display: none;
}

/* line 3, base/_base.scss */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@-webkit-keyframes pageLoader {
    0% {
        opacity: 1;
        width: 0;
    }
    80% {
        opacity: 1;
        width: 100%;
    }
    90% {
        opacity: 1;
        width: 100%;
    }
    99% {
        opacity: 0;
        width: 100%;
    }
    100% {
        display: none;
        opacity: 0;
        width: 100%;
    }
}
@-moz-keyframes pageLoader {
    0% {
        opacity: 1;
        width: 0;
    }
    80% {
        opacity: 1;
        width: 100%;
    }
    90% {
        opacity: 1;
        width: 100%;
    }
    99% {
        opacity: 0;
        width: 100%;
    }
    100% {
        display: none;
        opacity: 0;
        width: 100%;
    }
}
@-o-keyframes pageLoader {
    0% {
        opacity: 1;
        width: 0;
    }
    80% {
        opacity: 1;
        width: 100%;
    }
    90% {
        opacity: 1;
        width: 100%;
    }
    99% {
        opacity: 0;
        width: 100%;
    }
    100% {
        display: none;
        opacity: 0;
        width: 100%;
    }
}
@keyframes pageLoader {
    0% {
        opacity: 1;
        width: 0;
    }
    80% {
        opacity: 1;
        width: 100%;
    }
    90% {
        opacity: 1;
        width: 100%;
    }
    99% {
        opacity: 0;
        width: 100%;
    }
    100% {
        display: none;
        opacity: 0;
        width: 100%;
    }
}
/* line 41, base/_base.scss */
.page-loader {
    position: fixed;
    height: 1px;
    width: 0%;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #FAA338;
    box-shadow: 0 5px 5px rgba(250, 163, 56, 0.25);
}
/* line 52, base/_base.scss */
.page-loader.active {
    -webkit-animation: pageLoader 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /* Safari 4+ */
    -moz-animation: pageLoader 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /* Fx 5+ */
    -o-animation: pageLoader 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /* Opera 12+ */
    animation: pageLoader 1.5s forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
    /* IE 10+, Fx 29+ */
}

/* line 61, base/_base.scss */
html {
    font-size: 15px;
    color: #64707D;
    height: 100%;
}

/* line 67, base/_base.scss */
body {
    background-color: #F7F9FA;
    font-family: "Rubik", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: #64707D;
    letter-spacing: -0.02em;
    font-weight: 400;
    height: 100%;
}

/* line 80, base/_base.scss */
a {
    cursor: pointer;
    text-decoration: none;
    color: #5F6773;
    border-radius: 5px;
}

/* line 89, base/_base.scss */
:focus {
    outline: none;
}

/* line 93, base/_base.scss */
img {
    display: block;
    width: 100%;
    height: 100%;
}
/* line 98, base/_base.scss */
img.framed {
    border: 1px solid #DFE2E6;
}

/* line 103, base/_base.scss */
.underline {
    text-decoration: underline;
}

/* line 109, base/_base.scss */
.page-container {
    background-color: #F7F9FA;
    padding-top: 90px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto;
    min-height: 100%;
}

/* line 120, base/_base.scss */
.mdc-page-content {
    padding-top: 60px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

/* line 125, base/_base.scss */
.mdc-page-width {
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* line 136, base/_base.scss */
.mdc-medium-width {
    max-width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* line 147, base/_base.scss */
.mdc-small-width {
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* line 169, base/_base.scss */
.width-10.center,
.width-20.center,
.width-30.center,
.width-40.center,
.width-50.center,
.width-60.center,
.width-70.center,
.width-80.center,
.width-90.center,
.width-100.center {
    margin-left: auto;
    margin-right: auto;
}

/* line 175, base/_base.scss */
.width-10 {
    width: 10%;
}

/* line 176, base/_base.scss */
.width-20 {
    width: 20%;
}

/* line 177, base/_base.scss */
.width-30 {
    width: 30%;
}

/* line 178, base/_base.scss */
.width-40 {
    width: 40%;
}

/* line 179, base/_base.scss */
.width-50 {
    width: 50%;
}

/* line 180, base/_base.scss */
.width-60 {
    width: 60%;
}

/* line 181, base/_base.scss */
.width-70 {
    width: 70%;
}

/* line 182, base/_base.scss */
.width-80 {
    width: 80%;
}

/* line 183, base/_base.scss */
.width-90 {
    width: 90%;
}

/* line 184, base/_base.scss */
.width-100 {
    width: 100%;
}

/* line 186, base/_base.scss */
::-moz-selection {
    background-color: #aebbb8;
    color: #242B33;
}

/* line 192, base/_base.scss */
::selection {
    background-color: rgba(174, 187, 184, 0.8);
    color: #FFF;
}

/* line 198, base/_base.scss */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FAA338;
}

/* line 201, base/_base.scss */
::-moz-placeholder {
    /* Firefox 19+ */
    color: #FAA338;
}

/* line 204, base/_base.scss */
:-ms-input-placeholder {
    /* IE 10+ */
    color: #FAA338;
}

/* line 207, base/_base.scss */
:-moz-placeholder {
    /* Firefox 18- */
    color: #FAA338;
}

/* line 213, base/_base.scss */
nav.mobile-navbar {
    display: none;
    background: #FFF;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    height: 78px;
    border-radius: 0;
    z-index: 2;
    border-top: 1px solid #DFE2E6;
}
/* line 229, base/_base.scss */
nav.mobile-navbar ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/* line 234, base/_base.scss */
nav.mobile-navbar ul li {
    width: 25%;
}
/* line 237, base/_base.scss */
nav.mobile-navbar ul li:nth-child(1) a {
    background-image: url(/themes/lazofftech/assets/icons/work.svg);
    background-size: 23px;
}
/* line 241, base/_base.scss */
nav.mobile-navbar ul li:nth-child(2) a {
    background-image: url(/themes/lazofftech/assets/icons/services.svg);
    background-size: 22px;
}
/* line 245, base/_base.scss */
nav.mobile-navbar ul li:nth-child(3) a {
    background-image: url(/themes/lazofftech/assets/icons/company.svg);
    background-size: 27px;
}
/* line 249, base/_base.scss */
nav.mobile-navbar ul li:nth-child(4) a {
    background-image: url(/themes/lazofftech/assets/icons/articles.svg);
    background-size: 17px;
}
/* line 256, base/_base.scss */
nav.mobile-navbar ul li.current-menu-item a {
    color: #242B33;
}
/* line 260, base/_base.scss */
nav.mobile-navbar ul li.current-menu-item:nth-child(1) a {
    background-image: url(/themes/lazofftech/assets/icons/work-active.svg);
}
/* line 263, base/_base.scss */
nav.mobile-navbar ul li.current-menu-item:nth-child(2) a {
    background-image: url(/themes/lazofftech/assets/icons/services-active.svg);
}
/* line 266, base/_base.scss */
nav.mobile-navbar ul li.current-menu-item:nth-child(3) a {
    background-image: url(/themes/lazofftech/assets/icons/company-active.svg);
}
/* line 269, base/_base.scss */
nav.mobile-navbar ul li.current-menu-item:nth-child(4) a {
    background-image: url(/themes/lazofftech/assets/icons/articles-active.svg);
}
/* line 274, base/_base.scss */
nav.mobile-navbar ul li a {
    text-align: center;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-position: 50% 17px;
    background-size: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #929CA6;
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 500;
}

@media all and (max-width: 959px) {
    /* line 295, base/_base.scss */
    .mdc-page-content {
        padding-top: 40px;
    }
}
@media all and (max-width: 768px) {
    /* line 303, base/_base.scss */
    nav.mobile-navbar {
        display: block;
    }

    /* line 307, base/_base.scss */
    .page-container {
        padding-bottom: 78px;
    }
}
@media all and (max-width: 640px) {
    /* line 314, base/_base.scss */
    html {
        font-size: 14px;
    }

    /* line 318, base/_base.scss */
    .mdc-page-content {
        padding-top: 40px;
    }

    /* line 322, base/_base.scss */
    .page-container {
        padding-top: 70px;
    }

    /* line 326, base/_base.scss */
    .width-10,
    .width-20,
    .width-30,
    .width-40,
    .width-50,
    .width-60,
    .width-70,
    .width-80,
    .width-90,
    .width-100 {
        width: 100%;
    }
}
/* line 25, base/_typography.scss */
p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}
/* line 31, base/_typography.scss */
p.center {
    text-align: center;
}

/* line 40, base/_typography.scss */
ul {
    list-style: none;
}

/* line 56, base/_typography.scss */
strong {
    font-weight: 500;
    color: #242B33;
}

/* line 63, base/_typography.scss */
.mdc-richtext h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 15px;
    font-weight: 600;
}
/* line 72, base/_typography.scss */
.mdc-richtext h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 15px;
    font-weight: 600;
}
/* line 81, base/_typography.scss */
.mdc-richtext h4 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    text-align: left;
    margin-top: 45px;
    margin-bottom: 15px;
    font-weight: 500;
}
/* line 90, base/_typography.scss */
.mdc-richtext p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #545D66;
    margin-bottom: 30px;
}
/* line 97, base/_typography.scss */
.mdc-richtext ul {
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: disc;
}
/* line 103, base/_typography.scss */
.mdc-richtext ul li {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #545D66;
}
/* line 110, base/_typography.scss */
.mdc-richtext ol {
    padding-left: 20px;
    margin-bottom: 30px;
}
/* line 115, base/_typography.scss */
.mdc-richtext ol li {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #545D66;
}
/* line 122, base/_typography.scss */
.mdc-richtext blockquote p {
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #242B33;
    width: 820px;
    position: relative;
    left: 0;
    background-size: 2px 1em;
    box-shadow: inset 0 -1px #F7F9FA, inset 0 -15px rgba(250, 163, 56, 0.2);
    display: inline;
}
/* line 138, base/_typography.scss */
.mdc-richtext blockquote p:after {
    content: "";
    margin-bottom: 30px;
    display: block;
}
/* line 145, base/_typography.scss */
.mdc-richtext a {
    color: #242B33;
    text-decoration: none;
    background-image: linear-gradient(#242B33, #242B33), linear-gradient(#FAA338, #FAA338);
    background-position: 0% 100%, 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px, 100% 2px;
    font-weight: 500;
    transition: background-size 0.3s;
}
/* line 155, base/_typography.scss */
.mdc-richtext a:hover {
    background-size: 100% 2px, 100% 2px;
    border-bottom: none;
}
/* line 161, base/_typography.scss */
.mdc-richtext .mdc-responsive-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 5px;
}
/* line 171, base/_typography.scss */
.mdc-richtext .mdc-responsive-video iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* line 180, base/_typography.scss */
.mdc-richtext img {
    width: 880px;
    position: relative;
    left: calc(-50% + 220px);
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: 5px;
}
/* line 192, base/_typography.scss */
.mdc-richtext figure.wp-caption {
    width: auto !important;
}
/* line 196, base/_typography.scss */
.mdc-richtext figure.wp-caption img {
    margin-bottom: 20px;
}
/* line 200, base/_typography.scss */
.mdc-richtext figure.wp-caption figcaption {
    margin-bottom: 50px;
    text-align: center;
    font-style: italic;
}

@media all and (max-width: 640px) {
    /* line 212, base/_typography.scss */
    .mdc-richtext h2,
    .mdc-richtext h3,
    .mdc-richtext h4 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    /* line 220, base/_typography.scss */
    .mdc-richtext ol li {
        margin-bottom: 20px;
    }
    /* line 225, base/_typography.scss */
    .mdc-richtext blockquote p {
        font-size: 1.6rem;
        line-height: 2rem;
        box-shadow: inset 0 -3px #F7F9FA, inset 0 -8px rgba(250, 163, 56, 0.2);
    }
    /* line 231, base/_typography.scss */
    .mdc-richtext img {
        width: calc(100% + 40px);
        left: -20px;
        border-radius: 0;
        margin-bottom: 35px;
        margin-top: 35px;
    }
}
/* line 1, base/_forms.scss */
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #929CA6;
    opacity: 1;
    /* Firefox */
}

/* line 6, base/_forms.scss */
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #929CA6;
}

/* line 10, base/_forms.scss */
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #929CA6;
}

/* line 14, base/_forms.scss */
.mdc-form-container {
    border-radius: 10px;
    margin-bottom: 60px;
}
/* line 20, base/_forms.scss */
.mdc-form-container .mdc-form-header {
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-bottom: 1px solid #DFE2E6;
}
/* line 27, base/_forms.scss */
.mdc-form-container .mdc-form-header .rep-image {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 20px;
}
/* line 35, base/_forms.scss */
.mdc-form-container .mdc-form-header .rep-image img {
    object-fit: cover;
}
/* line 40, base/_forms.scss */
.mdc-form-container .mdc-form-header .rep-intro-name {
    color: #242B33;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}
/* line 48, base/_forms.scss */
.mdc-form-container .mdc-form-header .rep-intro-text {
    font-size: 0.9rem;
    line-height: 1.3rem;
}
/* line 54, base/_forms.scss */
.mdc-form-container .mdc-form-component {
    padding: 30px 60px 50px;
}

/* line 65, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-bottom: 30px;
}
/* line 70, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container {
    display: none;
}
/* line 74, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.small-label {
    margin-bottom: 20px;
}
/* line 76, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.small-label label.gfield_label {
    font-size: 1.1rem;
}
/* line 87, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-break hr {
    border: none;
    height: 1px;
    background-color: #DFE2E6;
    margin-bottom: -5px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    left: -60px;
    width: calc(100% + 120px);
}
/* line 101, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-alert {
    background-color: #F7F9FA;
    border-radius: 5px;
    padding: 25px;
    padding-left: 60px;
    position: relative;
}
/* line 109, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-alert:after {
    position: absolute;
    content: "";
    background-image: url(/themes/lazofftech/assets/icons/alert-orange.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    top: 20px;
    left: 12px;
    display: block;
}
/* line 124, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-default {
    background-color: #F7F9FA;
    border-radius: 5px;
    padding: 15px 25px;
    position: relative;
}
/* line 131, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-default a {
    color: #242B33;
    border-radius: 0;
    text-decoration: none;
    background-image: linear-gradient(#242B33, #242B33), linear-gradient(#FAA338, #FAA338);
    background-position: 0% 100%, 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px, 100% 2px;
    font-weight: 500;
    transition: background-size 0.3s;
}
/* line 142, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-default a:hover {
    background-size: 100% 2px, 100% 2px;
    border-bottom: none;
}
/* line 153, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield:not(.gfield_contains_required) label.gfield_label:after {
    content: "(optional)";
    color: #929CA6;
    font-weight: 400;
    font-size: 1.1rem;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
/* line 172, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_fileupload .ginput_preview {
    background-color: #fff5f5;
}
/* line 176, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_error .ginput_container_fileupload .ginput_preview strong {
    color: #E04848;
    font-weight: 500;
}
/* line 184, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label {
    display: block;
    color: #242B33;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin-bottom: 5px;
    letter-spacing: -0.02rem;
}
/* line 194, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required {
    color: #90BFAF;
    margin-left: 5px;
    display: none;
}
/* line 203, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container .hidden_sub_label {
    display: none;
}
/* line 209, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/* line 214, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li {
    width: calc(50% - 10px);
    margin-bottom: 0;
    height: 50px;
}
/* line 219, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}
/* line 225, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input[type="radio"]:checked + label {
    background-color: #39434D;
    border: 1px solid #242B33;
    color: #FFF;
}
/* line 231, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li input[type="radio"] + label {
    background: #F5F6F7;
    color: #929CA6;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
    height: 50px;
    border-radius: 5px;
    display: block;
    border: 1px solid #DFE2E6;
    cursor: pointer;
    transition: all 0.2s;
}
/* line 255, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
/* line 262, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li:only-child {
    margin-bottom: 0;
}
/* line 266, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
    width: 30px;
    min-width: 30px;
    padding: 0;
    height: 30px;
    cursor: pointer;
}
/* line 274, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked {
    background-color: #90BFAF;
    border: 1px solid #80AB9D;
    background-image: url(/themes/lazofftech/assets/icons/checkmark-white.svg);
    box-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}
/* line 284, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #242B33;
}
/* line 289, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] + label {
    margin-left: 15px;
    font-weight: 500;
    color: #64707D;
    cursor: pointer;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}
/* line 307, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_textarea textarea {
    min-width: 100%;
    max-width: 100%;
}
/* line 316, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .screen-reader-text {
    display: none;
}
/* line 322, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .jbfile-styler__left .jbfile-styler__button {
    padding: 11px 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #39434D !important;
}
/* line 330, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .jbfile-styler__left .jbfile-styler__button:hover, .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .jbfile-styler__left .jbfile-styler__button:focus, .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .jbfile-styler__left .jbfile-styler__button:active {
    background-color: #191e25 !important;
    opacity: 1 !important;
}
/* line 338, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .jbfile-styler__left .jbfile-styler__caption {
    padding: 10px 10px 10px 15px;
    border-color: 1px solid #DFE2E6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0.9rem;
}
/* line 347, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .ginput_preview {
    border: 1px solid #DFE2E6;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
/* line 354, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .ginput_preview img {
    width: auto;
    height: auto;
}
/* line 359, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload .ginput_preview img.gform_delete {
    object-position: -99999px 99999px;
    position: relative;
    background-image: url(/themes/lazofftech/assets/icons/delete.svg);
    background-color: #f1f2f3;
    background-position: center;
    background-size: 14px;
    background-repeat: no-repeat;
    height: 100%;
    width: 45px;
    border-radius: 0 5px 5px 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/* line 379, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_fileupload input[type="file"] {
    height: auto;
    padding-left: 0;
    width: auto;
}
/* line 406, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description {
    font-size: 0.9rem;
    line-height: 1.3rem;
    font-weight: 400;
    margin-bottom: 15px;
}
/* line 413, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield .gfield_description.validation_message {
    color: #E04848;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 10px;
}
/* line 422, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield input,
.gform_wrapper .gform_body ul.gform_fields li.gfield select,
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    display: block;
    border: 1px solid #DFE2E6;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    color: #545D66;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    padding-left: 15px;
    font-family: "Rubik", Arial, sans-serif;
    letter-spacing: -0.02rem;
    cursor: text;
    box-shadow: 0 0 0 1px #DFE2E6, 0 0 0 0px #F5F6F7;
    border-color: transparent;
    background-color: #FFF;
    margin-right: 0;
    outline: none;
    -webkit-appearance: none;
}
/* line 446, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield input:focus,
.gform_wrapper .gform_body ul.gform_fields li.gfield select:focus,
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea:focus {
    box-shadow: 0 0 0 1px #CED1D6, 0 0 0 5px #F5F6F7;
}
/* line 451, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield select {
    background-image: url(/themes/lazofftech/assets/icons/arrow-down-gray.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: calc(100% - 15px) 50%;
    cursor: pointer;
}
/* line 459, base/_forms.scss */
.gform_wrapper .gform_body ul.gform_fields li.gfield textarea {
    padding: 15px;
    font-weight: 500;
    min-height: 120px;
}
/* line 472, base/_forms.scss */
.gform_wrapper .gform_footer .gform_button.mdc-button.orange {
    background-color: #FAA338;
    font-size: 1.1rem;
    letter-spacing: -0.02rem;
}
/* line 477, base/_forms.scss */
.gform_wrapper .gform_footer .gform_button.mdc-button.orange:hover {
    background-color: #ED9C3B;
}
/* line 483, base/_forms.scss */
.gform_wrapper .validation_error {
    border: 1px solid #E04848;
    background-color: #FFF7F7;
    border-radius: 5px;
    padding: 10px 20px;
    color: #E04848;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

/* line 496, base/_forms.scss */
.gform_confirmation_wrapper {
    position: relative;
    z-index: 1;
}
/* line 501, base/_forms.scss */
.gform_confirmation_wrapper .gform_confirmation_message {
    margin-bottom: -10px;
}
/* line 505, base/_forms.scss */
.gform_confirmation_wrapper .gform_confirmation_message h5 {
    font-size: 2rem;
    line-height: 1;
    text-align: left;
}
/* line 511, base/_forms.scss */
.gform_confirmation_wrapper .gform_confirmation_message a.mdc-button {
    margin-top: 10px;
}

@media all and (max-width: 640px) {
    /* line 521, base/_forms.scss */
    .mdc-contact-page .mdc-form-container .mdc-form-component {
        padding: 30px !important;
    }

    /* line 534, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    /* line 538, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li {
        width: 100%;
        margin-bottom: 10px;
    }
    /* line 542, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_radio ul.gfield_radio li:last-child {
        margin-bottom: 0;
    }
    /* line 550, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] + label {
        font-size: 1rem;
    }
    /* line 559, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-break hr {
        left: -30px;
        width: calc(100% + 60px);
    }
    /* line 565, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-alert {
        padding: 15px;
        padding-left: 55px;
    }
    /* line 570, base/_forms.scss */
    .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.style-alert:after {
        top: 10px;
        left: 8px;
    }
}
/* line 1, layout/_header.scss */
.mdc-header-component {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    background-color: #FFF;
    height: 90px;
    padding-left: 20px;
    padding-right: 30px;
    border-bottom: 1px solid #DFE2E6;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
/* line 19, layout/_header.scss */
.mdc-header-component a.mdc-logo {
    border-radius: 8px;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 36, layout/_header.scss */
.mdc-header-component nav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 42, layout/_header.scss */
.mdc-header-component nav ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 47, layout/_header.scss */
.mdc-header-component nav ul li {
    list-style: none;
}
/* line 50, layout/_header.scss */
.mdc-header-component nav ul li.current-menu-item a {
    background-color: #F5F6F7;
    color: #242B33;
}
/* line 55, layout/_header.scss */
.mdc-header-component nav ul li a {
    padding: 11px 22px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.03rem;
    display: block;
    border: 1px solid transparent;
}
/* line 67, layout/_header.scss */
.mdc-header-component nav ul li a.current {
    background-color: #F5F6F7;
    color: #242B33;
}
/* line 72, layout/_header.scss */
.mdc-header-component nav ul li a:hover, .mdc-header-component nav ul li a:focus {
    background-color: #F5F6F7;
    color: #242B33;
}
/* line 78, layout/_header.scss */
.mdc-header-component nav ul li a:active {
    transform: scale(0.95);
}

@media all and (max-width: 959px) {
    /* line 90, layout/_header.scss */
    .mdc-header-component {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* line 95, layout/_header.scss */
    .mdc-header-component nav ul li a {
        padding: 11px 12px;
    }
    /* line 99, layout/_header.scss */
    .mdc-header-component .mdc-button.orange.arrow {
        padding-left: 15px;
        padding-right: 40px;
        background-position: calc(100% - 15px) 50%;
    }
}
@media all and (max-width: 768px) {
    /* line 111, layout/_header.scss */
    .mdc-header-component nav {
        display: none;
    }
}
@media all and (max-width: 640px) {
    /* line 119, layout/_header.scss */
    .mdc-header-component {
        height: 70px;
    }
    /* line 129, layout/_header.scss */
    .mdc-header-component nav {
        display: none;
    }
    /* line 133, layout/_header.scss */
    .mdc-header-component a.mdc-button.orange.arrow {
        background-image: none;
        padding-right: 15px;
    }
}
/* line 1, layout/_grid.scss */
.mdc-page-section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
/* line 7, layout/_grid.scss */
.mdc-page-section.padding-top-none {
    padding-top: 0;
}
/* line 8, layout/_grid.scss */
.mdc-page-section.padding-bottom-none {
    padding-bottom: 0;
}
/* line 9, layout/_grid.scss */
.mdc-page-section.padding-top-60 {
    padding-top: 60px;
}
/* line 10, layout/_grid.scss */
.mdc-page-section.padding-bottom-60 {
    padding-bottom: 60px;
}
/* line 11, layout/_grid.scss */
.mdc-page-section.padding-top-40 {
    padding-top: 40px;
}
/* line 12, layout/_grid.scss */
.mdc-page-section.padding-bottom-40 {
    padding-bottom: 40px;
}
/* line 13, layout/_grid.scss */
.mdc-page-section.bg-white {
    background-color: #FFF;
}
/* line 14, layout/_grid.scss */
.mdc-page-section.bg-dark {
    background-color: #191e25;
}
/* line 16, layout/_grid.scss */
.mdc-page-section.mdc-richtext-section {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 959px) {
    /* line 25, layout/_grid.scss */
    .mdc-page-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* line 29, layout/_grid.scss */
    .mdc-page-section.padding-top-60 {
        padding-top: 40px;
    }
    /* line 30, layout/_grid.scss */
    .mdc-page-section.padding-bottom-60 {
        padding-bottom: 40px;
    }
    /* line 31, layout/_grid.scss */
    .mdc-page-section.padding-top-40 {
        padding-top: 0px;
    }
    /* line 32, layout/_grid.scss */
    .mdc-page-section.padding-bottom-40 {
        padding-bottom: 0px;
    }
}
@media all and (max-width: 768px) {
    /* line 39, layout/_grid.scss */
    .mdc-page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* line 44, layout/_grid.scss */
    .mdc-page-section.padding-top-60 {
        padding-top: 20px;
    }
    /* line 45, layout/_grid.scss */
    .mdc-page-section.padding-bottom-60 {
        padding-bottom: 20px;
    }
}
@media all and (max-width: 640px) {
    /* line 51, layout/_grid.scss */
    .mdc-page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* line 1, layout/_modals.scss */
.mdc-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
}
/* line 12, layout/_modals.scss */
.mdc-modal.open .mdc-modal-bg {
    opacity: 0.75;
}
/* line 16, layout/_modals.scss */
.mdc-modal.open .mdc-toaster {
    transform: translateX(0);
    opacity: 1;
}
/* line 22, layout/_modals.scss */
.mdc-modal.hidden {
    display: none;
}
/* line 26, layout/_modals.scss */
.mdc-modal .mdc-modal-bg {
    background-color: #242B33;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 37, layout/_modals.scss */
.mdc-modal .mdc-toaster {
    border-radius: 10px;
    z-index: 1;
    position: relative;
    position: absolute;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    max-width: 760px;
    transform: translateX(100%);
    transition: all 0.5s 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 51, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-header {
    padding: 20px 30px;
    border-bottom: 1px solid #DFE2E6;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 59, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-header .logo {
    background-image: url(/themes/lazofftech/assets/mdc-logo-dark.svg);
    background-size: 175px;
    background-repeat: no-repeat;
    background-position: 0 center;
    height: 55px;
    width: 178px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
/* line 69, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-header .mdc-close-button {
    margin-right: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1;
}
/* line 75, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-header .mdc-close-button:hover {
    text-decoration: underline;
}
/* line 86, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content {
    padding: 30px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
}
/* line 92, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 60px;
    background-image: url(/themes/lazofftech/assets/images/mattolpinski-square.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
/* line 104, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .title {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
    margin-bottom: 20px;
}
/* line 114, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .text p {
    line-height: 1.75rem;
}
/* line 118, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .text p a {
    color: #242B33;
    text-decoration: none;
    background-image: linear-gradient(#242B33, #242B33), linear-gradient(#FAA338, #FAA338);
    background-position: 0% 100%, 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px, 100% 2px;
    font-weight: 500;
    transition: background-size 0.3s;
}
/* line 128, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .text p a:hover {
    background-size: 100% 2px, 100% 2px;
    border-bottom: none;
}
/* line 136, layout/_modals.scss */
.mdc-modal .mdc-toaster .toaster-content .signature {
    font-family: 'Yellowtail', cursive;
    color: #242B33;
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-top: 30px;
}

@media all and (max-width: 640px) {
    /* line 152, layout/_modals.scss */
    .mdc-modal.open .mdc-toaster {
        transform: translateY(0);
        opacity: 1;
    }
    /* line 158, layout/_modals.scss */
    .mdc-modal .mdc-toaster {
        width: 100%;
        right: 0;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        transform: translateY(100%);
        opacity: 0;
    }
    /* line 167, layout/_modals.scss */
    .mdc-modal .mdc-toaster .toaster-header {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    /* line 171, layout/_modals.scss */
    .mdc-modal .mdc-toaster .toaster-header .mdc-close-button {
        margin-right: 0;
    }
    /* line 175, layout/_modals.scss */
    .mdc-modal .mdc-toaster .toaster-header .mdc-button.orange {
        margin-top: 15px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        background-image: none;
        width: 100%;
    }
    /* line 187, layout/_modals.scss */
    .mdc-modal .mdc-toaster .toaster-content .image {
        display: none;
    }
    /* line 191, layout/_modals.scss */
    .mdc-modal .mdc-toaster .toaster-content .title {
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
}
/* line 1, layout/_footer.scss */
footer.mdc-footer-component {
    background-color: #242B33;
}
/* line 5, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3D454D;
}
/* line 16, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.mdc-logo {
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    margin-right: auto;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 27, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.mdc-logo:hover, footer.mdc-footer-component .mdc-footer-top a.mdc-logo:focus {
    background-color: #202429;
    outline: none;
}
/* line 34, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.client-login {
    color: #929CA6;
    margin-right: 40px;
    display: block;
}
/* line 39, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.client-login:hover {
    color: #FFF;
}
/* line 44, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.mdc-button {
    background-color: #333940;
}
/* line 47, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.mdc-button:hover {
    background-color: #3D454D;
}
/* line 51, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-top a.mdc-button.disabled {
    border: 1px solid #191e25;
    opacity: 0.4;
    color: #FFF;
    pointer-events: none;
}
/* line 60, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 60px;
}
/* line 70, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column {
    width: 25%;
}
/* line 74, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column .mdc-column-title {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0rem;
    margin-bottom: 20px;
}
/* line 82, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #929CA6;
}
/* line 88, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column a:focus {
    color: #FFF;
    text-decoration: underline;
    outline: none;
}
/* line 94, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column a:hover {
    text-decoration: underline;
    color: #FFF;
}
/* line 100, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-main .mdc-footer-column address {
    font-style: normal;
}
/* line 106, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility {
    background-color: #191e25;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* line 112, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/* line 119, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group {
    color: #929CA6;
    font-size: 0.9rem;
}
/* line 124, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 130, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-quality {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-right: 10px;
}
/* line 138, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-quality .ny-icon {
    background-image: url(/themes/lazofftech/assets/icons/newyork.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: block;
    margin-left: 10px;
}
/* line 149, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-quality strong {
    color: #FFF;
}
/* line 154, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-privacy {
    line-height: 1;
}
/* line 158, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-privacy a {
    text-decoration: underline;
    color: #929CA6;
}
/* line 162, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-privacy a:hover, footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-legal-group .mdc-quality-privacy .mdc-privacy a:focus {
    color: #FFF;
}
/* line 172, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 177, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a {
    display: block;
    background-color: #323940;
    height: 45px;
    width: 45px;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 186, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a:hover, footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a:focus {
    background-color: #39434D;
}
/* line 192, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.website {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: auto;
    color: #FFF;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 0.9rem;
}
/* line 204, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.website .mattolpinski-image {
    background-image: url(/themes/lazofftech/assets/images/mattolpinski.jpg);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    display: block;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 30px;
    margin-right: 10px;
}
/* line 218, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.instagram {
    background-image: url(/themes/lazofftech/assets/icons/instagram.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
/* line 225, layout/_footer.scss */
footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.dribbble {
    background-image: url(/themes/lazofftech/assets/icons/dribbble.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (max-width: 959px) {
    /* line 240, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-top {
        padding-top: 20px;
    }
    /* line 246, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-quality-privacy {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* line 251, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social {
        margin-top: 10px;
    }
    /* line 255, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.website {
        margin-left: 0;
    }
}
@media all and (max-width: 767px) {
    /* line 267, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-top {
        padding-top: 20px;
    }
    /* line 271, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-justify-content: flex-start;
    }
    /* line 275, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main .mdc-footer-column {
        width: calc(25% - 10px);
        padding-right: 20px;
    }
    /* line 283, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-quality-privacy {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* line 288, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social {
        margin-top: 15px;
    }
    /* line 292, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-utility .mdc-page-width .mdc-social a.website {
        margin-left: 0;
    }
}
@media all and (max-width: 640px) {
    /* line 306, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-top a.mdc-logo {
        width: 100%;
        background-size: 170px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    /* line 314, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-top a.mdc-button {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    /* line 321, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main {
        padding-bottom: 30px;
    }
    /* line 325, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main .mdc-footer-column {
        width: 100%;
    }
    /* line 329, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main .mdc-footer-column .mdc-column-title {
        margin-bottom: 5px;
    }
    /* line 333, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main .mdc-footer-column ul {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-bottom: 20px;
    }
    /* line 339, layout/_footer.scss */
    footer.mdc-footer-component .mdc-footer-main .mdc-footer-column ul li {
        margin-right: 20px;
    }
}
/* line 1, components/_module-service-card.scss */
.mdc-services-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 0;
}
/* line 12, utilities/_mixins.scss */
.mdc-services-grid > .mdc-grid-item {
    width: calc((100% / 3) - 10px);
    margin-bottom: 0;
}
/* line 10, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component .mdc-services-content {
    padding: 30px;
}
/* line 14, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component a.mdc-services-image {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #DFE2E6;
    display: block;
    max-height: 180px;
}
/* line 22, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component a.mdc-services-image img {
    height: 180px;
    object-fit: cover;
}
/* line 28, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component a.mdc-service-title {
    font-size: 1.8rem;
    text-align: left;
    display: block;
}
/* line 35, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component .mdc-rule {
    margin-left: 0;
    margin-top: 10px;
}
/* line 41, components/_module-service-card.scss */
.mdc-services-grid .mdc-services-component .mdc-button {
    margin-top: 30px;
}

@media all and (max-width: 959px) {
    /* line 53, components/_module-service-card.scss */
    .mdc-services-grid > .mdc-grid-item {
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 58, components/_module-service-card.scss */
    .mdc-services-grid > .mdc-grid-item a.mdc-services-image {
        max-height: 260px;
    }
    /* line 62, components/_module-service-card.scss */
    .mdc-services-grid > .mdc-grid-item a.mdc-services-image img {
        object-position: 50% 0%;
        height: 260px;
    }
}
@media all and (max-width: 640px) {
    /* line 72, components/_module-service-card.scss */
    .mdc-services-grid {
        margin-top: 40px;
    }
}
/* line 1, components/_module-service-list.scss */
.mdc-service-list-component {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 0;
}
/* line 12, utilities/_mixins.scss */
.mdc-service-list-component > .mdc-grid-item {
    width: calc((100% / 3) - 10px);
    margin-bottom: 10px;
}
/* line 6, components/_module-service-list.scss */
.mdc-service-list-component .mdc-service {
    padding: 20px 20px;
}
/* line 10, components/_module-service-list.scss */
.mdc-service-list-component .mdc-service .service-title {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 3px;
}
/* line 18, components/_module-service-list.scss */
.mdc-service-list-component .mdc-service .service-description {
    font-size: 0.9rem;
    line-height: 1.2rem;
}

@media all and (max-width: 959px) {
    /* line 30, components/_module-service-list.scss */
    .mdc-service-list-component .mdc-service {
        width: calc((100% / 2) - 5px);
    }
}
@media all and (max-width: 767px) {
    /* line 38, components/_module-service-list.scss */
    .mdc-service-list-component {
        margin-top: 30px;
    }
    /* line 42, components/_module-service-list.scss */
    .mdc-service-list-component .mdc-service {
        width: 100%;
        padding: 15px 20px;
    }
    /* line 47, components/_module-service-list.scss */
    .mdc-service-list-component .mdc-service .service-title {
        margin-bottom: 6px;
    }
    /* line 51, components/_module-service-list.scss */
    .mdc-service-list-component .mdc-service .service-description {
        line-height: 1.3rem;
    }
}
/* line 1, components/_module-testimonial.scss */
.mdc-testimonial-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
}
/* line 12, utilities/_mixins.scss */
.mdc-testimonial-grid > .mdc-grid-item {
    width: calc((100% / 2) - 10px);
    margin-bottom: 15px;
}

/* line 8, components/_module-testimonial.scss */
.mdc-testimonial-component {
    padding: 40px;
}
/* line 13, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-bottom: 20px;
}
/* line 19, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-header .testimonial-image {
    height: 65px;
    width: 65px;
    min-width: 65px;
    border-radius: 40px;
    margin-right: 20px;
    overflow: hidden;
}
/* line 28, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-header .testimonial-image img {
    object-fit: cover;
}
/* line 36, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-header .testimonial-metadata .testimonial-author {
    color: #242B33;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 8px;
}
/* line 44, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-header .testimonial-metadata .testimonial-title {
    font-size: 1rem;
    line-height: 1;
}
/* line 54, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-text p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
/* line 58, components/_module-testimonial.scss */
.mdc-testimonial-component .testimonial-text p:only-child {
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    /* line 67, components/_module-testimonial.scss */
    .mdc-testimonial-grid {
        margin-top: 40px;
    }
    /* line 71, components/_module-testimonial.scss */
    .mdc-testimonial-grid > .mdc-grid-item {
        width: 100%;
        margin-bottom: 10px;
    }
    /* line 76, components/_module-testimonial.scss */
    .mdc-testimonial-grid > .mdc-grid-item.mdc-testimonial-component {
        padding: 30px;
    }
    /* line 82, components/_module-testimonial.scss */
    .mdc-testimonial-grid > .mdc-grid-item.mdc-testimonial-component .testimonial-metadata .testimonial-title {
        line-height: 1.3rem;
    }
}
/* line 1, components/_module-company-intro.scss */
.mdc-company-intro-component {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
/* line 10, components/_module-company-intro.scss */
.mdc-company-intro-component .mdc-image,
.mdc-company-intro-component .mdc-text {
    width: 50%;
}
/* line 17, components/_module-company-intro.scss */
.mdc-company-intro-component .mdc-image img {
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
/* line 23, components/_module-company-intro.scss */
.mdc-company-intro-component .mdc-text {
    padding: 80px 60px;
    max-width: 60%;
    background-color: #191e25;
    border-radius: 0 10px 10px 0;
    position: relative;
    z-index: 1;
}
/* line 34, components/_module-company-intro.scss */
.mdc-company-intro-component .mdc-text .mdc-title {
    color: #FFF;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 20px;
}
/* line 42, components/_module-company-intro.scss */
.mdc-company-intro-component .mdc-text p {
    color: #BEC5CC;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

@media all and (max-width: 1400px) {
    /* line 54, components/_module-company-intro.scss */
    .mdc-company-intro-component .mdc-image img,
    .mdc-company-intro-component .mdc-text {
        border-radius: 0;
    }
}
@media all and (max-width: 959px) {
    /* line 63, components/_module-company-intro.scss */
    .mdc-company-intro-component .mdc-image,
    .mdc-company-intro-component .mdc-text {
        width: 100%;
    }

    /* line 68, components/_module-company-intro.scss */
    .mdc-company-intro-component .mdc-image {
        height: 400px;
    }
    /* line 71, components/_module-company-intro.scss */
    .mdc-company-intro-component .mdc-image img {
        object-position: 50% 20%;
    }

    /* line 76, components/_module-company-intro.scss */
    .mdc-company-intro-component .mdc-text {
        max-width: 100%;
        padding: 40px;
    }
}
/* line 1, components/_module-page-tabs.scss */
.mdc-tab-component {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
/* line 7, components/_module-page-tabs.scss */
.mdc-tab-component ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
}
/* line 15, components/_module-page-tabs.scss */
.mdc-tab-component ul li.current-menu-item a {
    background-color: #FFF;
    color: #242B33;
    border: 1px solid #DFE2E6;
}
/* line 21, components/_module-page-tabs.scss */
.mdc-tab-component ul li a {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #64707D;
    padding: 10px 18px;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
}
/* line 35, components/_module-page-tabs.scss */
.mdc-tab-component ul li a:hover, .mdc-tab-component ul li a:focus {
    color: #242B33;
}

@media all and (max-width: 767px) {
    /* line 47, components/_module-page-tabs.scss */
    .mdc-tab-component ul {
        width: 100%;
    }
    /* line 51, components/_module-page-tabs.scss */
    .mdc-tab-component ul li {
        width: 25%;
    }
    /* line 55, components/_module-page-tabs.scss */
    .mdc-tab-component ul li a {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 15px;
        line-height: 1.2rem;
    }
}
@media all and (max-width: 640px) {
    /* line 73, components/_module-page-tabs.scss */
    .mdc-tab-component ul li {
        width: 100%;
        margin-bottom: 0px;
    }
    /* line 78, components/_module-page-tabs.scss */
    .mdc-tab-component ul li a {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        padding: 15px 15px;
        line-height: 1;
    }
}
/* line 1, components/_section-footer-cta.scss */
.mdc-footer-cta-component {
    background-color: #FFF;
    border-top: 1px solid #DFE2E6;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media all and (max-width: 767px) {
    /* line 11, components/_section-footer-cta.scss */
    .mdc-footer-cta-component {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/* line 1, components/_section-logo-grid.scss */
.mdc-logo-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
}
/* line 12, utilities/_mixins.scss */
.mdc-logo-grid > .mdc-grid-item {
    width: calc((100% / 4) - 8px);
    margin-bottom: 12px;
}
/* line 6, components/_section-logo-grid.scss */
.mdc-logo-grid .logo {
    height: 240px;
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
}
/* line 16, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.cocacola {
    background-image: url(/themes/lazofftech/assets/logos/cocacola.svg);
}
/* line 20, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.bloomberg {
    background-image: url(/themes/lazofftech/assets/logos/bloomberg.svg);
}
/* line 24, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.marriot {
    background-image: url(/themes/lazofftech/assets/logos/marriott.svg);
}
/* line 28, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.donq {
    background-image: url(/themes/lazofftech/assets/logos/donq.svg);
    background-size: 80px;
}
/* line 33, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.porsche {
    background-image: url(/themes/lazofftech/assets/logos/porsche.svg);
}
/* line 37, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.americanexpress {
    background-image: url(/themes/lazofftech/assets/logos/americanexpress.svg);
    background-size: 85px;
}
/* line 42, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.facebook {
    background-image: url(/themes/lazofftech/assets/logos/facebook.svg);
}
/* line 46, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.dhl {
    background-image: url(/themes/lazofftech/assets/logos/dhl.svg);
}
/* line 50, components/_section-logo-grid.scss */
.mdc-logo-grid .logo.instacart {
    background-image: url(/themes/lazofftech/assets/logos/instacart.svg);
    background-size: 160px;
}

@media all and (max-width: 959px) {
    /* line 60, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo {
        height: 150px;
    }
    /* line 64, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo.mdc-grid-item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px) {
    /* line 76, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo {
        height: 180px;
        background-size: 120px;
    }
    /* line 81, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo.donq {
        background-size: 70px;
    }
    /* line 85, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo.americanexpress {
        background-size: 70px;
    }
    /* line 89, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo.instacart {
        background-size: 140px;
    }
}
@media all and (max-width: 640px) {
    /* line 98, components/_section-logo-grid.scss */
    .mdc-logo-grid {
        margin-top: 40px;
    }
    /* line 101, components/_section-logo-grid.scss */
    .mdc-logo-grid .logo {
        height: 150px;
    }
}
/* line 1, components/_section-project-grid.scss */
.mdc-project-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 40px;
}
/* line 12, utilities/_mixins.scss */
.mdc-project-grid > .mdc-grid-item {
    width: calc((100% / 3) - 8px);
    margin-bottom: 12px;
}
/* line 6, components/_section-project-grid.scss */
.mdc-project-grid .project {
    height: 260px;
    overflow: hidden;
}
/* line 13, components/_section-project-grid.scss */
.mdc-project-grid .project img {
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
    height: 100%;
    display: block;
}

@media all and (max-width: 767px) {
    /* line 27, components/_section-project-grid.scss */
    .mdc-project-grid > .mdc-grid-item {
        width: calc(50% - 5px);
        margin-bottom: 5px;
    }
    /* line 31, components/_section-project-grid.scss */
    .mdc-project-grid > .mdc-grid-item.project {
        height: 200px;
    }
}
@media all and (max-width: 640px) {
    /* line 42, components/_section-project-grid.scss */
    .mdc-project-grid > .mdc-grid-item {
        width: 100%;
        margin-bottom: 10px;
    }
    /* line 47, components/_section-project-grid.scss */
    .mdc-project-grid > .mdc-grid-item.project {
        height: 260px;
    }
    /* line 50, components/_section-project-grid.scss */
    .mdc-project-grid > .mdc-grid-item.project img {
        object-position: 50% 0;
    }
}
/* line 1, components/_section-title.scss */
.mdc-section-title-component {
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* line 20, components/_section-title.scss */
.mdc-section-title-component .mdc-section-title.center {
    margin-left: auto;
    margin-right: auto;
}
/* line 26, components/_section-title.scss */
.mdc-section-title-component .mdc-section-description {
    margin-top: 25px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #64707D;
}
/* line 34, components/_section-title.scss */
.mdc-section-title-component .mdc-button {
    margin-top: 30px;
}

@media all and (max-width: 959px) {
    /* line 43, components/_section-title.scss */
    .mdc-section-title-component .mdc-section-description {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
}
@media all and (max-width: 640px) {
    /* line 59, components/_section-title.scss */
    .mdc-section-title-component .mdc-title-prefix {
        margin-bottom: 10px;
    }
    /* line 63, components/_section-title.scss */
    .mdc-section-title-component .mdc-section-description {
        margin-top: 10px;
    }
}
/* line 1, pages/_articles.scss */
body.blog .mdc-page-content,
body.category .mdc-page-content,
body.single-post .mdc-page-content {
    padding-top: 0;
}

/* line 7, pages/_articles.scss */
body.single-post .mdc-article-page {
    background-color: #FFF;
}

/* line 17, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    margin-bottom: 30px;
}
/* line 33, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata {
    padding: 60px 40px;
    width: 50%;
    display: block;
}
/* line 35, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #242B33;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
}
/* line 48, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-link {
    color: #242B33;
    position: relative;
    font-size: 1.1rem;
    display: inline-block;
}
/* line 53, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-link:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #242B33;
    width: 0%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: 2;
}
/* line 65, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-link:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: orange;
    width: 100%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}
/* line 80, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-categories {
    margin-bottom: 15px;
    display: block;
}
/* line 83, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-categories .article-category {
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #F5F6F7;
    color: #64707D;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
}
/* line 97, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-excerpt {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-bottom: 20px;
    display: block;
}
/* line 104, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article:hover {
    border: 1px solid #CED1D6;
}
/* line 107, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article:hover .article-link:before {
    width: 100%;
}
/* line 112, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-image {
    width: 50%;
    border-right: 1px solid #DFE2E6;
    display: block;
    overflow: hidden;
}
/* line 117, pages/_articles.scss */
.mdc-article-page .mdc-article-listing .mdc-article .article-image img {
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 5px 0 0 5px;
}
/* line 125, pages/_articles.scss */
.mdc-article-page .mdc-article-detail {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* line 126, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-author {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: max-content;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px 8px 10px;
    margin-bottom: 40px;
}
/* line 142, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-author .author-image {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 30px;
    margin-right: 15px;
    overflow: hidden;
}
/* line 149, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-author .author-image img {
    object-fit: cover;
    height: 40px;
    width: 40px;
    object-position: 50% -4px;
    left: -5px;
    position: relative;
}
/* line 158, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-author .author-name {
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 500;
    color: #242B33;
}
/* line 165, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .mdc-article-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #242B33;
    font-weight: 600;
}
/* line 177, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .mdc-article-excerpt {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-top: 25px;
    text-align: center;
    color: #64707D;
}
/* line 184, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-featured-image {
    width: 1120px;
    height: 600px;
    position: relative;
    left: calc(-50% + (1120px / 8));
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px;
}
/* line 192, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-featured-image img {
    object-fit: cover;
}
/* line 196, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .guest-author-bio {
    background-color: #F7F9FA;
    padding: 20px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
/* line 201, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .guest-author-bio p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-bottom: 0;
}
/* line 207, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
/* line 219, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons a.share-button {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 60px;
    margin-left: 6px;
    margin-right: 6px;
    display: block;
    background-color: #39434D;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 232, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons a.share-button:hover {
    background-color: #242B33;
}
/* line 236, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons a.share-button.facebook {
    background-image: url(/themes/lazofftech/assets/icons/social-facebook.svg);
    background-size: 14px;
    background-position: 49% 47%;
}
/* line 241, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons a.share-button.twitter {
    background-image: url(/themes/lazofftech/assets/icons/social-twitter.svg);
}
/* line 244, pages/_articles.scss */
.mdc-article-page .mdc-article-detail .article-share-buttons a.share-button.linkedin {
    background-image: url(/themes/lazofftech/assets/icons/social-linkedin.svg);
    background-position: 53% 47%;
}
/* line 250, pages/_articles.scss */
.mdc-article-page .mdc-author-bio {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    background-color: #F7F9FA;
    padding: 30px;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
/* line 260, pages/_articles.scss */
.mdc-article-page .mdc-author-bio .author-description {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #545D66;
    font-weight: 400;
}
/* line 272, pages/_articles.scss */
.mdc-article-page .mdc-author-bio .author-image {
    height: 75px;
    width: 75px;
    min-width: 75px;
    border-radius: 75px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
/* line 280, pages/_articles.scss */
.mdc-article-page .mdc-author-bio .author-image img {
    object-fit: cover;
    height: 75px;
    width: 75px;
    position: relative;
}
/* line 287, pages/_articles.scss */
.mdc-article-page .mdc-author-bio .author-name {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 500;
    color: #242B33;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* line 296, pages/_articles.scss */
.mdc-article-page .mdc-author-bio a.mdc-button {
    margin-top: 20px;
}
/* line 301, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    margin-top: 30px;
}
/* line 302, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article {
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    width: calc(50% - 10px);
}
/* line 316, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata {
    padding: 30px 30px 40px;
    width: 60%;
    display: block;
}
/* line 317, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #242B33;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}
/* line 329, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-link {
    color: #242B33;
    position: relative;
    font-size: 1.1rem;
    display: inline-block;
}
/* line 334, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-link:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #242B33;
    width: 0%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: 2;
}
/* line 346, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-link:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: orange;
    width: 100%;
    bottom: -4px;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}
/* line 361, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-categories {
    margin-bottom: 10px;
    display: block;
}
/* line 364, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-categories .article-category {
    font-size: 0.7rem;
    line-height: 1;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #F5F6F7;
    color: #64707D;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 8px 10px;
    display: inline-block;
}
/* line 379, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article:hover {
    border: 1px solid #CED1D6;
}
/* line 382, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article:hover .article-link:before {
    width: 100%;
}
/* line 387, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-image {
    width: 40%;
    border-right: 1px solid #DFE2E6;
    display: block;
    overflow: hidden;
}
/* line 392, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-image img {
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 5px 0 0 5px;
}
/* line 413, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.9rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #242B33;
}
/* line 420, pages/_articles.scss */
.mdc-article-page .mdc-related-articles .related-articles-title:after {
    content: "";
    background-image: url(/themes/lazofftech/assets/icons/arrow-further-reading.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media all and (max-width: 768px) {
    /* line 446, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article {
        margin-bottom: 20px;
    }
    /* line 450, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article .article-image {
        width: 100%;
        height: auto;
        max-height: 260px;
        border-right: none;
        border-bottom: 1px solid #DFE2E6;
        border-radius: 5px 5px 0 0;
    }
    /* line 458, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article .article-image img {
        border-radius: 5px 5px 0 0;
    }
    /* line 463, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article .article-metadata {
        width: 100%;
        padding: 20px 20px 25px;
    }
    /* line 468, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-category {
        margin-bottom: 10px;
    }
    /* line 472, pages/_articles.scss */
    .mdc-article-page .mdc-article-listing .mdc-article .article-metadata .article-title {
        margin-bottom: 15px;
    }
    /* line 481, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .mdc-article-excerpt {
        margin-top: 15px;
    }
    /* line 485, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .article-author {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* line 490, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .article-featured-image {
        height: 400px;
    }
}
@media all and (max-width: 640px) {
    /* line 503, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .mdc-article-title {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-top: 20px;
    }
    /* line 509, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .article-author {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* line 514, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .article-featured-image {
        height: auto;
        width: calc(100% + 40px);
        left: -20px;
        border-radius: 0;
        margin-bottom: 30px;
    }
    /* line 522, pages/_articles.scss */
    .mdc-article-page .mdc-article-detail .article-featured-image img {
        height: auto;
    }
    /* line 530, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    /* line 537, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article {
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        margin-bottom: 20px;
    }
    /* line 543, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article:last-child {
        margin-bottom: 0;
    }
    /* line 547, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-image {
        width: 100%;
        border-right: none;
    }
    /* line 552, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-image img {
        border-radius: 5px 5px 0 0;
    }
    /* line 557, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata {
        width: 100%;
    }
    /* line 561, pages/_articles.scss */
    .mdc-article-page .mdc-related-articles .related-articles-list a.mdc-article .article-metadata .article-title {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }
}
/* line 3, pages/_company.scss */
.mdc-company-page .mdc-company-intro {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 40px;
    padding-top: 50px;
}
/* line 11, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-image {
    height: 120px;
    width: 120px;
    min-width: 120px;
    border-radius: 120px;
    margin-right: 40px;
    overflow: hidden;
}
/* line 20, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: -72px -8px;
}
/* line 28, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    margin-bottom: 30px;
}
/* line 36, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-intro {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
    width: calc(50% - 30px);
}
/* line 45, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact {
    width: calc(50% - 30px);
}
/* line 49, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a {
    text-decoration: underline;
    color: #39434D;
    padding-left: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 62, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #FAA338;
    opacity: 0.2;
    z-index: -1;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 75, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a:hover {
    color: #000;
}
/* line 79, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a:hover:before {
    width: calc(100% - 24px);
}
/* line 84, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a.location {
    background-image: url(/themes/lazofftech/assets/icons/location.svg);
    background-size: 12px;
    margin-bottom: 10px;
    background-position: 2px 50%;
}
/* line 91, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-header .company-contact a.email {
    background-image: url(/themes/lazofftech/assets/icons/airplane.svg);
    background-size: 16px;
}
/* line 99, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-text {
    width: calc(100% - 160px);
}
/* line 103, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-text .columns {
    column-count: 2;
    column-gap: 60px;
}
/* line 108, pages/_company.scss */
.mdc-company-page .mdc-company-intro .company-text .columns p {
    font-size: 1.1rem;
    line-height: 1.7rem;
}
/* line 118, pages/_company.scss */
.mdc-company-page .mdc-why-hire-us .office-image {
    border-radius: 5px;
    overflow: hidden;
    height: 480px;
}
/* line 124, pages/_company.scss */
.mdc-company-page .mdc-why-hire-us .office-image img {
    object-fit: cover;
}
/* line 129, pages/_company.scss */
.mdc-company-page .mdc-why-hire-us .why-hire-us-module {
    border-radius: 10px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 65px 80px 80px;
    margin-top: -25%;
    position: relative;
    z-index: 2;
}
/* line 142, pages/_company.scss */
.mdc-company-page .mdc-why-hire-us .why-hire-us-module .text-block {
    margin-top: 40px;
}
/* line 146, pages/_company.scss */
.mdc-company-page .mdc-why-hire-us .why-hire-us-module .text-block .signature {
    font-family: 'Yellowtail', cursive;
    color: #242B33;
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-top: 30px;
}
/* line 159, pages/_company.scss */
.mdc-company-page .mdc-awards img {
    margin-top: 40px;
    border-radius: 10px;
}
/* line 165, pages/_company.scss */
.mdc-company-page .mdc-values-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 0px;
}
/* line 12, utilities/_mixins.scss */
.mdc-company-page .mdc-values-grid > .mdc-grid-item {
    width: calc((100% / 3) - 20px);
    margin-bottom: 40px;
}
/* line 170, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value {
    padding: 30px;
}
/* line 174, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-title {
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
}
/* line 182, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon {
    height: 30px;
    width: 30px;
    margin-bottom: 15px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
/* line 191, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.honesty {
    background-image: url(/themes/lazofftech/assets/icons/honesty.svg);
}
/* line 192, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.excellence {
    background-image: url(/themes/lazofftech/assets/icons/excellence.svg);
}
/* line 193, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.communication {
    background-image: url(/themes/lazofftech/assets/icons/communication.svg);
}
/* line 194, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.expectations {
    background-image: url(/themes/lazofftech/assets/icons/expectations.svg);
}
/* line 195, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.reliable {
    background-image: url(/themes/lazofftech/assets/icons/reliable.svg);
}
/* line 196, pages/_company.scss */
.mdc-company-page .mdc-values-grid .company-value .value-icon.flexibility {
    background-image: url(/themes/lazofftech/assets/icons/flexibility.svg);
}

@media all and (max-width: 959px) {
    /* line 210, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-header .company-intro,
    .mdc-company-page .mdc-company-intro .company-header .company-contact {
        width: 100%;
        margin-bottom: 15px;
    }
    /* line 219, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-text .columns {
        column-count: 1;
    }
    /* line 227, pages/_company.scss */
    .mdc-company-page .mdc-why-hire-us .why-hire-us-module {
        padding: 40px 60px;
        max-width: 640px;
        margin-top: -40%;
    }
    /* line 234, pages/_company.scss */
    .mdc-company-page .mdc-values-grid {
        margin-top: 40px;
    }
    /* line 238, pages/_company.scss */
    .mdc-company-page .mdc-values-grid > .mdc-grid-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media all and (max-width: 640px) {
    /* line 254, pages/_company.scss */
    .mdc-company-page .mdc-company-intro {
        padding: 0;
    }
    /* line 258, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-image {
        width: 100%;
        border-radius: 5px 5px 0 0;
        margin-right: 0;
        height: 200px;
    }
    /* line 265, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-image img {
        height: auto;
        width: 100%;
        object-position: 50% 0;
    }
    /* line 272, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-text {
        padding: 30px;
        width: 100%;
    }
    /* line 277, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-text .company-header {
        margin-bottom: 20px;
    }
    /* line 281, pages/_company.scss */
    .mdc-company-page .mdc-company-intro .company-text .company-header .company-intro {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 30px;
    }
    /* line 292, pages/_company.scss */
    .mdc-company-page .mdc-why-hire-us .office-image {
        height: 280px;
    }
    /* line 296, pages/_company.scss */
    .mdc-company-page .mdc-why-hire-us .why-hire-us-module {
        border-radius: 20px 20px 10px 10px;
        margin-top: -80px;
        padding: 30px 30px 40px;
    }
    /* line 301, pages/_company.scss */
    .mdc-company-page .mdc-why-hire-us .why-hire-us-module .text-block {
        margin-top: 20px;
    }
    /* line 309, pages/_company.scss */
    .mdc-company-page .mdc-values-grid > .mdc-grid-item {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* line 3, pages/_contact.scss */
.mdc-contact-page .mdc-small-width {
    max-width: 680px;
}
/* line 7, pages/_contact.scss */
.mdc-contact-page .mdc-form-container {
    border-radius: 10px;
}
/* line 12, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-header {
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border-bottom: 1px solid #DFE2E6;
}
/* line 19, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-header .rep-image {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 20px;
}
/* line 27, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-header .rep-image img {
    object-fit: cover;
}
/* line 32, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-header .rep-intro-name {
    color: #242B33;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
}
/* line 40, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-header .rep-intro-text {
    font-size: 0.9rem;
    line-height: 1.3rem;
}
/* line 46, pages/_contact.scss */
.mdc-contact-page .mdc-form-container .mdc-form-component {
    padding: 30px 60px 50px;
}
/* line 51, pages/_contact.scss */
.mdc-contact-page .mdc-testimonial-grid {
    margin-top: 0;
}

/* line 3, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/* line 12, utilities/_mixins.scss */
.mdc-faq-page .mdc-faq-grid > .mdc-grid-item {
    width: calc((100% / 1) - 0px);
    margin-bottom: 15px;
}
/* line 11, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component {
    padding: 30px 60px 30px 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 19, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .toggle-arrow {
    background-image: url(/themes/lazofftech/assets/icons/arrow-down-gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 33, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open {
    border-color: transparent;
}
/* line 38, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open .toggle-arrow {
    transform: rotate(180deg);
}
/* line 44, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open .faq-answer p:first-child {
    white-space: normal;
    overflow: auto;
    text-overflow: unset;
    margin-bottom: 20px;
}
/* line 51, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open .faq-answer p:only-child {
    margin-bottom: 0;
}
/* line 55, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open .faq-answer p:not(:first-child) {
    display: block;
    white-space: normal;
}
/* line 60, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component.open .faq-answer p:last-child {
    margin-bottom: 0;
}
/* line 67, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-question {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 5px;
}
/* line 75, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-answer {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* line 81, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-answer p {
    font-size: 1.0666rem;
}
/* line 84, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-answer p:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
/* line 91, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-answer p:only-child {
    margin-bottom: 0;
}
/* line 95, pages/_faq.scss */
.mdc-faq-page .mdc-faq-grid .mdc-faq-component .faq-answer p:not(:first-child) {
    display: none;
}

/* line 7, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-section-title-component h1.mdc-section-title {
    font-weight: 400;
    color: #64707D;
}
/* line 15, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-company-intro-component .mdc-text p strong {
    color: #FFF;
}
/* line 22, pages/_home.scss */
.mdc-home-page .mdc-page-section.mdc-projects-section .mdc-page-width {
    max-width: 1600px;
}
/* line 29, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project {
    position: relative;
    padding-bottom: 25.5%;
    height: 0;
    width: calc((100% / 3) - 15px);
    margin-bottom: 20px;
}
/* line 37, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project img {
    position: absolute;
    top: 0;
    left: 0;
}
/* line 43, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project .project-metadata {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-align-content: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    height: 60%;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(27, 31, 34, 0.8) 0%, rgba(27, 31, 34, 0) 100%);
    transform: translateY(100%);
    transition: all 0.4s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 63, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project .project-metadata .award {
    height: 60px;
    width: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* line 70, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project .project-metadata .award.web-excellence-award {
    background-image: url(/themes/lazofftech/assets/logos/wea-logo.png);
}
/* line 75, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project .project-metadata .title {
    font-weight: 500;
    color: #FFF;
    font-size: 1.2rem;
    width: 100%;
    margin-bottom: 3px;
    transition: all 0.3s 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateY(15px) rotate(16deg);
    transform-origin: 0 0;
    opacity: 0;
}
/* line 87, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project .project-metadata .type {
    color: #DFE2E6;
    transition: all 0.3s 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: translateY(10px) rotate(8deg);
    transform-origin: 0 0;
    opacity: 0;
}
/* line 98, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project:hover .project-metadata {
    transform: translateY(0%);
}
/* line 102, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project:hover .project-metadata .title {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
}
/* line 107, pages/_home.scss */
.mdc-home-page .mdc-page-section .mdc-project-grid a.project:hover .project-metadata .type {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
}

@media all and (max-width: 768px) {
    /* line 138, pages/_home.scss */
    .mdc-home-page .mdc-page-section .mdc-section-title-component h1.mdc-section-title {
        font-weight: 400;
        color: #64707D;
        font-size: 2.2rem;
        line-height: 2.6rem;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    /* line 151, pages/_home.scss */
    .mdc-home-page .mdc-page-section .mdc-project-grid a.project {
        padding-bottom: 35%;
        width: calc((100% / 2) - 12px);
        margin-bottom: 16px;
    }
}
@media all and (max-width: 640px) {
    /* line 170, pages/_home.scss */
    .mdc-home-page .mdc-page-section .mdc-section-title-component h1.mdc-section-title {
        font-size: 2rem;
        line-height: 2.4rem;
        max-width: 100%;
    }
    /* line 179, pages/_home.scss */
    .mdc-home-page .mdc-page-section .mdc-project-grid a.project {
        padding-bottom: 62.5%;
        width: 100%;
        margin-bottom: 10px;
    }
}
/* line 4, pages/_services.scss */
.mdc-services-page .mdc-service-productized,
[class*="-service-detail"] .mdc-service-productized {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/* line 11, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview,
[class*="-service-detail"] .mdc-service-productized .service-overview {
    width: calc(50% - 40px);
}
/* line 15, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview .mdc-title-prefix,
.mdc-services-page .mdc-service-productized .service-overview .mdc-section-title,
.mdc-services-page .mdc-service-productized .service-overview .mdc-section-description,
[class*="-service-detail"] .mdc-service-productized .service-overview .mdc-title-prefix,
[class*="-service-detail"] .mdc-service-productized .service-overview .mdc-section-title,
[class*="-service-detail"] .mdc-service-productized .service-overview .mdc-section-description {
    text-align: left;
}
/* line 21, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview .mdc-section-description,
[class*="-service-detail"] .mdc-service-productized .service-overview .mdc-section-description {
    font-weight: 500;
    color: #242B33;
}
/* line 26, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview p,
[class*="-service-detail"] .mdc-service-productized .service-overview p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
/* line 27, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview p:first-of-type,
[class*="-service-detail"] .mdc-service-productized .service-overview p:first-of-type {
    margin-top: 30px;
}
/* line 35, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-overview a.mdc-button,
[class*="-service-detail"] .mdc-service-productized .service-overview a.mdc-button {
    margin-top: 10px;
}
/* line 40, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-details,
[class*="-service-detail"] .mdc-service-productized .service-details {
    width: calc(50% - 40px);
    margin-top: 50px;
}
/* line 47, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-details ul li,
[class*="-service-detail"] .mdc-service-productized .service-details ul li {
    padding: 20px 20px 16px;
    margin-bottom: 10px;
    padding-left: 50px;
    background-image: url(/themes/lazofftech/assets/icons/check-circle-green.svg);
    background-repeat: no-repeat;
    background-position: 15px 18px;
    background-size: 20px;
}
/* line 57, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-details ul li:last-child,
[class*="-service-detail"] .mdc-service-productized .service-details ul li:last-child {
    margin-bottom: 0;
}
/* line 61, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-details ul li .item-title,
[class*="-service-detail"] .mdc-service-productized .service-details ul li .item-title {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 6px;
    text-align: left;
}
/* line 70, pages/_services.scss */
.mdc-services-page .mdc-service-productized .service-details ul li .item-description,
[class*="-service-detail"] .mdc-service-productized .service-details ul li .item-description {
    display: block;
}
/* line 79, pages/_services.scss */
.mdc-services-page .mdc-service-project,
[class*="-service-detail"] .mdc-service-project {
    margin-bottom: 30px;
}
/* line 84, pages/_services.scss */
.mdc-services-page .mdc-service-project[data-type="summary"],
[class*="-service-detail"] .mdc-service-project[data-type="summary"] {
    margin-top: 60px;
    margin-bottom: 60px;
}
/* line 91, pages/_services.scss */
.mdc-services-page .mdc-service-project[data-type="summary"] + .mdc-section-title-component .mdc-title-prefix,
[class*="-service-detail"] .mdc-service-project[data-type="summary"] + .mdc-section-title-component .mdc-title-prefix {
    margin-bottom: 30px;
}
/* line 97, pages/_services.scss */
.mdc-services-page .mdc-service-project:last-child,
[class*="-service-detail"] .mdc-service-project:last-child {
    margin-bottom: 0;
}
/* line 101, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-image,
[class*="-service-detail"] .mdc-service-project .service-image {
    border-bottom: 1px solid #DFE2E6;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 380px;
}
/* line 107, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-image img,
[class*="-service-detail"] .mdc-service-project .service-image img {
    object-fit: cover;
    object-position: center top;
}
/* line 113, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata,
[class*="-service-detail"] .mdc-service-project .service-metadata {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
/* line 118, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-title-prefix,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-title-prefix {
    text-align: left;
}
/* line 123, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-summary,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary {
    padding: 30px;
}
/* line 129, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-summary .service-title,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary .service-title {
    text-align: left;
    font-size: 1.7rem;
    line-height: 1;
    margin-bottom: 20px;
}
/* line 137, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-summary p,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary p {
    line-height: 1.9rem;
}
/* line 141, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-summary p:last-child,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-summary p:last-child {
    margin-bottom: 0;
}
/* line 147, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details {
    padding: 30px;
    width: 35%;
}
/* line 152, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details a.mdc-button,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details a.mdc-button {
    margin-bottom: 30px;
}
/* line 156, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details .service-list-title,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details .service-list-title {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.5rem;
    margin-bottom: 8px;
}
/* line 166, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details p,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details p {
    font-size: 1rem;
    line-height: 1.4rem;
}
/* line 172, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details ul,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul {
    margin-top: 15px;
    margin-bottom: 40px;
}
/* line 178, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details ul:last-of-type,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul:last-of-type {
    margin-bottom: 0;
}
/* line 182, pages/_services.scss */
.mdc-services-page .mdc-service-project .service-metadata .service-details ul li,
[class*="-service-detail"] .mdc-service-project .service-metadata .service-details ul li {
    font-size: 1rem;
    line-height: 1.4rem;
}
/* line 192, pages/_services.scss */
.mdc-services-page .mdc-service-faq-grid,
[class*="-service-detail"] .mdc-service-faq-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: -40px;
}
/* line 12, utilities/_mixins.scss */
.mdc-services-page .mdc-service-faq-grid > .mdc-grid-item,
[class*="-service-detail"] .mdc-service-faq-grid > .mdc-grid-item {
    width: calc((100% / 3) - 30px);
    margin-bottom: 40px;
}
/* line 197, pages/_services.scss */
.mdc-services-page .mdc-service-faq-grid .mdc-title-rule,
[class*="-service-detail"] .mdc-service-faq-grid .mdc-title-rule {
    margin-left: 0;
    margin-bottom: 20px;
    height: 2px;
}
/* line 204, pages/_services.scss */
.mdc-services-page .mdc-service-faq-grid .faq-question,
[class*="-service-detail"] .mdc-service-faq-grid .faq-question {
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: left;
    margin-bottom: 15px;
}
/* line 214, pages/_services.scss */
.mdc-services-page .mdc-service-faq-grid .faq-answer p,
[class*="-service-detail"] .mdc-service-faq-grid .faq-answer p {
    font-size: 1rem;
}

@media all and (max-width: 959px) {
    /* line 230, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="summary"],
    [class*="-service-detail"] .mdc-service-project[data-type="summary"] {
        margin-top: 30px;
    }
    /* line 235, pages/_services.scss */
    .mdc-services-page .mdc-service-faq-grid > .mdc-grid-item,
    [class*="-service-detail"] .mdc-service-faq-grid > .mdc-grid-item {
        width: calc((100% / 2) - 20px);
        margin-bottom: 20px;
    }
}
@media all and (max-width: 767px) {
    /* line 256, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="summary"] .service-metadata .service-details ul,
    [class*="-service-detail"] .mdc-service-project[data-type="summary"] .service-metadata .service-details ul {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    /* line 261, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="summary"] .service-metadata .service-details ul li,
    [class*="-service-detail"] .mdc-service-project[data-type="summary"] .service-metadata .service-details ul li {
        margin-right: 20px;
        width: calc((100% / 2) - 40px);
    }
    /* line 277, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="project"] .service-metadata .service-details ul,
    [class*="-service-detail"] .mdc-service-project[data-type="project"] .service-metadata .service-details ul {
        margin-bottom: 20px;
    }
    /* line 281, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="project"] .service-metadata .service-details ul:last-child,
    [class*="-service-detail"] .mdc-service-project[data-type="project"] .service-metadata .service-details ul:last-child {
        margin-bottom: 0;
    }
    /* line 285, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="project"] .service-metadata .service-details ul li,
    [class*="-service-detail"] .mdc-service-project[data-type="project"] .service-metadata .service-details ul li {
        line-height: 1.5rem;
    }
    /* line 293, pages/_services.scss */
    .mdc-services-page .mdc-service-project .service-image,
    [class*="-service-detail"] .mdc-service-project .service-image {
        height: 180px;
    }
    /* line 299, pages/_services.scss */
    .mdc-services-page .mdc-service-project .service-metadata .service-summary,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-summary {
        width: 100%;
        padding-bottom: 0;
        border-right: none;
    }
    /* line 304, pages/_services.scss */
    .mdc-services-page .mdc-service-project .service-metadata .service-summary .service-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-summary .service-title {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    /* line 310, pages/_services.scss */
    .mdc-services-page .mdc-service-project .service-metadata .service-details,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-details {
        width: 100%;
    }
    /* line 314, pages/_services.scss */
    .mdc-services-page .mdc-service-project .service-metadata .service-details .service-list-title,
    [class*="-service-detail"] .mdc-service-project .service-metadata .service-details .service-list-title {
        margin-bottom: 6px;
        line-height: 1;
    }
    /* line 324, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-overview,
    .mdc-services-page .mdc-service-productized .service-details,
    [class*="-service-detail"] .mdc-service-productized .service-overview,
    [class*="-service-detail"] .mdc-service-productized .service-details {
        width: 100%;
    }
    /* line 329, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-overview,
    [class*="-service-detail"] .mdc-service-productized .service-overview {
        margin-bottom: 30px;
    }
    /* line 333, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-overview .mdc-section-title-component,
    [class*="-service-detail"] .mdc-service-productized .service-overview .mdc-section-title-component {
        max-width: 100%;
    }
    /* line 337, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-overview p:first-of-type,
    [class*="-service-detail"] .mdc-service-productized .service-overview p:first-of-type {
        margin-top: 20px;
    }
    /* line 344, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details ul li,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li {
        margin-bottom: 0;
    }
    /* line 348, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details ul li .item-title,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li .item-title {
        line-height: 1.4rem;
    }
    /* line 352, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details ul li:not(:last-child),
    [class*="-service-detail"] .mdc-service-productized .service-details ul li:not(:last-child) {
        border-bottom: none;
        border-radius: 0;
    }
    /* line 357, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details ul li:first-child,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li:first-child {
        border-radius: 5px 5px 0 0;
    }
    /* line 361, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details ul li:last-child,
    [class*="-service-detail"] .mdc-service-productized .service-details ul li:last-child {
        border-radius: 0 0 5px 5px;
    }
    /* line 368, pages/_services.scss */
    .mdc-services-page .mdc-service-faq-grid > .mdc-grid-item,
    [class*="-service-detail"] .mdc-service-faq-grid > .mdc-grid-item {
        width: 100%;
        margin-bottom: 0px;
    }
    /* line 372, pages/_services.scss */
    .mdc-services-page .mdc-service-faq-grid > .mdc-grid-item .mdc-title-rule,
    [class*="-service-detail"] .mdc-service-faq-grid > .mdc-grid-item .mdc-title-rule {
        width: 15%;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 640px) {
    /* line 387, pages/_services.scss */
    .mdc-services-page .mdc-service-productized .service-details,
    [class*="-service-detail"] .mdc-service-productized .service-details {
        margin-top: 0;
    }
    /* line 402, pages/_services.scss */
    .mdc-services-page .mdc-service-project[data-type="summary"] .service-metadata .service-details ul li,
    [class*="-service-detail"] .mdc-service-project[data-type="summary"] .service-metadata .service-details ul li {
        margin-right: 0;
        width: 100%;
    }
}
/* line 3, pages/_testimonials.scss */
.mdc-testimonials-page .mdc-testimonial-grid {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 40px;
}
/* line 12, utilities/_mixins.scss */
.mdc-testimonials-page .mdc-testimonial-grid > .mdc-grid-item {
    width: calc((100% / 1) - 0px);
    margin-bottom: 20px;
}
/* line 12, pages/_testimonials.scss */
.mdc-testimonials-page .mdc-testimonial-component {
    position: relative;
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 3, pages/_work.scss */
.mdc-work-page .mdc-tab-component {
    margin-bottom: 40px;
}
/* line 8, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
/* line 14, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
}
/* line 25, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study:last-child {
    margin-bottom: 0;
}
/* line 29, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study:hover {
    border: 1px solid #CED1D6;
}
/* line 33, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study:hover .case-study-metadata .case-study-link:before {
    width: 100%;
}
/* line 38, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .award {
    position: absolute;
    z-index: 1;
    left: -50px;
    top: -50px;
    height: 130px;
    width: 130px;
    transform: rotate(-30deg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* line 50, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .award.web-excellence-award {
    background-image: url(/themes/lazofftech/assets/logos/wea-logo.png);
}
/* line 55, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-image {
    width: 50%;
    height: 330px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    border-right: 1px solid #DFE2E6;
}
/* line 63, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-image img {
    object-fit: cover;
    object-position: 50% 0;
}
/* line 69, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata {
    width: 50%;
    padding: 50px 40px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 77, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-title {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
}
/* line 85, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata .case-study-tagline {
    line-height: 1;
    width: 100%;
}
/* line 91, pages/_work.scss */
.mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata p.case-study-description {
    margin-top: 20px;
    margin-bottom: 20px;
}
/* line 106, pages/_work.scss */
.mdc-work-page .mdc-work-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 40px;
    min-height: 1000px;
}
/* line 12, utilities/_mixins.scss */
.mdc-work-page .mdc-work-gallery > .mdc-grid-item {
    width: calc((100% / 4) - 12px);
    margin-bottom: 12px;
}
@keyframes FadeIn {
    0% {
        transform: translateY(30px);
        opacity: 0;
        filter: blur(2px);
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
        filter: blur(0px);
    }
}
/* line 120, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot {
    height: auto;
    padding-bottom: 18%;
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    animation: FadeIn 1s cubic-bezier(0.785, 0.135, 0.15, 0.86) backwards;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(1) {
    animation-delay: 0.1s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(2) {
    animation-delay: 0.2s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(3) {
    animation-delay: 0.3s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(4) {
    animation-delay: 0.4s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(5) {
    animation-delay: 0.5s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(6) {
    animation-delay: 0.6s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(7) {
    animation-delay: 0.7s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(8) {
    animation-delay: 0.8s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(9) {
    animation-delay: 0.9s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(10) {
    animation-delay: 1s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(11) {
    animation-delay: 1.1s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(12) {
    animation-delay: 1.2s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(13) {
    animation-delay: 1.3s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(14) {
    animation-delay: 1.4s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(15) {
    animation-delay: 1.5s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(16) {
    animation-delay: 1.6s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(17) {
    animation-delay: 1.7s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(18) {
    animation-delay: 1.8s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(19) {
    animation-delay: 1.9s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(20) {
    animation-delay: 2s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(21) {
    animation-delay: 2.1s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(22) {
    animation-delay: 2.2s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(23) {
    animation-delay: 2.3s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(24) {
    animation-delay: 2.4s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(25) {
    animation-delay: 2.5s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(26) {
    animation-delay: 2.6s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(27) {
    animation-delay: 2.7s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(28) {
    animation-delay: 2.8s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(29) {
    animation-delay: 2.9s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(30) {
    animation-delay: 3s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(31) {
    animation-delay: 3.1s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(32) {
    animation-delay: 3.2s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(33) {
    animation-delay: 3.3s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(34) {
    animation-delay: 3.4s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(35) {
    animation-delay: 3.5s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(36) {
    animation-delay: 3.6s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(37) {
    animation-delay: 3.7s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(38) {
    animation-delay: 3.8s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(39) {
    animation-delay: 3.9s;
}
/* line 138, pages/_work.scss */
.mdc-work-page .mdc-work-gallery .shot:nth-child(40) {
    animation-delay: 4s;
}
/* line 148, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison {
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
/* line 155, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison:last-child {
    margin-bottom: 0;
}
/* line 159, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}
/* line 165, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header .comparison-metadata {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
/* line 169, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-header .comparison-metadata .project-title {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
}
/* line 187, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    margin-top: 20px;
}
/* line 196, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container {
    width: calc(50% - 10px);
}
/* line 200, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .project-image {
    border-radius: 5px;
    border: 1px solid #DFE2E6;
    overflow: hidden;
    height: auto;
    max-height: 400px;
}
/* line 208, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .project-image img {
    object-fit: cover;
    object-position: 50% 0;
}
/* line 214, pages/_work.scss */
.mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .comparison-label {
    letter-spacing: 0;
    margin-top: 15px;
}
/* line 228, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-section-title-component .mdc-project-type {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    color: #545D66;
    margin-top: 20px;
}
/* line 236, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-section-title-component a.mdc-button {
    background-color: #FFF;
    background-image: url(/themes/lazofftech/assets/icons/arrow-external.svg);
    background-position: calc(100% - 15px) 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    padding-right: 40px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 246, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-section-title-component a.mdc-button:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
/* line 251, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-section-title-component a.mdc-button:active {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
}
/* line 258, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}
/* line 265, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.hero-image {
    max-width: 1120px;
    position: relative;
}
/* line 272, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.hero-image img {
    border-radius: 10px;
    border: 1px solid #DFE2E6;
}
/* line 277, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.hero-image .award {
    position: absolute;
    z-index: 1;
    left: -55px;
    top: -55px;
    height: 160px;
    width: 160px;
    transform: rotate(-30deg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* line 289, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.hero-image .award.web-excellence-award {
    background-image: url(/themes/lazofftech/assets/logos/wea-logo.png);
}
/* line 295, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.video {
    max-width: 880px;
}
/* line 299, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.video video {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DFE2E6;
}
/* line 308, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.text .title {
    font-size: 2.4rem;
    line-height: 3rem;
    text-align: left;
    margin-bottom: 20px;
}
/* line 316, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.text p {
    color: #545D66;
}
/* line 320, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.text blockquote p {
    color: #242B33;
}
/* line 325, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image {
    max-width: 880px;
    overflow: hidden;
}
/* line 330, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image.mdc-framed img {
    border: 1px solid #DFE2E6;
}
/* line 334, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image .has-border {
    border: 1px solid #DFE2E6;
}
/* line 338, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image .has-shadow {
    box-shadow: 0px 8px 32px 0px rgba(17, 23, 38, 0.1);
}
/* line 342, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image img {
    object-fit: cover;
    border-radius: 10px;
}
/* line 347, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image .caption {
    text-align: center;
    margin-top: 20px;
    color: #64707D;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* line 357, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image {
    max-width: 100%;
}
/* line 363, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image.mdc-border .image {
    border-top: 1px solid #DFE2E6;
    border-bottom: 1px solid #DFE2E6;
}
/* line 369, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image {
    height: 600px;
}
/* line 373, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image img {
    object-fit: cover;
}
/* line 378, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .mdc-gesture {
    background-image: url(/themes/lazofftech/assets/icons/drag-gesture-light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 35px;
    width: 100%;
    margin-top: 20px;
    display: none;
}
/* line 391, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects-title {
    margin-bottom: 30px;
    font-size: 2rem;
}
/* line 397, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects-title:after {
    content: "";
    background-image: url(/themes/lazofftech/assets/icons/arrow-further-reading.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
/* line 411, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}
/* line 418, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project {
    width: calc(50% - 10px);
}
/* line 422, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project.empty {
    display: none;
}
/* line 427, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 4px 16px 0px rgba(17, 23, 38, 0.05);
    transition: all 0.2s 0s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 5px;
    margin-bottom: 30px;
}
/* line 440, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study:last-child {
    margin-bottom: 0;
}
/* line 444, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study:hover {
    box-shadow: 0px 10px 25px 0px rgba(17, 23, 38, 0.2);
    transform: translateY(-3px);
}
/* line 449, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study:hover .case-study-metadata .case-study-link:before {
    width: 100%;
}
/* line 454, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-image {
    width: 50%;
    height: 200px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    border-right: 1px solid #DFE2E6;
}
/* line 462, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-image img {
    object-fit: cover;
    object-position: 50% 0;
}
/* line 468, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata {
    width: 50%;
    padding: 30px;
}
/* line 473, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
    text-align: left;
}
/* line 481, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-tagline {
    line-height: 1.4rem;
    display: block;
    margin-bottom: 20px;
}
/* line 488, pages/_work.scss */
.mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata p.case-study-description {
    display: none;
}

@media all and (max-width: 959px) {
    /* line 507, pages/_work.scss */
    .mdc-work-page .mdc-tab-component {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /* line 514, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study {
        margin-bottom: 20px;
    }
    /* line 518, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-image {
        min-height: 100%;
        height: auto;
    }
    /* line 529, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project {
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 534, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project:last-child {
        margin-bottom: 0;
    }
    /* line 543, pages/_work.scss */
    .mdc-work-page .mdc-work-gallery > .mdc-grid-item {
        width: calc((100% / 2) - 5px);
        margin-bottom: 10px;
        padding-bottom: 33%;
    }
    /* line 552, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison {
        margin-bottom: 20px;
    }
    /* line 558, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container {
        width: calc(50% - 5px);
    }
}
@media all and (max-width: 768px) {
    /* line 577, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study {
        margin-bottom: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    /* line 582, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-image {
        min-height: 100%;
        height: auto;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #DFE2E6;
        border-radius: 5px 5px 0 0;
    }
    /* line 591, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study .case-study-metadata {
        width: 100%;
        padding: 30px;
    }
    /* line 600, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison {
        margin-bottom: 20px;
    }
    /* line 604, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison a.mdc-button {
        margin-top: 15px;
        width: 100%;
    }
    /* line 611, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container {
        width: 100%;
    }
    /* line 615, pages/_work.scss */
    .mdc-work-page .mdc-comparison-listing .mdc-comparison .comparison-images .project-container .comparison-label {
        margin-top: 10px;
    }
    /* line 625, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.hero-image {
        margin-top: 20px;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 40px;
    }
    /* line 634, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-section-title-component a.mdc-button {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* line 640, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module {
        margin-bottom: 40px;
    }
    /* line 644, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module:not(.full-width-image) {
        margin-left: 30px;
        margin-right: 30px;
    }
    /* line 651, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.video video {
        border-radius: 5px;
    }
    /* line 660, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image:not(.mdc-center-default) .mdc-gesture {
        display: block;
    }
    /* line 667, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image.mdc-center-default .image {
        overflow: hidden;
    }
    /* line 671, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image.mdc-center-default .image img {
        margin-left: -50%;
    }
    /* line 677, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image {
        height: auto !important;
    }
    /* line 681, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image img {
        width: 150%;
        margin-left: -25%;
        object-position: 50% 50%;
    }
    /* line 690, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects-title {
        margin-bottom: 25px;
        font-size: 1.6rem;
    }
    /* line 699, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    /* line 702, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-image,
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata {
        width: 100%;
    }
    /* line 707, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata {
        padding: 25px 30px 30px;
    }
    /* line 711, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata .case-study-tagline {
        margin-bottom: 15px;
    }
    /* line 715, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-metadata p.case-study-description {
        display: block;
        font-size: 1.1rem;
        line-height: 1.6rem;
    }
    /* line 722, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .adjacent-projects .project .mdc-case-study .case-study-image {
        border-right: none;
        border-bottom: 1px solid #DFE2E6;
        border-radius: 5px 5px 0 0;
    }
}
@media all and (max-width: 640px) {
    /* line 743, pages/_work.scss */
    .mdc-work-page .mdc-case-study-listing .mdc-case-study .award {
        left: -40px;
        top: -40px;
        height: 120px;
        width: 120px;
    }
    /* line 754, pages/_work.scss */
    .mdc-work-page .mdc-work-gallery > .mdc-grid-item {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 75%;
    }
    /* line 763, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.hero-image {
        margin-bottom: 30px;
    }
    /* line 766, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.hero-image .award {
        left: -40px;
        top: -40px;
        height: 120px;
        width: 120px;
    }
    /* line 776, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-section-title-component a.mdc-button {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* line 782, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module {
        margin-bottom: 20px;
    }
    /* line 788, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.text .title {
        font-size: 1.8rem;
        line-height: 2rem;
        margin-top: 30px;
    }
    /* line 795, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image {
        margin-bottom: 20px;
    }
    /* line 799, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.content-width-image img {
        border-radius: 5px;
    }
    /* line 806, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image {
        overflow-x: scroll;
    }
    /* line 810, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.full-width-image .image img {
        width: 200%;
        margin-left: 0%;
    }
    /* line 817, pages/_work.scss */
    .mdc-work-page .mdc-case-study-detail .mdc-module.mdc-testimonial-component {
        padding: 20px;
    }
}
/* line 5, pages/_404.scss */
.mdc-404-page .mdc-section-description a {
    position: relative;
    cursor: pointer;
}
/* line 10, pages/_404.scss */
.mdc-404-page .mdc-section-description a:hover:before {
    width: 100%;
}
/* line 14, pages/_404.scss */
.mdc-404-page .mdc-section-description a:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #FAA338;
    width: 0%;
    bottom: -3px;
    left: 0;
    border-radius: 5px;
    transition: all 0.3s;
    z-index: 2;
}
/* line 27, pages/_404.scss */
.mdc-404-page .mdc-section-description a:after {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #242B33;
    width: 100%;
    bottom: -3px;
    left: 0;
    border-radius: 5px;
    z-index: 1;
}
/* line 41, pages/_404.scss */
.mdc-404-page .not-found-image {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

@media all and (max-width: 768px) {
    /* line 3, vendor/_userway.scss */
    body.mobile .uwy.userway_p5 .uai {
        bottom: 87px !important;
        left: 10px;
    }
}
.listing-item .case-study-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
}
.listing-item .case-study-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(1.6rem * 4);
    margin: 0;
    text-overflow: clip;
}
.single-post .mdc-richtext img {
    width: inherit;
    left: inherit;
}
.team-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.team-flex .card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 300px;
    flex: 1 1 250px;
}

.team-flex .card img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: inline-block;
}

.team-flex .card h3 {
    font-size: 1.25rem;
    margin: 0;
}

.team-flex .card p {
    color: #666;
    margin: 5px 0 15px;
}

.team-flex .socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-flex .socials a {
    color: #666;
    transition: transform 0.2s, color 0.2s;
}

.team-flex .socials a:hover {
    transform: scale(1.1);
    color: #000;
}

.team-flex .socials svg {
    width: 24px;
    height: 24px;
}