2026-01-27 23:52:25 +01:00
|
|
|
.section--home {
|
2026-01-27 19:09:56 +01:00
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
.btn--bold-inline {
|
2026-01-27 22:24:47 +01:00
|
|
|
text-transform: none;
|
2026-01-27 23:52:25 +01:00
|
|
|
margin-top: calc(var(--spacing)*1.5);
|
|
|
|
|
|
|
|
|
|
svg {
|
2026-01-27 22:24:47 +01:00
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-27 19:09:56 +01:00
|
|
|
|
2026-01-13 12:13:02 +01:00
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
.title-section {
|
2026-01-13 12:13:02 +01:00
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
text-transform: uppercase;
|
2026-01-27 19:09:56 +01:00
|
|
|
font-size: var(--fs-big);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*1);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
.description-section {
|
|
|
|
|
max-width: 42ch;
|
2026-01-27 19:09:56 +01:00
|
|
|
font-size: var(--fs-medium);
|
|
|
|
|
line-height: 1.1;
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|
2026-01-27 23:52:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
@media #{$medium-up} {
|
|
|
|
|
|
|
|
|
|
border-bottom: var(--border-light);
|
|
|
|
|
|
|
|
|
|
.section--inner {
|
|
|
|
|
max-width: 1280px;
|
|
|
|
|
margin: calc(var(--spacing)*3) auto;
|
|
|
|
|
display: grid;
|
|
|
|
|
--gap: calc(var(--padding-body)*2);
|
|
|
|
|
grid-template-columns: 1fr 640px;
|
|
|
|
|
grid-gap: var(--gap);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.col-left {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col-right {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media #{$medium} {
|
|
|
|
|
|
|
|
|
|
&#home__investigations,
|
|
|
|
|
&#home__hero {
|
|
|
|
|
border-bottom: var(--border-light);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.section--inner {
|
|
|
|
|
margin-top: calc(var(--spacing)*3);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*4);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col-left {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin-bottom: calc(var(--spacing)*2);
|
|
|
|
|
|
|
|
|
|
.title-section {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media #{$x-small} {
|
|
|
|
|
.section--inner {
|
|
|
|
|
margin-top: calc(var(--spacing)*2);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*4);
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.col-left{
|
|
|
|
|
margin-bottom: calc(var(--spacing)*1.5);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.title-section {
|
|
|
|
|
margin-bottom: calc(var(--spacing)*0.25);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.description-section {
|
|
|
|
|
max-width: 42ch;
|
|
|
|
|
font-size: var(--fs-normal);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn--bold-inline {
|
|
|
|
|
color: var(--color-txt-light);
|
|
|
|
|
border-color: var(--color-txt-light);
|
|
|
|
|
height: calc(var(--h-block) * 0.75);
|
|
|
|
|
// margin: 0 auto;
|
|
|
|
|
margin-top: calc(var(--spacing)*0.75);
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
padding: 0 1ch;
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
fill: var(--color-txt-light);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|
2026-01-13 12:18:22 +01:00
|
|
|
|
|
|
|
|
|
2026-01-27 19:58:53 +01:00
|
|
|
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
#home__investigations {
|
2026-01-27 19:58:53 +01:00
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
.home-investigations-slider {
|
2026-01-27 21:28:14 +01:00
|
|
|
max-width: 500px;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
.card--article {
|
|
|
|
|
|
|
|
|
|
.time-alone {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dl,
|
|
|
|
|
.pin {
|
2026-01-27 22:24:47 +01:00
|
|
|
display: none;
|
2026-01-27 19:58:53 +01:00
|
|
|
}
|
2026-01-13 12:18:22 +01:00
|
|
|
}
|
2026-01-27 19:58:53 +01:00
|
|
|
|
|
|
|
|
|
2026-01-13 12:18:22 +01:00
|
|
|
}
|
2026-01-13 12:13:02 +01:00
|
|
|
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
#home__hero {
|
2026-01-27 22:24:47 +01:00
|
|
|
margin-top: calc(var(--spacing)*3);
|
|
|
|
|
margin-bottom: calc(var(--spacing)*3);
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
@media #{$x-small} {
|
|
|
|
|
margin-top: calc(var(--spacing)*2.5);
|
|
|
|
|
padding-bottom: calc(var(--spacing)*1.5);
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.section--inner {
|
2026-01-27 22:24:47 +01:00
|
|
|
display: block;
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|
2026-01-27 23:52:25 +01:00
|
|
|
|
|
|
|
|
.baseline {
|
2026-01-27 22:24:47 +01:00
|
|
|
font-family: var(--title);
|
|
|
|
|
font-size: 45px;
|
|
|
|
|
line-height: 1.1;
|
|
|
|
|
max-width: 26ch;
|
2026-01-27 23:52:25 +01:00
|
|
|
|
|
|
|
|
@media #{$x-small} {
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
}
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
button {
|
2026-01-13 12:13:02 +01:00
|
|
|
margin-top: calc(var(--spacing)*1);
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
|
|
|
|
|
|
2026-01-27 22:24:47 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2026-01-27 23:52:25 +01:00
|
|
|
#home__folders {
|
|
|
|
|
.card--folder {
|
2026-01-27 22:24:47 +01:00
|
|
|
margin-bottom: calc(var(--spacing)*0.5);
|
|
|
|
|
}
|
2026-01-13 12:13:02 +01:00
|
|
|
}
|