@charset "UTF-8";
a {
font-weight: bold;
}
.elementor-text-editor ul, .elementor-text-editorol {
padding: 0 0 0 18px;
margin: 0.8em 0 0.8em 0;
}
.elementor-text-editor ul {
list-style: none;
padding-left: 0;
}
.elementor-text-editor ul > li {
list-style: none;
position: relative; padding-left: 1.5em; }
.elementor-text-editor ul > li::before {
content: "■";
color: #f3953f;
position: absolute;
left: 0; top: 0; }
.dce-block .wp-block-table td, .dce-block .wp-block-table th {
border: 1px solid !important;
padding: 0.5em !important;
}
.dce-block > h2 {
color: var(--e-global-color-primary);
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: var(--e-global-typography-primary-font-weight);
}
table.dce-view-table tbody  {
vertical-align: top;
}
table.dce-view-table tbody  tr td:first-child {
line-height: 32px;
}

#ast-hf-menu-1 a {
font-weight: normal !important;
}
.gallery-icon {
border: none;
}
.entry-content p {
margin-bottom: 1rem !important;
}
.home .entry-content h2 a {
font-weight: bold !important;
}
.elementor-tab-content > ul, .elementor-tab-content ol {
padding: 0 0 0 18px;
margin: 0.8em 0 0.8em 0;
}
.elementor-tab-content > ul > li {
list-style-image: none;
list-style: none;
padding-left: 0em;
text-indent: -1.2em;
}
.elementor-tab-content > ul > li::before {
content: "■ ";
color: #f3953f;
margin-right: 5px;
}
.elementor-icon-list-items .elementor-icon-list-item {
margin-bottom: 1rem;
}
.elementor-icon-list-items .elementor-icon-list-item:last-child {
margin-bottom: 0;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i {
margin-right: 1rem;
background-color: #F3953F;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i:before {
padding: .5rem;
width: 50px;
background-color: #F3953F;
}
input[type="checkbox"] {
position: absolute;
opacity: 0;
z-index: -1;
} .tabs {
overflow: hidden;
margin: 0;
padding: 0;
border: 1px solid #d4d4d4;
}
.tab {
width: 100%;
overflow: hidden;
}
.tab-label {
display: block;
justify-content: start;
padding: 0.5em 1em;
cursor: pointer;
font-weight: bold;
font-family: "Roboto Condensed"; }
.tab-label::before {
font-family: "Font Awesome 5 Free";
content: "\f067";
width: 1em;
height: 1em;
text-align: center;
transition: all .35s;
margin-right: .5rem;
}
.tab-label span {
margin-left: .5em;
}
.tab-content {
max-height: 0;
padding: 0 1em;
transition: all .35s;
border-top: 1px solid #d4d4d4;
}
.tab-content em {
margin-top: 1rem;
font-style: normal;
}
.tab-content span {
display: block;
}
.tab-close {
display: flex;
padding: 1em;
font-size: 0.75em;
cursor: pointer;
}
input:checked + .tab-label::before {
content: "\f068";
}
input:checked ~ .tab-content {
max-height: 100vh;
padding: .5rem;
border-bottom: 1px solid #d4d4d4;
}