
:root {
    --fs-7: 1.8rem;
    --fs-6: 1.4rem;
    --fs-5: 1.2rem; /* 1.1rem*/
    --fs-4: 1rem;
    --fs-3: 0.9rem;
    --fs-2: 0.8rem;
    --fs-1: 0.7rem;
}


*{
    font-family: var(--main-font-family);
    font-size: 18px;
    background-repeat: no-repeat;
    text-align: left;
    box-sizing: border-box;
    font-weight: 300;
    color: var(--text-main-color);

    font-optical-sizing: auto;
}
@media only screen and (max-width: 1440px){
    *{
        font-size: 17px;
    }
}
@media only screen and (max-width: 1280px){
    *{
        font-size: 17px;
    }
}
@media only screen and (max-width: 992px){
    *{
        font-size: 16px;
    }
}


body {
    text-align:center;
}
body,h1,h2,h3,h4,h5,h6,form,input{
    padding:0px;
    margin:0px;
}
img{
    border:0px;
}
.cb{
    clear:both;
}


center {
    display:block;
    text-align:center;
}

.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}

span {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    color: inherit;
    font-weight: inherit;
}

a, a * {
    outline:none;
    color: var(--link-color);

    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, border 0.3s ease 0s;
}
a:hover, a:hover * {
    color: var(--link-hover-color);
}
main a {
    text-decoration: var(--link-underline);
}
main a:hover {
    text-decoration: var(--link-hover-underline);
}
/*a:focus {
    outline: 1px solid var(--link-hover-color) !important;
}*/



b, strong,
b *, strong * {
    font-weight: 600;
}

sub, sup {
    font-size: initial !important;
}


h1, h2, h3, h4 {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;/*15*/
    font-weight: 700;
    line-height: normal !important;
    letter-spacing: 2px;

    font-family: var(--titles-font-family);
}
h1 *, h2 *, h3 *, h4 *{
    line-height: inherit !important;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-align: inherit;
}
h1 span, h2 span, h3 span, h4 span{
    font-size: inherit !important;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}
h1 i, h2 i, h3 i, h4 i,
h1 em, h2 em, h3 em, h4 em {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
h3, h3 b, h3 strong {
    font-size: inherit;
    color: inherit;
}
h3 b, h3 strong {
    font-weight: 700 !important;
    font-size: inherit !important;
}

h1 {
    font-family: var(--titles-font-family-alt);
    font-size: 40px;
    color: var(--title-h1-color);

    font-weight: 200;
}
h2 {
    font-family: var(--titles-font-family-alt);
    font-size: 30px;
    color: var(--title-h2-color);

    font-weight: 200;
}
h3, h4, h5, h6 {
    font-size: 28px;
    color: var(--titles-color);
    font-weight: 200;
}

@media only screen and (max-width: 1280px){
    h1 {
        font-size: 38px;
    }
    h2 {
        font-size: 28px;
    }
    h3, h4, h5, h6 {
        font-size: 26px;
    }
}
@media only screen and (max-width: 992px){
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 26px;
    }
    h3, h4, h5, h6 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px){
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h3, h4, h5, h6 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 576px){
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h3, h4, h5, h6 {
        font-size: 20px;
    }
}



/*
h1 span,
h2 span,
h3 span,
h1 i,
h2 i,
h3 i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-style: normal;
    font-weight: 300;
}
h1 span:before,
h1 span:after,
h2 span:before,
h2 span:after,
h3 span:before,
h3 span:after,
h1 i:before,
h1 i:after,
h2 i:before,
h2 i:after,
h3 i:before,
h3 i:after{
    content: '';
    border-top: 1px solid;
    margin: 0px 40px 0px 0px;
    flex: 1 0 30px;
    color: #bcbec0;
}
h1 span:after,
h2 span:after,
h3 span:after,
h1 i:after,
h2 i:after,
h3 i:after{
    margin: 0px 0px 0px 40px;
}
*/


span.asterisk {
    color: #c00 !important;
}

[align=center],
[align=center] * {
    text-align: center;
}

table tr td,
table tr th {
    border-bottom: 1px solid #d4d4d4;
    padding: 4px 0px;
}
table tr:first-child td {
    border-top: 1px solid #d4d4d4;
}
table tr th {
    border-bottom: 1px solid #333;
}




blockquote {
    padding-left: 2rem;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}


blockquote + p {
    font-size: 18px;
    line-height: normal !important;
}
blockquote + p * {
    font-size: inherit;
}


blockquote::before,
blockquote::after{
    position: absolute;
    color: #777;
} 


blockquote p:last-child{
    margin-bottom: 0px;
} 

blockquote::before {
    content:  url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23777777'><path d='M9.983 3v7.391C9.983 16.095 6.252 19.961 1 21l-.995-2.151C2.437 17.932 4 15.211 4 13H0V3h9.983zM24 3v7.391c0 5.704-3.748 9.571-9 10.609l-.996-2.151C16.437 17.932 18 15.211 18 13h-3.983V3H24z'/></svg>");
    left: 0;
    top: 0;
}   

blockquote::after {
    content: "";
    left: 5px;
    top: 35px;
    width: 1px;
    height: 100%;
    background-color: currentColor;
}


.contentBlock sup {
    font-size: 55% !important;
    font-style: inherit !important;
}





/*
blockquote {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 40px;
    font-weight: 100;
    font-style: italic;
}

blockquote * {
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    color: inherit;
    text-align: inherit;
}
blockquote i b,
blockquote b i {
    font-weight: 300 !important;
    font-size: 30px;
    display: block;
    text-align: inherit;
}
@media only screen and (max-width: 992px){
    blockquote i b,
    blockquote b i {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px){
    blockquote i b,
    blockquote b i {
        font-size: 26px;
    }
}
@media only screen and (max-width: 576px){
    blockquote {
        font-size: 34px;
    }
    blockquote i b,
    blockquote b i {
        font-size: 22px;
    }
}
@media only screen and (max-width: 400px){
    blockquote {
        font-size: 30px;
    }
    blockquote i b,
    blockquote b i {
        font-size: 20px;
    }
}
*/


/* ---------- BLOCKS FONT SIZE ( xxs, xs, s, m, l, xl, xxl ) ---------- */

.contentBlockContainer.block-font-size-xxl { --block-fs: var(--fs-7); }
.contentBlockContainer.block-font-size-xl  { --block-fs: var(--fs-6); }
.contentBlockContainer.block-font-size-l   { --block-fs: var(--fs-5); }
.contentBlockContainer.block-font-size-m   { --block-fs: inherit; }
.contentBlockContainer.block-font-size-s   { --block-fs: var(--fs-3); }
.contentBlockContainer.block-font-size-xs  { --block-fs: var(--fs-2); }
.contentBlockContainer.block-font-size-xxs { --block-fs: var(--fs-1); }

.contentBlockContainer[class*="block-font-size-"] :is(p, a, ul, strong, b, p *, a *, strong *, b *, ul *) {
    font-size: var(--block-fs, inherit);
}


/* ---------- EDITOR FONT SIZE ( 1, 2, 3, 4, 5, 6, 7 ) ---------- */

.contentBlockContainer :is(span[data-font-size*="7"], font[size*="7"]) { font-size: var(--fs-7); }
.contentBlockContainer :is(span[data-font-size*="6"], font[size*="6"]) { font-size: var(--fs-6); }
.contentBlockContainer :is(span[data-font-size*="5"], font[size*="5"]) { font-size: var(--fs-5); }
.contentBlockContainer :is(span[data-font-size*="4"], font[size*="4"]) { font-size: inherit; }
.contentBlockContainer :is(span[data-font-size*="3"], font[size*="3"]) { font-size: var(--fs-3); }
.contentBlockContainer :is(span[data-font-size*="2"], font[size*="2"]) { font-size: var(--fs-2); }
.contentBlockContainer :is(span[data-font-size*="1"], font[size*="1"]) { font-size: var(--fs-1); }

.contentBlockContainer :is(span[data-font-size], font[size]) * {
    font-size: inherit;
}








