.main-content .text-template__content {
    padding-top: 10px;
    padding-bottom: 160px;
}


/* Table style */
.content {
    color: #dbffe7;
    text-align: left;
    h1, h2, h3, h4, h5, h6{
        color: #dbffe7;
    }
    table th, table td {
        border: 1px solid #000;
        padding: 10px;
        text-align:left;
    }
    ul, ol{
        text-align: left;
        margin: 20px 0;
    }
    ul li:before{
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4692 0.5H5.80281C2.67853 0.5 0.132812 3.04571 0.132812 6.16357V12.83C0.132812 15.9543 2.67853 18.5 5.80281 18.5H12.4692C15.5935 18.5 18.1328 15.9543 18.1328 12.83V6.16357C18.1328 3.04571 15.5871 0.5 12.4692 0.5ZM13.7421 7.27571L8.2971 12.7207C8.1621 12.8557 7.97567 12.9264 7.79567 12.9264C7.60924 12.9264 7.42924 12.8557 7.29424 12.7207L4.52353 9.95C4.2471 9.67357 4.2471 9.22357 4.52353 8.94714C4.79996 8.67071 5.24996 8.67071 5.52638 8.94714L7.79567 11.21L12.7392 6.26643C13.0157 5.99 13.4657 5.99 13.7421 6.26643C14.0185 6.55571 14.0185 7.00571 13.7421 7.27571Z' fill='%23dbffe7'/%3E%3C/svg%3E%0A");
    }
    a {
        color: #dbffe7;
    }
    a:hover {
        color: #dbffe7;
        opacity: 0.6;
    }
}
.sticky-button {
    text-align: right;
    top: 190px;
    right: 8%;
    position: sticky;
}
.sticky-button a {
    max-width: 200px;
    line-height: 28px;
    width: auto;
    text-align: center;
}
.sticky-button.is-sticky {
    position: fixed;
    top: 130px;
}
.sticky-button.hide{
    display: none;
}
@media (max-width: 1366px) {
    .sticky-button {
        right: 7%;
    }
}
@media (max-width: 1024px) {
    .content table {
        /*position: sticky; */
        top: 0;
        width: 100%;
        display: block;
        overflow: auto;
    }
    .content table tr>th:first-child,
    tr>td:first-child,
    .content table tr>th:first-child,
    tr>td:first-child {
        position: sticky;
        left: -1px;
        background: #004f59;
    }
    .sticky-button {
        position: relative;
        display: block;
        width: 300px;
        height: auto;
        top: 40px;
        right: 0;
        text-align: center;
        margin: 0px auto 30px auto;
    }
}

.home-mountains-section.no-padding-top{
    padding-top: 0px;
}
.home-mountains-section.no-padding-top .home-mountains-section__card {
    margin-top: 15vw;
}
.home-equation-section__inner__col.col5 .home-equation-section__inner__col__col.no-border:first-of-type {
    position: inherit;
    border-bottom: none;
}

@media (max-width: 767px) {
    .home-equation-section__inner__col.col5 .home-equation-section__inner__col__col.no-border .text-wrap{
        padding-left: 0;
        text-align: center;
        margin-bottom: 24px;
        width: 100%;
        max-width: 330px;
    }
    .home-equation-section__inner__col.col5 .home-equation-section__inner__col__col.no-border {
        width: 100%;
        max-width: 100%;
        align-items: center;
    }
}
.column-cards--two .small-text,
.column-cards--three .small-text,
.team-intro .bg-img-txt-card .small-text,
.title-txt-icons-grid__inner .embla__slide .small-text{
    font-size: 14px !important;
    margin-top: 10px;
}

.locations {
    padding: 80px 0;
    text-align: center;
    background: #f6f6f6;
}
.locations .locations-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
}
.locations .locations-hero p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #666;
    line-height: 1.6;
}
.locations .btn-primary {
    display: inline-block;
    padding: 12px 28px;
    background: #19a463;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
}
.locations .map-wrapper {
    position: relative;
    max-width: 1440px;
    margin: 80px auto 0;
}
.locations .map-block {
    display: block;
    position: relative;
}
@media (max-width:1024px){
    .locations .map-block{
        display: none;
    }
}
.locations .map-pin {
    fill: #007BFF !important;
    background: #007BFF;
    cursor: pointer;
}
.locations .map-pin:hover {
    background: #00BF6F;
    fill: #00BF6F !important;
}
.locations .map-pin.active {
    fill: #00BF6F !important;
}
.locations .map-hover {
    fill: rgb(219, 255, 231)!important;
}
.locations .tooltip {
    position: absolute;
    padding: 4px 8px;
    background: #1f6fff;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    pointer-events: none;
    white-space: nowrap;
    transform: translate(-50%, -120%);
    display: none;
    z-index: 3;
}
.locations .map-pin.hide,
.locations .map-pin-icon.hide{
    display: none;
}

.locations #map-svg {
    width: 100%;
    height: auto;
    display: block;
}
.locations .map-pin-btn {
    display: none;
}
@media (max-width:1024px){
    .locations .map-block{
        display: none;
    }
}
.locations .map-popup {
    position: absolute;
    display: none;
    top: 48%;
    left: 43%;
    transform: translate(-50%, -50%);
    background: #DBFFE7;
    border-radius: 4px;
    padding: 40px 35px;
    max-width: 604px;
    width: 100%;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    text-align: left;
    z-index: 6;
}
.locations .map-popup.active {
    display: block;
}
.locations .map-popup::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    pointer-events: none;
}
.locations .map-popup .item-bg-top{
    width: 60%;
    position: absolute;
    top: -30px;
    left: 0px;
    fill: #dbffe7;
    z-index: 2;
}
.locations .popup-close {
    position: absolute;
    background: none;
    border: none;
    cursor: pointer;
    right: 10px;
    top: 5px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 5px;
}
.locations .popup-close:focus,
.locations .popup-close:focus-visible{
    outline: none;
}
.locations .popup-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.locations .popup-right{
    max-width: 200px;
    display: flex;
}
.locations .popup-left {
    max-width: 315px;
    display: flex;
    flex-direction: column;
}
.locations .popup-label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    color: #303031;
    margin-bottom: 8px;
}
.locations .popup-title {
    font-family: "orpheuspro", sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 108%;
    margin-bottom: 18px;
    color: #303031;
}
.locations .popup-desc {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 300;
    line-height: 145%;
    color: #2f5d4c;
}
.locations .popup-list {
    list-style: none;
    margin: 0 0 15px;
}
.locations .popup-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 15px;
}
.locations .popup-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4692 0.5H5.80281C2.67853 0.5 0.132812 3.04571 0.132812 6.16357V12.83C0.132812 15.9543 2.67853 18.5 5.80281 18.5H12.4692C15.5935 18.5 18.1328 15.9543 18.1328 12.83V6.16357C18.1328 3.04571 15.5871 0.5 12.4692 0.5ZM13.7421 7.27571L8.2971 12.7207C8.1621 12.8557 7.97567 12.9264 7.79567 12.9264C7.60924 12.9264 7.42924 12.8557 7.29424 12.7207L4.52353 9.95C4.2471 9.67357 4.2471 9.22357 4.52353 8.94714C4.79996 8.67071 5.24996 8.67071 5.52638 8.94714L7.79567 11.21L12.7392 6.26643C13.0157 5.99 13.4657 5.99 13.7421 6.26643C14.0185 6.55571 14.0185 7.00571 13.7421 7.27571Z' fill='%23064750'/%3E%3C/svg%3E%0A");

}
.locations .popup-link {
    display: flex;
    color: #00BF6F;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    text-transform: uppercase;
}
.locations .popup-link span{
    width: 24px;
    height: 24px;
    margin-left: 16px;
    display: flex;
}
@keyframes fadeUp {
    from { opacity:0; transform:translate(-50%, -40%); }
    to { opacity:1; transform:translate(-50%, -50%); }
}

.interactive-map-slider{
    display: none;
}

@media (max-width: 1024px) {
    .interactive-map-slider{
        display: block;
        margin: 20px 0px;
        overflow: hidden;
        padding-bottom: 20px;
    }
    .interactive-map-slider .slick-list {
        overflow: hidden;
    }
    .interactive-map-slider {
        margin: 0px;
    }
    .interactive-map-slider .item {
        padding: 0 16px;
        max-width: 420px;
        width: 100%;
        box-sizing: border-box;
    }
    .decor-top{
        width: 80%;
        position: absolute;
        top: -25px;
        left: 0px;
        fill: #dbffe7;
        z-index: 2;
    }
    .interactive-map-info {
        position: relative;
        background: #f4f4f4;
        border-radius: 20px;
        padding: 32px 28px 28px;
        min-height: 420px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
    }
    .item-bg-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        pointer-events: none;
    }
    .interactive-map-info label{
        font-weight: 400;
        font-size: 16px;
        color: #303031;
        margin-bottom: 10px;
    }
    .interactive-map-info h3 {
        font-weight: 500;
        font-size: 28px;
        color: #303031;
        margin-bottom: 10px;
    }
    .interactive-map-info p {
        font-weight: 400;
        font-size: 15px;
        line-height: 140%;
        color: #303031CC;
    }
    .bullet-list {
        list-style: none;
        margin: 0 0 24px;
        padding: 0;
    }
    .bullet-list li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 145%;
        color: #303031;
    }
    .bullet-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: #7fa6a3;
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .interactive-map-info .button {
        display: inline-flex;
        font-weight: 600;
        font-size: 13px;
        line-height: 140%;
        letter-spacing: 2%;
        text-align: center;
        text-transform: uppercase;
        color: #00BF6F;
        text-decoration: none;
        margin-top: auto;
        align-items: center;
    }
    .interactive-map-info .button span{
        margin-left: 20px;
    }
    .interactive-map-info .button:hover {
        opacity: 0.85;
    }
    .interactive-map-slider .slick-track {
        display: flex;
        margin: 60px 0px 20px;
    }
    .interactive-map-slider .slick-list {
        overflow: visible;
    }
    .interactive-map-slider .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 24px;
        margin-top: 32px;
    }
    .interactive-map-slider .slick-dots li {
        width: 8px;
        height: 8px;
    }
    .interactive-map-slider .slick-dots li:before {
        content: '';
        display: none;
    }
    .interactive-map-slider .slick-dots button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #cfcfcf;
        padding: 0;
        color: transparent;
        font-size: 0;
        text-indent: -9999px;
        overflow: hidden;
        border: none;
    }
    .interactive-map-slider .slick-dots .slick-active {
        margin-right: 15px;
        margin-left: -15px;
    }
    .interactive-map-slider .slick-dots .slick-active button {
        width: 38px;
        height: 38px;
        background: transparent;
        border: 2px solid #49b36d;
        position: relative;
    }
    .interactive-map-slider .slick-dots .slick-active button::after {
        content: "";
        width: 6px;
        height: 6px;
        background: #49b36d;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .interactive-map-slider .slick-dots .slick-active button:focus{
        outline: none;
        border: 2px solid #49b36d;
    }
}
@media (max-width: 767px) {
    .interactive-map-slider .slick-dots {
        justify-content: flex-start;
        gap: 24px;
    }
}
@media (max-width: 580px) {
    .decor-top{
        top: -20px;
    }
    .interactive-map-info {
        padding: 28px 20px 20px;
    }
    .interactive-map-slider .item {
        padding: 0 10px;
    }
    .interactive-map-slider .slick-dots {
        justify-content: flex-start;
        gap: 14px;
    }
    .interactive-map-slider .slick-dots li{
        padding-left: 20px;
    }
    .interactive-map-slider .slick-dots .slick-active {
        margin-right: 10px;
        margin-left: -10px;
    }
    .interactive-map-slider .slick-dots .slick-active button {
        width: 32px;
        height: 32px;
    }
}


