@charset "UTF-8";
.is-style-custombuttonone .wp-block-button__link {
padding: 18px 24px;
background-color: var(--wp--preset--color--secondary);
color: #FFFFFF;
border: 1px solid var(--wp--preset--color--secondary);
border-radius: 0px;
font-family: 'Helvetica';
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.1em;
}
.is-style-custombuttonone:hover .wp-block-button__link {
background-color: #ffffff00;
color: var(--wp--preset--color--secondary);
border-color: var(--wp--preset--color--secondary);
}
.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
box-shadow: 0px 3px 15px 0px #1010101a;
} .restance-z-index-1 {
z-index: 1;
}
.restance-z-index-10 {
z-index: 10;
}
.restance-z-index-100 {
z-index: 100;
}
.restance-z-index-1000 {
z-index: 1000;
}
.restance-margin-top-n10 {
position: relative;
margin-top: -10px!important;
}
.restance-margin-top-n20 {
position: relative;
margin-top: -20px!important;
}
.restance-margin-top-n30 {
position: relative;
margin-top: -30px!important;
}
.restance-margin-top-n40 {
position: relative;
margin-top: -40px!important;
}
.restance-margin-top-n50 {
position: relative;
margin-top: -50px!important;
}
.restance-margin-top-n60 {
position: relative;
margin-top: -60px!important;
}
.restance-margin-top-n70 {
position: relative;
margin-top: -70px!important;
}
.restance-margin-top-n80 {
position: relative;
margin-top: -80px!important;
}
.restance-margin-top-n90 {
position: relative;
margin-top: -90px!important;
}
.restance-margin-top-n100 {
position: relative;
margin-top: -100px!important;
}
.restance-margin-right-n70 {
position: relative;
margin-right: -70px!important;
}
.restance-radius-5 {
border-radius: 5px;
}
.restance-radius-10 {
border-radius: 10px;
}
.restance-radius-25 {
border-radius: 25px;
}
.restance-radius-50 {
border-radius: 50px;
}
.restance-margin-left-n10 {
position: relative;
margin-left: -10px!important;
}
.restance-margin-left-n20 {
position: relative;
margin-left: -20px!important;
}
.restance-margin-left-n30 {
position: relative;
margin-left: -30px!important;
}
.restance-margin-left-n40 {
position: relative;
margin-left: -40px!important;
}
.restance-margin-left-n50 {
position: relative;
margin-left: -50px!important;
}
.restance-margin-left-n60 {
position: relative;
margin-left: -60px!important;
}
.restance-margin-left-n70 {
position: relative;
margin-left: -70px!important;
}
.restance-margin-left-n80 {
position: relative;
margin-left: -80px!important;
}
.restance-margin-left-n90 {
position: relative;
margin-left: -90px!important;
}
.restance-margin-left-n100 {
position: relative;
margin-left: -100px!important;
}:root {
--restance-transition: cubic-bezier(0.165, 0.84, 0.44, 1)
}
body .restance-animate-init {
opacity: 1;
visibility: visible;
transform: translateY(0) translateX(0) scale(1) rotate(0)
}
.restance-animate {
opacity: 0;
visibility: hidden;
transition-property: opacity, transform;
}
.restance-move-up {
transform: translateY(30px)
}
.restance-move-down {
transform: translateY(-30px)
}
.restance-move-right {
transform: translateX(-40px)
}
.restance-move-left {
transform: translateX(40px)
}
.restance-flip {
transform: perspective(500px) translateY(60px) scaleY(.75) rotateX(-40deg)
}
.restance-scale {
transform: scale(0.5)
}
.restance-flip,
.restance-move-down,
.restance-move-up,
.restance-move-right,
.restance-move-left,
.restance-scale {
transition-duration: .7s;
transition-timing-function: var(--restance-transition)
}
.restance-delay-1 {
transition-delay: .1s
}
.restance-delay-3 {
transition-delay: .3s
}
.restance-delay-5 {
transition-delay: .5s
}
.restance-delay-7 {
transition-delay: .7s
}
.restance-delay-10 {
transition-delay: 1s
}
.restance-delay-20 {
transition-delay: 2s
}
 html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
} body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 15px;
font-weight: 400;
line-height: 1.7;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0.5rem;
margin-bottom: 1rem;
font-weight: 700;
line-height: 1.2;
color: inherit;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 0;
} hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace;
font-size: 1em;
white-space: pre-wrap;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
} img {
border-style: none;
height: auto;
max-width: 100%;
}
figure {
margin-inline-start: 0;
margin-inline-end: 0;
} details {
display: block;
}
summary {
display: list-item;
}
figcaption {
font-size: 16px;
line-height: 1.4;
font-style: italic;
font-weight: 400;
}
.wp-site-blocks > * {
margin-top: 0!important;
}
.comment-form-comment {
margin-bottom: 0.9rem;
}
.wp-block-post-comments input[type=submit],
.wp-block-post-comments-form input[type=submit] {
background-color: var(--wp--preset--color--secondary);
color: var(--wp--preset--color--white);
border-radius: 0px;
}