html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

fieldset {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mi {
    font-family: 'Material Icons Outlined', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.w-100 {
    width: 100%;
}

.dn {
    display: none;
}

.h-100vh {
    min-height: 100vh;
}

:root {

    --bg-color: #fff;
    --card-bg: #f8f8f8;
    --text: #000;
    --decal: #000;

    --header-height: 64px;
}

body {
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    overscroll-behavior: none;
}

.container {
    width: 1366px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.text {
    color: var(--text);
}

.decal {
    color: var(--decal);
}

.bg-color {
    overflow: hidden;
    background-color: var(--bg-color);
}

.card-bg {
    background-color: var(--card-bg);
}

.l-center {
    margin-inline: auto;
}

.font-bold {
    font-weight: 900;
}

.align-items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-row {
    flex-direction: row;
}

.align-items-flex-start {
    align-items: flex-start;
}

.btn {
    display: inline-flex;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #000;
}

.mt-20 {
    margin-top: 1.25rem;
}

.mb-20 {
    margin-bottom: 1.25rem;
}

.ml-20 {
    margin-left: 1.25rem;
}

.if-required {
    color: #06caca;
}

h1.title {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
}

input[type="email"],
input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #06caca;
    border-radius: 2px;
    padding: 8px;
    width: 100%;
    outline: none;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    position: relative;
    font-size: 1rem;
    min-height: 40px;
}

.input-field {
    border: none;
    display: block;
}

.input-field:not(:last-child) {
    margin-bottom: 1.25rem;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-self-flex-start {
    align-self: flex-start;
}

.fb-50 {
    flex-basis: 50%;
}

.relative {
    position: relative;
}

.mla {
    margin-left: auto;
}

.header-height {
    height: var(--header-height);
}

.hero-wrapper {
    gap: 3rem;
}

.hero-left, .hero-right {
    width: 50%;
}

.hero-left {
    gap: 1.5rem;
}

.image-wrapper-constrained {
    display: inline-block;
    vertical-align: top;
}

.image-wrapper {
    overflow: hidden;
    position: relative;
}

.image-wrapper img {
    height: 100%;
    display: block;
    margin: 0;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.section {
    width: 100%;
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.align-self-center {
    align-self: center;
}

.text-center {
    text-align: center;
}

.cta-wrapper {
    gap: 3rem;
}

#footer {
    background-color: #f8f8f8;
}

.justify-between {
    justify-content: space-between;
}

.service {
    background-color: #f8f8f8;
    padding: 5rem;
}

.services-wrapper {
    gap: 1rem;
}

.service-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.service-group > .service {
    width: 50%;
    text-align: center;
    border-radius: 0.5rem;
}

#contact.section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.contact-wrapper {
    gap: 1rem;
    width: 50%;
    margin-left: auto;
}

.contact-group {
    width: 50%;
    gap: 1rem;
}

.contact {
    width: 100%;
    flex: 1;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    color: #fff;
    background-color: #1987b3;
    gap: 0.5rem;
}

.contact i {
    margin-bottom: 2rem;
    font-size: 2rem;
}

#contact.bg:before {
    content: '';
    position: absolute;
    opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://i.imgur.com/pVI7E3g.jpg");
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

a {
    color: #000;
    text-decoration: none;
}

.contact a {
    color: #FFF;
    text-decoration: underline;
}

#services.section {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 999;
}

#header {
    background-color: #ffffff;
}

nav > ul {
    gap: 1rem;
}

h1 {
    font-size: 3.5rem;
    line-height: 1.15;
}

h3 {
    font-size: 2rem;
}

h2 {
    font-size: 2.5rem;
}

#header a {
    font-size: 1.5rem;
}

p {
    font-size: 1.25rem;
}

@media only screen and (max-width: 1100px) {
    h1 {
        font-size: 3rem;
    }

}

@media only screen and (max-width: 767px) {
    .hero-wrapper {
        flex-wrap: wrap;
    }

    .hero-left, .hero-right {
        width: 100%;
    }

    .contact-wrapper {
        flex-wrap: wrap;
        width: 100%;
    }

    .contact-group {
        width: 100%;
        flex-wrap: wrap;
    }

    .service-group {
        flex-wrap: wrap;
    }

    .service-group > .service {
        width: 100%;
    }
}
