@charset "utf-8";
body{font-family:Montserrat-Regular;}
body{
    --link-button-bg-color:#fff;
    --link-button-font-color: #333;
    --link-button-bg-border-color:#fff;
 
    --link-button-border-color: #fff;
    --link-button-border-font-color: #fff;
    --link-button-border-bg-color: rgba(0,0,0,0);

    --link-button-bg-thumbnail-color:#333;
    --link-button-bg-thumbnail-border-color:#333;
    --link-button-border-thumbnail-color:#fff;
    --link-button-border-thumbnail-border-color:#fff;

    --link-social-color:#fff;
    --link-social-border-color:#fff;
}
.bg div{
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.to/20210428/1619577485891.jpeg");
    width:100%;height:100%;top:0;left:0;transform:scale(1);
}
section,.text h3,.desc{color:#fff;}
.item .btn .btn-text,.item .btn-text .link-text{color:var(--link-button-border-font-color)!important;}
.item-style::before,.item-style::after,.item-style .ctm-style::before,.item-style .ctm-style::after{display:none;background:transparent;transform:none;border:0;}
.item-style .ctm-style{border:0!important}
.button-item:nth-child(n) .item-style{
    background-color: rgba(0,0,0,0)!important;
    border-radius:0;
    border:2px solid rgba(0,0,0,0)!important;
}
.item-style::before{
    position:absolute;top:6px;left:-8px;
    content:"";display: block;
    width:8px;height:100%;
    background:var(--link-button-bg-color);
}
.item-style::after{
    position:absolute;bottom:-8px;right:8px;
    content:"";display: block;
    width:100%;height:8px;
    background:var(--link-button-bg-color);
}
.item-style .ctm-style {
    margin:0;
    background-color: rgba(0,0,0,0)!important;
    border-radius:0;
    border: 2px solid var(--link-button-bg-border-color)!important;
}
.item-style .ctm-style:before{
    position: absolute;
    top: -2px;
    left: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid var(--link-button-bg-border-color);
    border-left: 8px solid transparent;
}
.item-style .ctm-style:after{
    position: absolute;
    bottom: -10px;right: -2px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid var(--link-button-bg-border-color);
    border-right: 8px solid transparent;
}
.item .btn-icon span{border:2px solid var(--link-button-bg-thumbnail-color);color:var(--link-button-bg-thumbnail-border-color);}
                   
.footer p a{color: #fff;}
.footer p a:hover{color: #fff;}
@media only screen and (max-width: 767px) {
    .bg div{
        background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0)), url("https://bio.linkcdn.to/20210428/1619577346004.png");
        background-size: cover;
    }
}