html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

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

body {
    background-color: #fff;
    color: #333;
    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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-block-end: 1rem;
    margin-block-start: .5rem;
}

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-block-end: .9rem;
    margin-block-start: 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    color: #304F6c;
    text-decoration: none
}

a:active,
a:hover {
    color: #336
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-block-end: none;
    -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: -.25em
}

sup {
    top: -.5em
}

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

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    color: #333;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4
}

[hidden],
template {
    display: none
}

@media print {

    *,
    :after,
    :before {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        -moz-column-break-inside: avoid;
        border: 1px solid #ccc;
        break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    width: auto
}

[type=button],
[type=submit],
button {
    background-color: transparent;
    border: 1px solid #c36;
    border-radius: 3px;
    color: #c36;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap
}

[type=button]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #c36;
    color: #fff;
    text-decoration: none
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end: 15px;
    width: 100%
}

table td,
table th {
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

table th {
    font-weight: 700
}

table tfoot th,
table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50%, .502)
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50%, .071)
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: hsla(0, 0%, 50%, .102)
}

table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50%, .502)
}

@media(max-width:767px) {
    table table {
        font-size: .8em
    }

    table table td,
    table table th {
        line-height: 1.3;
        padding: 7px
    }

    table table th {
        font-weight: 400
    }
}

dd,
dl,
dt,
li,
ol,
ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end: 0;
    margin-block-start: 0;
    outline: 0;
    vertical-align: baseline
}

.comments-area a,
.page-content a {
    text-decoration: underline
}

.alignright {
    float: right;
    margin-left: 1rem
}

.alignleft {
    float: left;
    margin-right: 1rem
}

.aligncenter {
    clear: both;
    display: block;
    margin-inline: auto
}

.alignwide {
    margin-inline: -80px
}

.alignfull {
    margin-inline: calc(50% - 50vw);
    max-width: 100vw
}

.alignfull,
.alignfull img {
    width: 100vw
}

.wp-caption {
    margin-block-end: 1.25rem;
    max-width: 100%
}

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

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

.wp-caption img {
    display: block;
    margin-inline: auto
}

.wp-caption-text {
    margin: 0
}

.gallery-caption {
    display: block;
    font-size: .8125rem;
    line-height: 1.5;
    margin: 0;
    padding: .75rem
}

.pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px auto
}

.sticky {
    display: block;
    position: relative
}

.bypostauthor {
    font-size: inherit
}

.hide {
    display: none !important
}

.post-password-form {
    margin: 50px auto;
    max-width: 500px
}

.post-password-form p {
    align-items: flex-end;
    display: flex;
    width: 100%
}

.post-password-form [type=submit] {
    margin-inline-start: 3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 12px 24px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.post .entry-title a {
    text-decoration: none
}

.post .wp-post-image {
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media(max-width:991px) {
    .post .wp-post-image {
        max-height: 400px
    }
}

@media(max-width:575px) {
    .post .wp-post-image {
        max-height: 300px
    }
}

#comments .comment-list {
    font-size: .9em;
    list-style: none;
    margin: 0;
    padding: 0
}

#comments .comment,
#comments .pingback {
    position: relative
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    border-block-end: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    padding-block-end: 30px;
    padding-block-start: 30px;
    padding-inline-end: 0;
    padding-inline-start: 60px
}

#comments .comment .avatar,
#comments .pingback .avatar {
    border-radius: 50%;
    left: 0;
    margin-inline-end: 10px;
    position: absolute
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar,
html[dir=rtl] #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar {
    left: auto;
    right: 0
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin-block-end: .9rem
}

#comments .comment-metadata,
#comments .reply {
    font-size: 11px;
    line-height: 1
}

#comments .children {
    list-style: none;
    margin: 0;
    padding-inline-start: 30px;
    position: relative
}

#comments .children li:last-child {
    padding-block-end: 0
}

#comments ol.comment-list .children:before {
    content: "↪";
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    left: 0;
    line-height: 100%;
    position: absolute;
    top: 45px;
    width: auto
}

body.rtl #comments ol.comment-list .children:before,
html[dir=rtl] #comments ol.comment-list .children:before {
    content: "↩";
    left: auto;
    right: 0
}

@media(min-width:768px) {

    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1
    }
}

@media(max-width:767px) {
    #comments .comment .comment-body {
        padding: 30px 0
    }

    #comments .children {
        padding-inline-start: 20px
    }

    #comments .comment .avatar {
        float: left;
        position: inherit
    }

    body.rtl #comments .comment .avatar,
    html[dir=rtl] #comments .comment .avatar {
        float: right
    }
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-header .header-inner,
body:not([class*=elementor-page-]) .site-main {
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 100%
}

@media(max-width:575px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main {
        padding-inline-end: 16px;
        padding-inline-start: 16px
    }
}

@media(min-width:576px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 500px
    }

    .site-footer.footer-full-width .footer-inner,
    .site-header.header-full-width .header-inner {
        max-width: 100%
    }
}

@media(min-width:768px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 600px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

@media(min-width:992px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 800px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

@media(min-width:1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-header .header-inner,
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px
    }

    .site-footer.footer-full-width,
    .site-header.header-full-width {
        max-width: 100%
    }
}

.site-header+.elementor {
    min-height: calc(100vh - 320px)
}

.search-form {
    max-width: 294px;
    position: relative
}

.search-form label {
    width: 100%
}

.search-form .search-field {
    padding-inline-start: 2.5rem;
    background: #f8f8f8;
    border: 0;
}

.search-form .search-submit {
    border: unset;
    color: unset;
    /* inset-inline-start: -.25rem; */
    position: absolute;
    top: 6px;
    left: 8px;
    padding: 4px;
    background: #f8f8f8;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
    background-color: none;
    color: unset
}

.ehp-pagination .nav-links {
    display: flex
}

.ehp-pagination .page-numbers {
    align-items: center;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    min-width: 40px;
    text-decoration: none
}

.ehp-pagination .page-numbers.current {
    background: #336;
    border-radius: 4px;
    color: #fff
}

.ehp-pagination .page-numbers .meta-nav {
    align-items: center;
    display: inline-flex
}

.search .site-main {
    display: flex;
    gap: 60px;
    padding: 60px;
    background: #f3f4f8;
}

.search .entry-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0;
    padding: 0
}


.search .entry-title span {
    font-weight: 400;
    color: #304F6c;
    border-bottom: 1px solid #2098D1;
}

.search .page-content {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 60px;
}

.search .posts-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.search .posts-container .post {
    border-bottom: 1px solid #ccc;
    padding: 0 0 24px 0;
}

.search.search-no-results .page-content {
    gap: 32px
}

@media(max-width:992px) {
    .search .site-main {
        flex-direction: column
    }
}

.error404 .site-main {
    margin-top: 5%;
    padding: 60px;
    text-align: center
}

.error404 .entry-title {
    font-size: 2rem;
    font-weight: 700
}

.error404 .search-form {
    margin: 0 auto;
    max-width: 270px
}

/*----- HEADER ----------*/

.hidden {
    visibility: hidden;
    display: none;
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.header-logo {
    position: relative;
    z-index: 10;
    margin-top: -50px;
}

.header-logo a {
    display: contents;
}

.logo.header--logo {
    max-width: 300px;
    padding: 56px 0 16px 0;
    margin: 0 auto;
}

.translate {
    padding: 15px 0;
    text-transform: uppercase;
}

.nav-translate {
    max-width: 188px;
    margin: 0 auto;
}

.mobile .nav-translate {
    padding: 0;
}

.nav-translate.nav-translate--header {
    max-width: auto;
}

.nav-translate li {
    padding: 0 10px;
    list-style: none;
}

.nav-translate.nav-translate--header li {
    padding: 20px 10px;
    text-transform: uppercase;
}

.nav-translate li a {
    color: #939393;
    display: block;
    font-family: 'Archivo', sans-serif;
}

.nav-translate li a.active,
.nav-anchor li a.active {
    font-weight: bold;
}

.nav-translate li a.active,
.nav-translate li a:hover,
.nav-anchor li a.active {
    color: #2f80a3;
}

.nav-translate li a.active::after {
    content: ' ';
}

.search {
    padding: 15px 0;
}

.search-block {
    max-width: 220px;
    margin: 0 auto;
}

.search-box {
    display: inline-flex;
    width: 220px;
    height: 40px;
    font-size: 26px;
    align-items: center;
    position: relative;
    z-index: 5;
}

.search-box .searchform,
.custom-search-form {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    background: #f8f8f8;
    width: 100%;
    max-width: 220px;
    height: 36px;
    padding: 5px 5px 5px 35px;
}

.search-box .searchform input,
input[type="text"].search-field {
    margin: 0;
    height: 30px;
    font-size: 1rem;
    line-height: 1;
    float: left;
    padding: 0 12px 4px 4px;
    width: 100%;
    background: transparent;
    color: #222;
    border: 0;
}

.search-box .search_icon {
    z-index: 20;
    position: relative;
    cursor: pointer;
    /* top: 0;
    right: -15px; */
    vertical-align: middle;
}

.searchform fieldset {
    padding: 0;
    border: 0;
}

@media screen and (min-width: 64em) {
    .logo.header--logo {
        margin: 0;
    }

    .translate,
    .search {
        padding: 15px 0 15px 0;
    }

    .nav-translate,
    .search-block {
        margin-top: 110px;
    }

    .nav-translate li a {
        line-height: 2.5;
    }
}

/* MENU */

.menu-toggle-forums {
    display: none;
}

.menu-toggle-tlci,
.mobile .menu-toggle-forums {
    width: 60px;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: 16px;
    right: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile .menu-toggle-forums {
    right: 16px;
}

.menu-toggle-tlci span,
.menu-toggle-tlci span:before,
.menu-toggle-tlci span:after,
.mobile .menu-toggle-forums span,
.mobile .menu-toggle-forums span:before,
.mobile .menu-toggle-forums span:after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 10px;
    background-color: #00bdd6;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile .menu-toggle-forums span,
.mobile .menu-toggle-forums span:before,
.mobile .menu-toggle-forums span:after {
    color: #00889A;
}

.menu-toggle-tlci span:before,
.mobile .menu-toggle-forums span:before {
    top: 10px;
}

.menu-toggle-tlci span:after,
.mobile .menu-toggle-forums span:after {
    bottom: 14px;
}

.menu-toggle-tlci.is--active {
    z-index: 1002 !important;
    display: flex;
    align-items: center;
    position: fixed;
    cursor: pointer;
}

.menu-toggle-tlci.is--active span,
.menu-toggle-tlci.is--active span:before,
.menu-toggle-tlci.is--active span:after,
.mobile .menu-toggle-forums.is--active span,
.mobile .menu-toggle-forums.is--active span:before,
.mobile .menu-toggle-forums.is--active span:after {
    content: "";
    display: block;
    height: 4px;
    border-radius: 10px;
    background-color: #ccc;
    width: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle-tlci.is--active span:before,
.mobile .menu-toggle-forums.is--active span:before {
    top: 0px;
    transform: rotate(80deg);
}

.menu-toggle-tlci.is--active span,
.mobile .menu-toggle-forums.is--active span {
    bottom: 0px;
    background-color: #ccc;
    transform: rotate(-40deg);
}

.menu-toggle-tlci.is--active span:after,
.mobile .menu-toggle-forums.is--active span:after {
    opacity: 0;
    background-color: #fff;
    transform: rotate(-45deg);
}

@media screen and (min-width: 55em) {
    .menu-toggle-tlci {
        width: 32px;
        margin-right: 12px;
        top: 20px;
        padding: 0;
    }
}


/* NAV FORUMS */

.mobile .menu-toggle-forums {
    width: 200px;
    border: 2px solid #00889A;
    border-radius: 40px;
    margin: 8px 0 24px 0;
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
}

.mobile .menu-toggle-forums div {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #00889A;
}

.mobile .menu-toggle-forums span {
    max-width: 40px;
}

.mobile .nav-forums {
    width: 100%;
    height: 80px;
    visibility: hidden;
    background: #fff;
    padding: 40px 24px;
    transform: translateY(-10%);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

.mobile .nav-forums.is--open {
    padding: 80px 24px 40px 24px;
}

.mobile .nav-forums.is--open {
    transform: translateY(0);
    visibility: visible;
    height: auto;
    opacity: 1;
    display: flex;
}

/* NAV */

.nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    height: 100%;
    background: #00aac0;
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nav a {
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    display: block;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

.menu__item {
    padding: 100px 20px 10px 35px;
    font-weight: 700;
    margin: 0;
}

.mobile .menu__item {
    padding: 56px 20px 10px 35px;
}

.menu__item li {
    list-style: none;
    margin-bottom: 8px;
}

.menu__subitem {
    margin-top: 0;
    font-weight: 500;
    padding: 0;
}

.menu__subitem li {
    margin-left: 16px;
    line-height: 1.3;
    margin-bottom: 0;
}

.menu__subitem li a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    text-transform: none;
    font-weight: normal;
}

.menu-item-has-children>a:after {
    display: none;
}

.sub-menu li a:before {
    display: none;
}

.sub-menu li a:hover {
    font-weight: bold;
    color: #000;
}

.sub-menu li a span {
    font-weight: normal;
    display: block;
    font-size: .85rem;
    display: none;
}

.nav.is--open {
    transform: translateX(0%);
    z-index: 101;
}

.nav .menu__item {
    position: relative;
    right: -50px;
    opacity: 0;
    visibility: hidden;
}

.nav.is--open .menu__item {
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}



@media screen and (min-width: 320px) {
    .nav {
        width: 100%;
    }
}

@media screen and (min-width: 600px) {
    .nav {
        width: 50%;
    }
}

@media screen and (min-width: 55em) {
    .menu__item {
        padding: 84px 20px 10px 35px;
    }

    .menu__item li {
        margin-bottom: 10px;
    }

    .menu__item li ul li {
        margin-bottom: 0;
    }

    .menu-toggle {
        width: 32px;
        margin-right: 12px;
        top: 20px;
        padding: 0;
    }
}

@media screen and (min-width: 75em) {
    .nav {
        width: 22%;
    }
}

.menu {
    height: 100%;
}


/*----- FOOTER AND HEADER -----*/

.hero {
    width: 100%;
    display: inline-block;
    position: relative;
}

.blog .hero {
    margin-bottom: 0;
}

.copy {
    background: #3eac4e;
    padding: 1rem 0 0.3rem 0;
}

.copy-header-logo {
    margin-top: 15px;
    padding: 1rem 0;
}

.footer {
    background: #2f80a3;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.part-1 {
    padding: 4em 0 0 0;
}

.footer--nav {
    margin: 1rem 0;
    display: block;
    flex-wrap: wrap;
}

.mobile .footer--nav {
    padding: 0;
}

.footer li a {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

.footer-nav--copy {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.footer .footer-nav li {
    list-style: none;
    padding: 0 8px;
}

.footer-nav--copy li:first-child {
    width: 100%;
    text-align: center;
}

.footer .footer-nav li a,
.footer-nav--copy li a {
    font-size: 16px;
    color: #fff;
    list-style: none;
}

.footer-nav--copy li a {
    font-size: 75%;
    margin: 0 5px;
    display: block;
    width: 100%;
}

.footer-nav-newsletter {
    margin-top: 15px;
}

.footer-nav--newsletter a span {
    color: #6eff83;
}

.contact--title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.mobile .contact--title,
.mobile .address {
    text-align: center;
}

.copy .text-right {
    text-align: left;
}

.message,
.policy {
    margin: 15px 0;
}

.policy {
    align-content: center;
}

.mobile .message {
    margin: 24px 0;
    text-align: center;
}

@media screen and (min-width: 64em) {

    .footer--nav {
        margin: 0;
    }

    .footer .footer-nav li {
        margin: 0 1rem 8px 1rem;
    }

    .footer-nav li {
        padding-right: 0;
    }

    .copy .text-right {
        text-align: right;
    }
}

.footer .btn-primary {
    background-color: #ff5c82;
    color: #fff;
    border: 1px solid #ff5c82;
    border-radius: 0;
}

.footer .btn.btn-secondary,
.block-h-container .btn.btn-secondary {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.4rem 1rem;
    font-size: 1.1rem;
    line-height: 1.2;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    opacity: 1;
    white-space: break-spaces;
}

.footer .btn.btn-secondary,
.block-h-container .btn.btn-secondary,
.ctct-submit,
.form-submit #submit,
.donate-amount .single_add_to_cart_button,
.post-password-form input {
    position: relative;
    background-color: #3eac4e;
    color: #fff;
    top: 0;
    transition: all .3s ease-in-out;
    border: 0;
    word-break: break-word;
    height: auto;
    border-radius: 0;
}


/* SLOGAN */

.slogan {
    margin: 80px 0;
    font-family: 'Archivo', sans-serif;
}

.slogan h3 {
    font-size: 3.5em;
    line-height: auto !important;
    letter-spacing: 0;
    position: relative;
    font-weight: bold;
    width: auto;
    padding: 0;
    padding-bottom: 16px;
}

.hvr-underline::after,
.btn-more::after,
.slogan h3::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.slogan h3.blue::after,
.slogan h3.connect::after,
.slogan h3.support::after {
    background: #00aac0;
}

.slogan h3.green::after,
.slogan h3.convene::after {
    background: #3eac4e;
}

.slogan h3.gray::after,
.slogan h3.advocate::after {
    background: #7c92a6;
}

.slogan h3:hover::after {
    right: 0;
}

.connect,
.support,
.slogan .connect a,
.slogan .support a {
    position: relative;
    color: #00aac0;
}

.slogan .connect .active,
.slogan .support .active {
    box-shadow: inset 0 -4px 0 #00aac0;
}

.convene,
.slogan .convene a {
    color: #3eac4e;
}

.slogan .convene .active {
    box-shadow: inset 0 -4px 0 #3eac4e;
}

.advocate,
.slogan .advocate a {
    color: #7c92a6;
}

.slogan .advocate .active {
    box-shadow: inset 0 -4px 0 #7c92a6;
}

.slogan h3 {
    margin-right: 15px;
}

.support-home {
    margin-bottom: 0;
}

.connect,
.support,
.slogan .connect a,
.slogan .support a {
    position: relative;
    color: #00aac0;
}

.block-h {
    position: relative;
}

.block-h img {
    width: 100%;
}

.block-h-image {
    z-index: -1;
    position: relative;
    overflow: hidden;
}

.block-h-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.15); */
    z-index: 2;
    height: 100%;
    overflow: hidden;
}

.block-h-title--slogan {
    width: 100%;
    font-size: 60px;
    /* position: absolute;
	top: 22vh; */
    text-align: center;
    /* padding-left: 15px; */
}

.block-h .container {
    position: relative;
    /* bottom: 3px; */
    max-width: 1140px;
    padding: 0;
}

.block-h-container {
    width: 100%;
    position: relative;
    /* bottom: 45px; */
    margin: 0 auto;
}

.block-h-container {
    width: 100%;
    position: relative;
    /* bottom: 45px; */
    margin: 0 auto;
}

.h-menu-block {
    font-weight: bold;
}

.h-menu-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: right;
}

.h-text-block {
    padding: 10px 45px;
    color: #fff;
}

.h-text-block p {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.connect .h-text-block,
.support .h-text-block {
    background: rgba(0, 189, 214, .8);
}

.support-title {
    top: 30vh;
}

.support-title--top {
    top: 0;
}

.support-title {
    width: 100%;
    text-align: center;
}

.support-title h1 {
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 75px;
    color: #00aac0;
}

.support-title--top {
    text-transform: uppercase;
    padding: 5px 0;
    top: 0;
    background: rgba(62, 172, 78, .6);
}

.support-title--top h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.support h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.copy .text-right {
    text-align: left;
}

@media screen and (min-width: 45em) {
    .support h4 {
        margin: 0 0 10px 0;
    }

    .block-h-container {
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }

    .block-h-title--slogan {
        position: absolute;
        top: 22vh;
        color: #fff;
    }

    .support-title {
        position: absolute;
        top: 7vh;
        color: #fff;
    }

    .support-title h1 {
        text-align: left;
        padding-left: 5vw;
        max-width: 80%;
    }
}

@media screen and (min-width: 64em) {
    .slogan h3 {
        margin-right: 15px;
    }

    .block-h-image::before {
        max-height: 427px;
    }

    .block-h-title--slogan {
        width: 100%;
        /* padding-left: 38px; */
        font-size: 64px;
    }

    .single-page-textblock h4 {
        min-height: 35px;
    }

    .last {
        margin-right: 0;
    }

    .support-title {
        top: 30vh;
    }

    .support-title--top {
        top: 0;
    }
}

@media screen and (min-width: 64em) and (orientation: portrait) {
    .support-title {
        top: 7vh;
    }

    .support-title.support-title--top {
        top: 0;
    }
}

@media screen and (min-width: 64em) and (orientation: landscape) {
    .support-title {
        top: 15vh;
    }

    .support-title.support-title--top {
        top: 0;
    }
}

@media screen and (min-width: 75em) {
    .support-title {
        top: 30vh;
    }

    .support-title h1 {
        padding-left: 120px;
        color: #fff;
    }
}

@media screen and (min-width: 64em) {
    .footer--nav {
        margin: 0;
        padding: 0;
    }

    .footer .footer-nav li {
        margin: 0 1rem 0 1rem;
    }

    .footer-nav li {
        padding-right: 0;
    }

    .copy .text-right {
        text-align: right;
    }
}

/* btn */

.btn,
.ctct-submit,
.form-submit #submit,
.donate-amount .single_add_to_cart_button {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.4rem 1rem;
    font-size: 1.1rem;
    line-height: 1.2;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    opacity: 1;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    background-color: #ff5c82;
    color: #fff;
    border: 1px solid #ff5c82;
    word-break: break-word;
}

.btn-primary:hover {
    background-color: #ff5c82;
    border-color: #fff;
}

.btn-primary {
    background-color: #ff5c82;
    color: #fff;
    border: 1px solid #ff5c82;
}

.btn-secondary,
.ctct-submit,
.form-submit #submit,
.donate-amount .single_add_to_cart_button,
.post-password-form input {
    position: relative;
    background-color: #3eac4e;
    color: #fff;
    top: 0;
    transition: all .3s ease-in-out;
    border: 0;
    word-break: break-word;
    height: auto;
}

.btn-secondary.text-dark {
    color: #062e0c;
}

.footer .btn-primary {
    min-height: 68px;
}

.ico {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    margin-top: -.5em;
    margin-bottom: -.5em;
    margin-left: .5em;
    background-repeat: no-repeat;
    background-position: center center;
}

.ico.ico-facebook {
    background-image: url("https://latinocancerinstitute.org/wp-content/themes/tlci/assets/images/icons/facebook.svg");
}

.ico.ico-instagram {
    background-image: url("https://latinocancerinstitute.org/wp-content/themes/tlci/assets/images/icons/instagram.svg");
}

.ico.ico-threads {
    background-image: url("https://latinocancerinstitute.org/wp-content/themes/tlci/assets/images/icons/threads.svg");
}

.ico.ico-twitter {
    background-image: url("../images/icons/twitter.svg");
}

.ico.ico-vimeo {
    background-image: url("https://latinocancerinstitute.org/wp-content/themes/tlci/assets/images/icons/vimeo.svg");
}

.ico.ico-linkedin {
    background-image: url("https://latinocancerinstitute.org/wp-content/themes/tlci/assets/images/icons/linkedin.svg");
}

.footer .social-media {
    margin-top: 30px;
    justify-content: center;
}

.footer .social-media button .ico {
    margin: auto;
}

.footer .social-media button {
    width: 48px;
    height: 48px;
    padding: .03rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    margin: 0 .3em;
    background: #fff;
}

.member-aacr {
    margin: 30px 0;
}

.footer .member-aacr h6 {
    margin-bottom: 5px;
    color: #fff;
}

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

.copy {
    background: #3eac4e;
    color: #fff;
    padding: 1rem 0 0.3rem 0;
}


.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 3vh;
    height: 35px;
    width: 35px;
    z-index: 1000;
    border-radius: 50%;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .20);
    cursor: pointer;
    background: rgba(0, 170, 192, .7);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* GRID */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -.5em;
    margin-left: -.5em;
}

.row-no-gutter {
    margin-left: -1em;
    margin-right: -1em;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
p.ctct-form-field.ctct-form-field-submit,
.ctct-disclosure {
    position: relative;
    width: 100%;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media screen and (min-width: 20em) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        /* flex: 0 0 100%; */
        max-width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 48em) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        /* flex: 0 0 100%; */
        max-width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-05 {
        margin-left: 5%;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }

    p.ctct-form-field.ctct-form-field-submit,
    .ctct-disclosure {
        padding: 0;
    }

    p.ctct-form-field.ctct-form-field-submit {
        float: left;
    }

    .ctct-disclosure {
        display: inline-block;
    }
}

@media screen and (min-width: 64em) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4,
    p.ctct-form-field.ctct-form-field-submit {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8,
    .ctct-disclosure {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media screen and (min-width: 75em) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/* Template */

.site-header {
    justify-content: center;
    transition: all .3s ease-in-out;
}

.site-header.site-header-sticky {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .10);
    transition: all .5s ease-in-out;
}

.mobile .site-header.site-header-sticky {
    flex-direction: row;
    justify-content: start;
}

.site-header .site-branding {
    display: none;
}

.title-forum-series {
    font-size: 1px;
}

.tag-topi {
    transform 0.3s ease;
}

.tag-topic:hover {
    transform: scale(1.05);
}

.program-book-cover {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.program-book-cover:hover {
    transform: translateY(-10px) rotate(3deg);
}


/* FOOTER */

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.container {
    max-width: 75em;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* SLIDER / ROTATOR */

.elementor-element-1fcab7d.e-con-full.rotator-container {
    position: relative !important;
    margin: 0 auto;
    overflow: hidden !important;
    display: block !important;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); */
}

.rotator-slide {
    display: none !important;
    background: linear-gradient(135deg, #f5f6f7 0%, #e8eaed 100%);
    padding: 50px;
    text-align: center;
}

.rotator-slide.active {
    display: block !important;
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Rotator Controls */
.rotator-controls {
    text-align: center;
    margin-top: 30px;
}

.rotator-controls .rotator-dot {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background: #cfd4dc;
    border: none;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rotator-dot.active {
    background: #07aec4;
    transform: scale(1.2);
}


/* CARD FLIP */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    perspective: 1000px;
}

.flip-card {
    width: 100%;
    height: 300px;
    position: relative;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.3s ease;
}


.flip-card-back {
    background: white;
    color: #1b252f;
    transform: rotateY(180deg);
    border: 2px solid #07aec4;
}

.elementor-widget-image a {
    width: 100%;
}

.forum-bubbles {
    transition: all .3s ease-in-out;
}

.forum-bubbles:hover {
    transform: translateY(-16px);
}

@media (min-width: 2000px) {
    .elementor-189 .elementor-element.card-video {
        --width: 22% !important;
    }
}


.social-icon {
    padding: 0;
    list-style: none;
    display: flex;
}

.social-icon .ico {
    color: #fff;
    filter: brightness(100);
    margin-left: 0;
}

.social-icon li a {
    width: 48px;
    height: 48px;
    margin: 0 4px;
    background: var(--e-global-color-3d460c3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}

.elementor-widget.elementor-widget-text-editor ul{
    margin-bottom: 24px;
}