/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Variables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
    /* stylelint-disable-next-line color-hex-length */
    --color-black: #1e1f28;
    --color-grey: #5e5e5e;
    --color-greyDark: #3a3a3a;
    --color-greyLight: #dfe0df;
    --color-green: #8db49e;
    --color-greenDark: #5a7f6b;
    --color-blue: #2f4858;
    --color-brown: #c3a68c;
    --color-brownDark: #524438;
    --color-brownLight: #e8d2bf;
    --color-tan: #b9a89a;
    --color-white: #fffffe;
    --font-main: 'DM Sans', sans-serif;
    --font-heading: 'Nunito Sans', sans-serif;
    --scrollbar-size: 0.375rem;
    --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
    --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
    --scrollbar-track-color: rgba(0, 0, 0, 0.1);
    --scrollbar-color: rgba(0, 0, 0, 0.3);
    --scrollbar-color-hover: rgba(0, 0, 0, 0.4);
    --scrollbar-color-active: rgb(0, 0, 0);
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Fonts
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'icomoon';
    src: url('/_fonts/icomoon.eot?ngzfs1');
    src:
        url('/_fonts/icomoon.eot?ngzfs1#iefix') format('embedded-opentype'),
        url('/_fonts/icomoon.woff2?ngzfs1') format('woff2'),
        url('/_fonts/icomoon.ttf?ngzfs1') format('truetype'),
        url('/_fonts/icomoon.woff?ngzfs1') format('woff'),
        url('/_fonts/icomoon.svg?ngzfs1#icomoon') format('svg');
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    line-height: 1;
    text-transform: none;
    speak: never;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-x-altx-alt::before {
    content: "\e907";
}

.icon-location::before {
    content: "\e947";
}

.icon-right-quote-alt::before {
    content: "\e90b";
}

.icon-left-quote-alt::before {
    content: "\e90d";
}

.icon-quotes-left::before {
    content: "\e977";
}

.icon-quotes-right::before {
    content: "\e978";
}

.icon-leaf::before {
    content: "\e9a4";
}

.icon-fire::before {
    content: "\e9a9";
}

.icon-google::before {
    content: "\ea88";
}

.icon-facebook::before {
    content: "\ea90";
}

.icon-youtube::before {
    content: "\ea9d";
}

.icon-appleinc::before {
    content: "\eabe";
}

.icon-android::before {
    content: "\eac0";
}

.icon-menu2::before {
    content: "\e911";
}

.icon-envelope-open-o::before {
    content: "\e90a";
}

.icon-icon-durable::before {
    content: "\e900";
}

.icon-icon-guarantee::before {
    content: "\e901";
}

.icon-icon-precision::before {
    content: "\e902";
}

.icon-icon-satisfaction::before {
    content: "\e903";
}

.icon-tiktok::before {
    content: "\e94d";
}

.icon-instagram1::before {
    content: "\e94e";
}

.icon-nextdoor1::before {
    content: "\e94f";
}

.icon-x::before {
    content: "\e90c";
}

.icon-phone::before {
    content: "\e906";
}

.icon-phone_enabled::before {
    content: "\e905";
}

.icon-keyboard_arrow_up::before {
    content: "\e904";
}

.icon-keyboard_arrow_right::before {
    content: "\e912";
}

.icon-keyboard_arrow_left::before {
    content: "\e908";
}

.icon-keyboard_arrow_down::before {
    content: "\e909";
}

.icon-chat::before {
    content: "\e90e";
}

.icon-quote::before {
    content: "\e90f";
}

.icon-quote1::before {
    content: "\e910";
}

/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.layout-cell {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(--scrollbar-ff-width);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.layout-scrollbar {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

/* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
.layout-scrollbar-obtrusive,
.layout-scrollbar-obtrusive::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--scrollbar-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
General
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    font-family: var(--font-main);
    line-height: 135%;
}

body {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    color: var(--color-black);
    font-weight: 300;
    font-size: 18px;
    font-family: var(--font-main);
    text-align: center;
    cursor: auto;
}

blockquote {
    text-align: justify;
}

ul,
ol {
    margin: 0;
    margin-bottom: 3vh;
    line-height: 145%;
    text-shadow: none;
}

li {
    line-height: 105%;
    text-align: left;
}

img {
    border-style: none;
    text-align: center;
}

a:active,
a:link,
a:visited {
    color: #2559a6;
    text-decoration: underline;
}

button {
    border-radius: 10px;
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
}

h1 {
    font-size: calc(32px + (42 - 32) * ((100vw - 300px) / (1900 - 300)));
    line-height: 1em;
}

h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h3 {
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: calc(22px + (33 - 25) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

h5 {
    margin: 0;
    padding: 0;
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

li {
    font-size: calc(15px + (8) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/ (1900 - 300)));
}

p {
    font-size: calc(16px + (8) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (4) * ((100vw - 300px)/ (1900 - 300)));
    text-shadow: none;
}

.container {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
}

#wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    overflow: hidden;
    width: 100vw;
    max-width: 2600px;
    margin: auto;
    background-color: var(--color-white);
    box-align: center;
    flex-align: center;

    @supports not (display: grid) {
        display: flex;
        align-items: center;
        box-align: center;
        flex-align: center;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .mobileHide {
        display: none;
    }

    #wrapper {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        width: 100%;
        box-align: center;
        flex-align: center;

        @supports not (display: grid) {
            display: box;
            display: flexbox;
            display: flex;
            align-items: center;
        }
    }
}

@media (min-width: 768px) {
    .mainHide {
        display: none !important;
    }
}

@media (min-width: 2600px) {
    body {
        background-color: var(--color-brownDark);
    }

    #wrapper {
        max-width: 2600px;
        margin: 0 auto;
    }
}

#upHigh {
    visibility: hidden;
}

[data-xcloak] {
    display: none !important;
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white !important;
    font-weight: bold !important;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    top: 10%;
    left: 50% !important;
    opacity: 1;
    transform: translateX(-50%);
}

input:focus-visible,
input:focus {
    border-radius: 10px;
    outline: 2px solid #b026ff !important;
}

select:focus-visible,
:focus-visible {
    border-radius: 10px;
    outline: 2px dashed #b026ff !important;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Button
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

button {
    border-radius: 10px;
    font-family: var(--font-heading);
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

button {
    display: inline-flex;
    padding: 1.5vh 2vw;
    background-color: transparent;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition-duration: 0.4s;
}

.buttonWhite {
    border: solid medium var(--color-white);
    color: var(--color-white) !important;
}

.buttonWhite:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
    color: var(--color-brownDark) !important;
}

.buttonBrownDark {
    border: solid thin var(--color-white) !important;;
    background-color: var(--color-brownDark) !important;;
    color: var(--color-white) !important;
}

.buttonBrownDark:hover {
    border: solid thin var(--color-brownDark) !important;;
    background-color: var(--color-white) !important;;
    color: var(--color-brownDark) !important;
}

.buttonGreen {
    border: solid medium var(--color-green);
    background-color: var(--color-green);
    color: var(--color-white) !important;
}

.buttonGreen:hover {
    border: solid medium var(--color-green);
    background-color: var(--color-white);
    color: var(--color-green) !important;
}

.myButton {
    display: inline-flex;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.4s;
}

.myButton a:link,
.myButton a:visited,
.myButton a:active {
    padding: 1vh 2.5vw;
    color: var(--color-brownLight);
    text-decoration: none !important;
}

.buttonWhite:hover.myButton a:visited{
    color: var(--color-brownDark) !important;;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.5s;
    transition-property: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.05);
}

.fade-from-left {
    opacity: 0;
    transition: all 1s;
    transform: translateX(-50%);
}

.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.gmnoprint,
.gmnoscreen,
.gm-style-cc { display: none; visibility: hidden; }

input:focus-visible {
    border-radius: 3px;
    outline: 2px solid  var(--color-green);
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    font-weight: bold !important;
    opacity: 0;
}

.skip-to-main-content-link:focus {
    top: 10%;
    left: 50% !important;
    opacity: 1;
    transform: translateX(-50%);
}

select:focus-visible {
    border: 2px dashed var(--color-green);
    border-radius: 3px;
    outline: none;
}

div.gm-style div:nth-child(1) div:nth-child(2) div { display: none !important; }
