.t-Button--hot{
    background-color:#29a59b!important;
--a-button-background-color:#29a59b;    
}
.a-Button--hot{
    background-color:#29a59b!important;
}
.t-Button--primary.t-Button--simple {
    --a-button-border-color: #29a59b;
    --a-button-background-color: transparent;
    --a-button-text-color:#29a59b;
    --a-button-hover-text-color: #FFFFFF;
    --a-button-hover-background-color: #29a59b;
}

.a-IG-header{
    width:100%!important
}
.t-Header-logo-link .apex-logo-text {
    overflow: visible;
}

.t-BreadcrumbRegion {
    padding: var(--ut-breadcrumb-padding-y, .5rem) var(--ut-breadcrumb-padding-x, .5rem);
}
.t-Body-title-shrink .t-BreadcrumbRegion {
        --ut-breadcrumb-padding-y: 0.2rem;
    }
.t-BadgeList--circular .t-BadgeList-value {
    border-color: #29a59b;
}

.t-ContentBlock--h2>.t-ContentBlock-header {
    --ut-content-block-header-margin: .5rem!important;
}
.pretius--expanded a{
    color:rgb(226, 227, 236)!important;
    text-decoration: none;
}