:root {
    --primary-color: #124536;
    --accent-color: #d7f4e2;
    --text-color: #222425;
    --faded-text-color: #5e7a82;
    --dark-text-color: 1 #e212d;

    --mobile-margin: 20px;
}

::placeholder {
    color: #B0B9C2;
}

#logo svg {
    opacity: 0.8;
}

#logo svg g {
    fill: var(--accent-color) !important;
}

#menu a {
    color: var(--accent-color);
    opacity: 0.8;
}

#menu a:nth-of-type(4) {
    margin-right: 0;
}

.hidden-desktop {
    display: none !important;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    max-width: 950px;
    margin: 0 auto;
}

.flex.top {
    align-items: start;
}

.flex > * {
    width: 100%;
}

.flex .flex-small {
    flex: 32;
}

.flex .flex-large {
    flex: 57;
}

.flex .flex-full {
    flex: 100;
}

.center {
    text-align: center;
}

strong {
    font-family: 'Lora', serif;
}

.select2-container strong {
    font-family: "Avenir Next", Arial, Helvetica, sans-serif;
}


/* <editor-fold desc="Header"> */
header {
    background-color: var(--primary-color);
    color: var(--accent-color);
    padding: 0;
}

header h1 {
    color: var(--accent-color);
    font-family: 'Euclid', sans-serif;
    font-size: 3.75em;
    font-weight: 600;
    line-height: 1.167em;
    text-align: center;

    margin-bottom: 2rem;
}

header h1 em {
    color: var(--accent-color);
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 600;

    line-height: 1.167em;
}

header p {
    color: var(--accent-color);
    font-family: 'Euclid', sans-serif;
    text-align: center;

    font-size: 1.25em;
    line-height: 1.5em;
}

header .collage {
    position: relative;

    text-align: center;

    margin: 3rem 0 5rem;
}

header .collage::before {
    content: "";
    display: block;
    clear: both;

    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 0;

    background-color: #FFFFFF;
}

header img {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 950px;
}

/* </editor-fold> */


/* <editor-fold desc="Sections"> */
section.highlight {
    background-color: rgba(18, 69, 43, 0.08);
    margin-top: 2.5rem;
}

section.highlight.large-space {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
}

section h2,
section h3,
section > p,
section > img,
section > a {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

section > a {
    display: block;
}

section > a > img {
    max-width: 100%;
}

section p {
    color: var(--text-color);
    font-family: 'Lora', serif;
}

section i {
    font-family: "Lora", serif;
}

section h2 {
    color: var(--primary-color);
    font-family: 'Euclid', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.45em;
    text-align: center;
    text-transform: none;

    margin: 4.25rem auto;
}

section h2 em {
    color: var(--primary-color);
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 400;
}

section h3 {
    color: var(--primary-color);
    font-family: 'Euclid', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: none;

    margin-bottom: 2rem;
}

section h3.semi-bold {
    font-size: 2.1875em;
    font-weight: 600;
    line-height: 1.429em;
    text-transform: none;
}

section h4 {
    color: var(--primary-color);
    font-family: 'Euclid', sans-serif;
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.429em;
    text-transform: none;

    margin-bottom: 1rem;
}

section h6 {
    color: var(--primary-color);
    font-family: 'Euclid', sans-serif;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    text-transform: none;

    margin-bottom: 1rem;
}

section h6 a {
    font-family: 'Lora', serif;
    font-style: italic;
    font-weight: 500;
}

section p {
    font-family: 'Lora', serif;
    font-size: 1.25em;
    line-height: 1.75em;

    margin-bottom: 0.5em;
}

section > img,
section > a {
    display: block;
    max-height: 509px;

    margin: 4.375em auto;
}

section.center {
    text-align: center;
}

section a.button {
    display: inline-block !important;
    background-color: var(--primary-color);

    color: var(--accent-color);
    font-family: 'Euclid', sans-serif;
    font-weight: 600;
    line-height: 3.125rem;

    padding: 0 1.5625rem;
    border-radius: 1.5625rem;
    margin: 0 auto;
}

section a.button:hover {
    background-color: #0B2819;
}

section a.button.outline {
    border: 1.5px solid var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

section a.button.outline:hover {
    background-color: var(--accent-color);
}

/* </editor-fold> */


/* <editor-fold desc="Data highlights"> */
.flex.data-highlights {
    max-width: 950px;
    min-height: 200px;

    gap: 0;

    padding: 0;
    margin: 0 auto;

    background-color: #ffffff;
    border-radius: 25px;
    box-shadow: 0 5px 22px 4px rgba(0, 0, 0, 0.06), 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 7px 8px -4px rgba(0, 0, 0, 0.1);
}

.data-highlights .changes-stats {
    width: 300px;

    text-align: center;

    padding: 20px;
    border-left: solid 1px #E2E2E2;
}

.data-highlights .changes-stats:first-child {
    border-left: none;
    padding: 20px 50px;

    text-align: left;
}

.data-highlights h5,
.data-highlights strong {
    color: var(--primary-color);
    font-family: 'Euclid', sans-serif;
}

.data-highlights h5 {
    font-size: 1.75em;
    font-weight: 600;
    line-height: 1.25em;
}

.data-highlights strong {
    display: block;

    font-size: 2.875em;
    font-weight: 700;
    line-height: 1.087em;

    margin: 0.75rem 0;
}

.data-highlights p {
    color: var(--faded-text-color);
    font-family: 'Euclid', sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    text-transform: uppercase;

    margin: 0 auto;
}

.data-highlights p.small {
    color: var(--faded-text-color);
    font-size: 0.875em;
    line-height: 1.429em;
    text-transform: none;

    margin: 1rem 0 0 0;
}

.data-highlights p.small span {
    display: block;

    color: var(--faded-text-color);
    font-family: "Euclid", sans-serif;
}

/* </editor-fold> */


.box {
    padding: 3.75rem 0;
}

.chart {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
}

.chart + .chart {
    margin-top: 6.25rem;
}

.box ul {
    margin-left: 1em
}

.chart p,
.box li {
    color: #1e212d;
    font-family: 'Lora', serif;
    font-size: 1.125em;
    line-height: 1.667em;
}

.box li,
.box li strong {
    color: var(--dark-text-color);
}

.box li {
    padding-bottom: 1.25rem;
}

.box li:last-child {
    padding-bottom: 0;
}

.branding {
    color: var(--faded-text-color);
    font-family: 'Euclid', sans-serif;
    font-weight: 600;
}

.branding a {
    font-family: 'Euclid', sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    color: #b0b9c2;
}

.branding img {
    display: none;
}

.branding svg {
    float: right;
    margin-left: 40px;
    margin-bottom: 15px;

    height: 20px;
}

img.analysis {
    max-width: 90%;
}

/* <editor-fold desc="Podium"> */
.podium {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    padding: 0 30px;
}

.podium .card {
    width: 135px;

    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Euclid', sans-serif;
    font-weight: 600;
    line-height: 1.125em;
    text-align: center;

    padding: 0.625rem 0.475rem 0.75rem;
    border-radius: 10px;
    box-sizing: border-box;

    position: relative;
    z-index: 2;
}

.podium .card:first-child,
.podium .card:last-child {
    margin-top: 3.75rem;
}

.podium + img {
    margin-top: -100px;

    max-width: 100%;

    position: relative;
    z-index: 1;
}

.card .connections {
    padding-top: 10px;
    line-height: 1.125rem;
}

/* </editor-fold> */


/* <editor-fold desc="Barchart"> */
#comparisonSelection {
    margin-top: 1.667rem;
}

#comparisonChart {
    position: relative;
}

#comparisonChart strong {
    font-family: 'Interstate', sans-serif;
}

#runCityChart {
    margin-top: -20px;
}

#runCityChart strong {
    color: var(--faded-text-color);
    font-family: 'Euclid', sans-serif;
    font-weight: 500;
}

.barchart {
    display: flex;
    flex-direction: row;
    justify-content: stretch;

    width: 100%;
    border-radius: 16px;

    overflow: hidden;

    margin-bottom: 1.25rem;
}

#runCityChart .barchart {
    margin-top: 0.625rem;
    margin-bottom: 0;
}

.barchart .part {
    width: 100%;
    height: 32px;
}

.barchart .part:nth-child(1) {
    background-color: #507b78;
}

.barchart .part:nth-child(2) {
    background-color: #73a6a3;
}

.barchart .part:nth-child(3) {
    background-color: #a3c5c3;
}

.grid {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    top: 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;

    border-bottom: 1px solid #f1f3f5;
}

.grid div {
    width: 50px;
    text-align: center;

    position: absolute;
    bottom: -1.5rem;
    left: 0;

    color: #b0b9c2;
    font-family: 'Euclid', sans-serif;
    font-size: 0.75em;
    text-align: left;
    text-transform: uppercase;
}

.grid div:nth-child(2) {
    left: 25%;
    margin-left: -25px;
    text-align: center;
}

.grid div:nth-child(3) {
    left: 50%;
    margin-left: -25px;
    text-align: center;
}

.grid div:nth-child(4) {
    left: 75%;
    margin-left: -25px;
    text-align: center;
}

.grid div:nth-child(5) {
    left: 100%;
    margin-left: -50px;
    text-align: right;
}

.grid + .bars {
    padding-bottom: 1.5rem;
}

.bars {
    position: relative;
    z-index: 2;
}

.legend > div {
    position: relative;
    float: left;
    clear: both;

    font-family: 'Euclid', sans-serif;
    font-size: 18px;
    color: var(--faded-text-color);

    margin: 5px 0;
}

.legend.changes > div:first-child {
    margin-top: 29px;
}

.legend > div.dismissable {
    background: #f9f9fa;

    padding: 5px 10px;
    cursor: pointer;
}

.legend > div .clear {
    font-style: normal;
    color: #91a5b0;
    opacity: 0.5;

    padding-left: 10px;
    float: right;
}

.labels {
    margin: 0.5rem 0 1.25rem;
}

.label {
    display: inline-block;
    position: relative;

    color: #b0b9c2;
    font-family: 'Interstate', sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;

    padding-left: 24px;
    margin-right: 1.25rem;
}

.label:after {
    content: "";
    display: block;

    position: absolute;
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;

    background-color: #507b78;
    border-radius: 9px;
}

.label:nth-child(2):after {
    background-color: #73a6a3;
}

.label:nth-child(3):after {
    background-color: #a3c5c3;
}

.disclaimer {
    padding-top: 2.375rem;
    clear: both;
}

.disclaimer svg {
    padding-right: 4px;

    position: relative;
    top: 1px;
}

.disclaimer em,
.disclaimer p {
    color: #b0b9c2;
    font-family: 'Euclid', sans-serif;
    font-size: 0.8125em;
    line-height: 1.385em;
}

.disclaimer em {
    font-style: normal;
    font-weight: 700;
    line-height: 1.615em;
}

/* </editor-fold> */

/* <editor-fold desc="Dropdown"> */
.select2-container--default .select2-search--inline .select2-search__field {
    font-family: 'Euclid', sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #1e212d;
    text-align: left;

    opacity: 0.8;
}

.select2-container {
    max-width: 250px;
}

#comparisonSelection .select2-container--default .select2-selection--single,
#comparisonSelection .select2-container--default .select2-selection--multiple,
.select2-dropdown {
    border: 2px solid #B0B9C2;
}

#comparisonSelection .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
#comparisonSelection .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    /*border-bottom: none;*/
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #14446B;
    outline: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(226, 226, 226, 0.5);
    color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    line-height: 36px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    opacity: 1.0;
    color: #B0B9C2;
    padding: 5px 5px 0;
}

.select2-container--default .select2-search--inline .select2-search__field:focus {
    opacity: 1.0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
    height: auto;
}

/* </editor-fold> */

.tooltip {
    display: none;
    position: absolute;
    z-index: 100;

    width: 120px;

    background: #000000;
    border-radius: 8px;

    padding: 6px 8px;
}

.tooltip:after {
    content: "";
    display: block;
    clear: both;

    position: absolute;
    top: -3px;
    left: 50%;

    width: 10px;
    height: 10px;

    transform: rotate(45deg);
    margin-left: -5px;

    background-color: #000000;
}

.tooltip .label {
    display: block;

    color: #FFFFFF;
    font-family: 'Interstate', sans-serif;
    font-weight: normal;
    text-transform: none;

    padding-left: 18px;
    margin-bottom: 5px;
    margin-right: 0;
}

.tooltip .label:last-child {
    margin-bottom: 0;
}

.tooltip .label:after {
    width: 13px;
    height: 13px;

    top: 1px;
}


/* Table */
table {
    display: none;
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;

    border: 1px solid #e2e2e2;
    margin-right: 34px;
}

table.selected {
    display: table;
}

table thead td {
    font-family: "Euclid", sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: right;
}

table thead td:nth-child(1) {
    text-align: left;
}

table tbody td:first-child em {
    font-weight: 900;
}

table td {
    width: 15%;

    border: 1px solid #e2e2e2;
    padding: 4px 8px 2px;

    position: relative;
    z-index: 3;
}

table td:first-child {
    width: 55%;
}

table td em {
    display: block;
    width: 240px;
    white-space: normal;
    font-family: "Euclid", sans-serif;
    font-style: normal;
}

table td.number {
    font-family: "Euclid", sans-serif;
    text-align: right;
}

#data {
    margin-bottom: 3rem;
}

#sorttable_sortfwdind,
#sorttable_sortrevind {
    display: none;
}

.sorttable_sorted::after, .sorttable_sorted_reverse::after {
    content: "▾";
    display: inline-block;
    width: 12px;
    text-align: right;
}

.sorttable_sorted::after {
    transform: scale(1, -1)
}

#data .disclaimer {
    padding: 1rem 0 3rem;
}

/* Search field */
.filter {
    position: relative;
    display: inline-block;
}

.filter svg {
    width: 15px;
    height: 15px;

    position: absolute;
    left: 18px;
    top: 18px;
}

.filter input {
    display: block;

    width: 508px;
    max-width: 100%;
    box-sizing: border-box;

    background-color: #F9F9FA;

    font-size: 18px;
    line-height: 50px;

    padding-left: 47px;
    outline: none;
}

.filter input::placeholder {
    color: #91A5B0;
}

.filter + .button {
    width: auto;
    flex-shrink: 0;
}

.flex.info {
    align-items: end;

    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 2.125rem;
}

.flex.info .update {
    opacity: 0.5;
    color: #5e7a82;
    font-family: "Euclid", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
}

.flex.info .disclaimer p {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    header #menu,
    header img,
    .flex,
    .flex.data-highlights,
    section > h2,
    section > h3,
    section > h4,
    section > h6,
    section > p,
    section > img,
    section > a {
        max-width: calc(100% - 40px);
    }

    section h6 {
        text-align: left;
    }

    .podium {
        gap: 30px;
    }

    #data {
        padding-left: 20px;
        max-width: 100%;
        overflow-x: scroll;
    }
}


@media only screen and (max-width: 700px) {
    .hidden-mobile {
        display: none !important;
    }

    .hidden-desktop {
        display: block !important;
    }

    .hidden-desktop.inline {
        display: inline-block !important;
    }

    .flex {
        flex-direction: column;
        gap: 40px;
    }

    .flex .flex-smallest,
    .flex .flex-small,
    .flex .flex-large,
    .flex .flex-largest {
        width: 100%;
    }

    header h1 {
        font-size: 2.375em;
        line-height: 1.316em;
    }

    header h1 em {
        line-height: 1.316em;
    }

    header p {
        font-size: 1.125em;
        line-height: 1.667em;
    }

    header .collage {
        margin-bottom: 2.5rem;
    }

    section h2 {
        font-size: 1.75em;
        line-height: 1.429em;
        text-align: left;

        margin: 1.875rem auto 2.5rem;
    }

    section h3 {
        font-size: 1.75em;
        line-height: 1.429em;

        margin-bottom: 1rem;
    }

    section h4 {
        margin-top: 1em;
    }

    section p {
        font-size: 1.125em;
        line-height: 1.667em;

        margin-bottom: 0.5em;
    }

    section > img,
    section > a {
        margin: 1.875em var(--mobile-margin);
    }

    .data-highlights .changes-stats {
        width: calc(100% - 100px);

        border-left: none;
        border-top: solid 1px #E2E2E2;

        padding: 30px;
    }

    .data-highlights .changes-stats:first-child {
        border-top: none;
        padding: 40px 30px;

        text-align: center;
    }

    .chart {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        gap: 0;
    }

    .box {
        padding: 2.5rem 0;
    }

    img.analysis {
        max-height: 180px;
        margin: 2rem 0 0 0;
    }

    .legend > div {
        float: none;
        display: inline-block;
        margin-right: 20px;
    }

    .flex.chart.top {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .chart + .chart {
        margin-top: 3.25rem;
    }

    .podium {
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        box-sizing: border-box;

        overflow-x: scroll;
        align-items: stretch;
        gap: 16px;

        position: relative;
    }

    .podium .card {
        width: 185px;

        margin-top: 74px !important;

        font-size: 1.3125em;
        line-height: 1.190em;

        display: flex;
        flex-direction: column;
        justify-content: space-between;

        flex-shrink: 0;

        position: relative;
        z-index: 1;
    }

    .podium .card:nth-child(2) {
        order: -1;
    }

    .podium .card:before,
    .podium .card:after {
        content: "";
        display: block;
        clear: both;

        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 1;

        background-position: top center;
        background-repeat: no-repeat;
    }

    .podium .card:after {
        bottom: -32px;

        color: var(--primary-color);
        font-family: "Euclid", sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .podium .card:nth-child(2):before {
        background-image: url("/img/banners/rats/1er-rat@2x.png");
        background-size: 49px 53px;

        top: -44px;
    }

    .podium .card:nth-child(2):after {
        content: "1st";
    }

    .podium .card:nth-child(1):before {
        background-image: url("/img/banners/rats/2e-rat@2x.png");
        background-size: 40px 46px;

        top: -43px;
    }

    .podium .card:nth-child(1):after {
        content: "2nd";
    }

    .podium .card:nth-child(3):before {
        background-image: url("/img/banners/rats/3e-rat@2x.png");
        background-size: 38px 31px;

        top: -28px;
    }

    .podium .card:nth-child(3):after {
        content: "3rd";
    }

    .podium:after {
        content: "";
        display: block;
        clear: both;

        width: 217px;

        position: absolute;
        left: 4px;
        bottom: 40px;
        top: 0;

        z-index: 0;

        background-image: url("/img/banners/rats/rayons@2x.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .highlight.center.large-space {
        text-align: left;
    }

    .highlight.center.large-space h3 {
        margin-left: 0;
    }
}

.connections.inline {
    display: inline-block;

    position: relative;
    top: 2px;
}

.connections svg {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

.connections img {
    display: none;
}

.all-connections {
    display: none;
}

svg[alt='1'] *[fill="#010101"],
svg[alt='2'] *[fill="#010101"],
svg[alt='3'] *[fill="#010101"] {
    fill: #EE352E;
}

svg[alt='4'] *[fill="#010101"],
svg[alt='5'] *[fill="#010101"],
svg[alt='6'] *[fill="#010101"] {
    fill: #00933C;
}

svg[alt='7'] *[fill="#010101"] {
    fill: #B933AD;
}

svg[alt='a'] *[fill="#010101"],
svg[alt='c'] *[fill="#010101"],
svg[alt='e'] *[fill="#010101"],
svg[alt='sir'] *[fill="#010101"] {
    fill: #0039A6;
}

svg[alt='b'] *[fill="#010101"],
svg[alt='d'] *[fill="#010101"],
svg[alt='f'] *[fill="#010101"],
svg[alt='m'] *[fill="#010101"] {
    fill: #FF6319;
}

svg[alt='g'] *[fill="#010101"] {
    fill: #6CBE45;
}

svg[alt='j'] *[fill="#010101"],
svg[alt='z'] *[fill="#010101"] {
    fill: #996633;
}

svg[alt='l'] *[fill="#010101"] {
    fill: #A7A9AC;
}

svg[alt='n'] *[fill="#010101"],
svg[alt='q'] *[fill="#010101"],
svg[alt='r'] *[fill="#010101"],
svg[alt='w'] *[fill="#010101"] {
    fill: #FCCC0A;
}

svg[alt='s'] *[fill="#010101"] {
    fill: #808183;
}

#embargo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 100;

    background-color: rgba(34, 36, 37, 0.73);

    display: none;
}

#embargo .card {
    width: 750px;
    height: 328px;
    background-color: #ffcb66;

    gap: 30px;

    border-radius: 40px;

    position: absolute;
    left: 50%;
    top: 50%;

    margin-left: -375px;
    margin-top: -164px;
}

#embargo .flex-small {
    flex: 1;
}

#embargo .close-button {
    height: 100%;
}

#embargo .close-button a {
    display: block;
    padding: 24px;
}

#embargo .close-button a img {
    display: none;
}

#embargo .clip {
    overflow: hidden;
}

#embargo img {
    height: 220px;

    position: relative;
    left: -25px;
}

#embargo h1 {
    color: var(--primary-color);
    font-size: 2.9375em;
    font-style: italic;
    line-height: 0.915em;
    text-align: left;

    margin-bottom: 3rem;
}

#embargo h1 em {
    color: var(--primary-color);
    font-family: "Euclid", sans-serif;
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1.536em;
}

#embargo p {
    color: var(--primary-color);
    font-family: "Euclid", sans-serif;
    font-size: 1.3125rem;
    line-height: 1.476em;
}


@media only screen and (max-width: 700px) {
    #embargo .card {
        width: 310px;
        height: 340px;

        gap: 0;

        margin-left: -155px;
        margin-top: -170px;

        text-align: center;

        padding: 24px;
        box-sizing: border-box;
    }

    #embargo img {
        height: 120px;
        left: 0;
    }

    #embargo h1 {
        color: var(--primary-color);
        font-size: 2.0625em;
        line-height: 0.909em;
        text-align: center;

        margin-top: 0;
        margin-bottom: 1rem;
    }

    #embargo h1 em {
        color: var(--primary-color);
        font-size: 1.25rem;
        line-height: 1.65em;
    }

    #embargo p {
        color: var(--primary-color);
        font-size: 0.9375rem;
        line-height: 1.667em;
        text-align: center;
    }

    #embargo .close-button a {
        position: absolute;
        top: 0;
        right: 0;

        padding: 20px;
    }

    #embargo .close-button svg {
        height: 31px;
        width: 31px;
    }
}
