@import url(choices.css);.earth-topics-container {
    overflow: hidden;
    padding-top: 80px;
    min-height: calc(100vh - 90px)
}

.earth-topics-container .choices__list--dropdown .choices__item--selectable,.earth-topics-container .choices__list[aria-expanded] .choices__item--selectable {
    padding: 6px 20px
}

.earth-topics-container .choices__list--dropdown .choices__item--selectable.is-highlighted::after,.earth-topics-container .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    display: none
}

.earth-topics-container .choices__list--dropdown .choices__list .choices__placeholder {
    display: none
}

.earth-topics-container .choices__list--dropdown .choices__item--selectable.is-highlighted,.earth-topics-container .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #F5EEDC
}



.earth-topics-container .choices[data-type*=select-one].is-open::after {
    margin-top: -6px;
    transform: rotateZ(180deg)
}


.earth-topics-container .load-more {
    cursor: pointer;
    text-align: right;
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1B806D
}

.earth-topics-container .load-more:hover {
    color: #115E67
}

.earth-topics-container .load-more.loading::after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    animation: loadingAnimation steps(4, end) 900ms infinite;
    content: "\2026";
    width: 0;
    margin-left: 3px
}

@keyframes loadingAnimation {
    to {
        width: 20px
    }
}

.earth-topics-container .topics-dropdown,.earth-topics-container .globe-filter {
    margin-top: 19px
}

.earth-topics-container .topics-dropdown label,.earth-topics-container .globe-filter label {
    margin-bottom: 10px
}

.earth-topics-container .topics-dropdown .choices,.earth-topics-container .globe-filter .choices {
    width: 275px
}

@media (max-width: 600px) {
    .earth-topics-container .topics-dropdown .choices,.earth-topics-container .globe-filter .choices {
        width:100%
    }
}

.earth-topics-container .topics-dropdown .choices__inner,.earth-topics-container .globe-filter .choices__inner {
    background: #F5F3EE;
    border: none;
    border-radius: 10px 0;
    padding: 2px 17px !important;
    min-height: unset
}

.earth-topics-container .topics-dropdown .choices__placeholder,.earth-topics-container .globe-filter .choices__placeholder {
    opacity: 1
}

.earth-topics-container .topics-dropdown .choices__item,.earth-topics-container .globe-filter .choices__item {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.earth-topics-container .topics-dropdown .choices__list--dropdown,.earth-topics-container .topics-dropdown .choices__list[aria-expanded],.earth-topics-container .globe-filter .choices__list--dropdown,.earth-topics-container .globe-filter .choices__list[aria-expanded] {
    border: none
}

@media (max-width: 600px) {
    .earth-topics-container .topics-dropdown {
        margin-bottom:20px
    }
}

.earth-topics-container .globe-filter .choices__inner {
    background: #F5F3EE;
    padding: 5px 19px
}

.earth-topics-container .globe-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

.earth-topics-container .globe-content-wrapper {
    position: relative;
    transition: 1.6s;
    top: 0
}

.earth-topics-container .globe-content-wrapper.fade .globe-title-row,.earth-topics-container .globe-content-wrapper.fade .globe-main,.earth-topics-container .globe-content-wrapper.fade .globe-sidebar {
    pointer-events: none
}

.earth-topics-container .globe-content-wrapper.fade .earth-topic-label {
    opacity: 0 !important
}

.earth-topics-container .globe-content-wrapper.fade .globe-sidebar {
    opacity: 0;
    height: 1px
}

.earth-topics-container .globe-content-wrapper.fade .globe-content {
    opacity: 0
}

.earth-topics-container .globe-content-wrapper.fade .globe-graphic-wrapper {
    transform: scale(1.5)
}

.earth-topics-container .globe-content-wrapper.close {
    top: calc(-1400px + 775px);
    margin-bottom: calc(-1400px + 700px)
}

@media (max-width: 1555px) {
    .earth-topics-container .globe-content-wrapper.close {
        top:calc(-90vw + 775px);
        margin-bottom: calc(-90vw + 700px)
    }
}

@media (max-width: 1200px) {
    .earth-topics-container .globe-content-wrapper.close {
        top:-60vw;
        margin-bottom: calc(-50px - 60vw)
    }
}

@media (max-width: 800px) {
    .earth-topics-container .globe-content-wrapper.close {
        top:-100vw;
        margin-bottom: calc(-50px - 100vw)
    }
}

@media (max-width: 600px) {
    .earth-topics-container .globe-content-wrapper.close {
        top:-120vw;
        margin-bottom: calc(-50px - 120vw)
    }
}

.earth-topics-container .globe-title-row {
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between
}

@media (max-width: 600px) {
    .earth-topics-container .globe-title-row {
        flex-direction:column
    }
}

.earth-topics-container .globe-title {
    max-width: 450px
}

.earth-topics-container .globe-title h1 {
    color: #2A5D66
}

.earth-topics-container .globe-main {
    display: flex;
    flex: 1
}

@media (max-width: 1200px) {
    .earth-topics-container .globe-main {
        flex-direction:column;
        padding-right: 60px
    }
}

@media (max-width: 800px) {
    .earth-topics-container .globe-main {
        padding-right:0
    }
}

.earth-topics-container .globe-content {
    flex: 0 0 350px;
    flex-grow: 1;
    display: flex;
    transition: opacity .5s;
    margin-top: 15px
}

@media (max-width: 1200px) {
    .earth-topics-container .globe-content {
        flex:1;
        margin-bottom: 30px
    }
}

@media (max-width: 600px) {
    .earth-topics-container .globe-content {
        margin-bottom:0
    }
}

@keyframes spin-graphic-spin {
    from {
        transform: rotateY(0deg)
    }

    to {
        transform: rotateY(359deg)
    }
}

.earth-topics-container .globe-content .globe-instructions {
    display: flex
}

.earth-topics-container .globe-content .globe-instructions .spin-graphic {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    background-image: url("../../public/build/images/polygon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spin-graphic-spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 11px
}

.earth-topics-container .globe-content .globe-instructions .globe-instructions-text {
    flex: 1
}

.earth-topics-container .globe-content .globe-instructions p {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.03em
}

.earth-topics-container .globe-content h3 {
    margin-bottom: 5px;
    margin-top: 3px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em
}

.earth-topics-container .globe-content p {
    font-size: 14px
}

.earth-topics-container .globe-graphic-wrapper {
    flex-grow: 1;
    cursor: url("../../public/build/images/360.svg") 30 30,auto;
    margin: 0 auto;
    transition: .4s;
    width: 100%
}

.earth-topics-container .globe-graphic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    max-width: 80vw;
    max-height: 80vh;
    margin: -80px auto 0;
    transition: .4s;
    top: -4vw
}

@media (max-width: 1200px) {
    .earth-topics-container .globe-graphic {
        top:unset
    }
}

@media (max-width: 800px) {
    .earth-topics-container .globe-graphic {
        margin-top:0
    }
}

.earth-topics-container #earth-topics-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: right 1.6s, top 1.6s;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.earth-topics-container #earth-topics-canvas.move {
    right: -18vw;
    top: -20px
}

.earth-topics-container #earth-topics-canvas canvas {
    position: absolute;
    top: 0;
    touch-action: pan-y
}

.earth-topics-container .earth-topic-label-wrapper {
    margin-top: 15px;
    cursor: pointer
}

.earth-topics-container .earth-topic-label {
    transition: opacity .4s;
    background: #2A5D66;
    color: white;
    padding: 2px 15px;
    border-radius: 8px 0 8px 0;
    margin-top: 20px;
    pointer-events: all;
    touch-action: auto
}

.earth-topics-container .globe-sidebar {
    flex: 0 0 280px;
    transition: opacity .2s
}

@media (max-width: 800px) {
    .earth-topics-container .globe-sidebar {
        flex:1 1 100%
    }
}

.earth-topics-container .globe-sidebar .topic-info-wrapper {
    margin-bottom: 40px
}

.earth-topics-container .globe-sidebar .topic-info-container {
    position: relative;
    padding-left: 40px
}

.earth-topics-container .globe-sidebar .topic-info-container:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 1px;
    height: calc(100% - 8px);
    background: #A8C256
}

.earth-topics-container .globe-sidebar .topic-info-learn-more {
    cursor: pointer
}

.earth-topics-container .globe-sidebar .topic-info-description h3 {
    position: relative;
    padding-top: 3px
}

.earth-topics-container .globe-sidebar .topic-info-description h3:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #FFFFFF;
    border: 0.5px solid #76B6C1
}

.earth-topics-container .globe-sidebar .topic-info-description h3:after {
    content: '';
    position: absolute;
    left: -36px;
    top: 3px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #A8C256
}

.earth-topics-container .globe-sidebar .topic-info-description p {
    font-size: 14px
}

.earth-topics-container .globe-sidebar .topic-info-sub-topics {
    margin-top: 40px
}

.earth-topics-container .globe-sidebar .topic-info-sub-topics p {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #2A5D66;
    margin-bottom: 10px
}

.earth-topics-container .globe-sidebar .topic-info-sub-topics .topic-info-sub-topic {
    position: relative;
    margin-bottom: 14px
}

.earth-topics-container .globe-sidebar .topic-info-sub-topics .topic-info-sub-topic:after {
    content: '';
    position: absolute;
    left: -28px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #A8C256
}

.earth-topics-container .globe-sidebar .topic-info {
    display: none
}

.earth-topics-container .globe-sidebar .topic-info.active {
    display: block
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #625FC2
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #625FC2;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-0 .new-content-badge {
    background-color: #625FC2;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #BF57B1
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #BF57B1;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-1 .new-content-badge {
    background-color: #BF57B1;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #A8C256
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #A8C256;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-2 .new-content-badge {
    background-color: #A8C256;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #5FC29E
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #5FC29E;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-3 .new-content-badge {
    background-color: #5FC29E;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #01BAEF
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #01BAEF;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-4 .new-content-badge {
    background-color: #01BAEF;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .topic-info-description h3:after,.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .topic-info-sub-topics .topic-info-sub-topic:after {
    background: #F36F37
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .topic-info-new-content {
    padding-top: 10px;
    margin-bottom: 20px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .topic-info-new-content-inner {
    display: flex;
    color: #26282A;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #F36F37;
    border-radius: 5px;
    width: 140px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 0
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .notification-bell-icon {
    margin-right: 2px
}

.earth-topics-container .globe-sidebar .topic-info.topic-color-5 .new-content-badge {
    background-color: #F36F37;
    position: absolute;
    top: -10px;
    right: -10px;
    color: #ffffff;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    font-weight: 600
}

.earth-topics-container .single-topics-wrapper {
    z-index: 5;
    position: relative
}

.earth-topics-container .single-topic {
    display: none;
    transition: .4s
}

.earth-topics-container .single-topic.active {
    display: block;
    opacity: 1
}

.earth-topics-container .single-topic.transition-in {
    display: block;
    opacity: 0
}

.earth-topics-container .single-topic.transition-out {
    opacity: 0
}

.earth-topics-container .single-topic .single-topic-back-button {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    letter-spacing: 2px;
    cursor: pointer
}

.earth-topics-container .single-topic .single-topic-back-button:hover {
    color: #115E67
}

.earth-topics-container .single-topic .single-topic-back-button:hover .left-arrow-icon {
    left: -8px
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-image {
    width: 100%;
    height: 133px;
    border-radius: 20px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-image .background-image {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-date {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #26282A
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-title h3 {
    font-weight: 700;
    font-size: 22px;
    color: #26282A;
    transition: 300ms ease
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-title h3:hover {
    color: #115E67
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-card-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.earth-topics-container .single-topic .earth-topic-card .earth-topic-read-more {
    padding: 10px 20px
}

.earth-topics-container .single-topic .single-topic-header {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #012C33;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.earth-topics-container .single-topic .single-topic-header .single-topic-header-content {
    flex: 0 0 calc(50% - 3.5vw);
    margin-right: 7vw
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .single-topic-header .single-topic-header-content {
        flex:0 0 100%;
        margin-right: 0
    }
}

.earth-topics-container .single-topic .single-topic-header .single-topic-header-content h3 {
    font-size: 50px;
    margin-bottom: 3px
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic {
    flex: 0 0 calc(50% - 10px);
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic:nth-child(odd) {
    margin-right: 20px
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #A8C256
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-0:before {
    background: #625FC2
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-1:before {
    background: #BF57B1
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-2:before {
    background: #A8C256
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-3:before {
    background: #5FC29E
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-4:before {
    background: #01BAEF
}

.earth-topics-container .single-topic .single-topic-header .single-topic-sub-topics-wrapper .topic-info-sub-topic.topic-color-5:before {
    background: #F36F37
}

.earth-topics-container .single-topic .single-topic-header .single-topic-anchor-link {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1B806D
}

.earth-topics-container .single-topic .single-topic-header .single-topic-anchor-link:hover {
    color: #115E67
}

.earth-topics-container .single-topic .single-topic-related-topics {
    border-bottom: 1px solid #012C33;
    padding-bottom: 50px;
    margin-bottom: 50px
}

.earth-topics-container .single-topic .single-topic-header-featured {
    flex: 0 0 calc(50% - 3.5vw)
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .single-topic-header-featured {
        margin-top:75px;
        flex: 0 0 100%
    }
}

.earth-topics-container .single-topic .single-topic-header-featured .earth-topic-card .earth-topic-card-image {
    height: 280px
}

.earth-topics-container .single-topic .single-topic-posts-wrapper {
    display: flex;
    flex-wrap: wrap
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-posts-sidebar {
    flex: 0 0 280px;
    margin-right: 7vw
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-posts-sidebar {
        flex:0 0 100%
    }
}

@media (max-width: 600px) {
    .earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-posts-sidebar {
        margin:0
    }
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-posts {
    flex: 1 1 calc(100% - 280px - 7vw)
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-posts {
        flex:0 0 100%
    }
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .single-topic-posts-wrapper .globe-filters {
        margin-bottom:50px
    }
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .globe-filters .filter-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-return-to-globe {
    background: #012C33;
    width: 275px;
    color: #fff;
    border-radius: 50px;
    position: relative;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px
}

@media (max-width: 600px) {
    .earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-return-to-globe {
        width:100%
    }
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-return-to-globe:hover {
    background: #115E67
}

.earth-topics-container .single-topic .single-topic-posts-wrapper .single-topic-return-to-globe:hover .left-arrow-short-icon {
    left: -8px
}

.earth-topics-container .single-topic .single-topic-posts-group {
    border-bottom: 1px solid #012C33;
    padding-bottom: 14px;
    margin-bottom: 50px
}

.earth-topics-container .single-topic .single-topic-posts-group.empty {
    display: none !important
}

.earth-topics-container .single-topic .single-topic-posts-group.no-border-bottom {
    border-bottom: none
}

.earth-topics-container .single-topic .single-topic-posts-group .single-topic-posts-title {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #26282A;
    margin-bottom: 33px
}

.earth-topics-container .single-topic .single-topic-posts-group .single-topic-posts-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px
}

.earth-topics-container .single-topic .single-topic-posts-group .earth-topic-card {
    margin: 0 18px 36px;
    flex: 0 0 calc(33% - 36px)
}

@media (max-width: 600px) {
    .earth-topics-container .single-topic .single-topic-posts-group .earth-topic-card {
        margin:0 auto 50px;
        padding: 0 10px;
        flex: 0 0 100%
    }
}

.earth-topics-container .single-topic .single-topic-posts-group .single-topic-posts-loader {
    display: none
}

.earth-topics-container .single-topic .single-topic-posts-group .single-topic-posts-loader svg {
    width: 100px;
    height: 100px
}

.earth-topics-container .single-topic .single-topic-posts-group .single-topic-posts-loader.active {
    display: block
}

.earth-topics-container .single-topic .no-posts-found {
    display: none;
    min-height: 400px;
    justify-content: center;
    align-items: center
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic .no-posts-found {
        min-height:unset;
        justify-content: flex-start;
        margin-bottom: 80px
    }
}

.earth-topics-container .single-topic .no-posts-found.active {
    display: flex
}

.earth-topics-container .single-topic-related-topics .related-topics-header h2 {
    font-weight: 700;
    font-size: 30px;
    color: #26282A
}

.earth-topics-container .single-topic-related-topics .related-topics-header h2 span {
    position: relative
}

.earth-topics-container .single-topic-related-topics .related-topics-header h2 span:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #A8C256;
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width: 600px) {
    .earth-topics-container .single-topic-related-topics .related-topics-header h2 span:after {
        margin-bottom:4px
    }
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-0 h2 span:after {
    background: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-1 h2 span:after {
    background: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-2 h2 span:after {
    background: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-3 h2 span:after {
    background: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-4 h2 span:after {
    background: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-header.topic-color-5 h2 span:after {
    background: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-content {
    display: flex;
    flex-wrap: wrap
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-graphic {
    flex: 0 0 calc(50% - 20px);
    margin-right: 40px
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-graphic {
        flex:0 0 100%;
        margin-right: 0;
        margin-bottom: 50px
    }
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-graphic svg {
    max-width: 500px;
    width: 100%;
    margin: 25px auto;
    display: block
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-graphic svg {
        max-width:350px
    }
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-accordion {
    flex: 0 0 calc(50% - 20px)
}

@media (max-width: 1200px) {
    .earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-accordion {
        flex:0 0 100%
    }
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic {
    padding: 0 100px 0 62px;
    transition: background-color .3s, padding-top .3s;
    background-color: transparent;
    border-radius: 10px 0;
    margin-bottom: 22px;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.open {
    padding-top: 32px;
    background-color: rgba(118,181,192,0.05)
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.open .related-topics-topic-header .toggle:after {
    opacity: 0
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header {
    position: relative
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header span {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #2A5D66
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header .toggle {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    pointer-events: none
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header .toggle:before {
    content: '';
    width: 100%;
    border-top: 3px solid #2A5D66;
    position: absolute;
    margin-top: 6px
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header .toggle:after {
    content: '';
    height: 100%;
    border-right: 3px solid #2A5D66;
    position: absolute;
    margin-left: 6px
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-header:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-0 .related-topics-topic-header:before {
    background: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-1 .related-topics-topic-header:before {
    background: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-2 .related-topics-topic-header:before {
    background: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-3 .related-topics-topic-header:before {
    background: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-4 .related-topics-topic-header:before {
    background: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic.topic-color-5 .related-topics-topic-header:before {
    background: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topics-topic .related-topics-topic-content {
    display: none;
    padding-bottom: 32px;
    padding-top: 5px
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topic-learn-more {
    font-family: var(--e-global-typography-primary-font-family),Sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-decoration-line: underline;
    color: #1B806D;
    transition: 300ms ease
}

.earth-topics-container .single-topic-related-topics .related-topics-content .related-topic-learn-more:hover {
    color: #115E67
}

.earth-topics-container .single-topic-related-topics .columns-1 {
    width: 100%
}

.earth-topics-container .single-topic-related-topics .columns-2 {
    width: 50%
}

.earth-topics-container .single-topic-related-topics .columns-3 {
    width: 33.33333%
}

.earth-topics-container .single-topic-related-topics .columns-4 {
    width: 25%
}

.earth-topics-container .single-topic-related-topics .columns-5 {
    width: 20%
}

.earth-topics-container .single-topic-related-topics .columns-6 {
    width: 16.66667%
}

.earth-topics-container .single-topic-related-topics .columns-7 {
    width: 14.28571%
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-0 .center-circle {
    fill: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-1 .center-circle {
    fill: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-2 .center-circle {
    fill: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-3 .center-circle {
    fill: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-4 .center-circle {
    fill: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.center-color-5 .center-circle {
    fill: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-1 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-2 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-3 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-4 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-5 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-6 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-7 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic .circle-1 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic .circle-2 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic .circle-3 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic .circle-4 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic .circle-5 {
    display: none
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-show .line-1 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-1 .line-1 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-1 .line-1 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-2 .line-1 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-2 .line-1 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-3 .line-1 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-3 .line-1 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-4 .line-1 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-4 .line-1 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-5 .line-1 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-level-5 .line-1 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-0 .line-1 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-0 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-0 .line-1 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-1 .line-1 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-1 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-1 .line-1 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-2 .line-1 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-2 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-2 .line-1 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-3 .line-1 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-3 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-3 .line-1 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-4 .line-1 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-4 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-4 .line-1 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-5 .line-1 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-5 .line-1 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-1-color-5 .line-1 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-show .line-2 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-1 .line-2 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-1 .line-2 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-2 .line-2 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-2 .line-2 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-3 .line-2 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-3 .line-2 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-4 .line-2 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-4 .line-2 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-5 .line-2 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-level-5 .line-2 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-0 .line-2 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-0 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-0 .line-2 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-1 .line-2 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-1 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-1 .line-2 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-2 .line-2 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-2 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-2 .line-2 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-3 .line-2 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-3 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-3 .line-2 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-4 .line-2 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-4 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-4 .line-2 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-5 .line-2 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-5 .line-2 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-2-color-5 .line-2 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-show .line-3 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-1 .line-3 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-1 .line-3 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-2 .line-3 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-2 .line-3 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-3 .line-3 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-3 .line-3 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-4 .line-3 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-4 .line-3 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-5 .line-3 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-level-5 .line-3 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-0 .line-3 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-0 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-0 .line-3 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-1 .line-3 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-1 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-1 .line-3 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-2 .line-3 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-2 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-2 .line-3 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-3 .line-3 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-3 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-3 .line-3 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-4 .line-3 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-4 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-4 .line-3 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-5 .line-3 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-5 .line-3 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-3-color-5 .line-3 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-show .line-4 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-1 .line-4 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-1 .line-4 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-2 .line-4 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-2 .line-4 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-3 .line-4 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-3 .line-4 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-4 .line-4 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-4 .line-4 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-5 .line-4 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-level-5 .line-4 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-0 .line-4 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-0 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-0 .line-4 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-1 .line-4 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-1 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-1 .line-4 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-2 .line-4 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-2 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-2 .line-4 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-3 .line-4 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-3 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-3 .line-4 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-4 .line-4 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-4 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-4 .line-4 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-5 .line-4 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-5 .line-4 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-4-color-5 .line-4 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-show .line-5 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-1 .line-5 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-1 .line-5 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-2 .line-5 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-2 .line-5 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-3 .line-5 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-3 .line-5 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-4 .line-5 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-4 .line-5 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-5 .line-5 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-level-5 .line-5 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-0 .line-5 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-0 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-0 .line-5 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-1 .line-5 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-1 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-1 .line-5 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-2 .line-5 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-2 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-2 .line-5 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-3 .line-5 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-3 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-3 .line-5 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-4 .line-5 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-4 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-4 .line-5 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-5 .line-5 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-5 .line-5 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-5-color-5 .line-5 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-show .line-6 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-1 .line-6 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-1 .line-6 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-2 .line-6 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-2 .line-6 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-3 .line-6 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-3 .line-6 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-4 .line-6 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-4 .line-6 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-5 .line-6 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-level-5 .line-6 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-0 .line-6 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-0 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-0 .line-6 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-1 .line-6 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-1 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-1 .line-6 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-2 .line-6 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-2 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-2 .line-6 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-3 .line-6 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-3 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-3 .line-6 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-4 .line-6 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-4 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-4 .line-6 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-5 .line-6 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-5 .line-6 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-6-color-5 .line-6 ellipse {
    fill: #F36F37;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-show .line-7 {
    display: initial
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-1 .line-7 .line-part-1,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-1 .line-7 .circle-1 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-2 .line-7 .line-part-2,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-2 .line-7 .circle-2 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-3 .line-7 .line-part-3,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-3 .line-7 .circle-3 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-4 .line-7 .line-part-4,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-4 .line-7 .circle-4 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-5 .line-7 .line-part-5,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-level-5 .line-7 .circle-5 {
    display: inline
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-0 .line-7 line {
    stroke: #625FC2
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-0 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-0 .line-7 ellipse {
    fill: #625FC2;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-1 .line-7 line {
    stroke: #BF57B1
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-1 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-1 .line-7 ellipse {
    fill: #BF57B1;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-2 .line-7 line {
    stroke: #A8C256
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-2 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-2 .line-7 ellipse {
    fill: #A8C256;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-3 .line-7 line {
    stroke: #5FC29E
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-3 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-3 .line-7 ellipse {
    fill: #5FC29E;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-4 .line-7 line {
    stroke: #01BAEF
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-4 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-4 .line-7 ellipse {
    fill: #01BAEF;
    cursor: pointer
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-5 .line-7 line {
    stroke: #F36F37
}

.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-5 .line-7 circle,.earth-topics-container .single-topic-related-topics .related-topics-graphic.line-7-color-5 .line-7 ellipse {
    fill: #F36F37;
    cursor: pointer
}
