body {
    font-family: 'Lato', sans-serif !important;
    background-color: #189AB4;
    color: #fff;
    padding: 0;
    margin: 0;
}

body, html {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.home {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    align-items: center;
    text-align: center;
}

.duco-wrapper img {
    width: 150px;
}

img.wa-logo {
    width: 13px;
}

h1 {
    font-size: 40px;
    margin: 0;
}

.info {
    line-height: 1.6rem;
}

.usps {
    list-style-type: none;
    line-height: 1.6rem;
    max-width: 100% !important;
}

.usps li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.usps .check {
    color: #13D400;
    font-size: 2rem;
}

* {
    box-sizing: border-box;
}

#contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 100%;
    width: 300px;
    margin-bottom: 0.2rem;
    overflow-x: hidden;
}

#contact-form div {
    display: flex;
    flex-direction: column;
    text-align: left;
}

#contact-form div label {
    font-weight: bold;
}

#contact-form div input[type="text"],
#contact-form div input[type="tel"],
#contact-form div input[type="email"],
#contact-form div textarea{
    border: 1px;
    border-radius: 2px;
    padding: 0.5rem;
}

#contact-form div textarea {
    height: 100px;
}

.cf-turnstile {
    margin-top: 0.5rem;
}

.send-button-wrapper {
    margin-top: 0.5rem;
}

.send-button-wrapper .send-button {
    border-radius: 0;
    border: 0;
    height: 25px;
}

/* lato-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Lato/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Lato/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Lato/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/Lato/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Lato/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Lato/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Lato/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Lato/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/Lato/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Lato/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/Lato/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/Lato/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/Lato/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/Lato/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/Lato/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}