/*
===============
= ADJUSTMENTS =
===============
*/

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
   License: none (public domain)
**************************************************************/

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,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

.mce-content-body {
    padding: 10px;
}

/*BORDER-BOX LAYOUT
**************************************************************/

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

/*
=========================================================
= ===================== BASE STYLES =================== =
=========================================================
*/

/*Custom Advanced reset - Basic Styling for Headlines, Forms, links etc. */

html {
    min-height: 100vh;
    font-size: 100%;
    background-color: #fff;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

body:not(.wp-core-ui) {
    position: relative;
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}
section :where(.editor-styles-wrapper) p {
    line-height: inherit;
}
.acf-block-editor,
.acf-block-preview,
.acf-block-frontend {
    position: relative;
    width: 100%;
    max-width: 100%;
}

a {
    border: 0;
    outline: 0;
    color: inherit;
}

@media (hover: hover) {
    a:hover {
        color: var(--primary-color);
    }
}

a:focus {
}

a:active {
}
button {
    background-color: transparent;
}
button:not([class]),
.cta {
    cursor: pointer;
    color: inherit; /* Uses the inherited text color */
    -webkit-appearance: none; /* Removes default Safari button styling */
    -moz-appearance: none;
    appearance: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
.input-checkbox {
    font-family: var(--sans);
    border: 3px solid var(--black);
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.03em;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 14px;
    padding-bottom: 18px;
    margin-bottom: 16px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    textarea,
    input.text,
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    input[type="email"],
    .input-checkbox {
        font-weight: 900;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 15px;
        padding-bottom: 13px;
        margin-bottom: 32px;
    }
}
input[type="submit"] {
    width: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
}
em {
    font-style: italic;
}

strong,
b {
    font-weight: 900;
}

code {
    font-family: courier, monospace;
}

address {
    font-style: normal;
}

pre {
    font-family: courier, monospace;
    white-space: pre-wrap;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    width: 100%;
    max-width: 100%;
}

/* ::-webkit-selection {
    background-color: #aaa;
    color: #fff;
}
::-moz-selection {
    background-color: #aaa;
    color: #fff;
}
::selection {
    background-color: #aaa;
    color: #fff;
}

h1::-webkit-selection {
    color: #222;
}
h1::-moz-selection {
    color: #222;
}
h1::selection {
    color: #222;
}

h2::-webkit-selection {
    color: #222;
}
h2::-moz-selection {
    color: #222;
}
h2::selection {
    color: #222;
}

h3::-webkit-selection {
    color: #222;
}
h3::-moz-selection {
    color: #222;
}
h3::selection {
    color: #222;
}

h4::-webkit-selection {
    color: #222;
}
h4::-moz-selection {
    color: #222;
}
h4::selection {
    color: #222;
}

h5::-webkit-selection {
    color: #222;
}
h5::-moz-selection {
    color: #222;
}
h5::selection {
    color: #222;
}

h6::-webkit-selection {
    color: #222;
}
h6::-moz-selection {
    color: #222;
}
h6::selection {
    color: #222;
}

a::-webkit-selection {
    color: #222;
}
a::-moz-selection {
    color: #222;
}
a::selection {
    color: #222;
}

blockquote::-webkit-selection {
    color: #222;
}
blockquote::-moz-selection {
    color: #222;
}
blockquote::selection {
    color: #222;
} */

/*WP-CORE
**************************************************************/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}

.mejs-container {
    padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
    max-width: 100% !important;
}

video.wp-video-shortcode {
    position: relative;
}

.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.mejs-controls {
    display: none;
}

.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
/* other */
.slick-dots li:only-child {
    display: none;
}

.error404 .section-error {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wp-block {
    width: 100%;
    max-width: 1500px;
}
/* CSS Debugger */

/* *:not(path):not(g) {
  color:                    hsla(210, 100%, 100%, 0.9) !important;
  background:               hsla(210, 100%,  50%, 0.5) !important;
  outline:    solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
  box-shadow: none !important;
} */
