@charset "UTF-8";
.Utin.Black ._cell::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
}
.Utin.Black ._cell::after {
  background-color: #242424;
}
.Utin.bg-white.vol-def ._bg {
  --x-w: calc(var(--w) * 1);
}
.Utin.bg-white.vol-def ._bg::before {
  width: calc(var(--x-w)*0.5);
  height: calc(var(--x-w)*0.5);
  left: -20%;
  bottom: calc(0px - var(--x-w)*0.25);
  background: radial-gradient(closest-corner, rgba(189, 189, 189, 0.5), rgba(217, 217, 217, 0), transparent);
}
.Utin.bg-white.vol-def ._bg::after {
  width: var(--x-w);
  height: var(--x-w);
  left: 10%;
  top: calc(0px - var(--x-w)*0.25);
  background: radial-gradient(closest-corner, rgba(189, 189, 189, 0.5), rgba(217, 217, 217, 0), transparent);
}
.Utin ._cell::before,
.Utin ._cell::after,
.Utin ._bg::before,
.Utin ._bg::after {
  content: '';
  position: absolute;
}
.Utin .bg-cell ._cell::before,
.Utin .bg-cell ._cell::after {
  bottom: 0;
  border-radius: 1rem 1rem 0 0;
}
.Utin .bg-cell ._cell::before {
  left: -1px;
  top: -1px;
  right: -1px;
  z-index: 0;
}
.Utin .bg-cell ._cell::after {
  left: 0px;
  top: 0px;
  right: 0;
  z-index: 1;
}
.Utin.-border {
  border: 1px solid var(--Utin-c-border);
}
@media (min-width: 800px) and (max-width: 6000px) {
}
.Utin {
  --Utin-c-border: #e6ecf0;
}
/*


html {
    --family: var(--family-Inter);

}



.-Black {
    .c-h {color: #fff;}
}



.bg-white {
    --c-text:#000;

    background:#fff;
}

.bg-blueFon,
.bg-blue {
    --c-text:#fff;
}

.bg-blueFon {
    .Citation {
        --bg-Citation:#5fbeff;
        --bg-Citation-mbl: #5fbeff;
    
        .content {
            // border: 1px solid #fff;
            border-radius: 1rem;
        }
        
    }
}


.Pressfeed {
    background: #f4f6fb;

    ._hr {
        border-top:1px solid #e6ecf0;
        margin-top: .5rem;
        padding-top: .5rem;
    }
}


.utin-border {
    > li {
        border-bottom: solid 1px #e6ecf0;
    }
}

 



.bg-blueFon {
    background:#42b2fe;

    .Sup {
        --c-text: #90fcdc;
    }
}

.bg-blue {
    background:#5fbeff;
}


ul.-service,
ol.-service {
    --c-text: #5fbeff;
    --bg-ul: #fff;
    > li {
        padding: .6rem .5rem .8rem 1rem;
        border-radius: .5rem;
        background-color: #fff;
        font-weight: 500;
        // padding-left: 1rem;

        .a, a {color: #111;}
    }
}


.Black.-bg {
    .Info.-ico::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 48 48'%3e%3cpath d='M2 42h44L24 4 2 42zm24-6h-4v-4h4v4zm0-8h-4v-8h4v8z' fill='%23ffffff'/%3e%3c/svg%3e");
    }
}

.bg-blueFon,
.bg-blue {
    .Info.-ico::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 48 48'%3e%3cpath d='M2 42h44L24 4 2 42zm24-6h-4v-4h4v4zm0-8h-4v-8h4v8z' fill='%23ffffff'/%3e%3c/svg%3e");
    }
    .Info.-ico.vol-2::before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.5 16.5'%3e%3cpath fill='%23ffffff' d='M8 16c-4.418278 0-8-3.581722-8-8s3.581722-8 8-8 8 3.581722 8 8-3.581722 8-8 8zm0-1c3.8659932 0 7-3.1340068 7-7s-3.1340068-7-7-7-7 3.1340068-7 7 3.1340068 7 7 7zm0-8c.5522847 0 1 .4477153 1 1v4c0 .5522847-.4477153 1-1 1s-1-.4477153-1-1V8c0-.5522847.4477153-1 1-1zm0-4c.5522847 0 1 .4477153 1 1s-.4477153 1-1 1-1-.4477153-1-1 .4477153-1 1-1z'%3e%3c/path%3e%3c/svg%3e");
    }
}


.bg-HB {
    background-image: url(/images-0/backgrounds/HB.svg);
    background-size: cover;
    background-color: #9032f4;
}

.OnOff.on.bg-HB {
    background-size: 150% 150%;
    background-position: right top;
}


ul, ol,
.text h1, .text h2,
._p,
._h {
    font-family: var(--family-DinPro);
}
 

/**/

