/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1280px) {}
@media screen and (max-width: 1024px) {
    .auto.cols-4, .auto.cols-3 {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    /* X screen */
}
@media screen and (max-width: 768px) {
  ._logo {
        font-size: calc(1em + 20vw);
    }
}
@media screen and (max-width: 600px) {
    ._logo {
        font-size: calc(1em + 20vw);
    }
    .auto.cols-2 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    #drip-ef-639612675 input[type="email"], #drip-ef-639612675 input[type="number"], #drip-ef-639612675 input[type="tel"], #drip-ef-639612675 input[type="text"] {
        padding: 25px !important;
        width: 100% !important;
        border: 1px solid #1a1a1a !important;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 20px !important;
    }
    /* X screen */
}