.top-bar .button-box a:first-child{
    border: 1px solid rgba(253, 213, 213, .8);
    background: rgba(229, 156, 156, .4);
}
.top-bar .button-box a,header .top-url{
    border-radius: 20px;
}
header .header-desktop .logo{
    height: 64px;
}
header .header-desktop .container{
    width: calc(100% - 60px)!important;
    max-width: 1190px!important;
}
header .top-url.two{
    margin-right: 5px;
}
.top-bar .button-box a.light-border{
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0);
}
.top-bar .button-box a.light-border span{
    position: relative;
    z-index: 5;
}
.top-bar .button-box a.light-border:before{
    content: '';
    position: absolute;
    inset: -25%;
    aspect-ratio: 1;
    margin: auto;
    /*background-image: linear-gradient(90deg, transparent 35%, hwb(0 100% 0% / 60%) 50%, transparent 65%);*/
    background-image: linear-gradient(90deg, #fff 35%, hwb(0 100% 0% / 60%) 50%, transparent 65%);
    /*background-color: var(--color-sns);*/
    z-index: 1;
    animation: 12s rotates linear infinite;
}
.top-bar .button-box a.light-border:after{
    content: '';
    position: absolute;
    inset: 6%;
    background-color: #ae719a;
    z-index: 2;
    border-radius: 20px;
    content: '';
    position: absolute;
    inset: 6%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@keyframes rotates {
    to {rotate: 360deg}
}
.gg-compare-box .fixed-thead{
    display: table;
}
.gg-compare-box .features_table thead tr th{
    width: 18%;
}