@media only screen and (max-width:1440px) {
    * {}

}


@media only screen and (max-width:1240px) {
    * {}

}

@media only screen and (max-width:1170px) {
    * {}


}

@media only screen and (max-width:1050px) {
    * {}

}

@media only screen and (max-width:1000px) {
    * {}

}

@media only screen and (max-width: 950px) {
    * {}

}

@media only screen and (max-width:768px) {
    * {}

}

@media only screen and (max-width:684px) {
    * {}

}

@media only screen and (max-width:610px) {
    * {}

}

@media only screen and (max-width:650px) {
    * {}

}

@media only screen and (max-width:450px) {
    * {}

}

@media only screen and (max-width:400px) {
    * {}

}

@media only screen and (max-width:350px) {
    * {}

}

@media only screen and (max-width:330px) {
    * {}

}

.Context--overlays {
    position: fixed;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    inset: 0;
}

.OverParent-Boxed--Context---overlays {
    position: relative;
    z-index: 1;
    width: min(100%, 640px);
    animation: share-popover-in .35s ease;
}

.Backdrop--Context---overlays {
    position: absolute;
    inset: 0;
    background: rgba(15, 12, 10, .68);
    backdrop-filter: blur(6px);
}

.Boxed--Context---overlays {
    background-color: white;
    padding: 32px;
    border-radius: 28px;
}

.title--Context---overlays {
    display: flex;
    justify-content: space-between;
    color: #166735;
    padding-bottom: 18px;
}

.--share-popover-intro {
    display: flex;
    flex-direction: column;
    background: rgb(56 124 137 / 6%);
    border-radius: 22px;
    padding: 18px 20px;
    border: 1px solid #ddd;
    margin-bottom: 18px;
}

.-share-icons-list {
    display: flex;
    margin-bottom: 16px;
}

.-itemslist-share-icons-list {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.--share-popover-intro strong {
    font-size: 18px;
    color: #166735;
}

.-share-popover-boxed-copy {
    display: flex;
    background-color: white;
    border-radius: 24px;
    padding: 12px;
    border: 1px solid #ddd;
    justify-content: space-between;
    gap: 12px;
    transition: 0.3s all ease;
}

span.Close--title---Context----overlays.activable {
    display: flex;
    background-color: white;
    height: 35px;
    width: 35px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.--sp-social-item {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px;
}

i.fab.fa-facebook {
    display: flex;
    color: white;
    background-color: #3b5998;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.--sp-social-item a {
    display: flex;
    align-items: center;
    gap: 12px;
}

i.fab.fa-facebook-messenger {
    display: flex;
    color: white;
    background-color: #34ade1;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

i.fab.fa-whatsapp {
    display: flex;
    color: white;
    background-color: #4dc247;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

i.fab.fa-telegram {
    display: flex;
    color: white;
    background-color: #34ade1;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.--sp-social-item i.fa-brands.fa-x-twitter {
    display: flex;
    color: white;
    background-color: #000000;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

i.fa-brands.fa-pinterest {
    display: flex;
    color: white;
    background-color: #cb2029;
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.--sp-social-item span {
    color: black;
    font-size: 16px;
    font-weight: 700;
}

.title--Context---overlays h2 {
    font-size: 30px;
}

.-share-popover-boxed-copy input[type="text"] {
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    flex: 1;
    width: 100%;
    font-size: 18px;
    text-align: right;
    font-weight: 500;
}

button.-copy.activable {
    min-width: 95px;
    min-height: 52px;
    margin: 0;
    border-radius: 18px;
    color: white;
    background-color: #6fa847;
    border: 0;
    padding: 10px 15px;
    font-size: 14px;
}

button.-copy.activable:hover {
    background-color: #2393a8;
}

.-share-popover-boxed-copy>button>em {
    position: relative;
    display: block;
    visibility: visible;
    transition: 180ms;
    opacity: 1;
    font-style: normal;
    transform: translateX(0);
}

.-share-popover-boxed-copy.active>button>em {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100px);
}

.-share-popover-boxed-copy>button>span {
    position: absolute;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    transition: 180ms;
    color: #fff;
    transform: translateX(-100px);
}

.-share-popover-boxed-copy.active>button>span {
    visibility: visible;
    opacity: 1;
    transform: translateX(-10px);
}

button.-copy.activable {
    display: flex;
    min-width: 95px;
    min-height: 52px;
    margin: 0;
    border-radius: 18px;
    color: white;
    background-color: #6fa847;
    border: 0;
    padding: 10px 15px;
    font-size: 14px;
    align-items: center;
    gap: 5px;
}