@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit, sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --c-primary-1: #002e50;
    --c-primary-2: #123a57;
    --c-primary-3: #2167a1;
    --c-primary-4: #009fe3;
    --c-primary-5: #d6eeff;
    --c-primary-6: rgba(0, 46, 80, 0.9);
    --c-secondary-1: #c0263b;
    --c-secondary-2: #9d1f30;
    --c-secondary-3: #7f1927;
    --c-secondary-4: #9d2235;
    --c-secondary-5: #a70b29;
    --c-secondary-6: #5d121c;
    --c-secondary-7: #ac7c84;
    --c-secondary-8: #77193f;
    --c-yellow-shade-1: #e8b75f;
    --c-yellow-shade-2: #a2a74b;
    --c-black-1: #000;
    --c-black-2: #181818;
    --c-black-3: #202020;
    --c-white-1: #fff;
    --c-white-2: #ededed;
    --c-grey-0: #202020;
    --c-grey-1: #f7f7f7;
    --c-grey-2: #3a3a3a;
    --c-grey-3: #f3f3f3;
    --c-grey-4: #bfbfbf;
    --c-grey-5: #c3cbd8;
    --c-grey-6: #fafafa;
    --c-grey-7: #7b7b7b;
    --c-grey-8: #bababa;
    --c-text: #666;
    --c-text-inverse: #fff;
    --c-background: #fff;
    --c-background-section: #e5e5e5;
    --c-primary: #005de0;
    --c-secondary: #610c63;
    --c-accent: #4c4c4c;
    --c-accent-high: #000;
    --c-highlight: #ccc;
    --c-highlight-high: #e5e5e5;
    --c-muted: #f2f2f2;
    --c-warning: #f9fb93;
    --c-error: #fbe3e4;
    --c-message: #cfefc2
}

@media (prefers-color-scheme: dark) {
     :root {
        --c-primary-1: #002e50;
        --c-primary-2: #123a57;
        --c-primary-3: #2167a1;
        --c-primary-4: #009fe3;
        --c-primary-5: #d6eeff;
        --c-primary-6: #3e4b58;
        --c-secondary-1: #c0263b;
        --c-secondary-2: #9d1f30;
        --c-secondary-3: #7f1927;
        --c-secondary-4: #9d2235;
        --c-secondary-5: #a70b29;
        --c-secondary-6: #5d121c;
        --c-secondary-7: #ac7c84;
        --c-secondary-8: #77193f;
        --c-yellow-shade-1: #e8b75f;
        --c-yellow-shade-2: #a2a74b;
        --c-black-1: #000;
        --c-black-2: #181818;
        --c-black-3: #202020;
        --c-white-1: #fff;
        --c-white-2: #ededed;
        --c-grey-0: #202020;
        --c-grey-1: #f7f7f7;
        --c-grey-2: #3a3a3a;
        --c-grey-3: #f3f3f3;
        --c-grey-4: #bfbfbf;
        --c-grey-5: #c3cbd8;
        --c-grey-6: #fafafa;
        --c-text: #666;
        --c-text-inverse: #fff;
        --c-background: #fff;
        --c-background-section: #e5e5e5;
        --c-primary: #005de0;
        --c-secondary: #610c63;
        --c-accent: #4c4c4c;
        --c-accent-high: #000;
        --c-highlight: #ccc;
        --c-highlight-high: #e5e5e5;
        --c-muted: #f2f2f2;
        --c-warning: #f9fb93;
        --c-error: #fbe3e4;
        --c-message: #cfefc2
    }
}

:root [data-theme='default'] {
    --c-primary-1: #002e50;
    --c-primary-2: #123a57;
    --c-primary-3: #2167a1;
    --c-primary-4: #009fe3;
    --c-primary-5: #d6eeff;
    --c-primary-6: rgba(0, 46, 80, 0.9);
    --c-secondary-1: #c0263b;
    --c-secondary-2: #9d1f30;
    --c-secondary-3: #7f1927;
    --c-secondary-4: #9d2235;
    --c-secondary-5: #a70b29;
    --c-secondary-6: #5d121c;
    --c-secondary-7: #ac7c84;
    --c-secondary-8: #77193f;
    --c-yellow-shade-1: #e8b75f;
    --c-yellow-shade-2: #a2a74b;
    --c-black-1: #000;
    --c-black-2: #181818;
    --c-black-3: #202020;
    --c-white-1: #fff;
    --c-white-2: #ededed;
    --c-grey-0: #202020;
    --c-grey-1: #f7f7f7;
    --c-grey-2: #3a3a3a;
    --c-grey-3: #f3f3f3;
    --c-grey-4: #bfbfbf;
    --c-grey-5: #c3cbd8;
    --c-grey-6: #fafafa;
    --c-grey-7: #7b7b7b;
    --c-grey-8: #bababa;
    --c-text: #666;
    --c-text-inverse: #fff;
    --c-background: #fff;
    --c-background-section: #e5e5e5;
    --c-primary: #005de0;
    --c-secondary: #610c63;
    --c-accent: #4c4c4c;
    --c-accent-high: #000;
    --c-highlight: #ccc;
    --c-highlight-high: #e5e5e5;
    --c-muted: #f2f2f2;
    --c-warning: #f9fb93;
    --c-error: #fbe3e4;
    --c-message: #cfefc2
}

:root [data-theme='dark'] {
    --c-primary-1: #002e50;
    --c-primary-2: #123a57;
    --c-primary-3: #2167a1;
    --c-primary-4: #009fe3;
    --c-primary-5: #d6eeff;
    --c-primary-6: #3e4b58;
    --c-secondary-1: #c0263b;
    --c-secondary-2: #9d1f30;
    --c-secondary-3: #7f1927;
    --c-secondary-4: #9d2235;
    --c-secondary-5: #a70b29;
    --c-secondary-6: #5d121c;
    --c-secondary-7: #ac7c84;
    --c-secondary-8: #77193f;
    --c-yellow-shade-1: #e8b75f;
    --c-yellow-shade-2: #a2a74b;
    --c-black-1: #000;
    --c-black-2: #181818;
    --c-black-3: #202020;
    --c-white-1: #fff;
    --c-white-2: #ededed;
    --c-grey-0: #202020;
    --c-grey-1: #f7f7f7;
    --c-grey-2: #3a3a3a;
    --c-grey-3: #f3f3f3;
    --c-grey-4: #bfbfbf;
    --c-grey-5: #c3cbd8;
    --c-grey-6: #fafafa;
    --c-text: #666;
    --c-text-inverse: #fff;
    --c-background: #fff;
    --c-background-section: #e5e5e5;
    --c-primary: #005de0;
    --c-secondary: #610c63;
    --c-accent: #4c4c4c;
    --c-accent-high: #000;
    --c-highlight: #ccc;
    --c-highlight-high: #e5e5e5;
    --c-muted: #f2f2f2;
    --c-warning: #f9fb93;
    --c-error: #fbe3e4;
    --c-message: #cfefc2
}

.cl-colors {
    padding: 1rem
}

.cl-colors__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 2rem;
    padding: 0
}

.cl-colors__item {
    list-style: none;
    padding: 1rem 2rem;
    transition: all 0.4s;
    flex: 1 1 20%;
    min-width: 150px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.cl-colors__item--default-primary-1 {
    background-color: #002e50;
    background-color: var(--c-primary-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-primary-2 {
    background-color: #123a57;
    background-color: var(--c-primary-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-primary-3 {
    background-color: #2167a1;
    background-color: var(--c-primary-3);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-primary-4 {
    background-color: #009fe3;
    background-color: var(--c-primary-4);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-primary-5 {
    background-color: #d6eeff;
    background-color: var(--c-primary-5);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-primary-6 {
    background-color: rgba(0, 46, 80, 0.9);
    background-color: var(--c-primary-6);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-1 {
    background-color: #c0263b;
    background-color: var(--c-secondary-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-2 {
    background-color: #9d1f30;
    background-color: var(--c-secondary-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-3 {
    background-color: #7f1927;
    background-color: var(--c-secondary-3);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-4 {
    background-color: #9d2235;
    background-color: var(--c-secondary-4);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-5 {
    background-color: #a70b29;
    background-color: var(--c-secondary-5);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-6 {
    background-color: #5d121c;
    background-color: var(--c-secondary-6);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary-7 {
    background-color: #ac7c84;
    background-color: var(--c-secondary-7);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-secondary-8 {
    background-color: #77193f;
    background-color: var(--c-secondary-8);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-yellow-shade-1 {
    background-color: #e8b75f;
    background-color: var(--c-yellow-shade-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-yellow-shade-2 {
    background-color: #a2a74b;
    background-color: var(--c-yellow-shade-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-black-1 {
    background-color: #000;
    background-color: var(--c-black-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-black-2 {
    background-color: #181818;
    background-color: var(--c-black-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-black-3 {
    background-color: #202020;
    background-color: var(--c-black-3);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-white-1 {
    background-color: #fff;
    background-color: var(--c-white-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-white-2 {
    background-color: #ededed;
    background-color: var(--c-white-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-0 {
    background-color: #202020;
    background-color: var(--c-grey-0);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-grey-1 {
    background-color: #f7f7f7;
    background-color: var(--c-grey-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-2 {
    background-color: #3a3a3a;
    background-color: var(--c-grey-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-grey-3 {
    background-color: #f3f3f3;
    background-color: var(--c-grey-3);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-4 {
    background-color: #bfbfbf;
    background-color: var(--c-grey-4);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-5 {
    background-color: #c3cbd8;
    background-color: var(--c-grey-5);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-6 {
    background-color: #fafafa;
    background-color: var(--c-grey-6);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-grey-7 {
    background-color: #7b7b7b;
    background-color: var(--c-grey-7);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-grey-8 {
    background-color: #bababa;
    background-color: var(--c-grey-8);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-text {
    background-color: #666;
    background-color: var(--c-text);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-text-inverse {
    background-color: #fff;
    background-color: var(--c-text-inverse);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-background {
    background-color: #fff;
    background-color: var(--c-background);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-background-section {
    background-color: #e5e5e5;
    background-color: var(--c-background-section);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-primary {
    background-color: #005de0;
    background-color: var(--c-primary);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-secondary {
    background-color: #610c63;
    background-color: var(--c-secondary);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-accent {
    background-color: #4c4c4c;
    background-color: var(--c-accent);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-accent-high {
    background-color: #000;
    background-color: var(--c-accent-high);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--default-highlight {
    background-color: #ccc;
    background-color: var(--c-highlight);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-highlight-high {
    background-color: #e5e5e5;
    background-color: var(--c-highlight-high);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-muted {
    background-color: #f2f2f2;
    background-color: var(--c-muted);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-warning {
    background-color: #f9fb93;
    background-color: var(--c-warning);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-error {
    background-color: #fbe3e4;
    background-color: var(--c-error);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--default-message {
    background-color: #cfefc2;
    background-color: var(--c-message);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-primary-1 {
    background-color: #002e50;
    background-color: var(--c-primary-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-primary-2 {
    background-color: #123a57;
    background-color: var(--c-primary-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-primary-3 {
    background-color: #2167a1;
    background-color: var(--c-primary-3);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-primary-4 {
    background-color: #009fe3;
    background-color: var(--c-primary-4);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-primary-5 {
    background-color: #d6eeff;
    background-color: var(--c-primary-5);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-primary-6 {
    background-color: rgba(0, 46, 80, 0.9);
    background-color: var(--c-primary-6);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-1 {
    background-color: #c0263b;
    background-color: var(--c-secondary-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-2 {
    background-color: #9d1f30;
    background-color: var(--c-secondary-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-3 {
    background-color: #7f1927;
    background-color: var(--c-secondary-3);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-4 {
    background-color: #9d2235;
    background-color: var(--c-secondary-4);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-5 {
    background-color: #a70b29;
    background-color: var(--c-secondary-5);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-6 {
    background-color: #5d121c;
    background-color: var(--c-secondary-6);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary-7 {
    background-color: #ac7c84;
    background-color: var(--c-secondary-7);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-secondary-8 {
    background-color: #77193f;
    background-color: var(--c-secondary-8);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-yellow-shade-1 {
    background-color: #e8b75f;
    background-color: var(--c-yellow-shade-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-yellow-shade-2 {
    background-color: #a2a74b;
    background-color: var(--c-yellow-shade-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-black-1 {
    background-color: #000;
    background-color: var(--c-black-1);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-black-2 {
    background-color: #181818;
    background-color: var(--c-black-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-black-3 {
    background-color: #202020;
    background-color: var(--c-black-3);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-white-1 {
    background-color: #fff;
    background-color: var(--c-white-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-white-2 {
    background-color: #ededed;
    background-color: var(--c-white-2);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-grey-0 {
    background-color: #202020;
    background-color: var(--c-grey-0);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-grey-1 {
    background-color: #f7f7f7;
    background-color: var(--c-grey-1);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-grey-2 {
    background-color: #3a3a3a;
    background-color: var(--c-grey-2);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-grey-3 {
    background-color: #f3f3f3;
    background-color: var(--c-grey-3);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-grey-4 {
    background-color: #bfbfbf;
    background-color: var(--c-grey-4);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-grey-5 {
    background-color: #c3cbd8;
    background-color: var(--c-grey-5);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-grey-6 {
    background-color: #fafafa;
    background-color: var(--c-grey-6);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-text {
    background-color: #666;
    background-color: var(--c-text);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-text-inverse {
    background-color: #fff;
    background-color: var(--c-text-inverse);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-background {
    background-color: #fff;
    background-color: var(--c-background);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-background-section {
    background-color: #e5e5e5;
    background-color: var(--c-background-section);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-primary {
    background-color: #005de0;
    background-color: var(--c-primary);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-secondary {
    background-color: #610c63;
    background-color: var(--c-secondary);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-accent {
    background-color: #4c4c4c;
    background-color: var(--c-accent);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-accent-high {
    background-color: #000;
    background-color: var(--c-accent-high);
    color: #000;
    color: var(--c-accent-high)
}

.cl-colors__item--dark-highlight {
    background-color: #ccc;
    background-color: var(--c-highlight);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-highlight-high {
    background-color: #e5e5e5;
    background-color: var(--c-highlight-high);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-muted {
    background-color: #f2f2f2;
    background-color: var(--c-muted);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-warning {
    background-color: #f9fb93;
    background-color: var(--c-warning);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-error {
    background-color: #fbe3e4;
    background-color: var(--c-error);
    color: #f2f2f2;
    color: var(--c-muted)
}

.cl-colors__item--dark-message {
    background-color: #cfefc2;
    background-color: var(--c-message);
    color: #f2f2f2;
    color: var(--c-muted)
}

.motion {
    padding: 0 1rem
}

@media (min-width: 920px) {
    .motion__grid {
        display: flex;
        flex-wrap: wrap
    }
}

@media (min-width: 920px) {
    .motion__grid-item {
        margin-bottom: 1rem;
        margin-right: 1rem;
        width: 49%
    }
    .motion__grid-item:nth-child(2n) {
        margin-right: 0
    }
}

.demo-motion {
    background-color: #e5e5e5;
    background-color: var(--c-highlight-high);
    border-radius: 2px;
    cursor: pointer;
    padding: 3rem;
    text-align: center
}

.demo-motion::before {
    content: "Duration: .3s";
    display: block
}

.demo-motion::after {
    content: "Timing Function: ease-in-out"
}

.demo-motion span {
    display: block;
    margin: 0.25rem
}

.demo-motion--fade {
    transition: all .3s ease-in-out
}

.demo-motion--fade:hover {
    background-color: #000;
    background-color: var(--c-accent-high);
    color: #f2f2f2;
    color: var(--c-muted)
}

.demo-motion--slide-up {
    transition: transform .4s ease-in
}

.demo-motion--slide-up::before {
    content: 'Duration: 0.4s';
    display: block
}

.demo-motion--slide-up::after {
    content: 'Timing Function: ease-in'
}

.demo-motion--slide-up:hover {
    transform: translateY(-10px)
}

.demo-motion--slide-down {
    transition: transform .2s linear
}

.demo-motion--slide-down::before {
    content: 'Duration: 0.2s';
    display: block
}

.demo-motion--slide-down::after {
    content: 'Timing Function: linear'
}

.demo-motion--slide-down:hover {
    transform: translateY(10px)
}

.demo-motion--expand {
    transition: transform .3s cubic-bezier(0.17, 0.67, 0.83, 0.67)
}

.demo-motion--expand::before {
    content: 'Duration: 0.3s';
    display: block
}

.demo-motion--expand::after {
    content: 'Timing Function: cubic-bezier(.17,.67,.83,.67)'
}

.demo-motion--expand:hover {
    transform: scale(1.03)
}

html {
    box-sizing: border-box;
    overflow-x: hidden
}

body {
    background-color: #fff;
    background-color: var(--c-background);
    color: #666;
    color: var(--c-text);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #202020;
    padding: 0 !important;
    overflow-y: hidden
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.main {
    display: block
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal
}

.container,
.container-small {
    margin: 0 auto
}

@media (min-width: 768px) {
    .container,
    .container-small {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container,
    .container-small {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .container,
    .container-small {
        max-width: 1200px
    }
}

@media (max-width: 767px) {
    .container,
    .container-small {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .container-small {
        max-width: 983px
    }
}

@media (max-width: 767px) {
    .container-small {
        max-width: 100%
    }
}

.text-small {
    font-size: 9px;
    letter-spacing: 1.3px
}

a:hover {
    text-decoration: none
}

.mt-100 {
    margin-top: 100px !important
}

.visible-desktop {
    display: none
}

@media (min-width: 768px) {
    .visible-desktop {
        display: block
    }
}

.visible-mobile {
    display: block
}

@media (min-width: 768px) {
    .visible-mobile {
        display: none
    }
}

.button {
    border: 0;
    border-radius: 0;
    align-self: self-start;
    font-weight: 600;
    line-height: normal;
    padding: 15px 80px 15px 20px;
    position: relative;
    background-color: #c0263b;
    color: #fff;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    outline: none
}

.button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

.button:focus:hover {
    background-color: #7f1927 !important;
    color: #ededed !important;
    background-color: #c0263b !important;
    padding-right: 90px
}

.button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -60px;
    top: 0;
    right: 59px;
    border-left: 50px solid transparent;
    border-bottom: 90px solid #9d1f30;
    transform: translateX(100%);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1
}

.button::before {
    background-color: #9d1f30;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

.button:hover::after {
    transform: translateX(0)
}

.button:hover:hover {
    color: #ededed;
    background-color: #c0263b;
    padding-right: 90px
}

.button svg {
    fill: #fff;
    transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%)
}

.button svg:hover {
    right: 10px
}

.button--alt {
    background-color: transparent;
    transition: background-color 180ms ease-in-out, color 180ms ease-in-out;
    padding-left: 0;
    display: inline-block
}

.button--alt::before {
    background-color: transparent
}

.button--alt::after {
    display: none
}

.button--alt:focus:hover {
    background-color: transparent !important;
    color: #fff
}

.button--alt:hover {
    background-color: transparent !important
}

.button--alt:hover:hover {
    color: #fff
}

.button--alt:hover::after {
    border-bottom: 2px solid #fff;
    bottom: -2px;
    display: block;
    margin-top: -2px;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
    transition: unset;
    -webkit-transform: unset;
    border-left: 0
}

.button--alt svg {
    transition: transform 0.3s ease
}

.form-item--checkboxes,
.form-item--checkbox__item {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-item--radios,
.form-item--radio__item {
    list-style: none;
    margin: 0;
    padding: 0
}

.form-item__dropdown {
    border: 1px solid #f2f2f2;
    border: 1px solid var(--c-muted);
    display: block;
    position: relative
}

@media (prefers-color-scheme: dark) {
    .form-item__dropdown {
        background-color: var(--c-background-inverse)
    }
}

.form-item__dropdown::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #4c4c4c;
    border-top: 9px solid var(--c-accent);
    content: ' ';
    position: absolute;
    top: 42%;
    right: 1em;
    z-index: 2;
    pointer-events: none;
    display: none
}

.form-item__dropdown:hover {
    border-color: #000;
    border-color: var(--c-accent-high)
}

.form-item__select {
    border: 1px solid #f2f2f2;
    border: 1px solid var(--c-muted);
    height: 41px;
    font-size: 16px;
    margin: 0;
    outline: none;
    padding: 0.6em 0.8em 0.5em;
    width: 100%
}

.form-item__select :focus {
    outline: none;
    color: #4c4c4c;
    color: var(--c-accent)
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
    .form-item__dropdown::after {
        display: block
    }
    .form-item__select {
        padding-right: 2em;
        background: none;
        border: 1px solid transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }
    .form-item__select:focus {
        border-color: #4c4c4c;
        border-color: var(--c-accent);
        border-radius: 0
    }
}

.form-item {
    color: #666;
    color: var(--c-text);
    margin-bottom: 1em;
    max-width: 32em
}

.form-item::after {
    clear: both;
    content: '';
    display: table
}

.form-item__label {
    display: block;
    font-weight: 600
}

@media (min-width: 320px) {
    .form-item__label {
        display: block;
        margin-right: 2%;
        padding: 0.6em 0
    }
}

.form-item__textfield {
    border: 1px solid #e5e5e5;
    border: 1px solid var(--c-highlight-high);
    padding: 0.6em;
    max-width: 100%
}

.form-item__textfield:focus {
    border-color: #000;
    border-color: var(--c-accent-high)
}

.form-item__textfield::-moz-placeholder {
    color: #ccc;
    color: var(--c-highlight)
}

.form-item__textfield:-ms-input-placeholder {
    color: #ccc;
    color: var(--c-highlight)
}

.form-item__textfield::placeholder {
    color: #ccc;
    color: var(--c-highlight)
}

.form-item__description {
    margin-top: 0.3em
}

.form-fieldset {
    border: none;
    margin-bottom: 2em;
    padding: 0
}

.form-fieldset .form-item {
    margin-left: 1em;
    max-width: 31em
}

.icons-demo {
    display: flex;
    flex-wrap: wrap
}

.icons-demo .icon {
    height: 100px;
    padding: 1rem;
    width: 100px
}

@media (prefers-color-scheme: dark) {
    .icons-demo .icon {
        fill: #000;
        fill: var(--c-accent-high)
    }
}

.icons-demo pre {
    background-color: #f2f2f2;
    background-color: var(--c-muted);
    font-size: 0.8rem;
    margin: 0;
    text-align: center
}

.icons-demo__item {
    border: 1px solid #f2f2f2;
    border: 1px solid var(--c-muted);
    margin: .25rem
}

img,
picture {
    display: block;
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

.figure__caption {
    font-style: italic
}

picture img {
    display: block;
    max-width: 100%;
    height: auto;
    font-family: "object-fit:cover", "object-fit: cover;", sans-serif;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.link {
    color: #9d1f30;
    text-decoration: none
}

.link:hover {
    color: #5d121c;
    text-decoration: none
}

ul,
ol {
    padding-left: 1em
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

.list-item,
.text-long ol li,
.text-long ul li {
    margin-bottom: 0.2em;
    padding-left: 1em
}

.table-cmn table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%
}

@media (max-width: 767px) {
    .table-cmn table {
        width: 100%;
        border: 0;
        overflow-x: auto;
        white-space: nowrap
    }
}

.table-cmn table thead th {
    border: 1px solid #f3f3f3;
    padding: 15px;
    font-weight: normal;
    text-align: inherit
}

.table-cmn table thead td {
    padding: 15px
}

.table-cmn table thead td:first-child {
    border-left-color: transparent
}

.table-cmn table thead td:last-child {
    border-right-color: transparent
}

.table-cmn table thead tr {
    background-color: #f7f7f7
}

.table-cmn table tbody td {
    border: 1px solid #f3f3f3;
    padding: 15px
}

.table-cmn table tbody td:first-child {
    border-left-color: transparent
}

.table-cmn table tbody td:last-child {
    border-right-color: transparent
}

.h1,
h1 {
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-size: 48px;
    line-height: 71px;
    margin: 0 0 0.5em;
    width: auto
}

.h1__link,
h1__link {
    color: inherit
}

.h1__link:hover,
h1__link:hover {
    color: inherit
}

@media (max-width: 1023px) {
    .h1,
    h1 {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .h1,
    h1 {
        font-size: 32px
    }
}

@media (max-width: 1023px) {
    .h1.large,
    h1.large {
        font-size: 41.14286px
    }
}

@media (max-width: 767px) {
    .h1.large,
    h1.large {
        font-size: 34.28571px
    }
}

.h2,
h2 {
    color: #202020;
    font-weight: bold;
    font-style: normal;
    font-size: 38px;
    margin: 0 0 0.5em;
    position: relative
}

.h2__link,
h2__link {
    color: inherit
}

.h2__link:hover,
h2__link:hover {
    color: inherit
}

.h3,
h3 {
    color: #202020;
    font-style: normal;
    font-size: 24px
}

.h3__link,
h3__link {
    color: inherit
}

.h3__link:hover,
h3__link:hover {
    color: inherit
}

.h4,
h4 {
    color: #202020;
    font-style: normal;
    font-size: 16px
}

.h4__link,
h4__link {
    color: inherit
}

.h4__link:hover,
h4__link:hover {
    color: inherit
}

.h5,
h5,
.h6,
h6 {
    color: #202020;
    font-style: normal;
    font-size: 14px
}

.h5__link,
h5__link,
.h6__link,
h6__link {
    color: inherit
}

.h5__link:hover,
h5__link:hover,
.h6__link:hover,
h6__link:hover {
    color: inherit
}

.paragraph,
.text-long p {
    margin: 0 0 1em;
    line-height: 30px;
    font-size: 16px
}

.paragraph.large,
.text-long p.large {
    font-size: 18px
}

@media (max-width: 1023px) {
    .paragraph.large,
    .text-long p.large {
        font-size: 14px
    }
}

@media (max-width: 1023px) {
    .paragraph,
    .text-long p {
        font-size: 14px;
        line-height: 28px
    }
}

.hr,
.text-long hr {
    border-style: solid;
    border-width: 1px 0 0;
    color: currentColor
}

.video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video--full {
    padding-bottom: 75%
}

.accordion-wrapper .card {
    outline: none;
    border: none;
    margin-bottom: 1px;
    background-color: transparent
}

.accordion-wrapper .card .card-header {
    background: linear-gradient(117deg, #c0263b 65%, #c0263b 73.9%, #9d1f30 74%, #9d1f30 84%);
    border-bottom: none;
    outline: none;
    padding: 0;
    border-radius: 0
}

.accordion-wrapper .card .card-header h3 {
    color: #fff;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    max-width: none;
    margin-bottom: 1px;
    padding: 24px 43px 23px 40px;
    cursor: pointer
}

.accordion-wrapper .card .card-header h3::before {
    color: #fff;
    content: '/';
    font-size: 18px;
    left: 30px;
    margin-right: 10px;
    position: absolute;
    top: 24px;
    z-index: 1
}

.accordion-wrapper .card .card-header h3::after {
    background: url(../images/template/chevron-down-white.svg);
    float: right;
    width: 18px;
    height: 36px;
    content: ' ';
    display: block;
    position: absolute;
    right: 43px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    transform: rotate(-180deg)
}

.accordion-wrapper .card .card-header h3.collapsed::after {
    top: 25px;
    transform: rotate(0deg) !important
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 8px
}

.home-immundefekt-banner {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 474px;
    position: relative;
    position: relative
}

.home-immundefekt-banner .desktop-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.home-immundefekt-banner .mobile-banner {
    display: none
}

.home-immundefekt-banner:after {
    content: '';
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #000;
    background: linear-gradient(0deg, #000 0%, rgba(245, 245, 245, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f5f5f5", GradientType=1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.home-immundefekt-banner .text-wrapper {
    position: relative;
    z-index: 9;
    max-width: 900px;
    margin: 0 auto;
    padding: 130px 0 0 0
}

.home-immundefekt-banner .text-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 0px
}

.home-immundefekt-banner .text-wrapper p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0 120px;
    font-weight: 400;
    line-height: 28px
}

.home-immundefekt-banner .home-immundefekt-brand {
    position: relative;
    z-index: 9;
    padding-top: 60px;
    display: flex;
    justify-content: center
}

.home-immundefekt-banner .home-immundefekt-brand img {
    width: 65.23px;
    height: 76.15px
}

@media screen and (max-width: 990px) {
    .home-immundefekt-banner {
        height: 300px;
        background-size: cover
    }
    .home-immundefekt-banner .text-wrapper {
        max-width: 300px;
        padding: 70px 0
    }
    .home-immundefekt-banner .text-wrapper h1 {
        font-size: 33px;
        font-weight: bold;
        line-height: 38px
    }
    .home-immundefekt-banner .text-wrapper p {
        font-size: 20px;
        font-weight: 400;
        line-height: 23px
    }
}

@media screen and (max-width: 1400px) {
    .home-immundefekt-banner {
        height: 350px
    }
    .home-immundefekt-banner .home-immundefekt-brand {
        padding-top: 25px
    }
    .home-immundefekt-banner .home-immundefekt-brand img {
        width: 50px;
        height: 50px
    }
    .home-immundefekt-banner .text-wrapper {
        max-width: 500px;
        padding: 95px 0 0 0
    }
    .home-immundefekt-banner .text-wrapper h1 {
        font-size: 33px;
        margin-bottom: 0
    }
    .home-immundefekt-banner .text-wrapper p {
        font-size: 17px;
        padding: 0 20px;
        line-height: 24px
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .home-immundefekt-banner {
        height: 474px
    }
    .home-immundefekt-banner .home-immundefekt-brand img {
        width: 39.72px;
        height: 46.36px
    }
    .home-immundefekt-banner .desktop-banner {
        display: none
    }
    .home-immundefekt-banner .mobile-banner {
        height: 100%;
        width: 100%;
        z-index: 7;
        position: absolute;
        display: block
    }
    .home-immundefekt-banner .text-wrapper {
        max-width: 500px;
        padding-top: 145px
    }
    .home-immundefekt-banner .text-wrapper h1 {
        font-size: 33px;
        line-height: 38px
    }
    .home-immundefekt-banner .text-wrapper p {
        font-size: 20px;
        padding: 0 19px;
        line-height: 23px;
        margin-bottom: 15px
    }
}

.custom-banner {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 318px;
    position: relative
}

.custom-banner .desktop-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block
}

.custom-banner .mobile-banner {
    display: none
}

.custom-banner {
    position: relative
}

@media screen and (max-width: 990px) {
    .custom-banner {
        height: 300px;
        background-size: cover
    }
}

@media screen and (max-width: 1400px) {
    .custom-banner {
        height: 270px
    }
    .home-immundefekt-brand {
        position: relative;
        z-index: 9;
        padding-top: 40px;
        display: flex;
        justify-content: center
    }
    .home-immundefekt-brand img {
        width: 50px;
        height: 50px
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .custom-banner .desktop-banner {
        display: none
    }
    .custom-banner .mobile-banner {
        display: block;
        width: 100%
    }
    .custom-banner {
        height: 218px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .custom-banner .desktop-banner {
        display: block
    }
    .custom-banner .mobile-banner {
        display: none;
        width: 100%
    }
    .custom-banner {
        height: 240px
    }
}

.blurb .text-img {
    padding-bottom: 50px
}

.blurb .text-img .row {
    align-items: center
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blurb .text-img .row {
        align-items: flex-start
    }
}

.blurb .text-img .image {
    padding: 0 15px
}

@media (max-width: 767px) {
    .blurb .text-img .image {
        margin-right: -30px
    }
}

.blurb .text-img .image picture img {
    height: 100%
}

.blurb .text-img .text-img-content {
    padding: 0 15px
}

@media (max-width: 767px) {
    .blurb .text-img .text-img-content {
        padding-top: 60px
    }
}

.blurb .text-img .text-img-content h2 {
    margin: 100px 0 0.5em 0;
    text-transform: uppercase
}

.blurb .text-img .text-img-content h2::before {
    left: -12px
}

.blurb .text-img .text-img-content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .blurb .text-img .text-img-content p {
        font-size: 14px;
        line-height: 25px
    }
}

.blurb .text-img .image-breakout-right {
    z-index: 2;
    position: relative;
    width: calc(100% + 30px);
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: 100px 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blurb .text-img .image-breakout-right {
        left: calc(50vw - 17px)
    }
}

@media (min-width: 768px) {
    .blurb .text-img .image-breakout-right {
        left: calc(50vw - 23px);
        margin-left: -50vw;
        align-items: center;
        border-radius: 2px;
        max-width: none;
        right: auto;
        width: 50vw
    }
}

@media (min-width: 1200px) {
    .blurb .text-img .image-breakout-right {
        max-height: 550px
    }
}

.blurb .text-img .image-breakout-right.slide-left:after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: top right;
    transform: scaleX(1)
}

.blurb .text-img .image-breakout-right.slide-left.in-view::after {
    transform: scaleX(0) !important;
    transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1) 0.3s
}

.blurb .text-img .image-breakout-right.image-breakout-left {
    left: auto;
    margin-top: 110px;
    margin-bottom: 120px
}

@media (min-width: 768px) {
    .blurb .text-img .image-breakout-right.image-breakout-left {
        margin-left: calc(100% - 50vw + 20px)
    }
}

.blurb .text-img .image-breakout-right.image-breakout-left .text-img-content {
    margin-bottom: 15px
}

.blurb--modal {
    background-color: #fafafa
}

@media (min-width: 768px) {
    .blurb--modal .image-breakout-right {
        left: calc(50vw - 30px)
    }
}

.blurb--modal .image-breakout-right:after {
    border-radius: 50%;
    bottom: 30px;
    left: 30px;
    z-index: 10
}

.blurb--modal .image-breakout-right.slide-left:after {
    transform: scaleX(1)
}

.blurb--inverted .col-sm-12.col-md-5 {
    order: 2;
    margin-left: 14%
}

@media (max-width: 767px) {
    .blurb--inverted .col-sm-12.col-md-5 {
        margin-left: 0%
    }
}

.blurb--inverted .col-sm-12.col-md-6.offset-sm-1 {
    order: 1;
    margin-left: -7.333%
}

@media (max-width: 767px) {
    .blurb--inverted .col-sm-12.col-md-6.offset-sm-1 {
        margin-left: 3.333%
    }
}

@media (min-width: 480px) {
    .blurb--inverted .col-sm-12.col-md-6.offset-sm-1 {
        margin-left: 2.333%;
        padding-right: 0
    }
}

@media (max-width: 1199px) {
    .blurb--inverted .col-sm-12.col-md-6.offset-sm-1 {
        margin-left: -11.667%
    }
}

@media (min-width: 1200px) {
    .blurb--inverted .col-sm-12.col-md-6.offset-sm-1 {
        margin-left: -7.333%
    }
}

.blurb--bg-color {
    background: #d6eeff
}

.blurb--image-multiple {
    background: #d6eeff;
    padding: 110px 20px 225px 20px
}

@media (max-width: 1023px) {
    .blurb--image-multiple {
        padding: 80px 0 360px 0px
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple {
        padding: 80px 0 140px 0px
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .blurb--image-multiple {
        overflow: hidden
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.blurb--image-multiple .offset-sm-1 {
    margin-left: 0
}

@media (max-width: 1023px) {
    .blurb--image-multiple .offset-sm-1 {
        left: 0
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple .offset-sm-1 {
        position: relative;
        left: -50px
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple .text-img .row {
        align-items: center
    }
}

.blurb--image-multiple .text-img .text-img-content {
    padding: 0 42px 60px 42px
}

@media (max-width: 1023px) {
    .blurb--image-multiple .text-img .text-img-content {
        padding: 0px 22px 50px 22px
    }
}

.blurb--image-multiple .text-img .text-img-content p {
    margin-bottom: 59px
}

.blurb--image-multiple .col-md-6 .image {
    padding: 0;
    min-height: 350px;
    max-width: 375px;
    position: relative;
    width: 100%;
    justify-content: center
}

@media (max-width: 1023px) {
    .blurb--image-multiple .col-md-6 .image {
        margin: 0 auto;
        max-width: 375px
    }
}

@media (max-width: 767px) {
    .blurb--image-multiple .col-md-6 .image {
        max-width: 89%;
        margin-left: 3px
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-6 .image {
        max-width: 295px
    }
}

@media (min-width: 992px) {
    .blurb--image-multiple .col-md-6 .image {
        max-width: 375px
    }
}

@media (min-width: 1200px) {
    .blurb--image-multiple .col-md-6 .image {
        max-width: 375px
    }
}

.blurb--image-multiple .col-md-6 .image .image-card-wrapper .image {
    width: 80%;
    position: absolute;
    min-height: initial;
    max-width: initial;
    padding: 0
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image {
        width: 100%
    }
}

.blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:first-child {
    position: absolute;
    top: 0;
    z-index: 3
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:first-child {
        right: -20px
    }
}

@media (max-width: 767px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:first-child {
        left: 15px
    }
}

.blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(2) {
    top: -15px;
    z-index: 2;
    right: 5%
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(2) {
        right: -55px
    }
}

@media (min-width: 992px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(2) {
        right: -90px
    }
}

@media (min-width: 1200px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(2) {
        right: -80px
    }
}

.blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(3) {
    top: -30px;
    z-index: 1;
    right: 0
}

@media (max-width: 767px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(3) {
        right: -16px
    }
}

@media (min-width: 768px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(3) {
        right: -80px
    }
}

@media (min-width: 992px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(3) {
        right: -140px
    }
}

@media (min-width: 1200px) {
    .blurb--image-multiple .col-md-6 .image .image-card-wrapper .image:nth-of-type(3) {
        right: -120px
    }
}

.blurb--featured-wrapper-video {
    background: #d6eeff;
    margin-top: 230px;
    padding-top: 100px;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .blurb--featured-wrapper-video .row {
        flex-direction: column-reverse
    }
}

.blurb--featured-wrapper-video .row .offset-sm-1 {
    margin-left: -25px
}

@media (max-width: 767px) {
    .blurb--featured-wrapper-video .row .offset-sm-1 {
        margin-left: 0
    }
}

.blurb--featured-wrapper-video h2 {
    margin-bottom: 10px !important;
    margin-top: 0 !important
}

.blurb--featured-wrapper-video p {
    margin-bottom: 1rem !important
}

.blurb--featured-wrapper-video .button {
    margin-top: 15px
}

@media (max-width: 767px) {
    .blurb--featured-wrapper-video .col-md-6 {
        padding: 0
    }
}

@media (min-width: 768px) {
    .blurb--featured-wrapper-video .col-md-6 {
        padding: 0 15px
    }
}

@media (min-width: 768px) {
    .blurb--featured-wrapper-video .col-md-5 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.blurb--featured-wrapper-video .text-img-content {
    padding: 20px 20px 30px
}

.blurb--featured-wrapper-video .text-img-content h2+p {
    font-size: 18px
}

@media (max-width: 1023px) {
    .blurb--featured-wrapper-video .text-img-content h2+p {
        line-height: 28px;
        font-size: 14px
    }
}

.blurb--featured-wrapper-video .image {
    margin-bottom: 230px;
    width: 100%;
    height: 100%;
    padding: 0
}

@media (min-width: 768px) {
    .blurb--featured-wrapper-video .image {
        margin-top: -230px;
        margin-right: calc(50% - 50vw);
        position: relative;
        width: 50vw
    }
}

@media (max-width: 767px) {
    .blurb--featured-wrapper-video .image {
        margin-bottom: 60px;
        padding: 0 !important
    }
}

@media (max-width: 767px) {
    .blurb--featured-wrapper-video .image .video-player {
        width: 100% !important
    }
}

.blurb--featured-wrapper-video .image .video-player .mejs__overlay:hover>.mejs__overlay-button {
    background-position: center;
    transform: scale(1.25)
}

.blurb--featured-wrapper-video .image .video-player .mejs__iframe-overlay {
    display: none
}

.blurb--featured-wrapper-video .image .video-player .mejs__overlay-button {
    background: url(../images/template/play.svg) no-repeat center/80px;
    transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -ms-transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.blurb.bg-color-image-featured {
    background: linear-gradient(114deg, #ebf6ff 0%, #f0f8ff 45.9%, #d6eeff 46%, #d6eeff 100%);
    padding: 90px 0 40px 0;
    margin-bottom: 150px;
    margin-top: 100px
}

.blurb.bg-color-image-featured .row {
    align-items: flex-start
}

@media (min-width: 576px) {
    .blurb.bg-color-image-featured .row .col-sm-12.col-md-5 {
        margin-left: 8.333333%
    }
}

.blurb.bg-color-image-featured .row .offset-sm-1 {
    margin-left: 0
}

@media (max-width: 767px) {
    .blurb.bg-color-image-featured .row .offset-sm-1 {
        padding: 0
    }
}

@media (max-width: 767px) {
    .blurb.bg-color-image-featured .image {
        padding: 0;
        margin-bottom: 60px
    }
}

@media (min-width: 768px) {
    .blurb.bg-color-image-featured .image {
        margin-bottom: -230px
    }
}

.blurb.bg-color-image-featured .image-breakout-right {
    margin-top: 0px;
    margin-bottom: 0px
}

@media (max-width: 767px) {
    .blurb.bg-color-image-featured .image-breakout-right {
        width: 100%
    }
}

@media (min-width: 768px) {
    .blurb.bg-color-image-featured .image-breakout-right {
        margin-left: calc(100% - 100vw + 30px)
    }
}

@media (min-width: 1200px) {
    .blurb.bg-color-image-featured .image-breakout-right {
        max-height: initial
    }
}

.blurb.bg-color-image-featured .text-img-content {
    padding: 20px 20px 30px
}

@media (min-width: 768px) {
    .blurb.bg-color-image-featured .text-img-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.blurb.bg-color-image-featured .text-img-content h2 {
    margin-bottom: 10px;
    margin-top: 0
}

.blurb.bg-color-image-featured .text-img-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1em
}

@media (max-width: 1023px) {
    .blurb.bg-color-image-featured .text-img-content p {
        line-height: 28px;
        font-size: 14px
    }
}

.blurb.bg-color-image-featured .text-img-content p:nth-of-type(2) {
    font-size: 16px;
    line-height: 28px
}

@media (max-width: 767px) {
    .blurb.bg-color-image-featured .text-img-content p:nth-of-type(2) {
        font-size: 16px;
        line-height: 28px
    }
}

.pid-sid-wrapper {
    margin: -80px auto 50px auto
}

.pid-sid-wrapper .card {
    border-radius: 10px
}

.pid-sid-wrapper .card-body {
    padding: 50px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center;
    font-weight: lighter;
    min-height: 200px;
    position: relative
}

.pid-sid-wrapper .card-body h2 {
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px
}

.pid-sid-wrapper .card-body img {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: 40px;
    width: 140px
}

.pid-sid-wrapper .card-body p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    position: relative;
    z-index: 3
}

.pid-sid-wrapper .btn.btn-primary {
    position: relative;
    z-index: 3
}

.pid-sid-wrapper .col-md-6:nth-child(odd) .card {
    background-color: #4ad5ed;
    color: #642f92
}

.pid-sid-wrapper .col-md-6:nth-child(odd) .card .btn-primary {
    background-color: #642f92;
    color: #fff
}

.pid-sid-wrapper .col-md-6:nth-child(odd) .card h2 {
    color: #642f92
}

.pid-sid-wrapper .col-md-6:nth-child(odd) .btn-primary {
    background-color: #642f92
}

.pid-sid-wrapper .col-md-6:nth-child(odd) .btn-primary:hover {
    background-color: #5d2391
}

.pid-sid-wrapper .col-md-6:nth-child(even) .card {
    background-color: #642f92;
    color: #fff
}

.pid-sid-wrapper .col-md-6:nth-child(even) .card .btn-primary {
    background-color: #4ad5ed;
    color: #fff
}

.pid-sid-wrapper .col-md-6:nth-child(even) .card h2 {
    color: #fff
}

.pid-sid-wrapper .col-md-6:nth-child(even) .btn-primary {
    background-color: #4ad5ed
}

.pid-sid-wrapper .col-md-6:nth-child(even) .btn-primary:hover {
    background-color: #642f92
}

.pid-sid-wrapper .btn-primary {
    border-color: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase
}

.pid-sid-wrapper h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: lighter
}

.pid-sid-wrapper p {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    max-height: 240px
}

.premier-immundefekt-block .premier-immundefekt-blue-text p {
    padding-bottom: 20px
}

@media screen and (max-width: 990px) {
    .pid-sid-wrapper .card-body .btn-primary {
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        padding: 10px
    }
    .pid-sid-wrapper .card-body h2 {
        font-size: 32px;
        font-weight: lighter;
        line-height: 37px
    }
    .pid-sid-wrapper .card-body p {
        font-size: 14px;
        font-weight: normal;
        max-height: 150px
    }
}

@media screen and (max-width: 1400px) {
    .pid-sid-wrapper .card-body {
        position: relative
    }
    .pid-sid-wrapper .card-body h2 {
        font-size: 33px;
        text-align: left
    }
    .pid-sid-wrapper .card-body p {
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        position: relative;
        z-index: 3
    }
    .pid-sid-wrapper .card-body img {
        position: absolute;
        z-index: 2;
        bottom: 40px;
        right: 20px;
        width: 140px
    }
    .pid-sid-wrapper .card-body .btn-primary {
        position: relative;
        z-index: 3
    }
    .pid-sid-wrapper .btn-primary {
        font-size: 16px
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .pid-sid-wrapper {
        margin: -100px auto 50px auto
    }
    .pid-sid-wrapper .card-body {
        padding: 10px
    }
    .pid-sid-wrapper .card-body h2 {
        font-size: 32px;
        line-height: 37px
    }
    .pid-sid-wrapper .card-body p {
        font-size: 14px;
        line-height: 20px;
        max-height: 180px
    }
    .pid-sid-wrapper .card-body img {
        position: absolute;
        z-index: 2;
        bottom: 10px;
        right: 10px;
        width: 140px
    }
    .pid-sid-wrapper .card {
        margin: 20px
    }
    .pid-sid-wrapper .btn-primary {
        font-size: 14px;
        line-height: 16px
    }
}

.pid-block .card-block {
    margin: 50px 50px
}

.pid-block .card-block .card {
    position: relative;
    border-radius: 12px;
    width: 100%;
    height: 260px
}

.pid-block .card-block .card .card-img {
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    height: 100%;
    width: 100%;
    z-index: 2
}

.pid-block p {
    font-weight: lighter
}

.pid-block h2 {
    font-weight: lighter
}

.pid-block .text-wrapper {
    margin: 50px auto 20px auto;
    text-align: center
}

.pid-block .text-wrapper h2 {
    color: #642f92;
    font-size: 36px;
    line-height: 42px
}

.pid-block .text-wrapper p {
    color: #565B74;
    margin: 0px 234px;
    text-align: center;
    font-size: 20px;
    line-height: 30px
}

.pid-block .card-description {
    position: absolute;
    width: 100%;
    top: 40px;
    color: #000;
    z-index: 10
}

.pid-block .card-description p {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 30px;
    padding-left: 20px;
    top: 30px;
    color: #fff;
    z-index: 5;
    margin-bottom: 0;
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    background-color: #642f92
}

.pid-block .card-description p::before {
    padding-left: 40px
}

.pid-block .card-description p:first-child {
    padding-top: 5px
}

.pid-block .card-description p:last-child {
    padding-bottom: 10px
}

.pid-block .top-bg-icon {
    position: absolute;
    top: -100px;
    left: -75px;
    height: 200px;
    width: 200px
}

.pid-block .bottom-bg-icon {
    position: absolute;
    top: 145px;
    right: -50px;
    height: 200px;
    width: 200px
}

.pid-block .container,
.pid-block .container-small {
    position: relative
}

.pid-block img.card-icon {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-size: 100%;
    transition: all 0.5s ease 0s;
    z-index: 99
}

.pid-block .card .card-icon {
    display: none
}

.pid-block .card:hover .card-icon {
    display: block
}

.pid-block .card .img-trans {
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    height: 100%;
    width: 100%;
    z-index: 2;
    z-index: 10;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.658701) 0%, rgba(245, 245, 245, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#f5f5f5", GradientType=1)
}

@media screen and (max-width: 1400px) {
    .pid-block .card-block {
        margin: auto 50px
    }
    .pid-block .card-block .card {
        position: relative;
        border-radius: 12px;
        width: 100%;
        height: 190px
    }
    .pid-block .card-block .card .card-img {
        position: absolute;
        border-radius: 12px;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 60%;
        object-position: 60%;
        height: 100%;
        width: 100%;
        z-index: 2
    }
    .pid-block p {
        font-weight: lighter
    }
    .pid-block h2 {
        font-weight: lighter
    }
    .pid-block .text-wrapper {
        margin: 50px auto 20px auto;
        text-align: center
    }
    .pid-block .text-wrapper h2 {
        color: #642f92
    }
    .pid-block .text-wrapper p {
        color: #565B74;
        margin: 0px 264px;
        text-align: center;
        font-size: 18px;
        line-height: 26px
    }
    .pid-block .card-description {
        position: absolute;
        width: 100%;
        top: 40px;
        color: #000;
        z-index: 10
    }
    .pid-block .card-description p {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 30px;
        padding-left: 20px;
        top: 30px;
        color: #fff;
        z-index: 5;
        margin-bottom: 0;
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        background-color: #642f92
    }
    .pid-block .card-description p::before {
        padding-left: 40px
    }
    .pid-block .card-description p:first-child {
        padding-top: 5px
    }
    .pid-block .card-description p:last-child {
        padding-bottom: 10px
    }
    .pid-block .top-bg-icon {
        position: absolute;
        top: -100px;
        left: 0px;
        height: 200px;
        width: 200px
    }
    .pid-block .bottom-bg-icon {
        position: absolute;
        top: 125px;
        right: -50px;
        height: 200px;
        width: 200px
    }
    .pid-block .container,
    .pid-block .container-small {
        position: relative
    }
    .pid-block img.card-icon {
        position: absolute;
        right: 5px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background-size: 100%;
        transition: all 0.5s ease 0s;
        z-index: 99
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .pid-block .card {
        margin-bottom: 20px
    }
    .pid-block .card:hover .card-icon {
        display: none
    }
    .pid-block .top-bg-icon {
        display: none
    }
    .pid-block .bottom-bg-icon {
        display: none
    }
    .pid-block .text-wrapper h2 {
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 36px;
        line-height: 42px
    }
    .pid-block .text-wrapper p {
        text-align: left;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
        line-height: 30px
    }
    .pid-block .card-block {
        margin-left: 10px;
        margin-right: 10px
    }
    .pid-block .card-description p {
        font-size: 24px;
        line-height: 24px
    }
    .pid-block .card-description p:first-child {
        padding-top: 5px
    }
    .pid-block .card-description p:last-child {
        padding-bottom: 10px
    }
}

@media (max-width: 1024px) {
    .pid-block .bottom-bg-icon {
        display: none
    }
    .pid-block .top-bg-icon {
        display: none
    }
    .pid-block .card-block {
        margin-bottom: 50px
    }
}

.cardsHorizontal {
    display: flex;
    flex-wrap: wrap
}

.cardsHorizontal .horizontal-list {
    padding: 0 20px
}

@media (min-width: 768px) {
    .cardsHorizontal .horizontal-list {
        width: 33.6%
    }
}

@media (max-width: 767px) {
    .cardsHorizontal .horizontal-list {
        padding: 0 35px;
        width: 100%
    }
}

.cardsHorizontal .horizontal-list h3,
.cardsHorizontal .horizontal-list p {
    color: #fff
}

.cardsHorizontal .horizontal-list .horizontal-card {
    margin-bottom: 30px
}

.cardsHorizontal--icon .horizontal-list {
    padding: 0;
    margin-right: 20px;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .cardsHorizontal--icon .horizontal-list {
        width: calc(25.3% - 20px)
    }
}

@media (max-width: 1023px) {
    .cardsHorizontal--icon .horizontal-list {
        width: calc(33.3% - 20px)
    }
}

@media (max-width: 767px) {
    .cardsHorizontal--icon .horizontal-list {
        padding: 0 20px;
        width: 100%;
        margin-right: 0px
    }
}

.cardsHorizontal--icon .horizontal-list .horizontal-card {
    display: flex;
    background: #fff;
    position: relative;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 263px;
    width: 100%;
    z-index: 1;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1)
}

.cardsHorizontal--icon .horizontal-list .horizontal-card:hover {
    transform: translateZ(0) scale(1.1, 1.1);
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease
}

@media (min-width: 768px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card {
        padding: 25px 0;
        height: 100%
    }
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-right: 40px
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header h3 {
    margin: 0 40px 15px 20px;
    color: #202020;
    font-size: 18px;
    font-weight: 700
}

@media (min-width: 768px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header h3 {
        margin: 0px 40px 15px 20px
    }
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header img {
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    font-family: 'object-fit:contain', sans-serif;
    object-fit: contain;
    opacity: 0
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .description {
    margin-bottom: 30px
}

.cardsHorizontal--icon .horizontal-list .horizontal-card p {
    margin: 0px 40px 50px;
    color: #202020;
    line-height: 30px
}

@media (min-width: 768px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card p {
        margin: 0px 40px 0px
    }
}

@media (max-width: 1023px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card p {
        font-size: 14px;
        line-height: 28px
    }
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .button {
    padding-right: 65px;
    margin-left: 40px;
    color: #000
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .button::after {
    display: none
}

@media (max-width: 767px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card .button {
        margin-left: 40px
    }
}

@media (min-width: 768px) {
    .cardsHorizontal--icon .horizontal-list .horizontal-card .button {
        margin-left: 40px
    }
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .button svg {
    fill: #000
}

.cardsHorizontal--icon .horizontal-list .horizontal-card .button svg:hover {
    right: 15px
}

.cardsHorizontal--bg-primary .horizontal-card {
    background-color: #9d1f30;
    padding: 25px 50px
}

.cardsHorizontal--bg-primary .horizontal-card .horizontal-card-header h3 {
    margin: 5px 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px
}

.cardsHorizontal--bg-primary .horizontal-card .description p {
    font-size: 18px;
    margin-bottom: 0px
}

.cardsHorizontal--bg-primary .horizontal-card .description p:first-child {
    font-size: 32px;
    margin: 25px 0 10px;
    font-weight: 500;
    line-height: 1.2
}

@media (max-width: 1023px) {
    .cardsHorizontal--bg-primary .horizontal-card .description p:first-child {
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 1023px) {
    .cardsHorizontal--bg-primary .horizontal-card .description p {
        font-size: 14px;
        line-height: 28px
    }
}

.cardsHorizontal--columns .horizontal-card {
    padding-bottom: 90px;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cardsHorizontal--columns .horizontal-card {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cardsHorizontal--columns .horizontal-card .description {
    display: flex;
    flex-wrap: wrap
}

.cardsHorizontal--columns .horizontal-card .description p {
    margin: 0;
    line-height: normal
}

.cardsHorizontal--columns .horizontal-card .description p:first-child {
    margin: 0
}

.cardsHorizontal--columns .horizontal-card .description .left,
.cardsHorizontal--columns .horizontal-card .description .right {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 1440px) {
    .cardsHorizontal--columns .horizontal-card .description .left,
    .cardsHorizontal--columns .horizontal-card .description .right {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.cardsHorizontal--columns .horizontal-card .description .left p {
    font-weight: 400;
    font-size: 32px
}

.cardsHorizontal--columns .horizontal-card .description .left p:first-child {
    padding-bottom: 6px
}

.cardsHorizontal--columns .horizontal-card .description .right {
    padding-left: 35px
}

.cardsHorizontal--columns .horizontal-card .description .right p {
    text-transform: uppercase;
    font-size: 12px
}

.cardsHorizontal--bg-image {
    transition: all 0.4s
}

.cardsHorizontal--bg-image .horizontal-card {
    position: relative;
    overflow: hidden;
    padding: 30px 50px 15px
}

.cardsHorizontal--bg-image .horizontal-card picture {
    overflow: hidden;
    transition: all 0.4s
}

.cardsHorizontal--bg-image .horizontal-card h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 1
}

.cardsHorizontal--bg-image .horizontal-card p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px
}

@media (max-width: 1023px) {
    .cardsHorizontal--bg-image .horizontal-card p {
        line-height: 28px;
        font-size: 14px
    }
}

.cardsHorizontal--bg-image .horizontal-card .description {
    margin-bottom: 25px
}

.cardsHorizontal--bg-image .horizontal-card .description p {
    margin-bottom: 0px
}

.cardsHorizontal--bg-image .horizontal-card .description p:last-of-type {}

.cardsHorizontal--bg-image .horizontal-card:hover img {
    transform: scale(1.2)
}

.cardsHorizontal--bg-image .horizontal-card img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -2;
    transition: all 0.4s
}

.cardsHorizontal--bg-image .horizontal-card::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: linear-gradient(to left, #000, #000);
    opacity: 0.6
}

.cardsHorizontal--bg-image .horizontal-card .button {
    white-space: nowrap
}

.cardsHorizontal--bottom-text {
    z-index: 1;
    background-color: transparent;
    padding: 0
}

.cardsHorizontal--bottom-text .horizontal-card {
    min-height: 263px;
    padding: 0
}

.cardsHorizontal--bottom-text .horizontal-card .horizontal-card-header {
    display: none
}

.cardsHorizontal--bottom-text .horizontal-card:hover .description::before {
    transform: translateY(0);
    background-color: #fff
}

.cardsHorizontal--bottom-text .horizontal-card:hover .description h3,
.cardsHorizontal--bottom-text .horizontal-card:hover .description p {
    color: #002e50
}

.cardsHorizontal--bottom-text .horizontal-card::before {
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #223b59);
    transition: opacity 500ms;
    opacity: 1
}

.cardsHorizontal--bottom-text .horizontal-card img {
    transition: transform 500ms
}

.cardsHorizontal--bottom-text .horizontal-card .description {
    bottom: 0;
    min-height: 106px;
    padding: 20px 20px 30px;
    z-index: 2;
    position: absolute;
    width: 100%;
    margin-bottom: 0
}

.cardsHorizontal--bottom-text .horizontal-card .description::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    transition: 250ms;
    transform: translateY(100%)
}

.cardsHorizontal--bottom-text .horizontal-card .description h3 {
    margin-bottom: 5px
}

.cardsHorizontal--bottom-text .horizontal-card .description p {}

.cards-vertical .card-vertical-list {
    max-width: 32%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%
}

@media (max-width: 767px) {
    .cards-vertical .card-vertical-list {
        max-width: 100%
    }
}

.cards-vertical--bottom-text {
    margin-bottom: 55px
}

.cards-vertical--bottom-text .card-vertical-main {
    padding: 0 15px
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list {
    background: #fff
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-image {
    padding-bottom: 71%;
    overflow: hidden;
    position: relative
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-image picture {
    position: absolute;
    width: 100%;
    height: 100%
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-image picture img {
    font-family: "object-fit:cover", sans-serif;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-content {
    background-color: #fff;
    flex: 1 1 auto;
    padding: 30px 30px 80px;
    min-height: 315px
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-content .vertical-card-type {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding: 2px 7px;
    text-transform: uppercase;
    background-color: #009fe3;
    line-height: normal
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-content h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #202020
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-content h3::before {
    background-color: transparent
}

.cards-vertical--bottom-text .card-vertical-main a .card-vertical-list .vertical-card-content .vertical-card-body-text {
    color: #000
}

.cards-vertical--bottom-text .card-vertical-main a:hover .vertical-card-image picture img {
    transform: translateZ(0) scale(1.1, 1.1)
}

.cards-vertical--bottom-text .card-vertical-main a:hover h3 {
    text-decoration: underline
}

.cards-vertical--simple {
    margin-bottom: 10px
}

.cards-vertical--simple .card-vertical-main {
    padding: 0 15px
}

.cards-vertical--simple .card-vertical-main .card-vertical-list {
    background: #9d1f30;
    min-height: 263px
}

.cards-vertical--simple .card-vertical-main .card-vertical-list h3 {
    margin-top: 30px;
    margin-left: 15px;
    color: #fff;
    transition: 180ms ease;
}

.cards-vertical--simple .card-vertical-main .card-vertical-list picture {
    overflow: hidden;
    transition: all 0.4s
}

.cards-vertical--simple .card-vertical-main .card-vertical-list picture img {
    transition: all 0.4s
}

.cards-vertical--simple .card-vertical-main:hover .vertical-card-image picture img {
    transform: scale(1.2)
}

.cards-vertical--bg-image .card-vertical-list {
    max-width: 24%;
    position: relative
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cards-vertical--bg-image .card-vertical-list {
        max-width: 32%
    }
}

@media (max-width: 767px) {
    .cards-vertical--bg-image .card-vertical-list {
        max-width: 70%
    }
}

.cards-vertical--bg-image .card-vertical-list .vertical-card-image {
    position: relative
}

.cards-vertical--bg-image .card-vertical-list .vertical-card-image::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.55) 65%, #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cards-vertical--bg-image .card-vertical-list .vertical-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    width: 100%
}

.cards-vertical--bg-image .card-vertical-list .vertical-card-content h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0.5em;
    line-height: normal;
    font-weight: 700
}

.cards-vertical--bg-image .card-vertical-list .vertical-card-content p {
    color: #fff;
    line-height: 30px;
    font-size: 14px
}

.cta {
    background-color: #e5e5e5;
    background-color: var(--c-background-section);
    padding: 3rem;
    text-align: center;
    text-transform: uppercase
}

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb__item,
.breadcrumb__link,
.breadcrumb__link:link,
.breadcrumb__link:visited,
.breadcrumb__link:focus {
    color: #4c4c4c;
    color: var(--c-accent);
    text-decoration: none
}

.breadcrumb__link:hover {
    color: #000;
    color: var(--c-accent-high)
}

.breadcrumb__item {
    display: inline-block;
    font-size: 0.75rem
}

.breadcrumb__item::after {
    content: '/'
}

.breadcrumb__item:last-child {
    color: #666;
    color: var(--c-text)
}

.breadcrumb__item:last-child::after {
    content: ''
}

.breadcrumb_link:active {
    color: #666;
    color: var(--c-text)
}

.inline-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.inline-menu__item {
    margin: 0 1em 0.5em 0
}

@media (min-width: 920px) {
    .inline-menu__item {
        display: inline;
        margin-bottom: 1em
    }
}

.inline-menu__item:last-child {
    margin-right: 0
}

.inline-menu__link {
    color: #9d1f30;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase
}

.inline-menu__link:hover {
    color: #5d121c;
    text-decoration: none
}

.main-nav {
    display: none
}

@media (min-width: 720px) {
    .main-nav {
        display: block
    }
}

.main-nav--open {
    background-color: #fff;
    background-color: var(--c-background);
    display: block;
    left: 0;
    overflow-y: scroll;
    position: absolute;
    top: 134px;
    right: 0;
    width: 100%
}

.main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid;
    position: relative;
    z-index: 10
}

@media (min-width: 720px) {
    .main-menu {
        border-bottom: none
    }
}

.main-menu--sub {
    border-bottom: none;
    height: 0;
    overflow: hidden;
    background-color: #f2f2f2;
    background-color: var(--c-muted);
    width: 100%
}

@media (min-width: 720px) {
    .main-menu--sub {
        background-color: #e5e5e5;
        background-color: var(--c-highlight-high);
        display: none;
        height: auto;
        left: 0;
        overflow: visible;
        padding: 1rem 0;
        position: absolute;
        top: 55px;
        width: 315px;
        z-index: 1;
        font-size: 0.9rem;
        opacity: 0.6
    }
}

@media (min-width: 720px) {
    .main-menu--sub:hover {
        opacity: 1;
        background-color: #000;
        background-color: var(--c-accent-high);
        transition: all 0.2s
    }
    .main-menu--sub:hover .main-menu__link--sub {
        color: #ccc;
        color: var(--c-highlight)
    }
    .main-menu--sub:hover .main-menu__link--sub.active,
    .main-menu--sub:hover .main-menu__link--sub:active,
    .main-menu--sub:hover .main-menu__link--sub:hover {
        color: #fff;
        color: var(--c-background);
        background-color: #000;
        background-color: var(--c-accent-high)
    }
}

.main-menu--sub-open {
    height: auto
}

@media (min-width: 720px) {
    .main-menu--sub-2 {
        display: none
    }
}

.main-menu__item {
    border-top: 1px solid;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

@media (min-width: 720px) {
    .main-menu__item {
        border-top: none;
        display: inline-block
    }
    .main-menu__item:not(.main-menu__item--sub):hover {
        background-color: #000;
        background-color: var(--c-accent-high);
        transition: all 0.2s
    }
    .main-menu__item:not(.main-menu__item--sub):hover>.main-menu--sub {
        display: block
    }
}

.main-menu__item:hover .main-menu__link::after {
    color: #666;
    color: var(--c-text)
}

.expand-sub {
    background-color: #000;
    background-color: var(--c-accent-high);
    cursor: pointer;
    display: block;
    width: 20%;
    color: #fff;
    position: relative
}

@media (min-width: 720px) {
    .expand-sub {
        display: none
    }
}

.expand-sub::after {
    border: 15px solid;
    border-bottom-color: transparent;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    display: block;
    margin-right: -12px;
    margin-top: -6px;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0
}

.expand-sub--open {
    background-color: #000;
    background-color: var(--c-accent-high);
    color: #f2f2f2;
    color: var(--c-muted)
}

.expand-sub--open::after {
    border-top-color: transparent;
    border-bottom: 15px solid;
    margin-top: -20px
}

@media (min-width: 720px) {
    .main-menu__item--sub {
        display: block
    }
    .main-menu__item--sub:not(:first-child) {
        border-top: 1px solid #ccc;
        border-top: 1px solid var(--c-highlight)
    }
}

.main-menu__link {
    color: #4c4c4c;
    color: var(--c-accent);
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1rem 3rem 1rem 2rem;
    text-decoration: none;
    font-weight: bold
}

.main-menu__link--with-sub {
    width: 80%
}

@media (min-width: 720px) {
    .main-menu__link {
        border-bottom: none;
        display: inline-block;
        font-size: 1.1rem;
        padding: 1rem;
        text-transform: none;
        position: relative;
        width: auto
    }
    .main-menu__link.active,
    .main-menu__link:active,
    .main-menu__link:hover {
        color: #e5e5e5;
        color: var(--c-highlight-high)
    }
    .main-menu__link::after {
        color: #fff;
        display: inline-block;
        content: '>';
        margin-left: 0.5rem
    }
    .main-menu__link--sub::after {
        display: none
    }
    .main-menu__link:hover {
        color: #fff;
        color: var(--c-background)
    }
    .main-menu__link:hover::after {
        color: #ccc;
        color: var(--c-highlight)
    }
}

.main-menu__link--sub {
    color: #4c4c4c;
    color: var(--c-accent);
    padding-left: 3rem;
    font-weight: normal
}

@media (min-width: 720px) {
    .main-menu__link--sub {
        color: #ccc;
        color: var(--c-highlight);
        display: block;
        padding: .33333rem 1rem
    }
}

.main-menu--sub-2 {
    background-color: #e5e5e5;
    background-color: var(--c-highlight-high)
}

.main-menu__link--sub-2 {
    padding-left: 4rem
}

.toggle-expand {
    color: #9d1f30;
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
    text-decoration: none;
    width: 100%
}

.toggle-expand:hover {
    color: #5d121c;
    text-decoration: none
}

@media (min-width: 720px) {
    .toggle-expand {
        display: none
    }
}

.toggle-expand--open {
    background-color: #4c4c4c;
    background-color: var(--c-accent)
}

.toggle-expand__text {
    display: block;
    font-size: 0.9rem;
    font-weight: bold
}

.toggle-expand--open .toggle-expand__text {
    color: #fff;
    color: var(--c-background)
}

.toggle-expand__icon {
    height: 3rem;
    width: 3rem;
    margin: 0 auto
}

.toggle-expand__open {
    display: inline-block;
    text-align: center
}

.toggle-expand--open .toggle-expand__open {
    display: none
}

.toggle-expand__close {
    display: none;
    text-align: center
}

.toggle-expand__close::before {
    color: #fff;
    color: var(--c-background);
    content: 'X';
    display: block;
    font-size: 2.5rem;
    line-height: 2
}

.toggle-expand--open .toggle-expand__close {
    display: inline-block
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.social-menu__item {
    margin-bottom: .25rem
}

.social-menu__link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-decoration: none;
    color: #666;
    color: var(--c-text)
}

.social-menu__icon {
    height: 2rem;
    width: 2rem;
    margin-right: .5rem;
    fill: currentColor
}

.social-menu__text {
    font-weight: bold
}

.pager {
    margin: 2em 0
}

.pager__items {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.pager__item {
    display: inline-block;
    margin: 0 0.7em
}

@media (min-width: 920px) {
    .pager__item {
        margin: 0 1em
    }
}

.pager__link,
.pager__link:link,
.pager__link:visited {
    color: #666;
    color: var(--c-text);
    font-weight: 600;
    text-decoration: none
}

.pager__link.is-active,
.pager__link:hover,
.pager__link:link.is-active,
.pager__link:link:hover,
.pager__link:visited.is-active,
.pager__link:visited:hover {
    color: #4c4c4c;
    color: var(--c-accent)
}

.pager__link--next,
.pager__link--prev {
    display: block
}

.pager__link--next span,
.pager__link--prev span {
    display: none
}

.pager__link--next::before,
.pager__link--prev::before {
    border: 8px solid #666;
    border: 8px solid var(--c-text);
    border-bottom: 6px solid transparent;
    border-right: 7px solid transparent;
    border-top: 6px solid transparent;
    content: '';
    display: block;
    position: relative;
    top: 1px
}

.pager__link--next:hover::before,
.pager__link--prev:hover::before {
    border-left-color: #4c4c4c;
    border-left-color: var(--c-accent)
}

.pager__link--prev::before {
    border-left-color: transparent;
    border-right-color: #666;
    border-right-color: var(--c-text)
}

.pager__link--prev:hover::before {
    border-left-color: transparent;
    border-right-color: #4c4c4c;
    border-right-color: var(--c-accent)
}

.full-width-block {
    background: none;
    padding: 80px 0
}

.full-width-block h4.font-mont {
    line-height: 30px
}

.full-width-block h4.font-mont strong {}

.full-width-block .block-wrapper {
    flex-wrap: wrap;
    justify-content: center
}

.full-width-block .block-wrapper .card-wrapper .image {
    max-width: 100%;
    padding: 20px 0 0
}

.full-width-block .block-wrapper .card-wrapper .image img {
    max-width: 318px
}

.full-width-block .block-wrapper .card-wrapper h3 {
    padding-bottom: 10px
}

.full-width-block .block-wrapper .content-wrapper {
    max-width: 100%;
    box-shadow: none;
    background: none;
    padding: 80px 0 0;
    margin-top: 0
}

@media (min-width: 1200px) {
    .full-width-block .block-wrapper .content-wrapper {
        padding-left: 75px;
        padding-right: 75px
    }
}

.full-width-block .block-wrapper .content-wrapper h3 {
    padding-bottom: 20px
}

.full-width-block a.cta-btn {
    width: 208px
}

.remission-blocks .card-block {
    background: #fff;
    padding: 30px 14px;
    border-radius: 10px;
    text-align: center
}

@media (min-width: 768px) {
    .remission-blocks .card-block {
        height: 100%
    }
}

.remission-blocks .card-block h4 {
    color: #00633a;
    padding-bottom: 19px
}

.remission-blocks .card-block h4 strong {
    font-weight: 800
}

.remission-blocks .card-block h4.font-mont strong {}

@media (max-width: 767px) {
    .remission-blocks .card-block {
        margin-bottom: 20px
    }
}

.remission-data-blocks {
    padding: 80px 0
}

.remission-data-blocks .remission-blocks-row {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 30px 30px 34px;
    color: #fff
}

.remission-data-blocks .content-block p {
    font-size: 22px;
    line-height: 30px
}

.remission-data-blocks .content-block ul {
    padding-left: 25px;
    margin-top: 20px
}

.remission-data-blocks .content-block ul li {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700
}

.remission-data-blocks .content-block ul li span {}

@media (min-width: 1200px) {
    .remission-data-blocks .content-block {
        padding-left: 15px;
        padding-right: 56px
    }
}

.remission-data-blocks .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 767px) {
    .remission-data-blocks .card-wrapper {
        padding-top: 20px;
        display: block
    }
}

.remission-data-blocks .card-wrapper .card-block {
    border-radius: 10px;
    min-height: 278px;
    align-items: center;
    display: flex;
    background: #fff;
    flex-direction: column;
    width: calc(50% - 15px);
    padding: 30px 22px;
    text-align: center
}

@media (max-width: 767px) {
    .remission-data-blocks .card-wrapper .card-block {
        width: 100%;
        margin-top: 20px
    }
}

.remission-data-blocks .card-wrapper .card-block img {
    max-width: 150px;
    margin-bottom: 20px
}

.remission-data-blocks .card-wrapper .card-block h5 {
    color: #00633a;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: -0.6px
}

.treatment_hotspot {
    text-align: center;
    color: #fff
}

@media (min-width: 768px) {
    .treatment_hotspot {
        padding: 70px 15px 80px 15px
    }
}

@media (min-width: 1200px) {
    .treatment_hotspot {
        padding: 70px 15px 80px 15px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot {
        padding: 60px 0
    }
}

.treatment_hotspot h2 {
    margin-bottom: 30px
}

@media (max-width: 1023px) {
    .treatment_hotspot h2 {
        font-size: 32px;
        line-height: 38px
    }
}

.treatment_hotspot h3 {
    margin-bottom: 70px
}

@media (max-width: 1023px) {
    .treatment_hotspot h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 60px
    }
}

.treatment_hotspot .images-block {
    display: flex;
    justify-content: space-around
}

@media (max-width: 767px) {
    .treatment_hotspot .images-block img:first-child {
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot .images-block {
        flex-direction: column;
        align-items: center
    }
}

.treatment_hotspot .text-img-content-block {
    text-align: left
}

@media (max-width: 1023px) {
    .treatment_hotspot .text-img-content-block {
        text-align: center;
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot .text-img-content-block {
        margin-bottom: 60px
    }
}

.treatment_hotspot .text-img-content-block h4 {
    margin: 0 29px 40px 0;
}

@media (max-width: 1023px) {
    .treatment_hotspot .text-img-content-block h4 {
        margin: 0 0 40px;
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot .text-img-content-block h4 {
        margin: 0 0 30px;
        text-align: center
    }
}

.treatment_hotspot .text-img-content-block p {
    font-size: 16px;
    line-height: 24px;
    margin: 40px 43px 0 0;
}

@media (max-width: 1023px) {
    .treatment_hotspot .text-img-content-block p {
        margin: 30px 0 0;
        text-align: left
    }
}

@media (max-width: 767px) {
    .treatment_hotspot .text-img-content-block p {
        margin: 30px 0 60px 0;
        text-align: center;
        font-size: 14px;
        line-height: 22px
    }
}

.treatment_hotspot .content-block {
    margin-top: 70px
}

@media (max-width: 767px) {
    .treatment_hotspot .content-block {
        margin-top: 60px
    }
}

.treatment_hotspot .content-block a.cta-btn {
    padding: 13px 47px 13px 17px;
    margin-top: 30px
}

.treatment_hotspot .content-block h4 {}

@media (max-width: 767px) {
    .treatment_hotspot .content-block h4 {
        font-size: 20px;
        line-height: 28px
    }
}

.treatment_hotspot .interactive {
    position: relative;
    text-align: center
}

@media (max-width: 1023px) {
    .treatment_hotspot .interactive {
        max-width: 443px;
        margin: auto
    }
}

.treatment_hotspot img.align-center {
    margin: 0 auto;
    width: 100%;
    max-width: 443px
}

.treatment_hotspot .phoneshow {
    display: none;
    width: 100%
}

@media (max-width: 870px) {
    .treatment_hotspot .phoneshow {
        display: block
    }
}

@media (max-width: 870px) {
    .treatment_hotspot .treatment-img-schema1 {
        display: none
    }
}

.treatment_hotspot .transparent {
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

.treatment_hotspot .launcher {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.treatment_hotspot .diag-hot {
    width: 50px;
    height: 50px
}

.treatment_hotspot #btn-path1 {
    top: 34%;
    right: 58px
}

@media (max-width: 1024px) {
    .treatment_hotspot #btn-path1 {
        top: 34%;
        right: 7px
    }
}

@media (max-width: 870px) {
    .treatment_hotspot #btn-path1 {
        top: 35%;
        right: -3px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot #btn-path1 {
        width: 36px;
        height: 36px
    }
}

.treatment_hotspot #btn-path2 {
    top: 72%;
    right: 58px
}

@media (max-width: 1024px) {
    .treatment_hotspot #btn-path2 {
        top: 72%;
        right: 7px
    }
}

@media (max-width: 870px) {
    .treatment_hotspot #btn-path2 {
        top: 72%;
        right: -3px
    }
}

@media (max-width: 767px) {
    .treatment_hotspot #btn-path2 {
        width: 36px;
        height: 36px
    }
}

@media (max-width: 1023px) {
    .treatment_hotspot .col-md-6 {
        flex: 100%;
        max-width: 100%
    }
}

.hotspot-tab-wrapper .tabs-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.hotspot-tab-wrapper .tabs-container .tab-button {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800
}

.hotspot-tab-wrapper .modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.hotspot-tab-wrapper .tab-header {
    display: flex;
    align-items: center
}

.hotspot-tab-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 23px
}

.hotspot-tab-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.hotspot-tab-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 3px 3px rgba(0, 0, 0, 0.25);
    border-radius: 38px;
    transition: 0.4s;
    background: #fff;
    width: 60px;
    height: 22px
}

.hotspot-tab-wrapper .slider::before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: 0px;
    bottom: -5px;
    background-color: #00633a;
    transition: 0.4s;
    border-radius: 50%
}

.hotspot-tab-wrapper input:checked+.slider:before {
    transform: translateX(31px)
}

.hotspot-tab-wrapper .tab-pane {
    display: none;
    position: relative
}

.hotspot-tab-wrapper .tab-pane.active {
    display: block
}

.hotspot-tab-wrapper .tab-pane a {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 32%;
    top: 16%
}

.status__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem
}

.status {
    display: block;
    margin-bottom: .5rem;
    padding: .5rem;
    text-align: center
}

.status--warning {
    color: #666;
    background-color: #f9fb93;
    background-color: var(--c-warning)
}

.status--error {
    color: #666;
    background-color: #fbe3e4;
    background-color: var(--c-error)
}

.status--status {
    color: #666;
    background-color: #cfefc2;
    background-color: var(--c-message)
}

.video .video--card-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    min-height: 400px;
    overflow: hidden
}

@media (max-width: 767px) {
    .video .video--card-wrap {
        min-height: 282px
    }
}

@media (min-width: 768px) {
    .video .video--card-wrap {
        min-height: 400px
    }
}

.video .video--card-wrap::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%, #000 99%)
}

.video .video--card-wrap .play-btn {
    display: flex;
    flex-direction: row;
    left: 0;
    top: 35%;
    width: 100%;
    z-index: 3;
    position: absolute;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .video .video--card-wrap .play-btn {
        top: 20%
    }
}

@media (max-width: 1023px) {
    .video .video--card-wrap .play-btn {
        top: 25%
    }
}

.video .video--card-wrap .play-btn svg {
    height: 70px;
    width: 70px;
    transition: 0.3s
}

.video .video--card-wrap .play-btn svg:hover {
    height: 80px;
    width: 80px;
    transition: height 0.5s ease, width 0.5s ease;
    -moz-transition: height 0.5s ease, width 0.5s ease;
    -ms-transition: height 0.5s ease, width 0.5s ease;
    -o-transition: height 0.5s ease, width 0.5s ease
}

@media (max-width: 767px) {
    .video .video--card-wrap .play-btn svg {
        height: 40px;
        width: 40px
    }
    .video .video--card-wrap .play-btn svg:hover {
        transition: height 0.5s ease, width 0.5s ease;
        height: 50px;
        width: 50px
    }
}

.video .video--card-wrap .media {
    z-index: 0;
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    justify-content: center
}

@media (max-width: 767px) {
    .video .video--card-wrap .media {
        position: static
    }
}

.video .video--card-wrap .media img {
    display: block;
    height: 100%;
    width: 100%;
    font-family: "object-fit:cover", sans-serif;
    -o-object-fit: cover;
    object-fit: cover
}

.video .video--card-wrap .description {
    z-index: 2;
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    width: 100%;
    height: 140px;
    padding: 20px 20px 30px;
    justify-content: space-between;
    max-width: 500px;
    right: 0;
    bottom: 0
}

@media (min-width: 768px) {
    .video .video--card-wrap .description {
        padding: 20px 20px 20px 70px;
        max-width: 100%
    }
}

@media (max-width: 1023px) {
    .video .video--card-wrap .description {
        padding: 20px 20px 20px 40px;
        max-width: 100%;
        position: static
    }
}

@media (min-width: 992px) {
    .video .video--card-wrap .description {
        padding: 20px 20px 20px 20px;
        max-width: 500px
    }
}

.video .video--card-wrap .description::before {
    background: url(../images/template/triangle.svg) no-repeat center;
    bottom: 0;
    content: "";
    height: 140px;
    position: absolute;
    left: -58px;
    width: 60px
}

@media (min-width: 768px) {
    .video .video--card-wrap .description::before {
        display: none
    }
}

@media (min-width: 992px) {
    .video .video--card-wrap .description::before {
        display: block;
        left: -58px
    }
}

.video .video--card-wrap .description::after {
    background-color: #77193f;
    bottom: 0;
    content: "";
    height: 140px;
    max-width: 100%;
    position: absolute;
    right: 0;
    width: 100%
}

@media (min-width: 768px) {
    .video .video--card-wrap .description::after {
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .video .video--card-wrap .description::after {
        max-width: 499px
    }
}

.video .video--card-wrap .description .text-long {
    z-index: 1
}

.video .video--card-wrap .description h3 {
    position: absolute;
    color: #fff;
    z-index: 1
}

.video .video--card-wrap .description p {
    color: #fff;
    z-index: 1;
    margin-top: 35px
}

@media (max-width: 1023px) {
    .video .video--card-wrap .description p {
        margin-top: 35px
    }
}

.video .modal-body {
    height: 450px
}

@media (max-width: 767px) {
    .video .modal-body {
        height: 300px
    }
}

.video .modal-body .close {
    background: #2167a1;
    font-size: 38px;
    border: 1px solid #2167a1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 9999999;
    color: #123a57;
    opacity: 1;
    font-weight: 300;
    padding-top: 0;
    position: relative;
    top: -15%;
    text-shadow: none
}

.video .modal-body .close:focus {
    border: 1px solid transparent;
    outline: none
}

@media (max-width: 767px) {
    .video .modal-body .close {
        top: -23%
    }
}

@media (max-width: 1023px) {
    .video .modal-body .close {
        left: 5%
    }
}

@media (min-width: 768px) {
    .video .modal-body .close {
        left: 2%
    }
}

.video .modal-body .close span {
    position: relative;
    top: -2px
}

.video .modal.show {
    background: rgba(0, 46, 80, 0.9)
}

.video .modal-content {
    margin-top: 12%;
    border-radius: 0;
    border: 1px solid transparent
}

@media (max-width: 767px) {
    .video .modal-content {
        margin-top: 35%
    }
}

.video .video-link {
    border: 1px solid transparent
}

.video .modal-dialog {
    width: 100%
}

@media (max-width: 767px) {
    .video .modal-dialog {
        width: 94%
    }
}

.grid__item {
    flex: 1 1 100%;
    margin-bottom: 2rem
}

@media (min-width: 920px) {
    .grid__item {
        margin: 0 2rem 0 0;
        flex-basis: 30%
    }
}

.grid__item:last-child {
    margin-right: 0
}

.grid__item--example {
    background-color: #e5e5e5;
    background-color: var(--c-highlight-high);
    padding: 4rem
}

.grid {
    display: flex;
    flex-wrap: wrap
}

.grid--card {
    margin-bottom: 2rem
}

.sign-post-cards {
    background-color: #fff;
    padding: 40px 0 50px
}

.sign-post-cards .cards-vertical {
    max-width: 100%
}

.sign-post-cards .col-md-4 {
    padding-right: 5px
}

@media (max-width: 1023px) {
    .sign-post-cards .col-md-4 {
        padding-right: 15px
    }
}

@media (max-width: 767px) {
    .sign-post-cards .col-md-4 {
        padding-right: 20px
    }
}

.sign-post-cards .col-md-4:nth-child(3) {
    padding-right: 15px
}

@media (max-width: 767px) {
    .sign-post-cards .col-md-4:nth-child(3) {
        padding-right: 20px
    }
}

@media (max-width: 1023px) {
    .sign-post-cards .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 767px) {
    .sign-post-cards .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.sign-post-cards a.reference {
    margin-top: 10px
}

.sign-post-cards.sign-post-video {
    background-color: #fff
}

@media (max-width: 767px) {
    .sign-post-cards.sign-post-video {
        padding-bottom: 0px
    }
}

@media (min-width: 992px) {
    .sign-post-cards.sign-post-video {
        padding-left: 30px;
        padding-right: 30px
    }
}

.sign-post-cards.sign-post-video .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width: 992px) {
    .sign-post-cards.sign-post-video .col-md-4 {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .sign-post-cards.sign-post-video .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.sign-post-cards.sign-post-video.col-md-6:nth-child(1) {
    padding-left: 15px
}

.sign-post-cards.sign-post-video.col-md-6:nth-child(2) {
    padding-right: 30px
}

.signpost_horizontal {
    position: relative
}

@media (min-width: 768px) {
    .signpost_horizontal .banner--bg-image {
        display: flex;
        justify-content: flex-end
    }
}

.signpost_horizontal .banner--bg-image::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000)
}

.signpost_horizontal .banner--bg-image .parallax {
    height: 578px;
    position: relative;
    width: 100%
}

@media (max-width: 767px) {
    .signpost_horizontal .banner--bg-image .parallax {
        height: 456px
    }
}

.signpost_horizontal .banner--bg-image .parallax>div {
    height: 100%
}

.signpost_horizontal .banner--bg-image .parallax picture {
    position: static;
    z-index: initial
}

.signpost_horizontal .banner--bg-image .banner-overlay {
    z-index: 1;
    padding: 110px 17.11% 235px 11.11%;
    background: transparent;
    min-height: initial;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    color: #ffffff;
    overflow: hidden;
    box-sizing: content-box
}

@media (min-width: 768px) {
    .signpost_horizontal .banner--bg-image .banner-overlay {
        width: 38%
    }
}

@media (min-width: 992px) {
    .signpost_horizontal .banner--bg-image .banner-overlay {
        width: 30.25%
    }
}

@media (max-width: 767px) {
    .signpost_horizontal .banner--bg-image .banner-overlay {
        padding: 50px 25px 28px 20px
    }
}

.signpost_horizontal .banner--bg-image .banner-overlay .container,
.signpost_horizontal .banner--bg-image .banner-overlay .container-small {
    max-width: 100%;
    padding: 0;
    transition: initial;
    margin: 0
}

.signpost_horizontal .banner--bg-image .banner-overlay .container .col-md-12 h2,
.signpost_horizontal .banner--bg-image .banner-overlay .container-small .col-md-12 h2 {
    font-size: 38px;
    margin-bottom: 0.5em;
    line-height: 1.2
}

.signpost_horizontal .banner--bg-image .banner-overlay .container .col-md-12 h2::before,
.signpost_horizontal .banner--bg-image .banner-overlay .container-small .col-md-12 h2::before {
    top: -70px
}

.signpost_horizontal .banner--bg-image .banner-overlay .container .col-md-12 p,
.signpost_horizontal .banner--bg-image .banner-overlay .container-small .col-md-12 p {
    max-width: 100%;
    margin-top: 0
}

@media (max-width: 767px) {
    .signpost_horizontal .banner--bg-image .banner-overlay .container .col-md-12 p,
    .signpost_horizontal .banner--bg-image .banner-overlay .container-small .col-md-12 p {
        font-size: 14px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .signpost_horizontal .banner--bg-image .banner-overlay .container .col-md-12 p,
    .signpost_horizontal .banner--bg-image .banner-overlay .container-small .col-md-12 p {
        font-size: 16px;
        line-height: 30px
    }
}

.signpost_horizontal .container-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    margin-top: -80px
}

.signpost_horizontal .container-small .col-md-4 {
    z-index: 1;
    padding: 0 10px
}

@media (max-width: 767px) {
    .signpost_horizontal .container-small .col-md-4 {
        padding: 0
    }
}

@media (max-width: 767px) {
    .signpost_horizontal .container-small {
        margin-top: 0;
        padding: 40px 20px
    }
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list {
    width: 100%;
    margin-right: 0
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card {
    min-width: 230px;
    height: 400px
}

@media (max-width: 767px) {
    .signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card {
        height: 360px
    }
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header {
    margin: auto
}

@media (max-width: 767px) {
    .signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header {
        margin: 0 40px 15px 40px
    }
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header img {
    height: 60px;
    width: 44px
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header h3 {
    margin: 0 40px 15px 20px
}

@media (min-width: 768px) {
    .signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .horizontal-card-header h3 {
        margin: 0px 10px 15px
    }
}

.signpost_horizontal .container-small .cardsHorizontal--icon .horizontal-list .horizontal-card .description {
    margin-bottom: 0
}

.signpost-realated-content .heading {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 150px
}

@media (max-width: 767px) {
    .signpost-realated-content .heading {
        font-size: 34px
    }
}

.signpost-realated-content .sign-post-cards-wrapper {
    background: linear-gradient(114deg, #9d1f30, #c0263b 39.9%, #9d1f30 40%, #9d1f30 71%);
    padding-bottom: 150px;
    margin-top: 200px
}

.signpost-realated-content .sign-post-cards-wrapper .container,
.signpost-realated-content .sign-post-cards-wrapper .container-small {
    position: relative;
    top: -100px
}

.signpost-realated-content .sign-post-cards-wrapper .row .col-md-4 {
    margin-bottom: 55px
}

@media (max-width: 1023px) {
    .signpost-realated-content .sign-post-cards-wrapper .row .col-md-4 {
        padding: 0 9px
    }
}

@media (max-width: 767px) {
    .signpost-realated-content .sign-post-cards-wrapper .row .col-md-4 {
        padding: 0 15px
    }
}

.signpost-realated-content .sign-post-cards-wrapper .row:nth-child(odd)>div:nth-child(1n) .vertical-card-type {
    background-color: #009fe3
}

.signpost-realated-content .sign-post-cards-wrapper .row:nth-child(odd)>div:nth-child(2n) .vertical-card-type {
    background-color: #a2a74b
}

.signpost-realated-content .sign-post-cards-wrapper .row:nth-child(odd)>div:nth-child(3n) .vertical-card-type {
    background-color: #e8b75f
}

.signpost-realated-content .sign-post-cards-wrapper .row:nth-child(odd)>div:nth-child(4n) .vertical-card-type {
    background-color: #002e50
}

.signpost-realated-content .sign-post-cards-wrapper .row:nth-child(odd)>div:nth-child(5n) .vertical-card-type {
    background-color: #a70b29
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list {
    display: flex;
    flex-direction: column;
    height: 100%
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical {
    margin-top: 0;
    padding-bottom: 65px
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical--bottom-text {
    padding-bottom: 0
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical--bottom-text .card-vertical-main {
    padding: 0;
    height: 100%
}

@media (max-width: 767px) {
    .signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical--bottom-text .card-vertical-main {
        padding: 0
    }
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical--bottom-text .card-vertical-main .card-vertical-list {
    max-width: 100%
}

.signpost-realated-content .sign-post-cards-wrapper .vertical-list .cards-vertical--bottom-text {
    margin-bottom: 0;
    height: 100%
}

.cards-vertical {
    padding-bottom: 65px;
    margin-top: 100px
}

@media (max-width: 767px) {
    .cards-vertical {
        padding-bottom: 13px
    }
}

.cards-vertical.card-bg-color {
    background: linear-gradient(114deg, #ebf6ff 0%, #f0f8ff 45.9%, #d6eeff 46%, #d6eeff 100%);
    margin-top: 65px
}

@media (min-width: 768px) {
    .cards-vertical.card-bg-color .vertical-list {
        margin-top: -65px
    }
}

.cards-vertical .col-md-12 {
    padding: 135px 11.8% 135px 10.7%;
    width: calc(38% + 135px * 2)
}

@media (max-width: 767px) {
    .cards-vertical .col-md-12 {
        padding: 50px 25px 25px
    }
}

.cards-vertical .vertical-content h2 {}

@media (max-width: 767px) {
    .cards-vertical .vertical-content h2 {
        width: 100%;
        padding: 0
    }
}

.cards-vertical .vertical-content h2::before {
    left: 13px
}

@media (max-width: 767px) {
    .cards-vertical .vertical-content h2::before {
        left: -10px;
        top: -44px
    }
}

.cards-vertical .vertical-content p {
    line-height: 30px;
    font-size: 16px
}

@media (max-width: 767px) {
    .cards-vertical .vertical-content p {
        padding: 0
    }
}

.cards-vertical .vertical-content p:first-of-type {
    font-size: 20px
}

@media (max-width: 767px) {
    .cards-vertical .vertical-content p {
        width: 100%
    }
}

.cards-vertical .vertical-content .button {
    margin-top: 0
}

@media (max-width: 767px) {
    .cards-vertical .vertical-content .button {
        margin-left: 0px
    }
}

@media (min-width: 768px) {
    .cards-vertical .vertical-list {
        margin-top: -90px
    }
}

.cards-vertical .vertical-list .horizontal-list {
    width: 100%
}

@media (max-width: 767px) {
    .cards-vertical .vertical-list .horizontal-list {
        padding: 0 20px
    }
}

.cards-vertical .vertical-list .description h3 {
    padding-left: 0
}

.cards-vertical .vertical-list .cardsHorizontal--columns {
    margin-bottom: 27px
}

.footer {
    padding: 32px 5px !important;
    padding-bottom: 0;
    background-color: #F2F4F5
}

.footer .footer-logo {
    display: flex;
    justify-content: flex-start
}

.footer .footer-logo img {
    width: 131px;
    height: 44.02px
}

.footer .footer-content {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end
}

.footer .footer-content .footer-content li {
    text-align: end
}

.footer .footer-body-text p {
    color: #555C7E;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 10px;
}

.footer .footer-menu .row {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px
}

.footer .footer-menu li {
    padding: 0 1.375rem;
    margin-bottom: 0;
    border-right: 0.15rem solid #555c7e;
    height: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .footer-menu li:last-child {
    border-right: none;
    padding-right: 0
}

.footer .footer-menu li a {
    color: #555C7E;
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
}

.footer .footer-menu .footer-content a {
    text-decoration: underline
}

.footer .copyright {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%
}

.footer .copyright p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #555C7E;
}

.footer .horizontal-line {
    display: block;
    width: 100%;
    border-top: 3px solid #439fa1;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 48px;
    margin-bottom: 48px;
    width: 100%;
    height: 2px
}

@media screen and (max-width: 1400px) {
    .footer .footer-body-text {
        margin-left: 5px;
        margin-right: 5px
    }
    .footer .footer-body-text p {
        font-size: 12px;
        line-height: 18px
    }
    .footer .copyright p {
        font-size: 12px;
        line-height: 18px
    }
    .footer .footer-menu {
        margin-left: 5px;
        margin-right: 5px
    }
    .footer .footer-menu li a {
        font-size: 12px;
        line-height: 18px
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .footer .footer-body-text {
        margin-left: 5px;
        margin-right: 5px
    }
    .footer .footer-body-text p {
        font-size: 14px;
        line-height: 20px
    }
    .footer .copyright {
        margin-left: 5px;
        margin-right: 5px
    }
    .footer .copyright p {
        font-size: 14px;
        line-height: 20px
    }
    .footer .footer-content {
        flex-direction: column;
        flex-wrap: wrap;
        padding-left: 0;
        margin-top: 10px
    }
    .footer .footer-content li a {
        font-size: 14px;
        line-height: 20px
    }
    .footer .footer-menu .row {
        flex-direction: column-reverse
    }
    .footer .footer-menu li {
        display: flex;
        justify-content: flex-start !important;
        border: none !important;
        margin-top: 10px;
        padding-left: 5px !important
    }
    .footer .footer-menu .footer-logo {
        height: 50px;
        margin-top: 50px
    }
    .footer .footer-menu .footer-logo img {
        margin-left: 5px;
        margin-right: 5px
    }
    .footer .copyright {
        display: flex;
        justify-content: flex-start !important
    }
}

@media (max-width: 920px) and (min-width: 768px) {
    .footer .copyright {
        display: flex;
        justify-content: flex-end !important
    }
    .footer .footer-content li {
        padding-left: 10px !important
    }
}

@media screen and (min-width: 1900px) {
    .footer .footer-body-text p {
        font-size: 14px;
        line-height: 20px
    }
    .footer .copyright p {
        font-size: 14px;
        line-height: 20px
    }
    .footer .footer-menu li a {
        font-size: 14px;
        line-height: 20px
    }
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease
}

header .custom-secondary-logo {
    display: none
}

header .navbar-nav {
    padding: 20px 0 0 0
}

header .navbar-nav ul {
    list-style: none
}

header .navbar-nav ul li a.active {
    text-decoration: none;
    color: #642f92
}

header .navbar-nav .dropdown-menu {
    margin-top: 0;
    padding-top: 0
}

header .navbar-nav .dropdown-menu li a {
    margin-left: 0;
    padding-left: 0;
    color: #0098b4;
    font-size: 14px;
    text-decoration: none
}

header .navbar-nav .dropdown-menu li a::before {
    display: none !important
}

header .navbar-nav .dropdown-menu li a:active::before {
    display: none !important
}

header .navbar-nav .dropdown-menu li a:hover {
    font-weight: bold
}

header .navbar-nav .dropdown-menu li a:hover::before {
    background-color: none !important;
    display: none !important
}

header .navbar-nav li {
    display: inline-block;
    vertical-align: middle
}

header .navbar-nav a {
    position: relative;
    display: block;
    margin: 0 12px;
    letter-spacing: 0.2px;
    font-size: 12px;
    line-height: 5px;
    font-weight: 900;
    transition: color 0.1s, background-color 0.1s, padding 0.2s ease-in;
    color: #642f92;
    color: #642f92
}

header .navbar-nav a:hover {
    text-decoration: none;
    color: #642f92
}

header .navbar-nav a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1)
}

header .navbar-nav a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 4px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s, transform 0.2s;
    background-color: #18c1df;
}

header .navbar-nav a:active::before {
    background-color: #18c1df;
}

header .navbar-nav a.nav-purple {
    color: #642f92;
    color: #642f92
}

header .navbar-nav a.nav-purple:hover {
    color: #642f92
}

header .navbar-nav .logo {
    width: 40px
}

header .navbar .navbar-nav li a {
    text-decoration: none;
    font-size: 20px;
    padding: 2.62rem 0 1.75rem;
    font-weight: 700;
    color: #642f92 !important;
    font-weight: 400;
    font-weight: normal
}

header .navbar .navbar-nav li:last-child {
    padding-right: 0
}

header .navbar .navbar-nav li a.active {
    border-bottom: solid 6px #fff
}

header .dropdown-menu {
    margin-top: 10px;
    border-radius: 0;
    border-color: none;
    z-index: 3;
    border: 0
}

header .dropdown-menu li {
    display: block !important;
    padding: 8px
}

header .dropdown-menu li a {
    font-weight: 400;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.8) !important
}

header .dropdown-menu li a:hover {
    color: #000;
    font-style: bold;
    background-color: rgba(255, 255, 255, 0.8) !important
}

header .dropdown-menu li a:focus {
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-color: none;
    background-color: none !important
}

header .dropdown-toggle::after {
    display: none
}

header .navbar-collapse {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

header .logo img {
    width: 50px;
    height: 50px
}

header .navbar-nav.blue-line a.nav-purple::before {
    background-color: #642f92
}

header .navbar-nav.blue-line a.nav-purple:active::before {
    background-color: #642f92
}

header nav.navbar {
    background: #fff
}

header.sticky .navbar .navbar-nav li a {
    padding: 2.02rem 0 1.15rem
}

.dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-color: none;
    background-color: none !important
}

a:focus {
    text-decoration: none;
    color: #642f92
}

a:focus::before {
    background-color: none !important;
    display: none !important;
    transform-origin: left top;
    transform: scale(1, 1)
}

a:active {
    text-decoration: none;
    color: #642f92
}

a.nav-purple:focus {
    color: #642f92
}

a.nav-purple:active {
    color: #642f92
}

@media screen and (max-width: 1440px) {
    header .navbar .navbar-nav li a {
        padding: 1.82rem 0 1.2rem
    }
    header .navbar .navbar-nav li a:hover {
        font-weight: 800
    }
    header.sticky .navbar .navbar-nav li a {
        padding: 1.42rem 0 1.15rem
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    header .dropdown-menu {
        margin-left: 5px
    }
    header .dropdown-menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 10px
    }
}

@media screen and (max-width: 1199px) {
    header .navbar .navbar-nav li {
        padding: 0 11px
    }
}

@media screen and (min-width: 900px) {
    header .navbar-nav .dropdown-menu {
        display: none
    }
}

@media screen and (max-width: 990px) {
    header .navbar-expand-lg {
        padding: 0 0
    }
    header .navbar-collapse {
        padding-left: 25px
    }
    header a {
        margin-left: 0
    }
    header .logo {
        margin-left: 20px
    }
    header .logo-mobile {
        margin-left: 15px
    }
    header .navbar-nav {
        margin-left: 50px;
        padding-left: 25px
    }
    header .navbar-nav .dropdown-menu li a {
        font-weight: normal
    }
    header nav.navbar {
        padding: 16px 0
    }
    header .navbar .navbar-toggler {
        border: 0;
        padding: 0
    }
    header .navbar .navbar-toggler:focus {
        box-shadow: none
    }
    header .navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 3;
        transition: height 0s ease;
        background: #fff;
        width: 100%;
        height: 100vh;
        padding-top: 50px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    header .navbar .navbar-collapse .mobile-bottom-nav-links {
        padding: 34px 20px;
        width: 100%;
        border-top: solid 1px rgba(255, 255, 255, 0.2)
    }
    header .navbar .navbar-collapse .mobile-bottom-nav-links ul li {
        display: block
    }
    header .navbar .navbar-collapse .mobile-bottom-nav-links ul li a {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        padding: 13px 24px;
        display: block
    }
    header .navbar .navbar-collapse.show {
        right: 0;
        transition: right 350ms ease-in-out;
        padding-bottom: 0
    }
    header .navbar .navbar-toggler.collapsed~.navbar-collapse {
        transition: right 350ms ease-in-out
    }
    header .navbar .navbar-nav {
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        overflow: auto;
        padding: 34px 0;
        width: 100%;
        height: 100%
    }
    header .navbar .navbar-nav li {
        padding: 0;
        margin: 0 0 6px 0
    }
    header .navbar .navbar-nav li a.active {
        border-bottom: 0;
        border-radius: 22px
    }
    header .navbar .navbar-nav li a {
        padding: 16px 0;
        margin-left: 0;
        font-weight: bold
    }
    header .navbar .logo {
        z-index: 4;
        transition: 0.45s ease-in-out;
        width: 136px;
        margin-left: 15px
    }
    header .navbar .logo-mobile {
        margin-left: 20px;
        transition: 0.45s ease-in-out
    }
    header #nav-icon {
        width: 28px;
        height: 20px;
        position: relative;
        z-index: 4;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer
    }
    header #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #642f92;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out
    }
    header #nav-icon span:nth-child(1) {
        top: 0;
        transform-origin: left center
    }
    header #nav-icon span:nth-child(2) {
        top: 8px;
        transform-origin: left center
    }
    header #nav-icon span:nth-child(3) {
        top: 16px;
        transform-origin: left center
    }
    header #nav-icon.open span:nth-child(1) {
        transform: rotate(40deg);
        top: -1px;
        left: 1px
    }
    header #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }
    header #nav-icon.open span:nth-child(3) {
        transform: rotate(-40deg);
        top: 17px;
        left: 1px
    }
    header .mobile-overlay {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 3;
        width: 100%;
        height: 100vh
    }
    header .overlay-open {
        right: 0;
        transition: right 350ms ease-in-out
    }
    header.sticky {
        top: 0
    }
    header.sticky .navbar .navbar-nav li a {
        padding: 16px 0;
        margin-left: 0;
        font-weight: bold
    }
}

@media screen and (max-width: 1400px) {
    header .navbar .navbar-nav li a {
        font-size: 16px
    }
    header ul li a.active {
        font-weight: 800 !important;
        text-decoration: none;
        color: #642f92 !important
    }
    header ul li a.active::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 1px;
        left: 0;
        height: 3px;
        width: 100%;
        transition: none;
        background-color: #642f92;
        transform: scale(1, 1);
        font-weight: 800
    }
    header .dropdown-menu {
        margin-left: 5px
    }
    header .dropdown-menu li a {
        margin-left: 10px !important;
        font-weight: normal !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
}

.three-cols .cardsHorizontal--icon .horizontal-list {
    width: 100%
}

.body-text-two-column .row .container,
.body-text-two-column .row .container-small {
    max-width: 100%
}

.body-text-two-column .row .container .col-md-12,
.body-text-two-column .row .container-small .col-md-12 {
    padding: 0
}

.body-text-two-column .row .col-md-6:nth-child(2) h2 {
    display: none
}

.body-text-two-column .row .col-md-6:nth-child(2) p {
    padding-top: 145px;
    margin-top: 0
}

.body-text-two-column .row .banner--text .button {
    display: none
}

@media (min-width: 768px) {
    .body-text-two-column .row .banner--text {
        margin-bottom: 0
    }
}

.main-sidebar {
    margin-bottom: 2rem
}

@media (min-width: 920px) {
    .main-sidebar {
        order: 2;
        width: 33%;
        margin-bottom: 0
    }
}

.main-content {
    width: 100%
}

@media (min-width: 920px) {
    .main-content--with-sidebar {
        margin-right: 1rem;
        width: calc(100% - (33% + 1rem))
    }
}

.user-login-form {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    margin: 100px auto;
    transition: max-width 200ms
}

@media (min-width: 768px) {
    .user-login-form {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .user-login-form {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .user-login-form {
        max-width: 1200px
    }
}

@media (max-width: 767px) {
    .user-login-form {
        max-width: 100%
    }
}

.place-holder {
    color: #888;
    border: 4px dashed #888;
    padding: 50px
}

.place-holder__content {
    font-size: 3.2rem;
    line-height: 1.4;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.sidenav-component .kontakt-h2 {
    display: inline-block;
    color: #FFFFFF !important;
    font-size: 36px;
    line-height: 42px;
    background-color: #642F92;
    padding: 14px 24px;
    margin-top: 0px !important;
    margin-bottom: 30px;
    padding-top: 10px !important;
    font-family: 'Helvetica Neue Bold', sans-serif !important;
}

.sidenav-component .kontakt-h2:last-of-type {
    display: inline-block;
    color: #642F92 !important;
    font-size: 36px;
    line-height: 42px;
    background-color: transparent;
    padding: 0px;
    margin-top: 50px !important;
    margin-bottom: 30px;
    font-family: 'Helvetica Neue light', sans-serif !important;
}

.slick-track {
    float: left;
}


/*behandling*/

.behandling .accordion-wrapper .card {
    outline: none;
    border: none;
    margin-bottom: 1px;
    background-color: transparent
}

.behandling .accordion-wrapper .container {
    padding: 0px;
}

.behandling .accordion-wrapper .card .card-header {
    background: transparent;
    border-bottom: none;
    outline: none;
    padding: 0;
    color: #000;
    border-radius: 0
}

.behandling section.accordion-wrapper {
    border-bottom: 1px solid #565B74;
}

.behandling .accordion-wrapper .card .card-header h3 {
    color: #565B74;
    position: relative;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    max-width: none;
    margin-bottom: 1px;
    padding: 10px 0px 10px 0px !important;
    cursor: pointer
}

.behandling .accordion-wrapper .card .card-header h3::before {
    display: none;
}

.behandling .accordion-wrapper .card .card-header h3::after {
    content: '\002335';
    transform: rotate(0deg);
    color: #565B74;
    font-size: 24px;
    right: 0px;
    margin-right: 0px;
    position: absolute;
    top: 10px;
    z-index: 1
}

.behandling .accordion-wrapper .card .card-header h3.collapsed::after {
    top: 20px;
    transform: rotate(-180deg) !important
}

.behandling .accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 10px 0px;
    margin-bottom: 8px
}

.behandling .sidenav-component ul>li::marker {
    color: #642f92;
}

.behandling .quotetestomonial h3 {
    margin-bottom: 20px;
    font-size: 26px;
    padding-top: 30px !important;
}

.behandling .quotetestomonial {
    margin: auto;
}

.behandling .sidenav-component ul>li::marker {
    color: #642f92;
}

#hjemmebehandling ul li strong {
    color: #642f92
}

.behandling .sidenav-component .scroll-wrapper p.bluetext {
    color: #642f92;
}

.behandling #thumb-cust-img img.img-responsive {
    margin-left: 15px !important;
    height: 83px;
    box-shadow: none !important;
}

.behandling .pid-block img.card-img {
    width: 120px;
    height: 120px;
    position: relative;
    float: right;
}

.behandling .quotetestomonial img {
    width: 100px;
    height: 80px;
}

.behandling .pid-block .card-block .card-title {
    font-size: 58px;
    font-weight: 600;
    position: relative;
    color: #642f92;
    float: left;
    width: 50%;
}

.behandling .pid-block .card-block h2 {
    font-size: 48px;
    font-weight: 600;
    position: relative;
    float: left;
}

.behandling .pid-block img.card-img {
    width: 120px;
    height: 120px;
    position: relative;
    float: right;
}

.behandling .pid-block .card-description p {
    font-weight: 400;
    background-color: transparent;
    font-size: 17px !important;
    line-height: 20px !important;
    font-family: 'Helvetica Neue Regular', sans-serif !important;
    display: inline-block;
    padding: 0px;
}

.behandling .pid-block .card-description {
    position: relative;
    width: 300px;
    top: 20px;
    color: #000;
    z-index: 10;
    margin-bottom: 20px;
}

.behandling .pid-block .card-block .card {
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    border-radius: 0;
    width: 100%;
    height: auto;
    border: 0px;
    display: inline-flex;
    text-align: left;
    align-items: flex-start;
}

.behandling .pid-block .card-block .card .card-img {
    position: absolute;
    border-radius: 0px;
    top: 0;
    right: 0;
    object-fit: scale-down;
    object-position: center;
    float: left;
    height: 100px;
    left: 110px;
    width: 50%;
    z-index: 2;
    flex-wrap: wrap;
    align-items: flex-end;
    display: inline-flex;
}

.behandling .pid-block .card-block .row {
    display: inline-flex;
}

.behandling .pid-block .card-block {
    margin: 0px 0px 0px;
    display: flex;
    gap: 20px;
    position: relative;
    align-items: flex-start;
}

.behandling .pid-block .card-block .row {
    display: inline-flex;
}

.behandling .pid-block .card-block {
    margin: 0px 0px 0px;
    display: inline-flex;
    gap: 20px;
    position: relative;
}

.behandling .col-md-6.sl-card {
    display: inline-flex;
}

.behandling .col-md-6.sl-card h2 {
    display: none;
}

.behandling .pid-block .card-description p span {
    color: #642f92;
    font-weight: bold;
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .behandling .pid-block .card-block .card .card-img {
        position: absolute;
        border-radius: 0px;
        top: 0;
        right: 0px;
        object-fit: scale-down;
        object-position: center;
        float: right;
        height: 80px;
        left: auto;
        width: 80px;
        z-index: 2;
        flex-wrap: wrap;
        align-items: flex-start;
        display: inline-flex;
    }
    .table-cmn table {
        width: 100%;
        border: 0;
        overflow-x: auto;
        white-space: nowrap
    }
    .behandling .accordion-wrapper .container {
        padding: 0px;
        margin: 0px;
    }
    .behandling .accordion-wrapper .card .card-header h3 {
        color: #565B74;
        position: relative;
        border-radius: 0;
        font-size: 16px;
        font-weight: bold;
        max-width: none;
        line-height: normal;
        margin-bottom: 1px;
        padding: 10px 0px 10px 0px !important;
        cursor: pointer
    }
    .behandling .accordion-wrapper .card .card-header h3::before {
        display: none;
    }
    .behandling .accordion-wrapper .card .card-header h3::after {
        content: '\002335';
        transform: rotate(0deg);
        color: #565B74;
        font-size: 24px;
        right: 0px;
        margin-right: 0px;
        position: absolute;
        top: 0px;
        z-index: 1
    }
    .behandling .accordion-wrapper .card .card-header h3.collapsed::after {
        top: 0px;
        transform: rotate(-180deg) !important
    }
    .behandling #thumb-cust-img img.img-responsive {
        margin-left: 15px !important;
        height: 33px;
        box-shadow: none !important;
    }
    .behandling .quotetestomonial h3 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .behandling .quotetestomonial p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .behandling #thumb-cust-img .sidenav-component p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .sidenav-component h2,
    .sidenav-component h3 {
        color: #0098B4;
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 400;
        margin-top: 0px !important;
        padding-top: 60px !important;
    }
    .behandling .accordion-wrapper .card .card-body {
        background-color: #fff;
        padding: 10px 0px;
        margin-bottom: 8px
    }
    .behandling .pid-block .card-block .card-title {
        font-size: 58px;
        font-weight: 600;
        position: relative;
        color: #642f92;
    }
    .sidenav-component h1 {
        display: inline-block;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 30px;
        background-color: #18C1DF;
        padding: 14px 24px;
        margin-top: 70px;
        margin-bottom: 30px;
        font-family: 'Helvetica Neue Bold', sans-serif !important;
    }
    .behandling .pid-block .card-description p {
        font-weight: 400;
        background-color: transparent;
        font-size: 15px !important;
        line-height: 20px !important;
        font-family: 'Helvetica Neue Regular', sans-serif !important;
        display: inline-grid;
        padding: 0px;
    }
}

.behandling #thumb-cust-img {
    flex-wrap: nowrap;
    margin-bottom: 20px;
}


/**end of changes*/

@media (max-width: 767px) {
    .behandling .pid-block .card-block .card .card-img {
        position: absolute;
        border-radius: 0px;
        top: 0;
        right: 0px;
        object-fit: scale-down;
        object-position: center;
        float: right;
        height: 100px;
        left: auto;
        width: 100px;
        z-index: 2;
        flex-wrap: wrap;
        align-items: flex-start;
        display: inline-flex;
    }
    .table-cmn table {
        width: 100%;
        border: 0;
        overflow-x: auto;
        white-space: nowrap
    }
    .behandling .accordion-wrapper .container {
        padding: 0px;
        margin: 0px;
    }
    .behandling .accordion-wrapper .card .card-header h3 {
        color: #565B74;
        position: relative;
        border-radius: 0;
        font-size: 15px;
        font-weight: bold;
        max-width: none;
        line-height: normal;
        margin-bottom: 1px;
        padding: 10px 0px 10px 0px !important;
        cursor: pointer
    }
    .behandling .accordion-wrapper .card .card-header h3::before {
        display: none;
    }
    .behandling .accordion-wrapper .card .card-header h3::after {
        content: '\002335';
        transform: rotate(0deg);
        color: #565B74;
        font-size: 20px;
        right: 0px;
        margin-right: 0px;
        position: absolute;
        top: 0px;
        z-index: 1
    }
    .behandling .accordion-wrapper .card .card-header h3.collapsed::after {
        top: 0px;
        transform: rotate(-180deg) !important
    }
    .behandling .accordion-wrapper .card .card-body {
        background-color: #fff;
        padding: 10px 0px;
        margin-bottom: 8px
    }
    .behandling .pid-block .card-block .card-title {
        font-size: 58px;
        font-weight: 600;
        position: relative;
        color: #642f92;
    }
}

.behandling .pid-block .top-bg-icon,
.behandling .pid-block .bottom-bg-icon {
    display: none;
}

.behandling #thumb-cust-img {
    flex-wrap: nowrap;
}

.behandling .scroll-content hr {
    border-top: 1px solid #565B74;
    margin-bottom: 0px;
}


/**end of changes*/