@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');
* {
    box-sizing: border-box;
}

*:after,
*.before {
    box-sizing: border-box;
}

/*
html,
body,
div,
main,
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
main {
  display: block;
}

*/

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/*
 
 

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
*/

input,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

button,
input[type="button"] {
    background: 0;
}

:required {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

/*
em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

pre,
code {
  font-family: Monaco, Courier, monospace;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after {
  content: "";
}

q:before,
q:after {
  content: "";
}
*/

a {
    cursor: pointer;
}

input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

button,
label[for] {
    cursor: pointer;
}

*:focus {
    outline: none;
}

/*
input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
*/

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

#footer #newsletter .newsletter-intro {
    color: #262C33;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 2.75rem;
    letter-spacing: -0.1rem;
}

@media (max-width: 800px) {
    #footer #newsletter .newsletter-intro {
        line-height: 2.75rem;
        margin-bottom: 0.625rem;
    }
}

#footer #newsletter .newsletter-sub {
    color: #262C33;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.875rem;
}

@media (max-width: 800px) {
    #footer #newsletter .newsletter-sub {
        line-height: 1.5rem;
    }
}

#mc_embed_signup #mc-embedded-subscribe {
    transition: all 0.5s;
    background: #fafafa;
    color: #262C33 !important;
    border: 3px solid #fff;
    box-shadow: 0px 0px 9px rgba(40, 41, 61, 0.94), 0px 2px 4px rgba(96, 97, 112, 0.816);
}

#mc_embed_signup #mc-embedded-subscribe:hover {

    color: #262C33 !important;
    transition: all 0.1s;
    /*
      border: 3px solid #152a36;
        border: 2px solid #000;
        */
    background: #fafafa;
    border: 2px solid #fff;
    box-shadow: 0px 0px 6.9px rgba(40, 41, 61, 0.304), 0px 2px 6.2px rgba(96, 97, 112, 0.0016);
}

#footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% !important;
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    box-shadow: inset 0px 0px 9.7px rgba(40, 41, 61, 0.2304), inset 0px 2px 4px rgba(96, 97, 112, 0.16);
    box-shadow: inset 0px 0px 9.7px rgba(40, 41, 61, 0.0512304), inset 0px 2px 4px rgba(96, 97, 112, 0.05116);
    border-radius: 25px;
    background: #E3EBE4;
    font-size: 1rem;
    line-height: 1.875rem;
    max-width: 60rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1280px) {
    #footer {
        background-size: auto 100%;
        background-position: bottom center;
    }
}

@media (max-width: 800px) {
    #footer {
        background-size: contain;
    }
}

@media (max-width: 800px) {
    #footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

#footer #newsletter {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    color: #262C33;
    /*
backdrop-filter: blur(18px) ;
-webkit-backdrop-filter: blur(18px) ;

*/
    border-radius: 25px;
    max-width: 70rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: none;
    border-radius: 25px;
    border: 0px solid rgba(255, 255, 255, 0);
    background: #E3EBE4;
}

#footer #newsletter .newsletter-sub {
    /*  margin-bottom: 1.25rem; */
    padding-bottom: 40px;
}

#mc_embed_signup {
    /* zoom: 1;  */
    height: 2.5rem !important;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    #mc_embed_signup {
        width: 90%;
    }
}

#mc_embed_signup :before,
#mc_embed_signup :after {
    display: table;
    line-height: 0;
    content: "";
}

#mc_embed_signup :after {
    clear: both;
}

#mc_embed_signup * {
    margin: 0;
    border: 0;
    padding: 0;
    outline: 0;
    display: inline-block !important;
}

#mc_embed_signup #mce-EMAIL,
#mc_embed_signup #mce-FNAME {
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    border: 1px solid #ddd;
    color: #262C33;
    padding: 10px;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: caret;
    float: left !important;
    width: 35%;
    height: 2.5rem !important;
    box-shadow: none;
    border: 1px solid #DBDBDB;
    background: #fff;
}

#mc_embed_signup #mce-EMAIL {
    border-right: 0;
    padding-left: 15px;
    box-shadow: none;
}

#mc_embed_signup #mce-FNAME {
    border-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    border-right: 0px solid #A1A1A1;
}

#mc_embed_signup #mc-embedded-subscribe {
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: left !important;
    padding: 0.6875rem 0.9375rem 0.75rem;
    cursor: pointer;
    color: #262C33;
    font-weight: 600;
    font-size: 0.99375rem;
    background: #fafafa;
    line-height: 100%;
    height: 2.5rem !important;
    width: 30%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 1px rgba(40, 41, 61, 0.14), 0px 2px 4px rgba(96, 97, 112, 0.316);
}




/* WebKit, Edge */

::-webkit-input-placeholder {
    color: #A1A1A1;
    opacity: 1;
}

/* Firefox 4-18 */

:-moz-placeholder {
    color: #A1A1A1;
    opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
    color: #A1A1A1;
    opacity: 1;
}

/* IE 10-11 */

:-ms-input-placeholder {
    color: #A1A1A1;
    opacity: 1;
}

/* Edge */

::-ms-input-placeholder {
    color: #A1A1A1;
    opacity: 1;
}

/* MODERN BROWSER */

::placeholder {
    color: #A1A1A1;
    opacity: 1;
    font-family: "Blinker";
    font-weight: 500;
}