html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a, a:visited, a:link {
    background-color: transparent;
    color: #01719B;
}

a:not(.button):hover {
    color: #00B3F0;
}

a.button {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

body,
button,
input,
select,
textarea {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em 20px;
    border-color: #396cf0;
}

blockquote {
    margin: 0 1.5em 20px;
    border-color: #396cf0;
    border-left: 4px solid;
    padding-left: 30px;
    background: #f5f5f5;
    padding: 24px 20px 30px 30px;
    border-radius: 5px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.fa.fa-map-marker:before {
    content: "\f041";
}

/*lements*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
    margin-bottom: 10px;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    width: 100%;
}

table th,
table td {
    border: 1px solid;
    padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}

embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


@media (min-width: 1200px) {
    .auto-clear > .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear > .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear > .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear > .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear > .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear > .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear > .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear > .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear > .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear > .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear > .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear > .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear > .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear > .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear > .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .auto-clear > .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear > .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear > .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear > .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear > .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

html {
    height: 100%;
}


body {
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.5;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Cooper', serif;
    margin: 0 0 20px 0;
    color: #111111;
}

h1,
h2 {
    line-height: 1.2;
}

h3,
h4 {
    line-height: 1.4;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

a {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.modal-list li {
    display: block;
}

.modal-list li span {
    display: inline-block;
    min-width: 93px;
    font-weight: 500;
    text-align: right;
    margin-right: 8px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    border-bottom: solid 1px #000 !important;
    box-shadow: none !important;
    height: 50px !important;
}

div.asl_w {
    box-shadow: none !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-size: 16px !important;
    padding: 10px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-family: 'Cooper', serif !important;
    color: #000;
    font-size: 18px;
}

div.asl_r .results .item .asl_content h3:hover, div.asl_r .results .item .asl_content h3:hover a {
    font-family: 'Cooper', serif !important;
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}


div.asl_r .results .item .asl_content .asl_desc {
    color: #000;
    font-size: 14px;
}

div.asl_w .probox .promagnifier, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
    height: 50px;
    padding-right: 20px;
    color: #fff;
}

div.asl_m .probox .proloading {
    margin-top: 10px;
}

div.asl_m .probox .proclose svg {
    background: #000;
}

div.asl_m .probox .proclose svg polygon {
    fill: #fff;
}

.post-each .entry-content-area .entry-header a.entry-title {
    color: #000;
}

.post-each .entry-content-area .entry-header a.entry-title:hover {
    text-decoration: underline;
    color: #000;
}

.post-each .entry-content-area .read-more-btn i {
    color: #fff;
}

.post-each .entry-content-area {
    box-shadow: none;
    border-radius: 0;
}

.post-each .entry-content-area:hover {
    box-shadow: none;
}

.joinchat__button__send {
    display: none !important;
}

.joinchat--chatbox .joinchat__button__send {
    display: block !important;
}

.quoter {
    background-color: #fff;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    color: #000;
    position: fixed;
    left: 20px;
    bottom: 0;
    min-height: 50px;
    width: 100%;
    max-width: 320px;
    z-index: 9999;
}

.quoter.hidden_quoter {
    display: none;
}

.quoter__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    cursor: pointer;
}

.quoter__title:hover h5 {
    text-decoration: underline;
}

.quoter__title h5 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

.quoter__content {
    display: none;
}

.quoter__content.open_quote {
    display: block;
}

.quoter__content-list {
    padding: 0 20px !important;
    margin: 0;
    list-style-type: none;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-image: linear-gradient(to top, white, white),
    linear-gradient(to top, white, white),
    linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: bottom center, top center, bottom center, top center;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 20px, 100% 20px;
    background-attachment: local, local, scroll, scroll;
}

.quoter__content-list li {
    padding: 5px 0 !important;
    border-bottom: solid 1px #000 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
}

.quoter__content-list li:before {
    display: none;
}

.quoter__content-list li span {
    color: #000;
}

.quoter__content-list li:last-of-type {
    border-bottom: none !important;
}

.quoter__content-list-delete {
    font-size: 14px;
    cursor: pointer;
    color: #ff1744 !important;
}

.quoter__content-list li span:last-of-type {
    margin-left: 10px;
}

.quoter__content-list-delete {
    margin-left: 0 !important;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background-color: #00b3f0;
}

.tablepress .sorting, .tablepress .sorting_asc, .tablepress .sorting_desc {
    font-family: 'Cooper', serif;
    background: #fff !important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc:hover, .tablepress .sorting_desc:hover {
    text-decoration: underline !important;
}

.uc-posts-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.uc-posts-pagination .page-numbers {
    padding: 10px 20px;
    color: #000;
    border-bottom: solid 1px #000;
}


@media screen and (max-width: 63.9375em) {
    .menu-item i._after {
        display: none !important;
    }

    .quoter {
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .joinchat {
        bottom: 50px;
    }
}

@media only screen and (max-width: 770px) {
    .wow-modal-window {
        background: transparent !important;
        height: auto !important;
        transform: translate(-50%, -50%);
        position: fixed;
        top: 50% !important;
        left: 50% !important;
    }
}


body {
    overflow-x: hidden;
}

@media only screen and (max-width: 490px) {
    .modal-window__content {
        height: 380px;
    }
}

.tablepress > :not(caption) > * > * {
    color: #000;
}

.modal-window__content-main {
    overflow: hidden;
}

.tablepress > :where(thead,tfoot) > * > th, .tablepress thead .dt-orderable-asc .dt-column-order:before, .tablepress thead .dt-ordering-asc .dt-column-order:before, .tablepress thead .dt-orderable-asc:hover, .tablepress thead .dt-orderable-desc:hover, .tablepress thead .dt-ordering-asc, .tablepress thead .dt-ordering-desc, .tablepress thead .dt-orderable-desc .dt-column-order:after, .tablepress thead .dt-ordering-desc .dt-column-order:after {
    background-color: #000;
    color: #fff;
}

td.column-1 {
    text-transform: capitalize;
}

.case-card {
    overflow: hidden;
    background: white;
    margin-top: 50px;
    padding-bottom: 50px;
}

.case-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.case-right {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.read-time {
    display: inline-flex;
    align-items: center;
    background-color: #f7f9fc;
    color: #4b5563;
    font-size: 10px;
    font-weight: bold;
    border-radius: 6px;
    padding: 4px 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: fit-content;
    gap: 6px;
    margin-bottom: 5px;
}

.blog-separator {
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    margin: 2rem 0;
}

.entry-content p {
    font-weight: 500;
}

.back-btn {
    background: none;
    border: none;
    color: #000 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    grid-column-gap: 10px;
    color: #000;
    align-items: center;
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Cooper', serif;
    color: #000;
    letter-spacing: -.02em;
    font-size: 30px;
    line-height: 1.25;
}

.related-post-item {
    margin-bottom: 1.5rem;
}

.related-post-thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.related-thumb-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.related-post-title {
    margin: 0;
}

.related-post-item {
    color: #000 !important;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}

.related-post-item:hover {
    text-decoration: underline;
}

.sidebar-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.share-banner {
    background: #f7f9fc;
    border-radius: 16px;
    overflow: hidden
}

.share-title {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    font-family: 'Cooper', serif;
}

.share-bubble {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    overflow: hidden
}

.plane {
    position: relative;
    z-index: 1
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 10px;
    transition: background .2s ease;
    color: #0f1f2e;
    padding: 0;
}

.share-btn:hover {
    background: #2c2b2b;
}

.share-btn:hover svg path {
    fill: #ffffff;
}

.share-btn:focus {
    background: #2c2b2b;
}

.share-btn:focus svg path {
    fill: #ffffff;
}

.card-img-top {
    object-fit: cover;
    height: 320px;
}

@media (max-width: 768px) {
    .card-img-top {
        height: 200px;
    }
    .list-group-item img {
        width: 48px;
        height: 48px;
    }
    h2.display-5 {
        font-size: 2rem;
    }
    .case-right {
        padding: 10px;
    }
}

.blog-featured-wrapper {
    min-height: 100%;
}

.blog-featured-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-separator-vertical {
    width: 1px;
    margin: 0 2rem;
    align-self: stretch;
}

.blog-separator-vertical-inner {
    width: 100%;
    height: 100%;
}

.blog-recent-column {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.blog-featured-content {
    flex: 1;
}

.pr-0-desktop {
    padding-right: 0 !important;
}

@media (max-width: 991px) {
    .pr-0-desktop {
        padding-right: 15px !important;
    }
}

.pl-0-desktop {
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    .pl-0-desktop {
        padding-left: 15px !important;
    }
}

.blog-recent-list {
    flex: 1;
}

.blog-recent-list a {
    gap: 0.5rem;
}

.entry-thumbnail-area-fixed {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 16px;
}

.entry-thumbnail-link {
    display: block;
    width: 100%;
    height: 100%;
}

.entry-thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 16px;
}

.pagination-center {
    text-align: center;
}

.pagination-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.blog-icon {
    font-size: 18px;
}

.blog-icon-color {
    color: #96A3BE !important;
}

button,
.button {
    border-radius: 6px;
    padding: 12px 24px;
    line-height: 1.32;
    font-size: 14px;
    transition: background-color .2s;
    cursor: pointer;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: #1c1b1b;
    text-decoration: none;
}

a.button {
    color: #fff !important;
    background: #1c1b1b !important;
    text-decoration: none !important;
}

button:hover,
.button:hover {
    background: #2c2b2b !important;
}

.pagination-center .page-numbers {
    border-radius: 6px;
    padding: 12px 24px;
    line-height: 1.32;
    font-size: 14px;
    transition: background-color .2s;
    cursor: pointer;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: #1c1b1b;
    text-decoration: none;
    margin: 0 4px;
    min-height: 44px;
}

@media (max-width: 767px) {
    .pagination-center .page-numbers {
        padding: 12px 16px;
        min-width: 44px;
    }
}

.pagination-center .page-numbers:hover,
.pagination-center .page-numbers.current {
    background: #2c2b2b;
    color: #fff !important;
}

.pagination-center .page-numbers.dots {
    background: transparent;
    color: #1c1b1b;
    cursor: default;
}

.blog-recent-thumbnail {
    border-radius: 16px;
    width: 85px;
    min-width: 85px;
    height: 85px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 1rem;
}

.blog-featured-img {
    border-radius: 16px;
}

.blog-section-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.32 !important;
    margin-bottom: 0;
}

.blog-featured-title {
    font-size: 24px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.blog-recent-title {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.32 !important;
    margin-bottom: 0;
}

.blog-general-title {
    font-size: 20px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    margin-top: 20px;
}

.post-each-link:hover .blog-general-title {
    text-decoration: underline;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    background-color: transparent !important;
}

.list-group-item-action:hover .blog-recent-title {
    text-decoration: underline;
    color: #000 !important;
}

.blog-featured-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.blog-featured-card-link:hover {
    background-color: transparent !important;
}

.blog-featured-card-link:hover .blog-featured-title {
    text-decoration: underline;
    color: #000 !important;
}

.post-each-link {
    text-decoration: none;
    display: block;
    color: inherit;
    margin-top: 20px;
}

.post-each-link:hover {
    background-color: transparent !important;
}

.post-each-link:hover .blog-general-title a.entry-title,
.post-each-link:hover .blog-general-title .entry-title {
    text-decoration: underline;
    color: #000 !important;
}

.post-each-link:hover .entry-content-area {
    background-color: #fff !important;
}

.blog-general-title .entry-title {
    font-size: 20px !important;
    line-height: 1.32 !important;
    font-weight: 700 !important;
    color: #000;
}

.blog-featured-card-link .card:hover {
    background-color: transparent !important;
}

.footer {
    background-color: #1c1b1b;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.footer-wrapper {
    padding: 72px 0;
}

.footer h6 {
    color: #fff;
    opacity: 0.7;
    letter-spacing: 1px;
}

.footer ul li {
    margin-bottom: 0.3rem;
}

.footer hr {
    opacity: 0.4;
}

.footer .custom-logo {
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer .pacal-logo {
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer .follow-us a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer .follow-us a svg {
    color: #fff;
    fill: #fff;
}

.payment-card {
    background: white;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.payment-card img {
    max-width: 100%;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 767px) {
    .footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .footer .d-flex.justify-content-between {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem;
        text-align: center;
    }
    .footer .d-flex.justify-content-between > div {
        width: 100%;
        justify-content: center !important;
    }
}

.footer-legales {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-legales-links a {
    opacity: 0.5;
    transition: opacity 250ms ease-in-out;
}

.footer-legales-links a:hover {
    opacity: 1;
}

@media (max-width: 767px) {
    .footer-bottom-section {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        gap: 2rem;
    }
    .footer-legales {
        align-items: center !important;
        text-align: center !important;
    }
    .footer-legales-links {
        justify-content: center !important;
    }
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .footer-copyright {
        align-items: center !important;
        text-align: center !important;
    }
}

.underline {
    --line: rgba(248, 249, 250, 0.75) !important;
    text-decoration: none;
    position: relative;
}

.underline span {
    background-image: linear-gradient(0deg, var(--line) 0%, var(--line) 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 1px;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    transform: translateZ(0);
}

.underline svg {
    vertical-align: middle;
    display: inline;
    line-height: 1;
    width: 13px;
    height: 20px;
    position: relative;
    top: 0;
    left: -5px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke: var(--line);
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
}

.underline:hover {
    --background-size: 0%;
    --background-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: 0.3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: 0.195s;
    --line: rgba(248, 249, 250, 1) !important;
}

.underline-dark {
    --line: #00719B !important;
}

.underline-dark:hover {
    --line: #00719B !important;
}

.error-404-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50vh;
    padding: 20px;
}

.error-404-image {
    max-width: 260px;
    width: 100%;
}

.bento-tile {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}


.bento-tile.bento-tile:not([href]) {
    cursor: default;
}

.bento-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.bento-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.bento-overlay {
    padding: 32px 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    flex-flow: column;
    align-items: flex-start;
    height: calc(0% + 90px);
    width: 100%;
    z-index: 2;
}

.bento-tile:hover .bento-overlay {
    height: 100%;
}

.bento-tile:hover .bento-content {
    max-height: 1000px;
}

.bento-title {
    margin: 0 !important;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Cooper', serif;
    flex-shrink: 0;
}

.bento-content {
    flex-flow: column;
    flex: 1;
    gap: 20px;
    max-height: 0;
    display: flex;
    overflow: hidden;
}

.bento-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    font-weight: 500;
}

.bento-button-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #111;
    font-weight: 600;
}

.bento-button-wrapper i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.bento-content-box {
    position: relative;
    z-index: 2;
    padding: 16px 18px;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.bento-content-box .button {
    width: max-content;
    margin: 0;
}

p, a, span, div, li, td, th, label, input, textarea, select, button:not(.fa):not([class*="fa-"]) {
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cooper', serif;
}

.footer-logo-large {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.footer-logo-large::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, transparent 0%, rgba(28, 27, 27, 0.8) 70%, #1c1b1b 100%);
    z-index: 1;
    pointer-events: none;
}

.footer-logo-large .custom-logo-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    display: block;
    pointer-events: none;
}

.footer-logo-large .custom-logo {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    opacity: 1;
    display: block;
    object-fit: contain;
    object-position: center top;
}

@media (max-width: 1024px) {
    .footer-logo-large {
        height: 120px;
    }

    .footer-logo-large .custom-logo-link {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .footer-logo-large {
        height: 50px;
    }

    .footer-logo-large .custom-logo-link {
        height: 100px;
    }
}

.footer-cta-wrapper {
    position: relative;
    z-index: 10;
}

.footer-cta-box {
    background: url(../img/bg-cta-footer.png) center center / cover no-repeat !important;
    border-radius: 16px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    min-height: 260px;
    display: flex;
    align-items: center;
    margin-bottom: -140px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footer-cta-content {
    max-width: 50%;
    position: relative;
    z-index: 1;
}

.footer-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 12px;
    line-height: 1.2;
}

.footer-cta-text {
    font-size: 16px;
    color: #000 !important;
    margin-bottom: 16px;
    line-height: 1.6;
}

.footer-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    font-size: 20px;
    font-weight: 600;
}

.footer-cta-button i {
    font-size: 24px;
}

.footer-cta-wrapper + .footer {
    padding-top: 150px !important;
}

@media (max-width: 1024px) {
    .footer-cta-box {
        padding: 50px;
        min-height: 240px;
        margin-bottom: -120px;
        max-width: 100%;
    }

    .footer-cta-content {
        max-width: 60%;
    }

    .footer-cta-title {
        font-size: 32px;
    }

    .footer-cta-text {
        font-size: 16px;
    }

    .footer-cta-wrapper + .footer {
        padding-top: 170px !important;
    }
}

@media (max-width: 767px) {
    .footer-cta-box {
        padding: 40px 30px;
        min-height: 220px;
        margin-bottom: -110px;
        background: #C2E2EB !important;
        max-width: 100%;
    }

    .footer-cta-content {
        max-width: 100%;
    }

    .footer-cta-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .footer-cta-text {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .footer {
        padding-top: 150px !important;
    }


    .case-card h1.entry-title,
    .case-card .entry-title {
        font-size: 1.75rem !important;
    }
}

/**
Temporal fixes
 */
.category-estudios .page-thumbnail {
    display: none;
}

.elementor-accordion-title {
    color: #000 !important;
}

.uc_post_list_title, .uc_post_list_title a {
    font-family: 'Cooper', serif !important;
    font-weight: 600;
}

.ue-grid-item-meta-data {
    color: #000 !important;
    font-family: 'Cooper', serif !important;
    font-weight: 600 !important;
    font-size: 34px !important;
    margin-bottom: 10px !important;
}

.ue-grid-item-meta-data:last-child {
    font-size: 18px !important;
    font-family: 'Quicksand', sans-serif !important;
    line-height: 1;
}

.biodiv-products-filter-wrapper {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
}

.biodiv-filter-mobile-toggle-wrap {
    display: none;
}

.biodiv-filter-mobile-overlay {
    display: none;
}

.biodiv-filter-panel {
    background: transparent;
}

.biodiv-filter-panel-header {
    display: block;
}

.biodiv-filter-mobile-close {
    display: none;
}

.biodiv-filter-title {
    font-family: 'Cooper', serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #000;
}

.biodiv-filter-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.biodiv-filter-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.biodiv-filter-section-label {
    font-family: 'Cooper', serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.biodiv-filter-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
}

.biodiv-filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    padding: 0;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.biodiv-filter-checkbox-label:hover {
    background-color: transparent;
}

.biodiv-filter-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #000;
    flex-shrink: 0;
}

.biodiv-filter-checkbox-label span {
    flex: 1;
}

.biodiv-filter-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.biodiv-filter-input,
.biodiv-filter-select {
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease;
    width: 100%;
}

.biodiv-filter-input:focus,
.biodiv-filter-select:focus {
    outline: none;
    border-color: #01719B;
}

.biodiv-filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.biodiv-filter-submit,
.biodiv-filter-clear {
    width: 100%;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.biodiv-filter-submit {
    background: #01719B;
    color: #fff;
    border: none;
}

.biodiv-filter-submit:hover {
    background: #005a7d;
}

.biodiv-filter-clear {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.biodiv-filter-clear:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

@media (max-width: 991px) {
    .biodiv-filter-mobile-toggle-wrap {
        display: block;
        margin-bottom: 12px;
    }

    .biodiv-filter-mobile-toggle {
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
        touch-action: manipulation;
    }

    .biodiv-filter-mobile-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
        z-index: 9998;
    }

    .biodiv-filter-panel {
        position: fixed;
        top: 0;
        left: 0;
        width: min(88vw, 360px);
        height: 100vh;
        height: 100dvh;
        background: #fff;
        padding: 20px 16px;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translateX(-100%);
        transition: transform 0.25s ease;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.2);
        -webkit-overflow-scrolling: touch;
    }

    .biodiv-filter-panel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 15px;
    }

    .biodiv-filter-panel .biodiv-filter-title {
        margin: 0;
        font-size: 22px;
    }

    .biodiv-filter-mobile-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        color: #000;
        cursor: pointer;
        touch-action: manipulation;
    }

    .biodiv-filter-panel .biodiv-filter-form {
        flex: 1;
        overflow-y: auto;
        padding-right: 4px;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    .biodiv-products-filter-wrapper.is-mobile-open .biodiv-filter-mobile-overlay {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .biodiv-products-filter-wrapper.is-mobile-open .biodiv-filter-panel {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateX(0);
    }

    body.biodiv-filter-mobile-open {
        overflow: hidden;
    }
}

button.button.add-to-cart,
.button.add-to-cart,
.biodiv-product-actions button.add-to-cart,
.biodiv-product-actions .button.add-to-cart {
    background: #00719B !important;
    color: #fff !important;
    border: 1px solid #00719B !important;
}

button.button.add-to-cart:hover,
button.button.add-to-cart:focus,
.button.add-to-cart:hover,
.button.add-to-cart:focus,
.biodiv-product-actions button.add-to-cart:hover,
.biodiv-product-actions button.add-to-cart:focus,
.biodiv-product-actions .button.add-to-cart:hover,
.biodiv-product-actions .button.add-to-cart:focus {
    background: #00B3F0 !important;
    border-color: #00B3F0 !important;
    color: #fff !important;
}

.faqs-headers {
	border: solid 1px #d5d8dc !important;
	border-radius: 12px 12px !important;
}

.faqs-headers .e-n-accordion-item:first-child .e-n-accordion-item-title {
	border-radius: 12px 12px 0 0 !important;
}

.faqs-headers .e-n-accordion-item:last-child .e-n-accordion-item-title {
	border-radius: 0 0 12px 12px !important;
}

.faqs-headers .e-n-accordion-item-title {
	padding: 20px 24px !important;
	transition: background 0.2s ease !important;
}

.faqs-headers .e-n-accordion-item-title:hover {
	cursor: pointer !important;
	background: #f5f5f5 !important;
}

.faqs-headers .e-n-accordion-item {
	border-bottom: solid 1px #d5d8dc !important;
}

.faqs-headers .e-n-accordion-item:last-child {
	border-bottom: none !important;
}

.faqs-headers .e-n-accordion-item-title-text {
    font-family: 'DM Sans', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}




