*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type='search'] {
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff0033;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ff0033;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ff0033;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #ff0033;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #b30024;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
}
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-sm th, .table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

.table-primary, .table-primary>th, .table-primary>td {
    background-color: #ffb8c6;
}

.table-hover .table-primary:hover {
    background-color: #ff9fb2;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
    background-color: #ff9fb2;
}

.table-secondary, .table-secondary>th, .table-secondary>td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf;
}

.table-success, .table-success>th, .table-success>td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
    background-color: #b1dfbb;
}

.table-info, .table-info>th, .table-info>td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
    background-color: #abdde5;
}

.table-warning, .table-warning>th, .table-warning>td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
    background-color: #ffe8a1;
}

.table-danger, .table-danger>th, .table-danger>td {
    background-color: #ffb8c6;
}

.table-hover .table-danger:hover {
    background-color: #ff9fb2;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
    background-color: #ff9fb2;
}

.table-light, .table-light>th, .table-light>td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
    background-color: #ececf6;
}

.table-dark, .table-dark>th, .table-dark>td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
    background-color: #b9bbbe;
}

.table-active, .table-active>th, .table-active>td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55;
}

.table-dark.table-bordered {
    border: 0;
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-sm>.table-bordered {
        border: 0;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-md>.table-bordered {
        border: 0;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-lg>.table-bordered {
        border: 0;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .table-responsive-xl>.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8099;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col, .form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated:valid~.valid-feedback, .was-validated:valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #ff0033;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(255, 0, 51, 0.9);
    border-radius: 0.25rem;
}

.was-validated:invalid~.invalid-feedback, .was-validated:invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ff0033;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0033' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0033' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff0033;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ff0033;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff0033' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff0033' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff0033;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
    color: #ff0033;
}

.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
    color: #ff0033;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #ff0033;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #ff335c;
    background-color: #ff335c;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff0033;
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
    border-color: #ff0033;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #ff0033;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d9002b;
    border-color: #cc0029;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d9002b;
    border-color: #cc0029;
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 82, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc0029;
    border-color: #bf0026;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 82, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d9002b;
    border-color: #cc0029;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d9002b;
    border-color: #cc0029;
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 82, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc0029;
    border-color: #bf0026;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 38, 82, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
    color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff0033;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff0033;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #ff0033;
    text-decoration: none;
}

.btn-link:hover {
    color: #b30024;
    text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}
}
}
}
}
}
}
}
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff0033;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
    padding-right: 1.75rem;
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff0033;
    background-color: #ff0033;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ff8099;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffb3c2;
    border-color: #ffb3c2;
}

.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff0033;
    background-color: #ff0033;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 51, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(255, 0, 51, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 51, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 0, 51, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #ff8099;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #ff8099;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-file-input[disabled]~.custom-file-label, .custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff0033;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffb3c2;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff0033;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffb3c2;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #ff0033;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffb3c2;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff0033;
}

.nav-fill>.nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}
}
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion {
    overflow-anchor: none;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff0033;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #b30024;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #ff0033;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #cc0029;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #ff0033;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc0029;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 51, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #85001b;
    background-color: #ffccd6;
    border-color: #ffb8c6;
}

.alert-primary hr {
    border-top-color: #ff9fb2;
}

.alert-primary .alert-link {
    color: #520011;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #85001b;
    background-color: #ffccd6;
    border-color: #ffb8c6;
}

.alert-danger hr {
    border-top-color: #ff9fb2;
}

.alert-danger .alert-link {
    color: #520011;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff0033;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ff0033;
    border-color: #ff0033;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #85001b;
    background-color: #ffb8c6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #85001b;
    background-color: #ff9fb2;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #85001b;
    border-color: #85001b;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #85001b;
    background-color: #ffb8c6;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #85001b;
    background-color: #ff9fb2;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #85001b;
    border-color: #85001b;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
}
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #ff0033 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #cc0029 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #ff0033 !important;
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #cc0029 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

@media (max-width:991.98px) {
    .bg-mobile-white {
        background-color: #fff !important;
    }
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #ff0033 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #ff0033 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-white {
    color: #fff !important;
}

@media (min-width:576px) {
    .text-sm-white {
        color: #fff !important;
    }
}

@media (min-width:768px) {
    .text-md-white {
        color: #fff !important;
    }
}

@media (min-width:992px) {
    .text-lg-white {
        color: #fff !important;
    }
}

@media (min-width:1200px) {
    .text-xl-white {
        color: #fff !important;
    }
}

.text-primary {
    color: #ff0033 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #b30024 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #ff0033 !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #b30024 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1, .py-1 {
    padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1, .my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1, .my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2, .mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2, .my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2, .mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #ff0033;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #b30024;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --red: rgb(255, 0, 51);
    --red-link: rgb(227, 6, 19);
    --light-red: rgb(214, 69, 65);
    --dark-red: rgb(112, 24, 29);
    --blue: rgb(10, 34, 57);
    --dark-blue: rgb(8, 29, 48);
    --button-hover: rgb(166, 40, 40);
    --green: rgb(59, 147, 118);
    --yellow: rgb(255, 165, 0);
    --grey: rgb(157, 167, 176);
    --dark-grey: rgb(108, 122, 136);
    --light-grey: rgb(206, 211, 215);
    --lighter-grey: rgb(241, 243, 241);
    --cream: rgb(250, 248, 244);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
    --color: var(--dark-grey);
    --light-color: (--light-grey);
    --main-color: var(--red);
    --main-shade-color: #a62828;
    --main-tint-color: mix(var(--white), var(--main-color), 15%);
    --secondary-color: var(--blue);
    --secondary-shade-color: mix(var(--black), var(--secondary-color), 25%);
    --secondary-tint-color: mix(var(--white), var(--secondary-color), 15%);
    --border: var(--light-grey);
    --shadow: rgb(206, 211, 215);
    --default-text-color: #262626;
    --sec-light-grey: rgb(220, 221, 222);
    --sec-grey: rgb(138, 140, 142);
    --sec-dark-grey: rgb(99, 100, 102);
    --sec-cream: rgb(138, 140, 142);
    --sec-shade-cream: mix(var(--black), var(--sec-cream), 25%);
    --sec-orange: rgb(255, 132, 0) --sec-shade-orange:mix(var(--black), var(--sec-orange), 25%);
    --sec-yellow: rgb(255, 198, 0) --sec-shade-yellow:mix(var(--black), var(--sec-yellow), 25%);
    --sec-blue: rgb(35, 96, 147) --sec-shade-blue:mix(var(--black), var(--sec-blue), 25%);
    --sec-violet: rgb(133, 51, 118) --sec-shade-violet:mix(var(--black), var(--sec-violet), 25%);
    --sec-green: rgb(66, 172, 130) --sec-shade-green:mix(var(--black), var(--sec-green), 25%);
}

@font-face {
    font-family: "Fira sans";
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Regular.woff) format("woff");
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fira sans";
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Light.woff) format("woff");
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fira sans";
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Medium.woff) format("woff");
    src: url(/themes/custom/da_vinci/fonts/FiraSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'securitasDirect';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/themes/custom/da_vinci/fonts/securitasDirect.eot);
    src: url(/themes/custom/da_vinci/fonts/securitasDirect.eot) format("embedded-opentype"), url(/themes/custom/da_vinci/fonts/securitasDirect.ttf) format("truetype"), url(/themes/custom/da_vinci/fonts/securitasDirect.woff) format("woff"), url(/themes/custom/da_vinci/fonts/securitasDirect.svg) format("svg");
}

@font-face {
    font-family: 'verisure-icons';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/themes/custom/da_vinci/fonts/verisure-icons.eot);
    src: url(/themes/custom/da_vinci/fonts/verisure-icons.eot) format("embedded-opentype"), url(/themes/custom/da_vinci/fonts/verisure-icons.ttf) format("truetype"), url(/themes/custom/da_vinci/fonts/verisure-icons.woff) format("woff");
}

@font-face {
    font-family: 'digital7-italic';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url(/themes/custom/da_vinci/fonts/digital-7-mono-italic.ttf);
    src: url(/themes/custom/da_vinci/fonts/digital-7-mono-italic.ttf) format("truetype");
}

:root {
    --icomoon-font: 'securitasDirect';
    --fira-sans: 'Fira sans', sans-serif;
    --verisure-icons: 'verisure-icons';
    --digital7-italic: 'digital7-italic';
    --default-font-family: var(--fira-sans);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #f1f3f1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes moveOnLeftOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-615));
    }
}

@keyframes moveOnRightOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(560));
    }
}

@keyframes moveOnLeftEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-560));
    }
}

@keyframes moveOnRightEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(615));
    }
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) rotateY(0);
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(360deg) scale(0.95);
    }

    100% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale(1);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 300px 116px, 0 150px, 216px 0;
    }

    100% {
        background-position: 300px 0, 0 116px, 0 0, 216px 150px;
    }
}

.hide-element {
    visibility: hidden;
}
}

.pulse {
    animation-name: pulse;
}

.typing {
    animation-name: typing;
}

.blink-caret {
    animation-name: blink-caret;
}

.fade-in {
    animation-name: fadeIn;
}

.fade-out {
    animation-name: fadeOut;
}

.fade-in-up {
    animation-name: fadeInUp;
}

.fade-in-down {
    animation-name: fadeInDown;
}

.fade-in-left {
    animation-name: fadeInLeft;
}

.fade-in-right {
    animation-name: fadeInRight;
}

.fade-in-up-big {
    animation-name: fadeInUpBig;
}

.fade-in-down-big {
    animation-name: fadeInDownBig;
}

.fade-in-left-big {
    animation-name: fadeInLeftBig;
}

.fade-in-right-big {
    animation-name: fadeInRightBig;
}

.fade-out-down {
    animation-name: fadeOutDown;
}

.fade-out-up {
    animation-name: fadeOutUp;
}

.fade-out-left {
    animation-name: fadeOutLeft;
}

.fade-out-right {
    animation-name: fadeOutRight;
}

.fade-out-up-big {
    animation-name: fadeOutUpBig;
}

.fade-out-down-big {
    animation-name: fadeOutDownBig;
}

.fade-out-left-big {
    animation-name: fadeOutLeftBig;
}

.fade-out-right-big {
    animation-name: fadeOutRightBig;
}

.flip {
    animation-name: flip;
    backface-visibility: visible !important;
}

.flip-in-x {
    animation-name: flipInX;
    backface-visibility: visible !important;
}

.flip-out-x {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

.flip-in-y {
    animation-name: flipInY;
    backface-visibility: visible !important;
}

.flip-out-y {
    animation-name: flipOutY;
    backface-visibility: visible !important;
}

.bounce {
    animation-name: bounce;
}

.border-dance {
    animation-name: border-dance;
}

.form-hidden-labels label {
    display: none !important;
}

html {
    font-size: 16px;
}

p {
    margin: 0 0 1.2rem;
}

a {
    color: #ff0033;
    display: inline-block;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: #ff2652;
    text-decoration: none;
}

blockquote {
    padding-top: 2.5rem;
    position: relative;
    padding-bottom: 2.5rem;
    position: relative;
    border: 0;
    margin: 2rem 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

blockquote:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #0a2239;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2rem;
    top: 0;
    left: 0;
}

blockquote:after {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #0a2239;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 2rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2rem;
    bottom: 0;
    right: 0;
}

@media (min-width:768px) {
    blockquote {
        margin: 2rem 0;
    }
}

blockquote * {
    color: #9da7b0;
    font-family: var(--fira-sans);
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.6;
}

@media (min-width:1170px) {
    blockquote * {
        font-size: 1.375rem;
    }
}

blockquote>p:first-child {
    display: block;
    margin-top: 0;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

mark, .marker {
    background-color: #9da7b0;
    color: white;
    float: right;
    font-size: 0.875rem;
    padding: .5rem;
}

summary {
    outline: none;
}

strong {
    font-weight: 700;
}

code, kbd, pre, samp {
    font-size: 0.8125rem;
}

div.CodeMirror pre.CodeMirror-line, div.CodeMirror pre.CodeMirror-line-like {
    font-variant-ligatures: none !important;
}

.breadcrumb {
    padding: 0;
}

.breadcrumb ol {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.breadcrumb li {
    color: #0a2239;
    font-size: 0.875rem;
}

.breadcrumb li:not(:last-child) {
    margin-right: .25rem;
}

.breadcrumb li:not(:first-child) {
    padding-left: 0.78125rem;
    position: relative;
}

.breadcrumb li:not(:first-child):before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #9da7b0;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 0.625rem;
    height: 0.625rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 0.625rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb a {
    color: #ff0033;
    display: block;
}

.breadcrumb a:hover {
    color: #ff2652;
}

.button {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

@media (min-width:1170px) {
    .button {
        font-size: 0.9375rem;
    }
}

.button:hover {
    transition: .2s;
}

.button:hover {
    background-color: #0a2239;
    border-color: #0a2239;
    color: white;
}

.button--secondary {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    background-color: transparent;
    border-color: #ff0033;
    color: #ff0033;
}

@media (min-width:1170px) {
    .button--secondary {
        font-size: 0.9375rem;
    }
}

.button--secondary:hover {
    transition: .2s;
}

.button--secondary:hover {
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

.button:disabled {
    opacity: .6;
    pointer-events: none;
}

.button:focus {
    outline: none;
}

.btn {
    margin-top: 20px !important;
    padding: 10px 20px !important;
    vertical-align: middle !important;
    line-height: 1 !important;
    border: 1px solid transparent !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: 0.2s all ease-in !important;
    border-radius: 20px !important;
    justify-content: center !important;
}

.btn::before, .btn::after {
    display: none !important;
}

.btn:hover {
    text-decoration: none !important;
}

.btn-primary {
    color: white !important;
    background-color: #ff0033 !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #bf0026 !important;
    color: white !important;
    text-decoration: none !important;
}

.btn-secondary {
    background-color: #8a8c8e !important;
}

.btn-secondary:hover, .btn-secondary:focus {
    background-color: #636466 !important;
}

.btn-success {
    background-color: #42ac82 !important;
}

.btn-success:hover, .btn-success:focus {
    background-color: #328162 !important;
}

.btn-danger {
    background-color: #ab192d !important;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #bf0026 !important;
}

.btn-warning {
    background-color: #ffc600 !important;
    color: #262626 !important;
}

.btn-warning:hover, .btn-warning:focus {
    background-color: #bf9500 !important;
    color: #262626 !important;
}

.btn-info {
    background-color: #236093 !important;
}

.btn-info:hover, .btn-info:focus {
    background-color: #1a486e !important;
}

.btn-light {
    background-color: #dcddde !important;
}

.btn-light:hover, .btn-light:focus {
    background-color: #8a8c8e !important;
}

.btn-dark {
    background-color: #636466 !important;
}

.btn-dark:hover, .btn-dark:focus {
    background-color: #8a8c8e !important;
}

.btn-link {
    color: #ff0033 !important;
    background-color: none !important;
    padding: 0 !important;
    display: inline !important;
    margin-top: unset !important;
    text-transform: unset !important;
}

.btn-link:hover, .btn-link:focus {
    background-color: none !important;
}

.btn-sm, .btn-group-sm>.btn {
    padding: 6px 10px !important;
    font-size: 14px !important;
}

.btn-lg, .btn-group-lg>.btn {
    min-height: 61px !important;
    padding: 22px 60px !important;
    border-radius: 50px !important;
    display: inline-flex !important;
}

.btn-outline-primary {
    background-color: transparent !important;
    color: #ff0033 !important;
    border-color: #ff0033 !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #ff0033 !important;
    color: white !important;
}

.btn-outline-secondary {
    background-color: transparent !important;
    border-color: #8a8c8e !important;
    color: #8a8c8e !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: #8a8c8e !important;
    color: white !important;
}

.btn-outline-success {
    background-color: transparent !important;
    border-color: #42ac82 !important;
    color: #42ac82 !important;
}

.btn-outline-success:hover, .btn-outline-success:focus {
    background-color: #42ac82 !important;
    color: white !important;
}

.btn-outline-danger {
    background-color: transparent !important;
    border-color: #ff0033 !important;
    color: #ff0033 !important;
}

.btn-outline-danger:hover, .btn-outline-danger:focus {
    color: white !important;
    background-color: #ff0033 !important;
}

.btn-outline-warning {
    border-color: #ffc600 !important;
    background-color: transparent !important;
    color: #ffc600 !important;
}

.btn-outline-warning:hover, .btn-outline-warning:focus {
    background-color: #ffc600 !important;
    color: #262626 !important;
}

.btn-outline-info {
    color: #236093 !important;
    background-color: transparent !important;
    border-color: #236093 !important;
}

.btn-outline-info:hover, .btn-outline-info:focus {
    background-color: #236093 !important;
    color: white !important;
}

.btn-outline-light {
    color: #dcddde !important;
    background-color: transparent !important;
    border-color: #dcddde !important;
}

.btn-outline-light:hover, .btn-outline-light:focus {
    background-color: #8a8c8e !important;
    color: white !important;
}

.btn-outline-dark {
    color: #636466 !important;
    border-color: #636466 !important;
    background-color: transparent !important;
}

.btn-outline-dark:hover, .btn-outline-dark:focus {
    color: white !important;
    background-color: #636466 !important;
}

.btn-inverted {
    background-color: white;
    color: black;
}

.btn-inverted:hover, .btn-inverted:focus {
    background-color: #ced3d7;
}

.btn-outline-no-margin {
    margin: 0;
}

.btn-white {
    border-color: white !important;
}

.template--icon-home-block {
    position: relative;
}

.template--icon-home-block .m_btn_scroll {
    position: relative;
}

.template--icon-home-block .m_btn_scroll::after, .template--icon-home-block .m_btn_scroll::before {
    border-bottom: 2px solid #ff0033;
    border-left: 2px solid #ff0033;
    bottom: 6px;
    content: ' ';
    height: 12px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    transform: rotate(-45deg);
    width: 12px;
    animation: m_btn_scroll_pseudo .7s both infinite;
}

.template--icon-home-block .m_btn_scroll::before {
    animation-delay: .6s;
    bottom: 13px;
}

.template--icon-home-block .icon-home-items-wrapper {
    position: relative;
    padding-bottom: 100px;
}

.template--icon-home-block .icon-home-items-wrapper::before {
    background-color: #c4c4c4;
    bottom: 0;
    content: "";
    height: 100%;
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 1px;
}

@media (min-width:0) and (max-width:990px) {
    .template--icon-home-block .icon-home-items-wrapper::before {
        background-color: transparent;
        left: -1.5em;
    }
}

.template--icon-home-block .img-circle {
    animation: circle1 3s ease infinite;
    border-radius: 100%;
    border: 1px solid #f03;
    height: 130px;
    left: calc(50% - 65px);
    position: absolute;
    top: calc(50% - 65px);
    width: 130px;
    z-index: 0;
}

.template--icon-home-block .img-circle:nth-child(2) {
    animation: circle2 3s ease infinite;
    border-width: 2px;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
    height: 150px;
    width: 150px;
}

.template--icon-home-block .img-circle:nth-child(3) {
    width: 170px;
    height: 170px;
    border-width: 3px;
    left: calc(50% - 85px);
    top: calc(50% - 85px);
    animation: circle3 3s ease infinite;
}

.template--icon-home-block .img-circle:nth-child(4) {
    width: 190px;
    height: 190px;
    border-width: 4px;
    left: calc(50% - 95px);
    top: calc(50% - 95px);
    animation: circle4 3s ease infinite;
}

.template--icon-home-block .m_home {
    display: block !important;
    height: 0;
    left: calc(50% - 110px);
    position: absolute;
    width: 0;
    z-index: 1;
}

@media (min-width:0) and (max-width:990px) {
    .template--icon-home-block .m_home {
        display: none !important;
    }
}

.template--icon-home-block .fixed .m_home {
    position: fixed;
}

@media (min-width:0) and (max-width:990px) {
    .template--icon-home-block .fixed .m_home {
        left: -85px;
    }
}

.template--icon-home-block .m_home_icon {
    background-color: white;
    border-radius: 50%;
    height: 185px;
    margin-top: -92px;
    padding: 2.75em 2.5em;
    position: absolute;
    width: 185px;
}

.template--icon-home-block .m_home_icon img {
    margin: auto;
}

@keyframes circle1 {
    0% {
        opacity: .7;
    }

    50% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: .7;
    }
}

@keyframes circle2 {
    0% {
        opacity: .8;
    }

    40% {
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        opacity: .8;
    }
}

@keyframes circle3 {
    0% {
        opacity: .9;
    }

    30% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: .9;
    }
}

@keyframes circle4 {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes m_btn_scroll_pseudo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.comment {
    margin-top: 1rem;
    overflow: hidden;
    padding-top: 1rem;
}

.comment:last-child {
    border: 0;
}

.comment__meta {
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .comment__meta {
        float: left;
        margin-left: 0;
        margin-right: -100%;
        width: 23.72881%;
    }
}

.comment .content {
    border-bottom: 1px solid #ced3d7;
    padding-bottom: 1rem;
}

@media (min-width:768px) {
    .comment .content {
        float: left;
        margin-left: 25.42373%;
        margin-right: -100%;
        width: 74.57627%;
    }
}

.comment .content>h3 {
    margin-bottom: 0;
}

.draft-mode .block-system-main-block {
    border: 10px solid var(--main-color);
}

.draft-mode .block-system-main-block .block-content-type-sd_b001 .field--name-field-new, .draft-mode .block-system-main-block .block-content-type-sd_b001 .field--name-field-new-mobile {
    display: none;
}

form .form--inline {
    display: flex;
    flex-flow: row wrap;
}

form .form--inline>* {
    flex-grow: 1;
}

form .form--inline .form-item {
    float: none;
}

form .form--inline .form-item, form .form--inline .form-actions {
    margin: 1rem .5rem 1rem 0;
}

form .captcha {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media (min-width:0) and (max-width:479px) {
    form .captcha {
        transform: scale(0.73);
        transform-origin: right;
    }
}

form .form-actions {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 1.5rem 0;
    width: 100%;
}

form .form-actions>* {
    margin-bottom: .25rem;
    margin-left: .5rem;
    margin-right: 0;
    margin-top: 0;
}

form .form-actions .form-submit {
    order: 1;
}

form .form-item {
    margin: 1.5rem 0;
}

form .form-item .shs-container, form .form-item .shs-widget-container {
    width: 100%;
}

form .form-item .shs-field-container {
    display: flex;
    flex-flow: row nowrap;
}

form .form-item .shs-field-container>*:not(:last-child) {
    margin-right: .5rem;
}

form .fieldset-legend, form label {
    color: #ced3d7;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    text-transform: uppercase;
}

form .option {
    text-transform: none;
}

form fieldset {
    border-color: #ced3d7;
    padding: 1rem 1.5rem;
}

form input:placeholder {
    font-size: 0.875rem;
}

form input[type='search'] {
    box-sizing: border-box;
}

form input[type='button'], form input[type='submit'], form input[type='reset'] {
    white-space: normal;
}

form input[type='checkbox'], form input[type='radio'] {
    cursor: pointer;
}

form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
    background-color: white;
    border: 1px solid #ced3d7;
    font-size: 0.875rem;
    max-width: 100%;
    padding: .5rem;
    width: 100%;
}

form input[type='password']:hover, form input[type='search']:hover, form input[type='email']:hover, form input[type='text']:hover, form input[type='tel']:hover {
    border-color: #6c7a88;
}

form select, form textarea {
    background-color: white;
    border: 1px solid #ced3d7;
    font-size: 0.875rem;
    max-width: 100%;
    min-height: 2.5rem;
    padding: .5rem;
    width: 100%;
}

form select:hover, form textarea:hover {
    border-color: #6c7a88;
}

form select {
    appearance: none;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: 0.875rem;
    padding-right: 2rem;
    width: 100%;
}

form select.focus-animation {
    animation: focus 1s ease-in-out;
}

form select option {
    font-size: 0.875rem;
}

.description {
    color: #9da7b0;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: normal;
    margin: .25rem 0;
}

.description * {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 0;
}

.form-type-radio input, .form-type-checkbox input {
    margin-right: 5px;
}

.password-strength {
    font-size: 0.75rem;
    margin: .5rem 0;
}

.field-suffix {
    margin-left: 5px;
}

.field-suffix .link {
    color: #0a2239;
    font-size: 0.625rem;
    margin-left: 0.625rem;
    text-transform: uppercase;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0 .5rem .5rem 0;
}

.valid-url {
    border-color: var(--success) !important;
    outline: var(--success) auto 1px;
}

.invalid-url {
    border-color: var(--danger) !important;
    outline: var(--danger) auto 1px;
}

.bootstrap-c2c .webform-submission-form .form-item {
    position: relative;
    margin-bottom: 1.5rem;
}

.bootstrap-c2c .webform-submission-form .form-item::after {
    content: "";
    background: url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg);
    width: 27px;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 15px;
    z-index: 7;
    pointer-events: none;
}

.bootstrap-c2c .webform-submission-form .form-text {
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    height: 61px;
    padding: 4px 0 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.bootstrap-c2c .webform-submission-form .form-actions {
    position: relative;
    margin: 0;
}

.bootstrap-c2c .webform-submission-form .form-submit {
    vertical-align: middle;
    line-height: 28px;
    background: var(--main-color);
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid var(--main-color);
    transition: 0.2s all ease-in;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: -80px;
    right: 5px;
    padding: 10px 54px 11px 24px;
    margin: 0;
}

.bootstrap-c2c .webform-submission-form .form-submit:hover {
    background: #a62828;
    border: 1px solid #a62828;
}

.bootstrap-c2c-alt .webform-submission-form .form-text {
    background-color: white;
    border: 3px solid transparent;
    box-shadow: 0 0 0 1px #cccccc inset;
    max-width: 100%;
    padding: 16px 20px 13px;
    width: auto;
    color: black;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
    width: 100%;
}

.bootstrap-c2c-alt .webform-submission-form .form-item {
    margin: 1.5rem 0;
}

.bootstrap-c2c-alt .webform-submission-form .form-actions {
    position: relative;
    margin: 0;
}

.bootstrap-c2c-alt .webform-submission-form .form-submit {
    padding: 0.625rem 1.5rem;
    width: auto;
    border-radius: 27px;
    top: -71px;
    position: absolute;
    right: 8px;
    border: 1px solid var(--main-color);
    background: white;
    color: black;
    height: auto;
    margin: 0;
    height: 40px;
}

.bootstrap-c2c-alt .webform-submission-form .form-submit:hover {
    background: var(--main-color);
    color: white;
}

form.block-content-form[action*="/admin/panels_ipe/"][action*="/block_content"] div[id*="-format"].filter-wrapper {
    display: none;
}

.ui-timepicker-wrapper {
    z-index: 1;
}

#ui-datepicker-div {
    z-index: 1 !important;
}

.select2-container--open {
    z-index: 1;
}

.N1EDPnlEditBlock div.n1ed-checkbox__title {
    font-size: 15px;
    text-decoration: underline;
    color: #007fff;
    font-weight: 600;
    margin: 10px 0;
}

.guardian-dots {
    position: relative;
}

.guardian-dots::after {
    content: '';
    position: absolute;
    height: 90%;
    border-left: 2px dotted #ff0033;
    width: 2px;
    left: 65px;
    top: 5%;
    display: block;
}

@media (min-width:768px) {
    .guardian-dots::after {
        border-top: 2px dotted #ff0033;
        height: 2px;
        top: 49px;
        left: 10%;
        width: 80%;
    }
}

.guardian-dots-black {
    position: relative;
}

.guardian-dots-black::after {
    content: '';
    position: absolute;
    height: 90%;
    border-left: 2px dotted #424448;
    left: 82px;
    top: 5%;
    display: block;
}

@media (min-width:768px) {
    .guardian-dots-black::after {
        border-top: 2px dotted #424448;
        height: 2px;
        top: 70px;
        left: 10%;
        width: 80%;
    }
}

@media (min-width:990px) {
    .background-desktop {
        background: #d7d2cb;
        border-top-right-radius: 100px;
        padding: 100px 40px 40px 40px;
    }
}

.guardian-1 {
    min-height: 475px;
    border-top-right-radius: 60px;
    background-position: center bottom;
}

.guardian-2 {
    position: relative;
    min-height: 300px;
    border-top-right-radius: 60px;
}

.guardian-2::before {
    content: ' ';
    position: absolute;
    width: 160px;
    height: 21px;
    background: #ff0033;
    left: 0;
    top: -21px;
}

.guardian-2::after {
    content: '';
    position: absolute;
    width: 160px;
    height: 21px;
    background: #ff0033;
    bottom: -21px;
    right: 0;
    left: auto;
    top: auto;
}

@media (min-width:990px) {
    .guardian-2 {
        min-height: 400px;
        border-top-right-radius: 0;
    }

    .guardian-2::before {
        display: none;
    }

    .guardian-2::after {
        display: none;
    }
}

@media (min-width:1170px) {
    .guardian-3 {
        border-bottom-left-radius: 60px;
    }
}

.guardian-title {
    font-size: 20px;
}

@media (min-width:990px) {
    .guardian-title {
        font-size: 45px;
    }
}

.guardian-text p {
    color: #262626;
}

@media (min-width:990px) {
    .guardian-text {
        color: white;
        position: absolute;
        width: 100%;
        bottom: 0;
        z-index: 1;
    }

    .guardian-text p, .guardian-text h1, .guardian-text h2, .guardian-text h3 {
        color: white;
    }
}

.guardian-vertical-dots-left, .guardian-vertical-dots-right {
    position: relative;
}

.guardian-vertical-dots-left::after, .guardian-vertical-dots-right::after {
    content: '';
    position: absolute;
    right: 8%;
    width: 2px;
    height: 83%;
    top: 30px;
    border-left: 2px dotted #ff0033;
    z-index: 0;
}

@media (min-width:768px) {
    .guardian-vertical-dots-left::after, .guardian-vertical-dots-right::after {
        right: unset;
        left: 8%;
    }
}

.guardian-vertical-dots-left>.row, .guardian-vertical-dots-right>.row {
    position: relative;
    z-index: 1;
}

@media (min-width:990px) {
    .guardian-vertical-dots-right::after {
        right: 8%;
        left: unset;
    }
}

.new-label {
    line-height: 28px;
    font-weight: bold;
    width: 120px;
    border-radius: 14px;
    background-color: #37BA7E;
    color: #fff;
    font-size: 20px;
}

.link-video {
    margin-top: 15px;
    color: #ff0033;
    text-decoration: none;
    font-size: 18px;
    background-image: url(https://www.securitasdirect.es/lp/html/img/ico/play.gif);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 5px;
    display: inline-block;
    width: auto;
}

.link-video:hover, .link-video:focus {
    color: #ff0033;
}

.remove-filter-css-images .owl-carousel img {
    -webkit-filter: none !important;
    filter: none !important;
}

.block-block-content, [data-region-action-id].ipe-actions {
    position: relative;
}

.ui-draggable.active {
    position: relative;
    padding-top: 32px;
}

.ipe-actions {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 5px 32px;
    width: 100%;
}

.ipe-actions .ipe-action-list a {
    color: black;
}

.ipe-copy-title, .ipe-clone-block {
    font-size: 0;
    margin: 0 5px;
    position: relative;
}

.ipe-copy-title::before, .ipe-clone-block::before {
    font-size: 15px;
}

.ipe-copy-title:hover .tooltiptext, .ipe-clone-block:hover .tooltiptext {
    opacity: 1;
}

.ipe-copy-title .tooltiptextcopied, .ipe-copy-title .tooltiptext, .ipe-clone-block .tooltiptextcopied, .ipe-clone-block .tooltiptext {
    position: absolute;
    bottom: -40px;
    left: -26px;
    z-index: 100;
    color: white;
    font-size: 12px;
    transition: 0.5s all ease-in;
    background: #2f2f2f;
    border-radius: 16px;
    padding: 8px;
    width: 65px;
    display: block;
    pointer-events: none;
    opacity: 0;
}

.ipe-copy-title .tooltiptextcopied.copied-processed, .ipe-copy-title .tooltiptext.copied-processed, .ipe-clone-block .tooltiptextcopied.copied-processed, .ipe-clone-block .tooltiptext.copied-processed {
    opacity: 1;
}

.ipe-copy-title .tooltiptextcopied::after, .ipe-copy-title .tooltiptext::after, .ipe-clone-block .tooltiptextcopied::after, .ipe-clone-block .tooltiptext::after {
    content: " ";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2f2f2f;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 21px;
    left: 17px;
}

.ipe-copy-title .tooltiptext, .ipe-clone-block .tooltiptext {
    font-size: 10px;
    width: 75px;
    bottom: -50px;
    right: -8px;
    left: auto;
    text-align: center;
}

.ipe-copy-title .tooltiptext::after, .ipe-clone-block .tooltiptext::after {
    bottom: 32px;
    left: 46px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

.ipe-clone-block:before {
    content: "\e90d";
    font: normal normal normal 17px/1 securitasDirect;
}

.alert-language .close:hover, .alert-language .close:focus {
    color: white;
    opacity: 1;
    outline: none;
}

.item-list ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.item-list ul li {
    margin-left: 0;
}

.tips {
    padding-left: 1.5rem;
}

ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list-style-arrows li {
    padding-right: 3.4375rem;
    position: relative;
    border-bottom: 1px solid #ced3d7;
    margin: 0.25rem 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

ul.list-style-arrows li:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #ced3d7;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 0.75rem;
    height: 2.75rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2.75rem;
    right: 0;
    top: 0;
}

ul.list-style-squares li {
    padding-left: 1.875rem;
    position: relative;
    margin: 1.25rem 0;
}

ul.list-style-squares li:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #ff0033;
    content: "";
    display: flex;
    font-family: "Da-Vinci";
    font-size: 0.9375rem;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 1.5rem;
    left: 0;
    top: 0;
}

ul.links {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.view-office-lists .geolocation-common-map {
    width: 100%;
    height: 511px;
    position: relative;
}

.view-office-lists .geolocation-map-container {
    width: 100% !important;
}

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

audio, canvas, video {
    max-width: 100%;
}
}
}

.offer-expandable-design .funnel-offer-bar-expandable-wrapper {
    margin: 5px auto;
    background: #37ba7e;
    min-height: 66px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
}

@media screen and (min-width:768px) {
    .offer-expandable-design .funnel-offer-bar-expandable-wrapper {
        margin: 10px auto;
    }
}

.offer-expandable-design .funnel-offer-bar-expandable {
    margin: 0 auto;
    padding: 3px 15px;
    max-width: 778px;
    display: flex;
    justify-content: center;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--white);
    text-transform: uppercase;
    min-height: 66px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 0.2s ease-in;
}

@media screen and (max-width:767px) {
    .offer-expandable-design .funnel-offer-bar-expandable {
        font-size: 14px;
        line-height: 18px;
    }
}

.offer-expandable-design .funnel-offer-bar-expandable.expanded {
    justify-content: flex-start;
}

.offer-expandable-design .funnel-offer-bar-expandable .funnel-offer-icon {
    font-size: 0;
    height: 24px;
    width: 24px;
    display: block;
    padding: 0;
    background: transparent url(/modules/custom/sd_cms_funnel/themes/horizontal_3/images/everest/funnel-plus-icon.png) no-repeat center center;
}

.offer-expandable-design .funnel-offer-bar-expandable.expanded .funnel-offer-icon {
    background-image: url(/modules/custom/sd_cms_funnel/themes/horizontal_3/images/everest/funnel-minus-icon.png);
}
}

.offer-expandable-design .funnel-offer-bar-expandable-content-wrapper {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    max-width: 1080px;
    top: calc(100% - 35px);
    left: 0;
    right: 0;
    border-radius: 15px;
}

.offer-expandable-design .funnel-offer-bar-expandable-content {
    width: 100%;
    padding: 39px 15px 25px;
}

@media screen and (min-width:768px) {
    .offer-expandable-design .funnel-offer-bar-expandable-content {
        padding: 34px 25px 25px;
    }
}

.offer-expandable-design .funnel-offer-bar-expandable-content-inner {
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    max-width: 642px;
    color: var(--black);
    pointer-events: none;
}

.offer-expandable-design .funnel-offer-bar-expandable-content {
    display: none;
}

@media screen and (min-width:768px) {
    .offer-expandable-design .funnel-offer-bar-expandable-content {
        padding: 34px 25px 25px;
    }
}

.pager {
    margin: 2rem 0;
}

.pager__items {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
}

.pager__item {
    border: 1px solid #ced3d7;
    font-size: 0.875rem;
    line-height: 1;
    margin: .15rem;
    padding: 0;
}

.pager__item * {
    font-size: inherit;
    line-height: inherit;
}

.pager__item--ellipsis {
    line-height: 1;
    padding: .75rem 1rem;
}

.pager__item.is-active a, .pager__item:hover a {
    background-color: #0a2239;
    color: white;
}

.pager__item a {
    color: #9da7b0;
    cursor: pointer;
    display: block;
    padding: .75rem 1rem;
}

.ipe-category-picker-top {
    max-height: 75vh;
}

.progress {
    max-width: 100%;
}

.progress__track {
    background-color: white;
    background-image: none;
    border-color: #ced3d7;
    border-radius: 0;
}

.progress__bar {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #ff0033 0%, #ff0033 25%, #ff2954 25%, #ff2954 50%, #ff0033 50%, #ff0033 75%, #ff0033 100%);
    border-color: #ff0033;
    border-radius: 0;
}

.onScreen.fixed-top {
    position: static !important;
}

.onScreen.fixed-top.sticky-element-top {
    position: fixed !important;
    top: 0;
}

.onScreen.fixed-bottom {
    position: static !important;
}

.onScreen.fixed-bottom.sticky-element-bottom {
    position: fixed !important;
    bottom: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0 .1875rem;
    width: 100%;
}

table th, table td {
    font-size: 0.875rem;
    padding: 1rem;
}

table th p, table th ul, table td p, table td ul {
    margin: 0;
    padding: 0;
}

table th {
    background-color: #e7e9eb;
    color: #7e868d;
    font-size: 0.75rem;
    font-weight: 700;
    padding: .75rem 1rem;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}

nav.tabs .tabs {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.tabs .tabs:not(:last-child) {
    margin-bottom: 1rem;
}

nav.tabs .primary {
    border-bottom: 1px solid #ced3d7;
    display: flex;
    flex-flow: row wrap;
}

nav.tabs .primary li {
    border-color: #6c7a88;
    border-width: 1px 1px 0;
    margin-right: .5rem;
}

nav.tabs .primary a {
    background-color: white;
    border-color: #ced3d7;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #0a2239;
    padding: .75rem 2.5rem;
}

nav.tabs .primary a:hover, nav.tabs .primary a.is-active {
    background-color: #0a2239;
    color: white;
    transition: .2s;
}

nav.tabs .primary a:not(.is-active):not(:hover) {
    box-shadow: inset 0 -10px 10px -10px #ced3d7;
}

nav.tabs .secondary {
    display: flex;
    flex-flow: row wrap;
}

nav.tabs .secondary li {
    margin: 0;
}

nav.tabs .secondary a {
    align-items: center;
    border-bottom: 1px solid #9da7b0;
    color: #9da7b0;
    padding: .5rem 2rem;
    transition: .2s;
}

nav.tabs .secondary a.is-active, nav.tabs .secondary a:hover {
    background-color: transparent;
    border-color: #0a2239;
    color: #0a2239;
    transition: .2s;
}
}
}
}
}
}

.template--video-block--multiimage {
    overflow: hidden;
}

@media (min-width:0) and (max-width:575px) {
    .template--video-block--multiimage img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: 500px;
        max-width: none;
        transform: translateX(-50%);
        margin-left: 50%;
    }
}

.back-to-top {
    background-color: #ff0033;
    border-radius: 50%;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    bottom: 2rem;
    box-shadow: 0 2px 6px black;
    cursor: pointer;
    position: fixed;
    right: 2rem;
    transform: translateY(calc(100% + 2rem));
    transition: transform .4s, background-color .2s;
    z-index: 9;
}

.back-to-top:before {
    color: white;
    content: "";
    font-family: "Da-Vinci";
    font-size: 1.5rem;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.back-to-top.show {
    transform: translateY(0);
    transition: transform .4s, background-color .2s;
}

.back-to-top:hover {
    background-color: #d9002b;
    transition: transform .4s, background-color .2s;
}

.search-block-form form {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.search-block-form form .form-type-search {
    margin: 0;
}

.search-block-form form .form-type-search input {
    padding: .25rem;
}

.search-block-form form .form-actions {
    background-color: transparent;
    border-radius: 0;
    display: block;
    height: 2rem;
    position: relative;
    width: 2rem;
    margin-left: .5rem;
    position: relative;
}

.search-block-form form .form-actions:before {
    color: white;
    content: "";
    font-family: "Da-Vinci";
    font-size: 1.375rem;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-block-form form .form-submit {
    background: none;
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}

.search-block-form form .form-submit:hover {
    background: none;
}

.block-local-tasks-block {
    margin-bottom: 1rem;
}

.block-system-branding-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.block-system-branding-block .site-logo {
    line-height: 1;
    margin-right: .5rem;
    z-index: 999;
}

@media (min-width:0) and (max-width:768px) {
    .block-system-branding-block .site-name {
        display: none;
    }
}

.block-system-branding-block .site-name a {
    color: white;
}

.block-system-branding-block .site-name a:hover {
    color: #ced3d7;
}

.block-system-powered-by-block span {
    color: #faf8f4;
}

.search-form {
    background-color: white;
    padding: 1rem 2rem;
}

.search-form .form-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.search-form .form-wrapper div, .search-form .form-wrapper label {
    display: block;
}

.search-form .form-wrapper .form-submit {
    align-self: flex-end;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.node .field--type-text-long {
    font-size: 1rem;
}

.node .field--type-text-long ul {
    padding-left: 1rem;
}

.node .field--type-text-long li {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.site-breadcrumb {
    background-color: white;
    padding: 1rem;
}

.site-breadcrumb .region-breadcrumb {
    margin: 0 auto;
    max-width: 1440px;
}
}
}
}
}
}

.user-logged-in .normal-admin-position {
    position: unset;
    box-shadow: none;
}
}
}

.border-region .region, .border-region main {
    outline: 0.125rem #0a2239 solid;
}
}
}
}
}

.custom-flex-layout>*:not(:last-child) {
    margin-bottom: 1rem;
}
}
}
}

.custom-flex-layout .wrapper-full-content {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 1rem;
    position: relative;
    right: 50%;
    width: 100vw;
    overflow: hidden;
}

.custom-flex-layout .wrapper-full-content>* {
    margin: 0 auto;
    max-width: 1440px;
}

.custom-fullpage>.section {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 1rem;
    position: relative;
    right: 50%;
    width: 100vw;
    overflow: hidden;
}

.custom-fullpage>.section>* {
    margin: 0 auto;
    max-width: 1440px;
}

.view .view-filters .views-exposed-form {
    background-color: white;
    box-shadow: 0 5px 19px 0 #ced3d7;
    margin-bottom: 2rem;
    padding: .5rem 2rem;
}

.layout-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
}

.layout-container>main {
    flex-grow: 1;
    padding: 3rem 1rem;
    width: 100%;
}

.layout-container .layout-wrapper {
    margin: 0 auto;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width:0) and (max-width:1169px) {
    .layout-container .layout-wrapper>*:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.layout-container .layout-wrapper .layout-content {
    width: 100%;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper .layout-content {
        flex-grow: 1;
        width: 50%;
    }
}

.layout-container .layout-wrapper aside {
    width: 100%;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside {
        width: 23.5%;
    }
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside.layout-sidebar-first {
        margin-right: 1.5%;
        order: -1;
    }
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside.layout-sidebar-second {
        margin-left: 1.5%;
    }
}

.ie .layout-container {
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #f1f3f1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes moveOnLeftOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-615));
    }
}

@keyframes moveOnRightOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(560));
    }
}

@keyframes moveOnLeftEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-560));
    }
}

@keyframes moveOnRightEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(615));
    }
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) rotateY(0);
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(360deg) scale(0.95);
    }

    100% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale(1);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 300px 116px, 0 150px, 216px 0;
    }

    100% {
        background-position: 300px 0, 0 116px, 0 0, 216px 150px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes m_btn_scroll_pseudo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes m_comparison_table {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.hide-element {
    visibility: hidden;
}
}

.pulse {
    animation-name: pulse;
}

.typing {
    animation-name: typing;
}

.blink-caret {
    animation-name: blink-caret;
}

.fade-in {
    animation-name: fadeIn;
}

.fade-out {
    animation-name: fadeOut;
}

.fade-in-up {
    animation-name: fadeInUp;
}

.fade-in-down {
    animation-name: fadeInDown;
}

.fade-in-left {
    animation-name: fadeInLeft;
}

.fade-in-right {
    animation-name: fadeInRight;
}

.fade-in-up-big {
    animation-name: fadeInUpBig;
}

.fade-in-down-big {
    animation-name: fadeInDownBig;
}

.fade-in-left-big {
    animation-name: fadeInLeftBig;
}

.fade-in-right-big {
    animation-name: fadeInRightBig;
}

.fade-out-down {
    animation-name: fadeOutDown;
}

.fade-out-up {
    animation-name: fadeOutUp;
}

.fade-out-left {
    animation-name: fadeOutLeft;
}

.fade-out-right {
    animation-name: fadeOutRight;
}

.fade-out-up-big {
    animation-name: fadeOutUpBig;
}

.fade-out-down-big {
    animation-name: fadeOutDownBig;
}

.fade-out-left-big {
    animation-name: fadeOutLeftBig;
}

.fade-out-right-big {
    animation-name: fadeOutRightBig;
}

.flip {
    animation-name: flip;
    backface-visibility: visible !important;
}

.flip-in-x {
    animation-name: flipInX;
    backface-visibility: visible !important;
}

.flip-out-x {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

.flip-in-y {
    animation-name: flipInY;
    backface-visibility: visible !important;
}

.flip-out-y {
    animation-name: flipOutY;
    backface-visibility: visible !important;
}

.bounce {
    animation-name: bounce;
}

.border-dance {
    animation-name: border-dance;
}

.remove-text, .site-name, .site-slogan {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.info-title, .sd_b001_e_reverse_base h2, .block--view-mode-sd_b001_e_reverse h2, .sdb001_e-base h2, .block--view-mode-sd_b001_e h2 {
    font-size: 22px;
    display: block;
    font-weight: normal;
    margin: 15px 0;
}

@media (min-width:768px) {
    .info-title, .sd_b001_e_reverse_base h2, .block--view-mode-sd_b001_e_reverse h2, .sdb001_e-base h2, .block--view-mode-sd_b001_e h2 {
        font-size: 28px;
        margin: 20px 0;
    }
}

.m_sections_bold {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.blocker {
    z-index: 12;
}

.modal {
    max-width: 800px !important;
}

.modal p {
    color: black;
}

.modal .m_get_started_lightbox {
    background: #FFFFFF;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 28px;
    padding: 20px;
    position: relative;
    text-align: center;
    width: auto;
}

@media (min-width:768px) {
    .modal .m_get_started_lightbox {
        padding: 60px 120px;
    }
}

.modal .m_get_started_lightbox .m_get_started_subtitle {
    display: block;
    margin-bottom: 22px;
    margin-top: 22px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin: 22 auto;
    color: #000;
}

.modal .m_get_started_lightbox .m_get_started_subtitle strong {
    font-weight: 600;
    display: block;
    font-size: 16px;
}

@media (min-width:768px) {
    .modal .m_get_started_lightbox .m_get_started_subtitle strong {
        font-size: 22px;
    }
}

.modal .m_get_started_lightbox .m_get_started_subtitle span {
    font-weight: 400;
}

.modal .m_get_started_lightbox .m_get_started_extras_list {
    margin: 40px 0;
    list-style-type: none;
    color: #000;
}

.modal .m_get_started_lightbox .m_get_started_extras_list>* {
    margin-left: 36px;
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
}

@media (min-width:768px) {
    .modal .m_get_started_lightbox .m_get_started_extras_list>* {
        font-size: 22px;
        margin-left: 20px;
    }
}

.modal .m_get_started_lightbox .m_get_started_extras_list>*:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/recover_list_tick.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-left: -35px;
}
}

.button-secondary {
    display: none;
    color: white !important;
    padding: 9px 13px !important;
    height: 45px;
    margin-top: 10px !important;
}
}
}

.title-ribbon {
    background: #ff0033;
    color: white;
    font-size: 26px;
    font-weight: 400;
    padding: 12px 20%;
    margin: 0 -16px;
    width: calc(100% + 32px);
    text-align: center;
}

.ck-stretch {
    max-width: 800px;
}

.ck-stretch-large {
    max-width: 1140px;
}

.ck-center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.ck-inline-block-element {
    display: inline-block;
}

.ck-inline-element {
    display: inline;
}

.ck-block-element {
    display: block;
}

.ck-title {
    font-size: 28px;
    font-weight: 400;
}

.ck-title-small {
    font-size: 18px;
    font-weight: 400;
}

.ck-text-light {
    font-weight: 300;
}

.ck-text-bold {
    font-weight: 500;
}

.ck-text-bold-intense {
    font-weight: 700;
}

.ck-text-black {
    color: black;
}

.ck-text-white {
    color: white;
}

.ck-text-18 {
    font-size: 18px;
}

.ck-mtop-none {
    margin-top: 0;
}

.ck-mtop {
    margin-top: 16px;
}

.ck-mtop-large {
    margin-top: 32px;
}

.ck-mbot-none {
    margin-bottom: 0;
}

.ck-mbot {
    margin-bottom: 16px;
}

.ck-mbot-large {
    margin-bottom: 32px;
    padding: 0;
}

.with-block-bg {
    background: #ced3d7;
}

.ck-no-container-padding {
    margin-left: -20px;
    margin-right: -20px;
}

div.ck-no-container-vertical-padding {
    padding-bottom: 0;
    padding-top: 0;
}

.ck-default-list {
    padding-left: 20px;
    list-style-type: disc;
    color: #666666;
}

.ck-border-top {
    border-top: 1px solid #E3E3E3;
}

.ck-border-bottom {
    border-bottom: 1px solid #E3E3E3;
}

.ck-clean-table {
    border: none;
}

.zoom-efect-trigger .field--name-field-image img {
    animation: zoom 26s infinite ease-in-out;
}

.ck-no-radius-top-left {
    border-top-left-radius: 0;
}

.ck-no-radius-top-left img, .ck-no-radius-top-left .youtube-wrapper {
    border-top-left-radius: 0;
}

.ck-no-radius-top-right {
    border-top-right-radius: 0;
}

.ck-no-radius-top-right img, .ck-no-radius-top-right .youtube-wrapper {
    border-top-right-radius: 0;
}

.ck-no-radius-bottom-left {
    border-bottom-left-radius: 0;
}

.ck-no-radius-bottom-left img, .ck-no-radius-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 0;
}

.ck-no-radius-bottom-right {
    border-bottom-right-radius: 0;
}

.ck-no-radius-bottom-right img, .ck-no-radius-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 0;
}

.ck-radius-top-left {
    border-top-left-radius: 55px;
}

.ck-radius-top-left img, .ck-radius-top-left .youtube-wrapper {
    border-top-left-radius: 55px;
}

.ck-radius-top-right {
    border-top-right-radius: 55px;
}

.ck-radius-top-right img, .ck-radius-top-right .youtube-wrapper {
    border-top-right-radius: 55px;
}

.ck-radius-bottom-left {
    border-bottom-left-radius: 55px;
}

.ck-radius-bottom-left img, .ck-radius-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 55px;
}

.ck-radius-bottom-right {
    border-bottom-right-radius: 55px;
}

.ck-radius-bottom-right img, .ck-radius-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 55px;
}

.ck-radius-small-top-left {
    border-top-left-radius: 20px;
}

.ck-radius-small-top-left img, .ck-radius-small-top-left .youtube-wrapper {
    border-top-left-radius: 20px;
}

.ck-radius-small-top-right {
    border-top-right-radius: 20px;
}

.ck-radius-small-top-right img, .ck-radius-small-top-right .youtube-wrapper {
    border-top-right-radius: 20px;
}

.ck-radius-small-bottom-left {
    border-bottom-left-radius: 20px;
}

.ck-radius-small-bottom-left img, .ck-radius-small-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 20px;
}

.ck-radius-small-bottom-right {
    border-bottom-right-radius: 20px;
}

.ck-radius-small-bottom-right img, .ck-radius-small-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 20px;
}

.ck-radius-large-top-left {
    border-top-left-radius: 85px;
}

.ck-radius-large-top-left img, .ck-radius-large-top-left .youtube-wrapper {
    border-top-left-radius: 85px;
}

.ck-radius-large-top-right {
    border-top-right-radius: 85px;
}

.ck-radius-large-top-right img, .ck-radius-large-top-right .youtube-wrapper {
    border-top-right-radius: 85px;
}

.ck-radius-large-bottom-left {
    border-bottom-left-radius: 85px;
}

.ck-radius-large-bottom-left img, .ck-radius-large-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 85px;
}

.ck-radius-large-bottom-right {
    border-bottom-right-radius: 85px;
}

.ck-radius-large-bottom-right img, .ck-radius-large-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 85px;
}

p a {
    display: inline;
}

.ck-mobile-hidden {
    display: none;
}

@media (min-width:768px) {
    .ck-mobile-hidden {
        display: block;
    }
}

@media (min-width:768px) {
    .ck-desktop-hidden {
        display: none;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pnone, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pnone, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pnone {
    padding: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mtop-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mtop-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mtop-none {
    margin-top: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pbot-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pbot-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pbot-none {
    padding-bottom: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-ptop-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-ptop-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-ptop-none {
    padding-top: 0;
}

.wrapper-table {
    width: 100%;
    overflow-x: auto;
    height: auto;
}

a.a-icon:before, a.a-icon-white:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/goto.svg);
    content: "";
    width: 25px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background-size: 75%;
}

a.a-icon-white:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg);
}

@media (min-width:990px) {
    .lg-right-border {
        border-right: 1px solid #e3e3e3;
    }
}

.bottom-border {
    border-bottom: 1px solid #e3e3e3;
}

.wrapper-video-full {
    min-height: 291px;
}

@media (min-width:768px) {
    .wrapper-video-full {
        min-height: 500px;
    }
}

.youtube-play-video a {
    background-color: black;
    border: 0;
    border-radius: 21px;
    display: block;
    font-size: 0;
    height: 75px;
    opacity: .6;
    position: relative;
    text-align: center;
    width: 115px;
    margin-right: auto;
    margin-left: auto;
}

.youtube-play-video a:hover {
    background-color: #ff0033;
    opacity: 1;
}

.youtube-play-video a:after {
    border-bottom: 15px solid transparent;
    border-left: 30px solid white;
    border-top: 15px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -13px;
    margin-top: -15px;
    position: absolute;
    position-opacity: 1;
    top: 50%;
    top-width: 0;
}

.video-title {
    font-size: 22px;
}

@media (min-width:768px) {
    .video-title {
        font-size: 34px;
    }
}

.play-video-absolute-wrapper {
    position: relative;
}

.play-video-absolute-wrapper .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.world-image {
    margin: 0 auto;
    max-width: none;
    margin-left: 0;
    height: 300px;
    width: auto;
    min-width: calc(100% + 60px);
}

@media (min-width:990px) {
    .world-image {
        margin-left: 50%;
        transform: translateX(-50%);
        height: 575px;
        width: auto;
    }
}

.world-text, .absolute-lg-top {
    text-align: center;
}

@media (min-width:990px) {
    .world-text, .absolute-lg-top {
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        z-index: 1;
        text-align: left;
    }
}

@media (min-width:990px) {
    .absolute-lg-top {
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        z-index: 1;
    }
}

@media (min-width:768px) {
    .absolute-md-top {
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        z-index: 1;
    }
}

.absolute-top {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    z-index: 1;
}

.centered-image-responsive {
    height: 500px;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.two-columns-text-side-left {
    text-align: center;
}

@media (min-width:992px) {
    .two-columns-text-side-left {
        text-align: left;
        margin-right: 0;
        margin-left: auto;
        max-width: 607px;
        padding: 40px;
    }
}

.two-columns-text-side-right {
    text-align: center;
}

@media (min-width:992px) {
    .two-columns-text-side-right {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
        max-width: 607px;
        padding: 40px;
    }
}

@media (min-width:990px) {
    .full-height-image {
        position: relative;
        min-height: 600px;
        overflow: hidden;
    }

    .full-height-image img {
        height: 100%;
        left: 0;
        margin: 0;
        max-width: none;
        position: absolute;
        top: 0;
        width: auto;
    }
}

.floating-ribbon {
    display: block;
    background: #ff0033;
    padding: 6px 17px 6px 15px;
    border-radius: 15px;
    color: white;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
}

@media (min-width:360px) {
    .floating-ribbon {
        font-size: 24px;
    }
}

@media (min-width:768px) {
    .floating-ribbon {
        font-size: 16px;
    }
}

@media (min-width:990px) {
    .floating-ribbon {
        font-size: 24px;
    }
}

html {
    font-size: 16px;
    background: #DFDFDF;
}

h1, h2, h3, h4, h5, h6 {
    color: #081a2b;
    font-family: var(--fira-sans);
    font-weight: 500;
    margin: 0;
}

h2, h3, h4, h5, h6 {
    margin: 2rem 0 .75rem;
}

h2, h3 {
    line-height: 1.25;
}

h4, h5, h6 {
    line-height: 1.4;
}

h1, .heading1 {
    color: #081a2b;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin: .66667em 0;
}

@media (min-width:768px) {
    h1, .heading1 {
        font-size: 28px;
    }
}

h1.page-title, .heading1.page-title {
    margin-top: 0;
}

h2, .heading2 {
    color: #081a2b;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
}

@media (min-width:768px) {
    h2, .heading2 {
        font-size: 24px;
    }
}

h2.title2-gray, .heading2.title2-gray {
    color: #666666;
    font-family: var(--fira-sans);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 25px;
}

h2 span, .heading2 span {
    font-weight: 400;
}

h3, .heading3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 16px;
}

p {
    color: #666666;
    line-height: 1.62;
    margin: 0 0 1.2rem;
}

ol {
    color: #666666;
    padding: 0;
}

a {
    color: #ff0033;
    display: inline-block;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    color: black;
    text-decoration: none;
}

blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

blockquote * {
    color: #666666;
    font-family: var(--fira-sans);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6;
}

blockquote a {
    color: #ff0033;
}

blockquote::before, blockquote::after {
    content: none;
}

blockquote>p:first-child {
    display: block;
    margin-top: 0;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

mark, .marker {
    background-color: #9da7b0;
    color: white;
    float: right;
    font-size: 0.875rem;
    padding: .5rem;
}

summary {
    outline: none;
}

strong {
    font-weight: 500;
}

code, kbd, pre, samp {
    font-size: 0.8125rem;
}

@media (min-width:990px) {
    .col-md-6 {
        float: left;
        width: 50%;
    }
}

.breadcrumb {
    padding: 20px 20px 10px;
    background: none;
}

.breadcrumb ol {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    padding-left: 18px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/breadcrumbs_arrow.svg) no-repeat left center;
}

.breadcrumb li {
    color: #0a2239;
    font-size: 0.8125rem;
    padding: 0;
}

.breadcrumb li:not(:last-child) {
    margin-right: .25rem;
}

.breadcrumb li:not(:last-child):after {
    content: "/";
    display: inline-block;
    margin: 0 .25rem;
}

.breadcrumb li:not(:first-child) {
    padding-left: 0;
}

.breadcrumb li:not(:first-child):before {
    display: none;
}

.breadcrumb a {
    color: #a3a3a3;
    display: block;
    text-transform: uppercase;
    margin-right: 3px;
    font-weight: 400;
    display: inline-block;
}

.breadcrumb a:hover {
    cursor: pointer;
}

.button {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

@media (min-width:1170px) {
    .button {
        font-size: 0.9375rem;
    }
}

.button:hover {
    transition: .2s;
}

.button:hover {
    background-color: #0a2239;
    border-color: #0a2239;
    color: white;
}

.button--secondary {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    background-color: transparent;
    border-color: #ff0033;
    color: #ff0033;
}

@media (min-width:1170px) {
    .button--secondary {
        font-size: 0.9375rem;
    }
}

.button--secondary:hover {
    transition: .2s;
}

.button--secondary:hover {
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

.button:disabled {
    opacity: .6;
    pointer-events: none;
}

.button:focus {
    outline: none;
}

.submit-button, .webform-submission-socios-distribuidores-form .form-actions .webform-button--submit, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--submit, .webform-model-1 .form-actions .webform-button--submit, .webform-submission-contatti-form .form-actions .webform-button--submit, .webform-submission-socios-distribuidores-form .form-actions .webform-button--reset, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--reset, .webform-model-1 .form-actions .webform-button--reset, .webform-submission-contatti-form .form-actions .webform-button--reset, form.user-login-form .form-actions .form-submit, form.user-pass .form-actions .form-submit {
    min-width: 140px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px 12px;
    border-radius: 24px;
    text-align: center;
    background-color: #ff0033;
    border: 2px solid #ff0033;
    margin-bottom: 0;
    color: white;
    outline: none;
}

.submit-button:hover, .webform-submission-socios-distribuidores-form .form-actions .webform-button--submit:hover, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--submit:hover, .webform-model-1 .form-actions .webform-button--submit:hover, .webform-submission-contatti-form .form-actions .webform-button--submit:hover, .webform-submission-socios-distribuidores-form .form-actions .webform-button--reset:hover, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--reset:hover, .webform-model-1 .form-actions .webform-button--reset:hover, .webform-submission-contatti-form .form-actions .webform-button--reset:hover, form.user-login-form .form-actions .form-submit:hover, form.user-pass .form-actions .form-submit:hover {
    background-color: white;
    color: #ff0033;
}

.comment {
    margin-top: 1rem;
    overflow: hidden;
    padding-top: 1rem;
}

.comment:last-child {
    border: 0;
}

.comment__meta {
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .comment__meta {
        float: left;
        margin-left: 0;
        margin-right: -100%;
        width: 23.72881%;
    }
}

.comment .content {
    border-bottom: 1px solid #ced3d7;
    padding-bottom: 1rem;
}

@media (min-width:768px) {
    .comment .content {
        float: left;
        margin-left: 25.42373%;
        margin-right: -100%;
        width: 74.57627%;
    }
}

.comment .content>h3 {
    margin-bottom: 0;
}

.crisis-mode-banner {
    background: #ff0033;
}

.crisis-mode-banner .inner-wrapper {
    padding: 20px 20px 20px 85px;
    max-width: 1170px;
    margin: 0 auto;
    color: white;
    background: transparent url(/themes/custom/securitasDirect/images/icons/png/alert-icon.png) no-repeat 20px 6px;
}

.crisis-mode-banner .inner-wrapper a {
    color: white;
}

@media (min-width:1170px) {
    .crisis-mode-banner .inner-wrapper {
        padding-left: 65px;
        background-position: left 6px;
    }
}

.rating-text {
    font-size: 40px;
    color: black;
}

.m_testimony_quote cite {
    font-size: 18px;
}

span.generatedRate img {
    display: inline;
    width: 24px;
}

.EKtexto {
    padding: 45px 10px 0 15px;
}

.EKstars {
    padding: 23px 10px 0 0px;
}

.EKtext {
    padding: 45px 10px 0 10px;
    width: 820px;
}

.rate {
    margin: 23px 10px 0 10px;
}

.ekomi-top {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
}

.ekomi-1 {
    display: block;
    overflow: hidden;
    float: left;
}

.ekomi-2 {
    display: block;
    overflow: hidden;
}

.ekomi-3 {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
    float: none;
}

.top-section {
    text-align: center;
}

@media only screen and (max-width:990px) {
    .EKstars {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        float: none;
        overflow: hidden;
    }

    .EKtexto {
        display: block;
        float: none;
    }
}

@media only screen and (max-width:469px) {
    .EKstars img {
        margin-bottom: 10px;
    }

    .rate {
        clear: left;
        margin: 0 auto;
        width: 100%;
    }
}

.testimonials_row_content li:not(:last-child) {
    margin-bottom: 15px;
}

.testimonials_row_content .m_testimony_avatar {
    width: 100%;
    margin-bottom: 10px;
}

.testimonials_row_content .m_testimony_quote {
    width: 100%;
}

.testimonials_row_content .m_testimony_quote cite {
    color: black;
    display: block;
    font-size: 18px;
    margin-bottom: 17px;
}

.testimonials_row_content .m_testimony_quote .m_testimony_quote_content {
    padding: 0 40px;
    position: relative;
    text-align: center;
}

.testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before, .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/quotes.svg);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px;
}

.testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before {
    left: 0;
    top: 0;
    transform: translateX(130%);
}

.testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after {
    background-position: right top;
    bottom: 0;
    right: 0;
    transform: translateX(-130%);
}

.testimonials_row_content .m_testimony_quote .m_testimony_quote_content p {
    color: #666666;
    font-weight: 300;
}

.testimonials_row_content .m_testimony_link {
    width: 100%;
}

.testimonials_row_content .m_testimony_link a {
    font-size: 15px;
    font-weight: 300;
    padding-right: 29px;
    text-decoration: none;
    text-align: right;
    width: 100%;
}

.testimonials_row_content .m_testimony_link a:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    width: 19px;
}

.testimonials_row_content .m_testimony_link a:hover {
    color: black;
    text-decoration: underline;
}

.testimonials_row_content .m_testimony_link a:hover::before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg);
}

@media (min-width:768px) {
    .testimonials_row_content {
        display: flex;
        flex-flow: row wrap;
        margin: 0 auto;
        max-width: 1200px;
    }

    .testimonials_row_content li {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
    }

    .testimonials_row_content li .m_testimony_avatar {
        width: 13%;
        margin-bottom: 0;
    }

    .testimonials_row_content li .m_testimony_quote {
        width: 81%;
    }

    .testimonials_row_content li .m_testimony_quote .m_testimony_quote_content {
        padding: 0 56px;
        text-align: left;
    }

    .testimonials_row_content li .m_testimony_quote cite {
        padding: 0 56px;
        text-align: left;
    }

    .m_testimony_link a {
        padding-right: 36px;
    }
}

@media (min-width:990px) {
    .testimonials_row_content li {
        width: 50%;
    }

    .testimonials_row_content li .m_testimony_avatar {
        width: 19%;
    }
}

form .form--inline {
    display: flex;
    flex-flow: row wrap;
}

form .form--inline>* {
    flex-grow: 1;
}

form .form--inline .form-item {
    float: none;
}

form .form--inline .form-item, form .form--inline .form-actions {
    margin: 1rem .5rem 1rem 0;
}

form .captcha {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media (min-width:0) and (max-width:479px) {
    form .captcha {
        transform: scale(0.73);
        transform-origin: right;
    }
}

form .form-actions {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 1.5rem 0;
    width: 100%;
}

form .form-actions>* {
    margin-bottom: .25rem;
    margin-left: .5rem;
    margin-right: 0;
    margin-top: 0;
}

form .form-actions .form-submit {
    order: 1;
}

form .form-item {
    margin: 1.5rem 0;
}

form .form-item .shs-container, form .form-item .shs-widget-container {
    width: 100%;
}

form .form-item .shs-field-container {
    display: flex;
    flex-flow: row nowrap;
}

form .form-item .shs-field-container>*:not(:last-child) {
    margin-right: .5rem;
}

form .fieldset-legend, form label, form label+.field-prefix {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

form label+.field-prefix {
    padding-top: 16px;
}

form .fieldset-legend {
    margin-bottom: 32px;
    font-size: 22px;
    text-transform: initial;
}

form .option {
    text-transform: none;
}

form fieldset {
    border: none;
    padding: 0;
}

form input:placeholder {
    font-size: 0.875rem;
}

form input[type='search'] {
    box-sizing: border-box;
}

form input[type='button'], form input[type='submit'], form input[type='reset'] {
    white-space: normal;
}

form input[type='checkbox'], form input[type='radio'] {
    cursor: pointer;
}

form input[type='radio'] {
    display: none;
}

form input[type='radio']+label {
    min-height: 26px;
    cursor: pointer;
}

form input[type='radio']+label:before {
    content: " ";
    display: inline-block;
    background: transparent url(/themes/custom/securitasDirect/images/backgrounds/custom_forms_radio.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin-right: 10px;
}

form input[type='radio']:checked+label:before {
    background-position: -30px 0;
}

form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
    background-color: white;
    border: 3px solid transparent;
    box-shadow: 0 0 0 1px #cccccc inset;
    font-size: 0.875rem;
    max-width: 100%;
    padding: 15px 20px 13px;
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
}

form input[type='password']:hover, form input[type='search']:hover, form input[type='email']:hover, form input[type='text']:hover, form input[type='tel']:hover {
    border-color: transparent;
}

form input[type='password']:focus, form input[type='search']:focus, form input[type='email']:focus, form input[type='text']:focus, form input[type='tel']:focus {
    outline: none;
}

form.was-validated [type='password']:invalid, form.was-validated [type='search']:invalid, form.was-validated [type='email']:invalid, form.was-validated [type='text']:invalid, form.was-validated [type='tel']:invalid {
    background: white url(/themes/custom/securitasDirect/images/icons/svg/not_available.svg) no-repeat calc(100% - 13px) center;
    padding-right: 40px;
    border-color: #fbbcbc;
}

form.was-validated [type='password']:valid, form.was-validated [type='search']:valid, form.was-validated [type='email']:valid, form.was-validated [type='text']:valid, form.was-validated [type='tel']:valid {
    background: white url(/themes/custom/securitasDirect/images/icons/svg/available.svg) no-repeat calc(100% - 13px) center;
    padding-right: 40px;
    border-color: #d2ecd9;
}

form select, form textarea {
    background-color: white;
    border: 1px solid #ced3d7;
    font-size: 0.875rem;
    max-width: 100%;
    min-height: 2.5rem;
    padding: .5rem;
    width: 100%;
    color: black;
    font-weight: 400;
}

form select:hover, form textarea:hover {
    border-color: #6c7a88;
}

form .form-textarea-wrapper textarea {
    min-height: 200px;
    margin-bottom: 20px;
}

form select {
    -webkit-appearance: none;
    appearance: none;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: 0.875rem;
    padding-right: 2rem;
    width: 100%;
}

form select.focus-animation {
    animation: focus 1s ease-in-out;
}

form select option {
    font-size: 0.875rem;
}

form select::-ms-expand {
    display: none;
}

form .form-type-radio {
    margin: 20px 40px 20px 0px;
}

form .webform-type-radios .fieldset-wrapper {
    width: 100%;
}

.selectlist-option.active {
    border: 10px solid #ff0033;
}

.ajax-progress {
    display: none !important;
}

.description, .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix, .webform-model-1 .form-type-textarea .field-prefix, .webform-submission-contatti-form .form-type-textarea .field-prefix, .form-item .description, .form-item .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix, .webform-submission-socios-distribuidores-form .form-type-textarea .form-item .field-prefix, .form-item .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .form-item .field-prefix, .form-item .webform-model-1 .form-type-textarea .field-prefix, .webform-model-1 .form-type-textarea .form-item .field-prefix, .form-item .webform-submission-contatti-form .form-type-textarea .field-prefix, .webform-submission-contatti-form .form-type-textarea .form-item .field-prefix {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
}

.description *, .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix *, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix *, .webform-model-1 .form-type-textarea .field-prefix *, .webform-submission-contatti-form .form-type-textarea .field-prefix *, .form-item .description *, .form-item .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix *, .webform-submission-socios-distribuidores-form .form-type-textarea .form-item .field-prefix *, .form-item .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix *, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .form-item .field-prefix *, .form-item .webform-model-1 .form-type-textarea .field-prefix *, .webform-model-1 .form-type-textarea .form-item .field-prefix *, .form-item .webform-submission-contatti-form .form-type-textarea .field-prefix *, .webform-submission-contatti-form .form-type-textarea .form-item .field-prefix * {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
}

.form-type-radio .description, .form-type-radio .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix, .webform-submission-socios-distribuidores-form .form-type-textarea .form-type-radio .field-prefix, .form-type-radio .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .form-type-radio .field-prefix, .form-type-radio .webform-model-1 .form-type-textarea .field-prefix, .webform-model-1 .form-type-textarea .form-type-radio .field-prefix, .form-type-radio .webform-submission-contatti-form .form-type-textarea .field-prefix, .webform-submission-contatti-form .form-type-textarea .form-type-radio .field-prefix, .form-type-checkbox .description, .form-type-checkbox .webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix, .webform-submission-socios-distribuidores-form .form-type-textarea .form-type-checkbox .field-prefix, .form-type-checkbox .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .form-type-checkbox .field-prefix, .form-type-checkbox .webform-model-1 .form-type-textarea .field-prefix, .webform-model-1 .form-type-textarea .form-type-checkbox .field-prefix, .form-type-checkbox .webform-submission-contatti-form .form-type-textarea .field-prefix, .webform-submission-contatti-form .form-type-textarea .form-type-checkbox .field-prefix {
    margin-left: 0;
}

.form-type-radio input, .form-type-checkbox input {
    margin-right: 5px;
}

.password-strength {
    font-size: 0.75rem;
    margin: .5rem 0;
}

.field-suffix {
    margin-left: 5px;
}

.field-suffix .link {
    color: #0a2239;
    font-size: 0.625rem;
    margin-left: 0.625rem;
    text-transform: uppercase;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0 .5rem .5rem 0;
}

.field--type-webform input[type='radio']:checked+label:before {
    background-position: -30px 0;
}

.field--type-webform table th {
    background: transparent;
}

.field--type-webform input.js-webform-entity-reference-field_webform-0-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-1-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-2-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-3-ajax-update {
    display: none;
}

.field--type-webform input.field-add-more-submit {
    margin-top: 20px;
}

.schedule-block-options .details-wrapper div {
    padding-bottom: 10px;
}

.schedule-block-options .details-wrapper div.details-description {
    padding-bottom: 20px;
}

.block-schedule-outdated {
    border: 6px dashed #e37c4b;
}

.form-item input.error:hover, .form-item textarea.error:hover, .form-item select.error:hover {
    border-color: red;
}

.bootstrap-form-hero-base {
    color: var(--black);
}

.bootstrap-form-hero-base .webform-submission-form .form-item {
    margin: 0;
}

.bootstrap-form-hero-base .webform-submission-form .form-type-textfield input, .bootstrap-form-hero-base .webform-submission-form .form-type-email input, .bootstrap-form-hero-base .webform-submission-form .form-tel input {
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    height: 61px;
    padding: 4px 0 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.bootstrap-form-hero-base .webform-submission-form .form-actions {
    padding: 0;
    position: relative;
    margin: 0;
}

.bootstrap-form-hero-base .webform-submission-form .form-actions::after {
    content: " ";
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 27px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    bottom: 17px;
    width: 27px;
    z-index: 7;
}

.bootstrap-form-hero-base .webform-submission-form label {
    display: none;
}

.bootstrap-form-hero-base .webform-submission-form .form-submit {
    height: 51px;
    right: 6px;
    bottom: 5px;
    padding: 5px 54px 5px 24px;
    font-weight: 400;
    top: unset;
    position: absolute;
    font-size: 0.9375rem;
    margin: 0;
    vertical-align: middle;
    line-height: 28px;
    background: #f03;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #f03;
    transition: .2s all ease-in;
    border-radius: 40px;
    display: inline-block;
    width: auto;
    outline: none;
}

.bootstrap-form-hero-base .webform-submission-form .form-submit:focus {
    outline: none;
}

.bootstrap-form-hero-base .webform-submission-form .form-submit:hover {
    background: #a62828;
    border: 1px solid #a62828;
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .hero-form {
        min-height: 26.25rem;
        min-width: 26.25rem;
        overflow: hidden;
    }
}

@media (min-width:768px) {
    .bootstrap-form-hero-base .hero-form-style-2 {
        overflow: hidden;
        position: absolute;
        right: 0;
    }
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .hero-form-style-2 {
        height: 26.25rem;
        min-width: 26.25rem;
    }
}

.bootstrap-form-hero-base .position-video-form-hero {
    position: absolute;
    top: -52px;
    right: 15px;
    z-index: 3;
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .position-video-form-hero {
        bottom: 24px;
        right: 464px;
        top: unset;
    }
}

.bootstrap-form-hero-base .btn-video-form-hero {
    background-color: #fff;
    border-color: #fff;
    padding: 5px 15px;
    padding-left: 25px;
    text-transform: initial;
    font-size: 15px;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}

.bootstrap-form-hero-base .btn-video-form-hero:hover {
    color: var(--main-color);
}

.bootstrap-form-hero-base .btn-video-form-hero::after {
    position: absolute;
    bottom: 13px;
    left: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--main-color);
    margin-left: 13px;
    content: " ";
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .col-lg-custom {
        max-width: calc(100% - 420px);
    }
}

@media (min-width:1170px) {
    .bootstrap-form-hero-base .col-lg-custom {
        flex: 0 0 64%;
        max-width: 64%;
    }
}

.bootstrap-form-hero-base .mw-container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.bootstrap-form-hero-base .font-size-14 {
    font-size: .875rem;
}

.bootstrap-form-hero-base .font-size-16 {
    font-size: 1rem;
}

.bootstrap-form-hero-base .font-size-21 {
    font-size: 1.25rem;
}

.bootstrap-form-hero-base .font-size-24 {
    font-size: 1.5rem;
}

.bootstrap-form-hero-base .font-size-30 {
    font-size: 1.875rem;
}

.bootstrap-form-hero-base .font-size-40 {
    font-size: 2.5rem;
}

@media (min-width:360px) {
    .bootstrap-form-hero-base .font-size-sm-24 {
        font-size: 1.3125rem;
    }
}

@media (min-width:768px) {
    .bootstrap-form-hero-base .font-size-md-30 {
        font-size: 1.875rem;
    }
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .font-size-lg-20 {
        font-size: 1.25rem;
    }
}

@media (min-width:992px) {
    .bootstrap-form-hero-base .font-size-lg-30 {
        font-size: 1.875rem;
    }
}

@media (min-width:1170px) {
    .bootstrap-form-hero-base .font-size-xl-24 {
        font-size: 1.5rem;
    }
}

.bootstrap-form-hero-base .font-weight-bolder {
    font-weight: 500 !important;
}

.bootstrap-form-hero-base .mw-320 {
    max-width: 20rem !important;
}

@media (min-width:768px) {
    .bootstrap-form-hero-base .w-md-320 {
        width: 20rem !important;
    }
}

.bootstrap-form-hero-base .line-height-small {
    line-height: 1;
}

.bootstrap-form-hero-base .text-black {
    color: var(--black);
}

.bootstrap-form-hero-base .btn-large {
    margin-top: 20px;
    vertical-align: middle;
    line-height: 1;
    background: var(--main-color);
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: .2s all ease-in;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    padding: 1.0625rem 1.5rem 1.0625rem 2.75rem;
    display: inline-flex;
}

.bootstrap-form-hero-base .btn-large:hover {
    background: var(--main-shade-color);
    color: #fff;
    text-decoration: none;
}

.bootstrap-form-hero-base .btn-icon-right {
    line-height: normal;
    font-weight: 400 !important;
}

.bootstrap-form-hero-base .btn-icon-right::after {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg) no-repeat center;
    background-size: contain;
    content: '';
    margin-left: 0.9375rem;
    height: 1.625rem;
    width: 1.625rem;
    display: inline-block;
}

.node>.contextual .trigger {
    border: 2px solid #ff0033;
}

.contextual-links a {
    display: block !important;
}

.block-content-type-sd_b002 .quickedit-field .quickedit-editable {
    box-shadow: none;
    pointer-events: none;
    cursor: not-allowed;
}
}

.jquery-modal.blocker {
    z-index: 999;
    max-width: 100vw;
}

.jquery-modal.blocker .modal {
    background: black;
    max-width: 900px;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    line-height: 0;
}

.jquery-modal.blocker .close-modal {
    display: none;
}

.language-switcher-language-url .language-link {
    padding: 0 5px 0px 5px;
}

.language-switcher-language-url .language-link .language-icon {
    height: 11px;
}

.alert-language .notice.active {
    transform: translateY(80px);
}

@media (min-width:768px) {
    .alert-language .notice.active {
        transform: translateY(144px);
    }
}

@media (min-width:768px) {
    .alert-language .notice {
        max-width: 1600px;
        right: 0;
        transition: transform 0.2s ease;
        margin: 0 auto;
    }
}

.language-alert-active .layout-wrapper {
    padding-top: 65px;
}
}

html[lang="es"] .block-language, html[lang="ca"] .block-language {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html[lang="es"] .block-language .links, html[lang="ca"] .block-language .links {
    display: flex;
}

html[lang="es"] .block-language a, html[lang="ca"] .block-language a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 13px;
    font-weight: 400;
    color: var(--black);
}

html[lang="es"] .block-language .is-active a, html[lang="ca"] .block-language .is-active a {
    font-weight: 500;
}

html[lang="es"] .language-switcher-language-url .language-link .language-icon, html[lang="ca"] .language-switcher-language-url .language-link .language-icon {
    height: 16px;
    width: 16px;
    margin-right: 4px;
    border-radius: 50%;
}

html[lang="es"] .region-sliding-panel .block-language, html[lang="ca"] .region-sliding-panel .block-language {
    justify-content: center;
    margin-top: 30px;
    width: 100%;
}

html[lang="es"] .region-sliding-panel .block-language a, html[lang="ca"] .region-sliding-panel .block-language a {
    color: var(--white);
}

.youtube-wrapper {
    max-width: 800px;
    width: 100%;
    margin: 60px auto;
    display: block;
    border-radius: 9px;
    overflow: hidden;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    max-width: 800px;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {
    cursor: pointer;
}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {
    position: absolute;
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.modal .youtube-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.item-list ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.item-list ul li {
    margin-left: 0;
}

.tips {
    padding-left: 1.5rem;
}

ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list-style-arrows li {
    padding-right: 3.4375rem;
    position: relative;
    border-bottom: 1px solid #ced3d7;
    margin: 0.25rem 0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}

ul.list-style-arrows li:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #ced3d7;
    content: "";
    display: flex;
    font-family: var(--icomoon-font);
    font-size: 0.75rem;
    height: 2.75rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 2.75rem;
    right: 0;
    top: 0;
}

ul.list-style-squares li {
    padding-left: 1.875rem;
    position: relative;
    margin: 1.25rem 0;
}

ul.list-style-squares li:before {
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    color: #ff0033;
    content: "";
    display: flex;
    font-family: var(--icomoon-font);
    font-size: 0.9375rem;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 1.5rem;
    left: 0;
    top: 0;
}

ul.list-style-dots li::before {
    content: "\2022";
    color: black;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

ul.list-style-red-dots li::before {
    content: "\2022";
    color: #ff0033;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

ul.links {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

audio, canvas, video {
    max-width: 100%;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.messages.messages--status details, .messages.messages--error details, .messages.messages--warning details {
    border: 0;
    margin: 0;
}

.messages.messages--status details summary, .messages.messages--error details summary, .messages.messages--warning details summary {
    padding-top: 0;
}

.pager {
    margin: 2rem 0;
    border: 1px solid #E0E0E0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.pager__items {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

@media (min-width:450px) {
    .pager__items {
        padding: 0 20px;
    }
}

@media (min-width:768px) {
    .pager__items {
        justify-content: unset;
        width: auto;
        padding: 0;
    }
}

.pager__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: none;
}

.pager__item * {
    font-size: inherit;
    line-height: inherit;
}

.pager__item--ellipsis {
    line-height: 1;
    padding: .75rem 0.5rem;
}

.pager__item.is-active a, .pager__item:hover a {
    color: #ff0033;
    background: none;
}

.pager__item a {
    color: #cccccc;
    cursor: pointer;
    display: block;
    padding: 0 8px;
    height: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    border: none;
    vertical-align: middle;
}

@media (min-width:768px) {
    .pager__item a {
        height: 66px;
    }
}

.pager__item--next, .pager__item--last, .pager__item--first, .pager__item--previous {
    height: 100%;
    width: 24px;
    font-size: 0;
    position: relative;
}

@media (min-width:768px) {
    .pager__item--next, .pager__item--last, .pager__item--first, .pager__item--previous {
        width: 66px;
    }
}

.pager__item--next a:before, .pager__item--next a:after, .pager__item--last a:before, .pager__item--last a:after, .pager__item--first a:before, .pager__item--first a:after, .pager__item--previous a:before, .pager__item--previous a:after {
    transition: 0.2s all ease-in-out;
}

@media (min-width:768px) {
    .pager__item--next, .pager__item--last {
        border-left: 1px solid #E0E0E0;
    }
}

@media (min-width:768px) {
    .pager__item--first, .pager__item--previous {
        border-right: 1px solid #E0E0E0;
    }

    .pager__item--first:first-child, .pager__item--previous:first-child {
        border-left: 1px solid #E0E0E0;
    }
}

.pager__item--next a:hover:before, .pager__item--next a:hover:after, .pager__item--last a:hover:before, .pager__item--last a:hover:after {
    border-color: transparent transparent transparent #ff0033;
}

.pager__item--first a:hover:before, .pager__item--first a:hover:after, .pager__item--previous a:hover:before, .pager__item--previous a:hover:after {
    border-color: transparent #ff0033 transparent transparent;
}

.pager__item--next a:before {
    content: " ";
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #bcc2c5;
    border-style: solid;
    width: 0;
    height: 0;
    display: block;
    top: calc(50% - 4.5px);
    left: calc(50% - 3.5px);
    position: absolute;
}

.pager__item--last a:before, .pager__item--last a:after {
    content: " ";
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #bcc2c5;
    border-style: solid;
    width: 0;
    height: 0;
    display: block;
    top: calc(50% - 4.5px);
    left: calc(50% - 7.5px);
    position: absolute;
}

.pager__item--last a:after {
    left: calc(50% + 1.5px);
}

.pager__item--previous a:before {
    content: " ";
    border-width: 5px 7px 5px 0;
    border-color: transparent #bcc2c5 transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    display: block;
    top: calc(50% - 4.5px);
    left: calc(50% - 3.5px);
    position: absolute;
}

.pager__item--first a:before, .pager__item--first a:after {
    content: " ";
    border-width: 5px 7px 5px 0;
    border-color: transparent #bcc2c5 transparent transparent;
    border-style: solid;
    width: 0;
    height: 0;
    display: block;
    top: calc(50% - 4.5px);
    left: calc(50% - 7.5px);
    position: absolute;
}

.pager__item--first a:after {
    left: calc(50% + 1.5px);
}

.progress {
    max-width: 100%;
}

.progress__track {
    background-color: white;
    background-image: none;
    border-color: #ced3d7;
    border-radius: 0;
}

.progress__bar {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), linear-gradient(to right bottom, #ff0033 0%, #ff0033 25%, #ff2954 25%, #ff2954 50%, #ff0033 50%, #ff0033 75%, #ff0033 100%);
    border-color: #ff0033;
    border-radius: 0;
}

.block-content-type-sd_b001 .field--name-field-new, .block-content-type-sd_b001 .field--name-field-new-mobile {
    display: inline;
    width: auto;
    z-index: 1;
    color: white;
    background-color: #ff0033;
    padding: 6px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 16px;
}

.block-content-type-sd_b001 .field--name-field-new.visibility-hidden, .block-content-type-sd_b001 .field--name-field-new-mobile.visibility-hidden {
    display: none;
}

.paragraphs-subform .cke_top {
    max-width: 500px;
}

.contador {
    border-top-left-radius: 95px;
    border-bottom-right-radius: 95px;
    margin-left: -36px;
    margin-right: -36px;
}

.contador .title-negocio {
    font-size: 18px;
    text-align: center;
    margin-bottom: 3rem;
}

.seguridad-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
    display: flex;
    justify-content: space-between;
}

.seguridad-wrapper .seguridad-box {
    width: 30%;
    text-align: center;
}

.seguridad-wrapper .seguridad-box .img {
    max-width: 100%;
    width: 40%;
    margin: 0 auto 2rem;
}

.seguridad-wrapper .seguridad-box .img img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.seguridad-wrapper .seguridad-box .number {
    margin: 0 auto;
    color: #444;
    padding-top: 0;
    font-size: 40px;
    font-weight: 400;
}

.seguridad-wrapper .seguridad-box .number-text {
    padding-top: 0;
    font-size: 20px;
    margin: 0 auto;
    color: #444;
}

.seguridad-wrapper .seguridad-box:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}

.seguridad-wrapper .seguridad-box:nth-child(3) {
    float: right;
}

@media (max-width:768px) {
    .seguridad-wrapper {
        flex-wrap: wrap;
    }

    .seguridad-wrapper .seguridad-box {
        width: 100%;
        margin-bottom: 3rem;
    }
}

table {
    border-bottom: 0;
    border-collapse: collapse;
    font-size: 15px;
    margin-bottom: 29px;
    width: 100%;
}

table th, table td {
    border-bottom: 1px solid #cccccc;
    font-size: 0.875rem;
    padding: 1rem;
}

table th p, table th ul, table td p, table td ul {
    margin: 0;
    padding: 0;
}

table th {
    background-color: white;
    color: #525252;
    font-size: 0.75rem;
    font-weight: 500;
    padding: .75rem 1rem;
    text-align: left;
    text-transform: none;
    vertical-align: top;
}

.comparativa-table * {
    box-sizing: border-box;
}

.comparativa-wrapper {
    max-width: 1200px;
    margin: 30px auto;
}

.comparativa-table {
    margin: 50px 0;
}

.comparativa-table table {
    display: grid;
    border-collapse: collapse;
    width: 100%;
    grid-template-columns: 46% 28% 1fr 1fr;
}

.comparativa-table th, .comparativa-table td {
    padding: 0;
    background-color: #F7F7F7;
    text-align: center;
    font-size: 14px;
    position: relative;
    border: none;
}

.comparativa-table td {
    padding: 6px;
    border: none;
}

.comparativa-table th {
    align-self: flex-end;
    padding: 20px 6px;
}

.comparativa-table th img {
    max-width: 95%;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.comparativa-table th.cell-sd img {
    max-width: 100px;
    height: auto;
}

.comparativa-table .cell-feature {
    font-family: var(--fira-sans);
    background-color: #fff;
    color: #555555;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20px;
}

.comparativa table .cell-feature p {
    margin: 0;
    padding: 0;
    z-index: 1;
    font-family: var(--fira-sans);
}

.comparativa-table th.cell-feature {
    padding: 12px 6px;
    flex-wrap: wrap;
}

.comparativa-table th.cell-feature>div {
    display: flex;
    margin-right: 15px;
    align-items: center;
    font-size: 12px;
    font-family: var(--fira-sans);
}

.comparativa-table th.cell-feature img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.comparativa-table td.cell-feature {
    text-align: left;
}

.comparativa-table .cell-feature__new {
    background-color: #ff0033;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
}

.comparativa-table .cell-feature.cell-feature__leyend {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.comparativa-table .cell-feature__title {
    z-index: 1;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comparativa-table .cell-feature .cell-feature__title p {
    padding: 10px 0;
    flex-grow: 1;
}

.comparativa-table .cell-feature .cell-feature__title>span {
    color: #ff0033;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-size: 13px;
}

.comparativa-table .cell-feature .cell-feature__title.visible>span {
    opacity: 1;
}

.cell-feature__title .cell-feature__arrow {
    width: 20px;
    height: 14px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.cell-feature__title.visible .cell-feature__arrow {
    transform: rotate(180deg);
}

.cell-feature__title .cell-feature__arrow:before, .cell-feature__title .cell-feature__arrow:after {
    content: '';
    top: 50%;
    right: 8px;
    position: absolute;
    background-color: #ff0033;
    width: 14px;
    height: 2px;
    transform: rotate(45deg);
}

.cell-feature__title .cell-feature__arrow:after {
    left: 8px;
    right: auto;
    transform: rotate(-45deg);
}

.comparativa-table .cell-feature__desc {
    display: none;
    z-index: 1;
    font-family: var(--fira-sans);
    font-weight: 300;
    font-size: 13px;
    padding-bottom: 10px;
}

.comparativa-table .cell-sd {
    background-color: #E3E3E3;
}

.comparativa-table thead .cell-sd {
    border-top-left-radius: 50px;
    padding: 24px 10px;
}

.comparativa-table .medal-sd {
    position: absolute;
    background-color: #fff;
    color: #ff0033;
    text-transform: uppercase;
    transform: rotate(-90deg);
    z-index: 2;
    font-size: 14px;
    top: 52px;
    right: -45px;
    padding-right: 10px;
    line-height: 40px;
    font-family: var(--fira-sans);
    box-shadow: 1px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

.comparativa-table .medal-sd:after {
    content: '';
    position: absolute;
    left: 0;
    left: -38px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #fff;
    border-left: 38px solid transparent;
}

.comparativa-table .cell-sd__btn {
    padding: 30px 6px;
    grid-column: 2;
    grid-row: 15;
    border-bottom-right-radius: 50px;
}

.comparativa-table .cell-sd__btn a {
    background-color: #ff0033;
    box-shadow: none;
    color: #fff;
    border: none;
    font-family: var(--fira-sans);
    text-transform: uppercase;
    padding: 20px;
    line-height: 1.2;
    border-radius: 22px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    padding-right: 50px;
    z-index: 10;
    display: inline-block;
    text-decoration: none;
    max-width: 100%;
}

.comparativa-table .cell-sd__btn a:after {
    content: "";
    width: 26px;
    height: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg);
    position: absolute;
    right: 14px;
    top: calc(50% - 13px);
}

.comparativa-table tr:nth-of-type(odd) td:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.3);
}

.comparativa-table tr:nth-of-type(even) td:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 6px 7px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 6px 7px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 6px 7px -5px rgba(0, 0, 0, 0.1);
}

.comparativa-table tr td:nth-of-type(3), .comparativa-table tr th:nth-of-type(3) {
    -webkit-box-shadow: inset 14px 0px 7px -5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 14px 0px 7px -5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 14px 0px 7px -5px rgba(0, 0, 0, 0.15);
}

.comparativa-table .cell-tick {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comparativa-table .cell-tick img {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
}

.comparativa-table .cell-sd.cell-tick img {
    width: 38px;
    height: 38px;
}

.comparativa-small {
    list-style: none;
    padding-left: 0;
    line-height: 15px;
    font-size: 12px;
    text-align: left;
}

@media (max-width:768px) {
    .comparativa-table .medal-sd {
        display: none;
    }

    .comparativa-table .cell-sd__btn a span {
        display: none;
    }

    .comparativa-table .cell-tick img {
        width: 24px;
        height: 24px;
    }

    .comparativa-table .cell-sd.cell-tick img {
        width: 32px;
        height: 32px;
    }

    .comparativa-table .cell-feature {
        padding-right: 14px;
    }

    .comparativa-table .cell-feature .comparativa-table .cell-feature .cell-feature__title>span {
        display: none;
    }

    .comparativa-table .cell-feature .cell-feature__title .cell-feature__arrow {
        height: 12px;
    }

    .comparativa-table .cell-feature .cell-feature__title .cell-feature__arrow:before, .comparativa-table .cell-feature .cell-feature__title .cell-feature__arrow:after {
        width: 12px;
    }
}

@media (max-width:580px) {
    .comparativa-table table {
        grid-template-columns: 42% 24% 1fr 1fr;
    }

    .comparativa-table thead .cell-sd {
        border-top-left-radius: 30px;
        padding: 20px 10px;
    }

    .comparativa-table th.cell-sd img {
        max-width: 80px;
    }

    .comparativa-table .cell-feature {
        padding-right: 8px;
    }

    .comparativa table .cell-feature p {
        font-size: 13px;
    }

    .comparativa-table .cell-sd__btn {
        padding: 30px 6px 0;
        border-bottom-right-radius: 30px;
        grid-column: 1;
        grid-column-start: 1;
        grid-column-end: 5;
        background-color: transparent;
    }

    .comparativa-table .cell-sd__btn a {
        padding: -1px 30px;
        line-height: 50px;
        border-radius: 25px;
        font-size: 16px;
    }

    .comparativa-table .cell-sd__btn a span {
        display: inline-block;
    }

    .comparativa-table .cell-feature__new {
        font-size: 12px;
        padding: 0 5px;
    }

    .comparativa-table .cell-tick img {
        width: 20px;
        height: 20px;
    }

    .comparativa-table .cell-sd.cell-tick img {
        width: 28px;
        height: 28px;
    }

    .cell-feature__title .cell-feature__arrow {
        height: 10px;
        margin-left: 8px;
    }

    .cell-feature__title .cell-feature__arrow:before, .cell-feature__title .cell-feature__arrow:after {
        width: 10px;
    }
}

a.tabledrag-handle .handle {
    width: 28px;
    height: 26px;
}

nav.tabs .tabs {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.tabs .tabs:not(:last-child) {
    margin-bottom: 1rem;
}

nav.tabs .primary {
    border-bottom: 1px solid #ced3d7;
    display: flex;
    flex-flow: row wrap;
}

nav.tabs .primary li {
    border-color: #6c7a88;
    border-width: 1px 1px 0;
    margin-right: .5rem;
}

nav.tabs .primary a {
    background-color: white;
    border-color: #ced3d7;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #0a2239;
    padding: .75rem 2.5rem;
}

nav.tabs .primary a:hover, nav.tabs .primary a.is-active {
    background-color: #0a2239;
    color: white;
    transition: .2s;
}

nav.tabs .primary a:not(.is-active):not(:hover) {
    box-shadow: inset 0 -10px 10px -10px #ced3d7;
}

nav.tabs .secondary {
    display: flex;
    flex-flow: row wrap;
}

nav.tabs .secondary li {
    margin: 0;
}

nav.tabs .secondary a {
    align-items: center;
    border-bottom: 1px solid #9da7b0;
    color: #9da7b0;
    padding: .5rem 2rem;
    transition: .2s;
}

nav.tabs .secondary a.is-active, nav.tabs .secondary a:hover {
    background-color: transparent;
    border-color: #0a2239;
    color: #0a2239;
    transition: .2s;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.block-content-type-sd_b003 {
    background: #efefef;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    display: table;
    margin: 0 -16px;
    padding-top: 40px;
    width: calc(100% + 32px);
}

@media (min-width:990px) {
    .block-content-type-sd_b003 {
        padding-top: 100px;
        padding-bottom: 15px;
    }
}

.block-content-type-sd_b003 .m_stage_intro {
    max-width: 530px;
    margin: 0 auto;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .m_stage_intro {
        margin-bottom: 40px;
    }
}

.block-content-type-sd_b003 .m_stage_wrapper>* {
    position: relative;
    vertical-align: middle;
    white-space: normal;
    font-weight: 300;
}

.block-content-type-sd_b003 .m_title, .block-content-type-sd_b003 .m_info_title {
    text-align: center;
    font-size: 22px;
    color: black;
    font-weight: 500;
}

.block-content-type-sd_b003 .m_title span, .block-content-type-sd_b003 .m_info_title span {
    font-weight: 300;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .m_title, .block-content-type-sd_b003 .m_info_title {
        font-size: 28px;
    }
}

.block-content-type-sd_b003 .m_title, .block-content-type-sd_b003 .m_text, .block-content-type-sd_b003 .field--name-field-image, .block-content-type-sd_b003 .field--name-field-text, .block-content-type-sd_b003 .m_info_title, .block-content-type-sd_b003 .m_info_description {
    margin: 0 20px 30px;
    text-align: center;
}

.block-content-type-sd_b003 .m_btn_scroll {
    color: #818181;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    padding-bottom: 27px;
    width: 100%;
    border-bottom: 30px;
    text-align: center;
}

.block-content-type-sd_b003 .m_btn_scroll:after, .block-content-type-sd_b003 .m_btn_scroll:before {
    width: 11px;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 6px;
    margin-left: -6px;
    background-image: url(/themes/custom/securitasDirect/images/btn_scroll.png);
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: m_btn_scroll_pseudo;
    -moz-animation-name: m_btn_scroll_pseudo;
    -o-animation-name: m_btn_scroll_pseudo;
    animation-name: m_btn_scroll_pseudo;
}

.block-content-type-sd_b003 .m_btn_scroll:before {
    bottom: 13px;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage {
    max-width: 1170px;
    margin: 0 auto;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-image, .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-text {
        width: 49%;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-text {
        padding: 80px 40px 80px 135px;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-image {
        padding-right: 100px;
        padding-left: 40px;
    }
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-image img {
    display: block;
    margin: 0 auto 50px;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_info_title {
    display: inline-block;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_info_title {
        font-size: 28px;
    }
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_info_title span {
    font-weight: 500;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_btn {
    margin-bottom: 12px;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_budget {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_budget p {
    font-size: 15px;
    color: black;
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_budget p strong {
    font-size: 18px;
    font-weight: 500;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .m_info_content>* {
        margin-left: 0;
        margin-right: 0;
    }
}

.block-content-type-sd_b003 .clock-items-wrapper {
    position: relative;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .clock-items-wrapper:before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        background-color: #c4c4c4;
        width: 1px;
        margin-left: -1px;
    }
}

.block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(5) .field--name-field-image img {
    max-width: 194px;
}

.block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(4) .field--name-field-image img {
    max-width: 257px;
}

.block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(3) .field--name-field-image img {
    max-width: 141px;
}

.block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(2) .field--name-field-image img {
    max-width: 300px;
}

.block-content-type-sd_b003 .m_clock_cap {
    stroke-dasharray: 126.90370178222656 126.90370178222656;
    stroke-dashoffset: 126.90370178222656;
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, stroke-dashoffset 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.block-content-type-sd_b003 .fixed .m_clock_cap {
    stroke-dashoffset: 0;
}

.m_clock {
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
    z-index: 1;
    display: none;
}

@media (min-width:990px) {
    .m_clock {
        display: block;
    }
}

.m_clock_picture, .no-svg .m_clock:before {
    margin-top: -134px;
    margin-left: -91px;
}

.m_clock_picture {
    background: #efefef;
}

.clock-items-wrapper {
    position: relative;
}

.no-svg .m_clock:before {
    background: #efefef image_url(/themes/custom/securitasDirect/images/backgrounds/tracker_clock.png);
    content: "";
    width: 183px;
    height: 269px;
    display: block;
}

.fixed .m_clock {
    position: fixed;
}

.m_clock_counter {
    font-size: 44px;
    width: 110px;
    position: absolute;
    margin-left: -55px;
    margin-top: -30px;
    text-align: center;
    font-weight: 400;
    top: 0;
    left: 0;
    color: black;
    z-index: 1;
}

.m_clock_counter p {
    font-size: 14px;
    text-transform: uppercase;
}

.m_clock_counter small {
    font-size: 30px;
    vertical-align: top;
    line-height: 40px;
}

.m_clock_counter small:before {
    content: "\0022.";
    display: inline-block;
}

.m_clock_mouse_track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #c4c4c4;
    width: 1px;
    margin-left: -1px;
    display: none;
}

@media (min-width:990px) {
    .m_clock_mouse_track {
        display: block;
    }
}

.fixed {
    stroke-dashoffset: 0;
}

.m_clock_cap_bottom {
    stroke-dasharray: 126.90370178222656 126.90370178222656;
    stroke-dashoffset: 126.90370178222656;
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, stroke-dashoffset 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.m_clock_cap_bottom .fixed {
    stroke-dashoffset: 0;
}

@media (min-width:768px) {
    .page-node-279 .m_clock {
        top: 287px;
    }
}

.page-node-279 .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(5) .field--name-field-image img {
    max-width: 100%;
}

.page-node-279 .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(4) .field--name-field-image img {
    max-width: 194px;
}

.page-node-279 .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(3) .field--name-field-image img {
    max-width: 400px;
}

.page-node-279 .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-last-child(2) .field--name-field-image img {
    max-width: 400px;
}

.search-block-form form {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.search-block-form form .form-type-search {
    margin: 0;
}

.search-block-form form .form-type-search input {
    padding: .25rem;
}

.search-block-form form .form-actions {
    background-color: transparent;
    border-radius: 0;
    display: block;
    height: 2rem;
    position: relative;
    width: 2rem;
    margin-left: .5rem;
    position: relative;
}

.search-block-form form .form-actions:before {
    color: white;
    content: "";
    font-family: var(--icomoon-font);
    font-size: 1.375rem;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.search-block-form form .form-submit {
    background: none;
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: 0;
}

.search-block-form form .form-submit:hover {
    background: none;
}

.with-bg .wrap-services-column {
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
}

@media (min-width:990px) {
    .with-bg .wrap-services-column {
        margin: 0 auto;
        max-width: 1200px;
    }
}

.with-bg .wrap-services-column h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    width: 100%;
}

@media (min-width:990px) {
    .with-bg .wrap-services-column h2 {
        font-size: 28px;
        margin-bottom: 58px;
    }
}

.with-bg .wrap-services-column h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 300;
}

.with-bg .wrap-services-column .embedded-entity {
    margin-bottom: 19px;
    width: 100%;
}

@media (min-width:0) and (max-width:767px) {
    .with-bg .wrap-services-column .embedded-entity>div {
        height: 85px;
        margin: 0 auto;
        width: 85px;
    }
}

.with-bg .wrap-services-column .item-services {
    min-height: 0;
    margin-bottom: 2rem;
    margin-left: 0;
    width: 100%;
}

@media (min-width:768px) {
    .with-bg .wrap-services-column .item-services {
        float: left;
        margin-left: 4%;
    }
}

@media (min-width:990px) {
    .with-bg .wrap-services-column .item-services {
        margin-bottom: 50px;
        width: 46%;
    }

    .with-bg .wrap-services-column .item-services:nth-child(2n) {
        clear: left;
    }
}

.with-bg .wrap-services-column .item-services .field--type-image {
    padding: 22px 27px;
    background-color: white;
    border-radius: 50%;
    float: left;
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
}

@media (min-width:768px) {
    .with-bg .wrap-services-column .item-services .field--type-image {
        margin-right: 1rem;
        transform: translateY(20%);
    }
}

.with-bg .wrap-services-column .item-services h3, .with-bg .wrap-services-column .item-services p {
    text-align: left;
    width: 100%;
}

.with-bg .wrap-services-column .item-services h3 {
    color: black;
    margin-left: 0;
    text-align: center;
    font-weight: 300;
}

@media (min-width:768px) {
    .with-bg .wrap-services-column .item-services h3 {
        margin-left: 14%;
        text-align: left;
        width: 75%;
    }
}

@media (min-width:990px) {
    .with-bg .wrap-services-column .item-services h3 {
        margin-left: 22%;
    }
}

@media (min-width:1170px) {
    .with-bg .wrap-services-column .item-services h3 {
        margin-left: 18%;
    }
}

.with-bg .wrap-services-column .item-services p {
    color: #666666;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

@media (min-width:768px) {
    .with-bg .wrap-services-column .item-services p {
        margin-left: 14%;
        text-align: left;
        width: 75%;
    }
}

@media (min-width:990px) {
    .with-bg .wrap-services-column .item-services p {
        margin-left: 22%;
    }
}

@media (min-width:1170px) {
    .with-bg .wrap-services-column .item-services p {
        margin-left: 18%;
    }
}

.ul-dots li {
    color: #666666;
    line-height: 26px;
    list-style: disc;
    margin-bottom: 1rem;
}

.ul-dots li a {
    display: block;
}

.with-border {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 -16px;
}

.with-border.block--view-mode-default {
    padding: 0;
}

.bg-gray {
    background-color: #F3F3F3;
}

@keyframes m_hire_hand_key {
    0% {
        transform: translateY(100%) translateX(-200px);
    }

    100% {
        transform: translateY(0) translateX(0px);
    }
}

.m_hire_hand {
    text-align: center;
    overflow: hidden;
    background: #EDF0EF;
    margin-left: -36px;
    width: calc(100% + 72px);
    position: relative;
}

.m_hire_hand .m_hire_info {
    z-index: 3;
    overflow: visible;
    position: relative;
    padding-top: 30px;
    padding-bottom: 231px;
}

@media (min-width:768px) {
    .m_hire_hand .m_hire_info {
        padding-top: 40px;
        padding-bottom: 460px;
    }
}

.m_hire_hand .m_hire_info p {
    margin: 0;
}

.m_hire_hand .m_hire_images_wrapper {
    z-index: 3;
    overflow: visible;
    position: relative;
    padding-top: 0;
    padding-bottom: 231px;
}

@media (min-width:768px) {
    .m_hire_hand .m_hire_images_wrapper {
        padding-bottom: 460px;
    }
}

.m_hire_hand .m_hire_info_title {
    line-height: 1.2;
    padding: 0 20px;
    font-size: 22px;
    color: black;
    margin-bottom: 23px;
    font-weight: 500;
    display: block;
}

.m_hire_hand .m_hire_info_title span {
    font-weight: 500;
}

@media (min-width:768px) {
    .m_hire_hand .m_hire_info_title {
        font-size: 28px;
    }

    .m_hire_hand .m_hire_info_title span {
        display: block;
    }
}

.m_hire_hand .m_text {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 650px;
    margin: 0 auto;
}

@media (min-width:990px) {
    .m_hire_hand .m_text {
        max-width: 1000px;
    }
}

.m_hire_hand .m_hire_alt .m_hire_info {
    position: static;
}

.m_hire_hand .m_hire_alt img {
    left: 0;
    margin: 0 auto;
}

.m_hire_hand .embedded-entity img, .m_hire_hand article img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 0;
}

.m_hire_hand .embedded-entity.first-item img, .m_hire_hand article.first-item img {
    width: 363px;
    margin-left: -320px;
    bottom: -21px;
    z-index: 1;
    transform: translateY(100%) translateX(-200px);
    animation-duration: 0.7s;
    animation-delay: 0.4s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation-fill-mode: forwards;
}

@media (min-width:768px) {
    .m_hire_hand .embedded-entity.first-item img, .m_hire_hand article.first-item img {
        margin-left: -696px;
        width: auto;
    }
}

@media (min-width:990px) {
    .m_hire_hand .embedded-entity.first-item img, .m_hire_hand article.first-item img {
        margin-left: -756px;
    }
}

.m_hire_hand .embedded-entity.first-item img.start-animation, .m_hire_hand article.first-item img.start-animation {
    animation-name: m_hire_hand_key;
}

.m_hire_hand .embedded-entity.second-item img, .m_hire_hand article.second-item img {
    width: 213px;
    margin-left: -140px;
}

@media (min-width:768px) {
    .m_hire_hand .embedded-entity.second-item img, .m_hire_hand article.second-item img {
        width: auto;
        margin-left: -320px;
    }
}

@media (min-width:990px) {
    .m_hire_hand .embedded-entity.second-item img, .m_hire_hand article.second-item img {
        margin-left: -380px;
    }
}

.m_hire_hand .embedded-entity.third-item img, .m_hire_hand article.third-item img {
    width: 66px;
    margin-left: 61px;
    bottom: 49px;
}

@media (min-width:768px) {
    .m_hire_hand .embedded-entity.third-item img, .m_hire_hand article.third-item img {
        width: auto;
        margin-left: 148px;
        bottom: 150px;
    }
}

.m_hire_hand.m_hire_hand_short article.first-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.first-item img {
    margin-left: -220px;
    bottom: -21px;
}

@media (min-width:768px) {
    .m_hire_hand.m_hire_hand_short article.first-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.first-item img {
        margin-left: -506px;
        width: auto;
    }
}

@media (min-width:990px) {
    .m_hire_hand.m_hire_hand_short article.first-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.first-item img {
        margin-left: -506px;
    }
}

.m_hire_hand.m_hire_hand_short article.first-item img.start-animation, .m_hire_hand.m_hire_hand_short .embedded-entity.first-item img.start-animation {
    animation-name: m_hire_hand_key;
}

.m_hire_hand.m_hire_hand_short article.second-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.second-item img {
    margin-left: -40px;
}

@media (min-width:768px) {
    .m_hire_hand.m_hire_hand_short article.second-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.second-item img {
        margin-left: -160px;
    }
}

@media (min-width:990px) {
    .m_hire_hand.m_hire_hand_short article.second-item img, .m_hire_hand.m_hire_hand_short .embedded-entity.second-item img {
        margin-left: -160px;
    }
}

.m_hire_hand .background-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.m_hire_hand .background-wrapper * {
    height: 100%;
}

.m_hire_hand .background-wrapper article, .m_hire_hand .background-wrapper .embedded-entity {
    height: 100%;
}

.m_hire_hand .background-wrapper article img, .m_hire_hand .background-wrapper .embedded-entity img {
    position: relative;
    width: auto;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    animation: none;
}

.block-local-tasks-block {
    margin-bottom: 1rem;
}

.block-page-title-block {
    margin: 0 -16px;
    position: relative;
}

@media (min-width:990px) {
    .block-page-title-block {
        background: #eeeeee;
    }
}

.block-page-title-block .title-data-wrapper {
    order: 2;
    width: 100%;
    margin: 0 auto;
    padding: 25px 30px 0;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width:990px) {
    .block-page-title-block .title-data-wrapper {
        min-height: 173px;
        padding: 44px 20px;
    }
}

.block-page-title-block .title-wrapper, .block-page-title-block .pretitle-wrapper {
    width: 100%;
}

.block-page-title-block .pretitle {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: black;
    width: 100%;
}

@media (min-width:768px) {
    .block-page-title-block .pretitle {
        font-size: 16px;
    }
}

@media (min-width:990px) {
    .block-page-title-block .pretitle {
        font-size: 15px;
    }
}

.block-page-title-block h1, .block-page-title-block .pseudotitle {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    color: #081a2b;
}

@media (min-width:768px) {
    .block-page-title-block h1, .block-page-title-block .pseudotitle {
        font-size: 58px;
    }
}

@media (min-width:990px) {
    .block-page-title-block h1, .block-page-title-block .pseudotitle {
        font-size: 68px;
    }
}

.block-page-title-block .background-wrapper {
    height: 117px;
    width: 100%;
    background: #eeeeee;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.block-page-title-block .background-wrapper img {
    max-width: none;
    transform: translateX(14%);
}

@media (min-width:990px) {
    .block-page-title-block .background-wrapper img {
        height: 100%;
        width: auto;
        left: 51.5%;
        transform: translateX(-50%);
        position: absolute;
    }
}

@media (min-width:990px) {
    .block-page-title-block .background-wrapper {
        position: absolute;
        bottom: 0;
        height: 100%;
    }

    .block-page-title-block .background-wrapper img {
        height: 100%;
    }
}

.path-frontpage .block-page-title-block {
    display: none;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 16px;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper {
    padding: 18px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper img {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper img {
        margin-bottom: 25px;
    }
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_description, .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_line {
    color: #666666;
    margin-bottom: 0;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_description:hover, .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_line:hover {
    color: #666666;
    text-decoration: none;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_description p, .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_line p {
    margin-bottom: 0;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .m_sections_title {
    padding-top: 9px;
    font-size: 20px;
    color: black;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .section-list-info-wrapper {
    width: 100%;
    position: relative;
    padding-right: 35px;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .section-list-info-wrapper {
        width: calc(100% - 120px);
    }
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .section-list-info-wrapper .m_btn_link {
    font-size: 0;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -9px;
    padding: 0;
    width: 19px;
    height: 19px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat center center;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper article, .block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper .embedded-entity {
        padding: 0 24px 0 16px;
    }
}

.block-content-type-sd_b001.block--view-mode-default .section_list_row .section-list-row-wrapper:not(:first-child) {
    border-top: 1px solid #CCCCCC;
}

.block-content-type-sd_b001.block--view-mode-default .services-alternate-list .section_list_row {
    border-top: none;
    border-bottom: none;
    margin-bottom: 32px;
}

.block-content-type-sd_b001.block--view-mode-default .services-alternate-list .section-list-row-wrapper {
    padding: 0;
    align-items: center;
}

.block-content-type-sd_b001.block--view-mode-default .services-alternate-list .section-list-row-wrapper .m_sections_title {
    font-weight: 500;
    margin-bottom: 0;
    color: #666666;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .services-alternate-list .section-list-row-wrapper img {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .services-alternate-list .section-list-row-wrapper .section-list-info-wrapper {
        width: calc(100% - 90px);
    }
}

.block-content-type-sd_b001.stats_row-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.stats_row {
    border-top: 1px solid #E3E3E3;
    margin: 0 -20px;
    overflow: hidden;
    padding: 45px 20px 65px;
}

@media (min-width:768px) {
    .stats_row {
        margin-top: 0;
    }
}

.stats_row .m_title {
    padding: 0 20px;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 15px 0 45px;
}

@media (min-width:990px) {
    .stats_row .m_title {
        font-size: 28px;
    }
}

.stats_row .m_text {
    margin: 0 auto 64px;
    max-width: 800px;
}

.stats_row .m_stats {
    margin-bottom: 65px;
}

@media (min-width:768px) {
    .stats_row .m_stats {
        text-align: center;
    }
}

@media (min-width:990px) {
    .stats_row .m_stats {
        margin: 0 -16px;
        margin-bottom: 65px;
    }
}

.stats_row .m_stats_info, .stats_row .m_stats_timer {
    margin: 0 auto;
}

.stats_row .m_stats_info {
    position: relative;
    width: 200px;
    background: transparent url(/themes/custom/securitasDirect/images/backgrounds/m_stats_info.png) no-repeat center top;
    height: 226px;
}

@media (min-width:768px) {
    .stats_row .m_stats_info {
        margin-bottom: 32px;
        vertical-align: top;
        margin-right: 40px;
        display: inline-block;
    }
}

@media (min-width:990px) {
    .stats_row .m_stats_info {
        width: 24%;
        margin: 0;
        vertical-align: middle;
        max-width: 200px;
    }
}

.stats_row .m_stats_info span {
    width: 200px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -100px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #9f9f9f;
}

.stats_row .m_stats_info:before {
    content: " ";
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background: #ccc url(/themes/custom/securitasDirect/images/icons/svg/verisure_small.svg) no-repeat center center;
}

.stats_row .m_stats_timer {
    position: relative;
    height: 226px;
    text-align: center;
    margin-bottom: 45px;
}

@media (min-width:768px) {
    .stats_row .m_stats_timer {
        width: 260px;
        display: inline-block;
    }
}

@media (min-width:990px) {
    .stats_row .m_stats_timer {
        width: 24%;
        vertical-align: middle;
        margin: 0;
        max-width: 260px;
    }

    .stats_row .m_stats_timer:before {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 0;
        width: 78px;
        height: 1px;
        background-color: #CECECE;
    }

    .stats_row .m_stats_timer:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 0;
        width: 75px;
        height: 1px;
        background-color: #CECECE;
    }
}

.stats_row .m_stats_timer_content {
    height: 226px;
    background: transparent url(/themes/custom/securitasDirect/images/backgrounds/m_stats.png) no-repeat center top;
    position: relative;
    z-index: 1;
}

.stats_row .m_stats_timer_content strong {
    display: inline-block;
    vertical-align: middle;
    max-width: 122px;
    font-size: 32px;
    font-weight: normal;
    color: black;
}

.stats_row .m_stats_timer_content strong small {
    color: #9f9f9f;
    font-size: 16px;
    text-transform: uppercase;
}

.stats_row .m_stats_timer_content strong span {
    display: block;
    font-size: 12px;
    color: #9f9f9f;
    margin-top: 5px;
    text-transform: uppercase;
}

.stats_row .m_stats_timer_content:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/verisure_small.svg) no-repeat;
}

.stats_row .m_stats_list {
    padding-left: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

@media (min-width:768px) {
    .stats_row .m_stats_list {
        width: 70%;
    }
}

@media (min-width:990px) {
    .stats_row .m_stats_list {
        width: 45%;
        position: relative;
        border-left: 1px solid #cecece;
        min-height: 176px;
        padding-left: 42px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        max-width: 480px;
    }

    .stats_row .m_stats_list:before, .stats_row .m_stats_list:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 30px;
        background-color: white;
        border-bottom: 1px solid #CECECE;
        margin-left: -1px;
    }

    .stats_row .m_stats_list:after {
        top: initial;
        bottom: 0;
        border-top: 1px solid #CECECE;
        border-bottom: none;
        height: 54px;
    }
}

.stats_row .m_stats_list ul {
    display: inline-block;
    text-align: left;
    width: auto;
    font-size: 0;
}

@media (min-width:768px) {
    .stats_row .m_stats_list ul {
        text-align: center;
        width: 100%;
    }
}

@media (min-width:990px) {
    .stats_row .m_stats_list ul {
        text-align: left;
    }
}

.stats_row .m_stats_list ul li {
    padding-left: 50px;
    list-style: none;
    margin-bottom: 20px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/security.svg) no-repeat left center;
    background-size: 25px 31px;
    overflow: hidden;
    color: black;
}

.stats_row .m_stats_list ul li.m_stats_time {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/time.svg);
}

.stats_row .m_stats_list ul li.m_stats_theft {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/theft.svg);
}

.stats_row .m_stats_list ul li strong, .stats_row .m_stats_list ul li span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
}

.stats_row .m_stats_list ul li strong {
    width: 115px;
    font-size: 33px;
    font-weight: 500;
}

@media (min-width:768px) {
    .stats_row .m_stats_list ul li strong {
        font-size: 50px;
        width: 50%;
        vertical-align: middle;
        display: inline-block;
    }
}

.stats_row .m_stats_list ul li span {
    font-size: 16px;
    text-transform: uppercase;
    width: 50%;
}

@media (min-width:768px) {
    .stats_row .m_stats_list ul li span {
        display: inline-block;
        vertical-align: middle;
    }
}

.stats_row .m_stats_list ul li small {
    font-size: 12px;
    display: block;
    color: #9f9f9f;
    margin-bottom: 2px;
}

.stats_row .m_btn {
    margin-bottom: 12px;
}

.stats_row .m_budget {
    width: 100%;
    text-align: center;
}

.stats_row .m_budget p {
    font-size: 15px;
    color: black;
}

.stats_row .m_budget p strong {
    font-size: 18px;
    font-weight: 500;
}

.page-node-170 .block-content-type-sd_b001 .stats_row {
    margin-top: -20px;
}

@media (min-width:0) and (max-width:768px) {
    .page-node-170 .block-content-type-sd_b001 .stats_row {
        padding-top: 45px !important;
    }
}

@media (min-width:768px) {
    .page-node-170 .block-content-type-sd_b001 .stats_row {
        margin-top: 0;
    }
}

.block-system-branding-block {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}

.block-system-branding-block .site-logo {
    line-height: 1;
    margin-right: .5rem;
    transition: width 250ms cubic-bezier(0.19, 1, 0.22, 1) 0s, top 250ms cubic-bezier(0.19, 1, 0.22, 1) 0s, left 250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    z-index: 999;
    width: 110px;
    padding: 10px 0;
    display: block;
}

.block-system-branding-block .site-logo img {
    object-fit: contain;
}

@media (min-width:0) and (max-width:768px) {
    .block-system-branding-block .site-name {
        display: none;
    }
}

.block-system-branding-block .site-name a {
    color: white;
}

.block-system-branding-block .site-name a:hover {
    color: #ced3d7;
}

@media (min-width:0) and (max-width:768px) {
    .block-system-branding-block .site-slogan {
        display: none;
    }
}

.block-system-powered-by-block span {
    color: #faf8f4;
}

.wrapper-offer {
    align-items: center;
    color: black;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: 400;
}

@media (min-width:480px) {
    .wrapper-offer {
        justify-content: space-between;
    }
}

@media (min-width:768px) {
    .wrapper-offer {
        justify-content: inherit;
    }
}

.wrapper-offer .offer {
    font-size: 20px;
    width: auto;
}

@media (min-width:768px) {
    .wrapper-offer .offer {
        font-size: 24px;
        margin-right: 0;
        width: 61%;
    }
}

.wrapper-offer .offer span {
    color: #ff0033;
    font-weight: 400;
    font-size: 32px;
}

@media (min-width:480px) {
    .wrapper-offer .offer span {
        font-size: 22px;
    }
}

@media (min-width:768px) {
    .wrapper-offer .offer span {
        font-size: 38px;
    }
}

.wrapper-offer .offer span sup {
    font-size: 20px;
}

.wrapper-offer .valid-date {
    font-size: 24px;
    margin-top: 1rem;
    max-width: 421px;
    width: auto;
}

@media (min-width:480px) {
    .wrapper-offer .valid-date {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .wrapper-offer .valid-date {
        margin-right: 0;
        width: 39%;
    }
}

.wrapper-offer .valid-date div {
    font-size: 20px;
}

@media (min-width:768px) {
    .wrapper-offer .valid-date div {
        font-size: 24px;
    }
}

.wrapper-offer .valid-date span {
    color: #ff0033;
    font-size: 22px;
}

@media (min-width:768px) {
    .wrapper-offer .valid-date span {
        font-size: 27px;
    }
}

.block-content-type-template_block {
    margin-left: -15px;
    margin-right: -15px;
}

.layout--onecol .block-content-type-template_block .ipe-actions-block {
    padding-right: 15px;
    padding-left: 15px;
}
}
}
}
}
}
}

.page-node-type-landings .wrapper-offer {
    align-items: center;
    color: black;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

@media (min-width:480px) {
    .page-node-type-landings .wrapper-offer {
        justify-content: space-between;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer {
        justify-content: inherit;
    }
}

.page-node-type-landings .wrapper-offer .offer {
    font-size: 20px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer .offer {
        font-size: 24px;
        margin-right: 0;
        width: 61%;
    }
}

.page-node-type-landings .wrapper-offer .offer article, .page-node-type-landings .wrapper-offer .offer .embedded-entity {
    width: 120px;
    display: inline-block;
}

.page-node-type-landings .wrapper-offer .offer span {
    color: #ff0033;
    font-weight: 400;
    font-size: 32px;
}

@media (min-width:480px) {
    .page-node-type-landings .wrapper-offer .offer span {
        font-size: 22px;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer .offer span {
        font-size: 38px;
    }
}

.page-node-type-landings .wrapper-offer .offer span sup {
    font-size: 20px;
}

.page-node-type-landings .wrapper-offer .valid-date {
    font-size: 24px;
    margin-top: 1rem;
    max-width: 524px;
    width: 100%;
    padding-left: 120px;
}

@media (min-width:480px) {
    .page-node-type-landings .wrapper-offer .valid-date {
        margin-top: 0;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer .valid-date {
        margin-right: 0;
        width: 39%;
        max-width: 421px;
        padding-left: 0;
    }
}

.page-node-type-landings .wrapper-offer .valid-date div {
    font-size: 20px;
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer .valid-date div {
        font-size: 24px;
    }
}

.page-node-type-landings .wrapper-offer .valid-date span {
    color: #ff0033;
    font-size: 22px;
}

@media (min-width:768px) {
    .page-node-type-landings .wrapper-offer .valid-date span {
        font-size: 27px;
    }
}

.ribbon {
    background: #ff0033;
    padding: 10px 10%;
    overflow: hidden;
    margin: 0 -16px;
}

.ribbon .wrap_module {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width:990px) {
    .ribbon .wrap_module {
        padding: 0 10%;
    }
}

.ribbon .wrap_module .text_ribbon {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    color: white;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    line-height: 120%;
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width:768px) {
    .ribbon .wrap_module .text_ribbon {
        width: 50%;
        margin-bottom: 0;
        text-align: left;
    }
}

.ribbon .wrap_module .text_ribbon span {
    display: block;
}

.ribbon .wrap_module .ribbon_button, .ribbon .wrap_module .ribbon-button-wrapper a {
    margin: 0 auto;
    border: 2px solid white;
    background: #ff0033;
    color: white;
    padding: 12px 20px 12px 32px;
    font-weight: 400;
    font-size: 20px;
}

@media (min-width:768px) {
    .ribbon .wrap_module .ribbon_button, .ribbon .wrap_module .ribbon-button-wrapper a {
        float: right;
    }
}

.ribbon .wrap_module .ribbon_button:hover, .ribbon .wrap_module .ribbon-button-wrapper a:hover {
    background: white;
    color: #ff0033;
}

.ribbon .wrap_module .center_with_device {
    width: 100%;
    float: left;
}

@media (min-width:768px) {
    .ribbon .wrap_module .center_with_device {
        width: 50%;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .block--view-mode-sd_b001_i {
        padding: 38px 0;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_i img {
    max-width: 100%;
    height: auto;
}

@media (min-width:483px) {
    .page-node-type-landings .block--view-mode-sd_b001_i img {
        max-width: 483px;
    }
}

@media (min-width:990px) {
    .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(5) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(9) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(9) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(12) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(14) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(17) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(19) .wrapper-sd_b001_i, .page-node-type-landings .block--view-mode-sd_b001_i:nth-child(26) .wrapper-sd_b001_i {
        flex-direction: row-reverse;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_i div.verisure-app-wrapper p {
    text-align: center;
}

.page-node-type-landings .block--view-mode-sd_b001_i div.verisure-app-wrapper .embedded-entity {
    height: auto;
}

.page-node-type-landings .block--view-mode-sd_b001_i div.verisure-app-wrapper ul {
    display: flex;
}

.page-node-type-landings .block--view-mode-sd_b001_i div.verisure-app-wrapper ul li {
    width: 50%;
    text-align: center;
}

.page-node-type-landings .block--view-mode-sd_b001_i div.verisure-app-wrapper ul li:before {
    content: " ";
    display: block;
    margin: 0 auto 12px;
    background: #ff0033;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}

.page-node-type-landings .block-content-type-sd_b001.block--view-mode-default .videovigilance-wrapper {
    max-width: 1080px;
    display: table;
    margin: 0 auto;
}

.page-node-type-landings .block-content-type-sd_b001.block--view-mode-default .videovigilance-wrapper h2 {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 28px;
}

.page-node-type-landings .block-content-type-sd_b001.block--view-mode-default .videovigilance-wrapper h3 {
    font-size: 28px;
    margin: 0 0 16px;
}

.page-node-type-landings .block-content-type-sd_b001.block--view-mode-default .template-table {
    max-width: 1280px;
    margin: 0 auto;
}

.page-node-type-landings .block-content-type-sd_b001.block--view-mode-default .legal-info-wrapper p {
    font-size: 10px;
    margin-bottom: 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.page-node-type-landings .block--view-mode-sd_b001_g {
    background: #f1f1f1;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 45px 0;
    max-width: none;
    margin-left: -16px;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% + 32px);
}

.page-node-type-landings .block--view-mode-sd_b001_g a {
    margin: 0 auto;
    display: block;
    max-width: 1280px;
}

.page-node-type-landings .block--view-mode-sd_b001_g h2 {
    font-size: 30px;
}

.page-node-type-landings .block--view-mode-sd_b001_g h2 span {
    font-weight: 400;
}

.page-node-type-landings .block--view-mode-sd_b001_g p {
    font-size: 17px;
    line-height: 28px;
    color: black;
    font-size: 18px;
}

@media (min-width:990px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper {
        position: relative;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
    transform: translate(-8%, -55%);
}

@media (min-width:480px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        trasnform: translate(-1%, -73%);
    }
}

@media (min-width:620px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        transform: unset;
        bottom: 19%;
        left: 51%;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        left: 52%;
        bottom: 22%;
    }
}

@media (min-width:990px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        left: -100%;
        bottom: unset;
        top: 25%;
    }
}

@media (min-width:1024px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        left: -89.5%;
    }
}

@media (min-width:1170px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        left: -74.5%;
    }
}

@media (min-width:1280px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper .play-video {
        left: -56.5%;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.page-node-type-landings .block--view-mode-sd_b001_e .inner-videovigilance-wrapper h2+h2 {
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
    bottom: 24px;
    right: 56%;
}

@media (min-width:480px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        bottom: -2%;
    }
}

@media (min-width:620px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        transform: unset;
        bottom: 16%;
        right: 46%;
    }
}

@media (min-width:768px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        bottom: 20%;
        right: 49%;
    }
}

@media (min-width:990px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        right: 10%;
        bottom: 37%;
    }
}

@media (min-width:1300px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        right: 15%;
    }
}

@media (min-width:1440px) {
    .page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper .play-video {
        right: 17%;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper p {
    float: right;
}

.page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.page-node-type-landings .block--view-mode-sd_b001_e_reverse .exterior-videovigilance-wrapper h2+h2 {
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.jquery-modal.blocker .modal#F0, .jquery-modal.blocker .modal#F1 {
    background: white;
}
}

.sdb001_a-base, .block--view-mode-sd_b001_a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 1280px;
    margin: 30px auto;
}

.sdb001_a-base h2, .block--view-mode-sd_b001_a h2 {
    margin: 15px 0;
    line-height: 30px;
    font-size: 1.5rem;
    font-weight: 400;
}

.sdb001_a-base .field--name-field-new, .block--view-mode-sd_b001_a .field--name-field-new, .sdb001_a-base .field--name-field-new-mobile, .block--view-mode-sd_b001_a .field--name-field-new-mobile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;
    background-color: #ff0033;
    padding: 6px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 17px;
}

.sdb001_a-base .field--name-field-image, .block--view-mode-sd_b001_a .field--name-field-image, .sdb001_a-base .field--name-field-image-mobile, .block--view-mode-sd_b001_a .field--name-field-image-mobile {
    flex-basis: 100%;
    width: 100%;
    order: 99;
}

.sdb001_a-base .field--name-field-image img, .block--view-mode-sd_b001_a .field--name-field-image img, .sdb001_a-base .field--name-field-image-mobile img, .block--view-mode-sd_b001_a .field--name-field-image-mobile img {
    margin: 0 auto;
}
}
}

.sdb001_b-base, .block--view-mode-sd_b001_b {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px;
    position: relative;
    text-align: center;
}

.sdb001_b-base h2, .block--view-mode-sd_b001_b h2 {
    color: black;
    line-height: 30px;
    margin: 20px 0 15px 0;
    font-size: 24px;
}

.sdb001_b-base h2 a, .block--view-mode-sd_b001_b h2 a {
    color: black;
    font-size: 22px;
}

.sdb001_b-base h2 span, .block--view-mode-sd_b001_b h2 span {
    font-weight: 400;
}

.sdb001_b-base .field--name-field-image, .block--view-mode-sd_b001_b .field--name-field-image, .sdb001_b-base .field--name-field-image-mobile, .block--view-mode-sd_b001_b .field--name-field-image-mobile {
    order: 99;
    display: flex;
}

.sdb001_b-base img, .block--view-mode-sd_b001_b img {
    margin: 0 auto;
}

.col-md-6+.col-md-6 .block--view-mode-sd_b001_b {
    border-bottom: none;
}

@media (min-width:768px) {
    .col-md-6 .block--view-mode-sd_b001_b {
        padding-bottom: 79px;
    }
}
}
}

.with-bg {
    background: #f3f3f3;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 40px !important;
    padding-bottom: 1.5rem !important;
}

.with-bg .sd-b001-c-group .block--view-mode-sd_b001_c {
    padding-bottom: 25px;
}

.with-bg.wrap-image-video {
    min-height: 291px;
    position: relative;
    overflow: hidden;
}

@media (min-width:768px) {
    .with-bg.wrap-image-video {
        min-height: 500px;
    }
}
}

.with-bg.wrap-image-video .field--name-field-image img, .with-bg.wrap-image-video .field--name-field-image-mobile img {
    left: 0;
    min-height: 291px;
    position: absolute;
    top: 0;
}

@media (min-width:768px) {
    .with-bg.wrap-image-video .field--name-field-image img, .with-bg.wrap-image-video .field--name-field-image-mobile img {
        min-height: 500px;
    }
}

.sdb001_c-base, .block--view-mode-sd_b001_c {
    padding-bottom: 65px;
    text-align: center;
    padding: 0 20px;
}

.sdb001_c-base h2, .block--view-mode-sd_b001_c h2 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}

.sdb001_c-base .field--name-field-image, .block--view-mode-sd_b001_c .field--name-field-image, .sdb001_c-base .field--name-field-image-mobile, .block--view-mode-sd_b001_c .field--name-field-image-mobile {
    display: block;
    width: 95%;
    margin: 20px auto;
}

.sdb001_c-base .field--name-field-image .wrapper-icon, .block--view-mode-sd_b001_c .field--name-field-image .wrapper-icon, .sdb001_c-base .field--name-field-image-mobile .wrapper-icon, .block--view-mode-sd_b001_c .field--name-field-image-mobile .wrapper-icon {
    margin: 0 auto;
    width: 105px;
    height: 105px;
    background-color: white;
    border-radius: 15px;
    transform: rotate(49deg);
    margin-bottom: 45px;
}

.sdb001_c-base .field--name-field-image .wrapper-icon img, .block--view-mode-sd_b001_c .field--name-field-image .wrapper-icon img, .sdb001_c-base .field--name-field-image-mobile .wrapper-icon img, .block--view-mode-sd_b001_c .field--name-field-image-mobile .wrapper-icon img {
    transform: rotate(-50deg);
    margin-left: 0;
    padding-top: 0;
    padding-left: 0px;
    margin-right: 0;
    position: relative;
    top: 23px;
    left: 20px;
}

.sdb001_c-base img, .block--view-mode-sd_b001_c img {
    margin: 0 auto;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_c {
        display: inline-table;
        margin: 0;
        max-width: 49.8%;
        padding-bottom: 60px;
    }

    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_c {
        width: 33%;
        max-width: 400px;
        padding-bottom: 90px;
    }

    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin: 0;
        display: inline-table;
    }
}

@media (min-width:1240px) {
    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin-left: 0;
    }

    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin-left: 0;
    }
}

@media (min-width:1600px) {
    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin-left: 0;
    }

    .block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c+.block--view-mode-sd_b001_c {
        margin-left: 0;
    }
}

.sdb001_d-base, .block--view-mode-sd_b001_d {
    border-top: #E5E5E5;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
}

.sdb001_d-base h2, .block--view-mode-sd_b001_d h2 {
    margin: 15px 0;
    line-height: 30px;
    font-size: 25.5px;
    font-weight: 400;
}

.sdb001_d-base h3, .block--view-mode-sd_b001_d h3 {
    margin: 0 0 14px;
    line-height: 1;
}

.sdb001_d-base strong, .block--view-mode-sd_b001_d strong {
    font-size: 20px;
    display: block;
    line-height: 1;
}

.sdb001_d-base .field--name-field-image, .block--view-mode-sd_b001_d .field--name-field-image, .sdb001_d-base .field--name-field-image-mobile, .block--view-mode-sd_b001_d .field--name-field-image-mobile {
    order: 99;
    overflow: visible;
}

.sdb001_d-base img, .block--view-mode-sd_b001_d img {
    width: 200%;
    height: auto;
    max-width: none;
    transform: translateX(-50%);
}
}
}
}

.block--view-mode-sd_b001_d .schedule-info-wrapper {
    margin-top: 0;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper h2 {
    margin-bottom: 20px;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper h2 strong {
    font-size: 27px;
    font-weight: 400;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper h3 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 400;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper ul {
    margin-top: 20px;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper ul li {
    padding-left: 1em;
    text-indent: -0.7em;
    font-size: 15px;
    line-height: 20px;
    color: black;
}

.block--view-mode-sd_b001_d .schedule-info-wrapper ul li:before {
    content: " ";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: red;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}
}
}

.sdb001_default-base, .block--view-mode-default {
    padding: 20px 20px 10px;
}

.sdb001_default-base.wrap-reconnect-double, .wrap-reconnect-double.block--view-mode-default {
    padding: 0 !important;
}

.sdb001_default-base.wrap-control-smartphone, .wrap-control-smartphone.block--view-mode-default {
    margin: 0 -16px;
}

.sdb001_default-base.wrap-opinion, .wrap-opinion.block--view-mode-default {
    padding-bottom: 3.25rem;
}

.sdb001_default-base.wrapper-services-colum, .wrapper-services-colum.block--view-mode-default {
    background-color: #F3F3F3;
}

.sdb001_default-base.border-full, .border-full.block--view-mode-default {
    margin: 0 -16px;
}

.sdb001_default-base h2, .block--view-mode-default h2 {
    margin-bottom: 33px;
    font-size: 22px;
}

.sdb001_default-base h2 a, .block--view-mode-default h2 a {
    color: black;
    line-height: 30px;
    font-size: 28px;
    font-weight: 400;
}

.sdb001_default-base h2 span, .block--view-mode-default h2 span {
    font-weight: 300;
}
}

.sdb001_default-base .field--name-field-image, .block--view-mode-default .field--name-field-image, .sdb001_default-base .field--name-field-image-mobile, .block--view-mode-default .field--name-field-image-mobile {
    display: block;
    width: 95%;
    margin: 20px auto;
}

.sdb001_default-base img, .block--view-mode-default img {
    margin: 0 auto;
}

.sdb001_default-base.wrapper-hire-hand, .wrapper-hire-hand.block--view-mode-default {
    padding-bottom: 0;
    padding-top: 0;
}

.sdb001_default-base .negrita, .block--view-mode-default .negrita {
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.sdb001_default-base .negr, .block--view-mode-default .negr {
    color: black;
    margin-bottom: 25px;
}

.sdb001_default-base .m_comparison .m_comparison_table, .block--view-mode-default .m_comparison .m_comparison_table {
    display: none;
}

.sdb001_default-base .m_comparison .m_comparison_legend, .block--view-mode-default .m_comparison .m_comparison_legend {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.sdb001_default-base .m_comparison .m_comparison_legend .m_comparison_legend_available, .block--view-mode-default .m_comparison .m_comparison_legend .m_comparison_legend_available, .sdb001_default-base .m_comparison .m_comparison_legend .m_comparison_legend_opt_in, .block--view-mode-default .m_comparison .m_comparison_legend .m_comparison_legend_opt_in, .sdb001_default-base .m_comparison .m_comparison_legend .m_comparison_legend_unavailable, .block--view-mode-default .m_comparison .m_comparison_legend .m_comparison_legend_unavailable {
    display: none;
}

.sdb001_default-base .m_comparison .m_comparison_legend dd, .block--view-mode-default .m_comparison .m_comparison_legend dd {
    color: #666666;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    font-weight: 300;
    margin: 0 1rem 1rem .5rem;
    white-space: nowrap;
}

.sdb001_default-base .m_comparison .m_comparison_legend dd:before, .block--view-mode-default .m_comparison .m_comparison_legend dd:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin-right: 1rem;
    font-size: 0;
    height: 22px;
    width: 22px;
}

.sdb001_default-base .m_comparison .m_comparison_legend dd:nth-child(2):before, .block--view-mode-default .m_comparison .m_comparison_legend dd:nth-child(2):before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/available.svg);
}

.sdb001_default-base .m_comparison .m_comparison_legend dd:nth-child(4):before, .block--view-mode-default .m_comparison .m_comparison_legend dd:nth-child(4):before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/opt_in.svg);
}

.sdb001_default-base .m_comparison .m_comparison_legend dd:nth-child(6):before, .block--view-mode-default .m_comparison .m_comparison_legend dd:nth-child(6):before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/not_available.svg);
}

.sdb001_default-base.table-comparison-block, .table-comparison-block.block--view-mode-default {
    padding-left: 0;
    padding-right: 0;
}

.sdb001_default-base.table-comparison-block .col-md-12, .table-comparison-block.block--view-mode-default .col-md-12 {
    padding: 0;
}

.sdb001_default-base .m_text_content .ekomi-top, .block--view-mode-default .m_text_content .ekomi-top {
    align-items: center;
    display: flex;
    justify-content: center;
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-1, .block--view-mode-default .m_text_content .ekomi-top .ekomi-1 {
    align-items: center;
    display: flex;
}

@media (min-width:768px) {
    .sdb001_default-base .m_text_content .ekomi-top .ekomi-1, .block--view-mode-default .m_text_content .ekomi-top .ekomi-1 {
        margin-bottom: 2rem;
    }
}

@media (min-width:990px) {
    .sdb001_default-base .m_text_content .ekomi-top .ekomi-1, .block--view-mode-default .m_text_content .ekomi-top .ekomi-1 {
        margin-bottom: 0;
    }
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-1 .EKtexto, .block--view-mode-default .m_text_content .ekomi-top .ekomi-1 .EKtexto {
    color: #666666;
    float: none;
    margin-left: 1rem;
    padding: 0;
    width: 51%;
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-1 #eKomiSeal_default a, .block--view-mode-default .m_text_content .ekomi-top .ekomi-1 #eKomiSeal_default a {
    content: none;
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-2, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 {
    margin-top: 2rem;
    width: 53%;
}

@media (min-width:768px) {
    .sdb001_default-base .m_text_content .ekomi-top .ekomi-2, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 {
        margin-bottom: 2rem;
    }
}

@media (min-width:990px) {
    .sdb001_default-base .m_text_content .ekomi-top .ekomi-2, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 {
        margin-bottom: 0;
    }
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-2 .EKstars, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 .EKstars {
    float: none;
    padding: 0;
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-2 .EKstars article, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 .EKstars article, .sdb001_default-base .m_text_content .ekomi-top .ekomi-2 .EKstars .embedded-entity, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 .EKstars .embedded-entity {
    margin-left: .5rem;
}

.sdb001_default-base .m_text_content .ekomi-top .ekomi-2 .EKstars .rate, .block--view-mode-default .m_text_content .ekomi-top .ekomi-2 .EKstars .rate {
    color: #666666;
    float: none;
    margin: 0;
    margin-left: 10px;
}

.sdb001_default-base .m_text_content .ekomi-3, .block--view-mode-default .m_text_content .ekomi-3 {
    color: #666666;
    margin-bottom: 2rem;
}

.sdb001_default-base .m_text_content .ekomi-3 a, .block--view-mode-default .m_text_content .ekomi-3 a {
    text-decoration: underline;
}

.sdb001_default-base .m_text_content .ekomi-3 a:hover, .block--view-mode-default .m_text_content .ekomi-3 a:hover {
    color: black;
}

.sdb001_default-base .testimonials_row_content li:not(:last-child), .block--view-mode-default .testimonials_row_content li:not(:last-child) {
    margin-bottom: 15px;
}

.sdb001_default-base .testimonials_row_content .m_testimony_avatar, .block--view-mode-default .testimonials_row_content .m_testimony_avatar {
    width: 100%;
    margin-bottom: 10px;
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote, .block--view-mode-default .testimonials_row_content .m_testimony_quote {
    width: 100%;
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote cite, .block--view-mode-default .testimonials_row_content .m_testimony_quote cite {
    color: black;
    display: block;
    font-size: 18px;
    margin-bottom: 17px;
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content {
    padding: 0 40px;
    position: relative;
    text-align: center;
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before, .sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/quotes.svg);
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    width: 16px;
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::before {
    left: 0;
    top: 0;
    transform: translateX(130%);
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content::after {
    background-position: right top;
    bottom: 0;
    right: 0;
    transform: translateX(-130%);
}

.sdb001_default-base .testimonials_row_content .m_testimony_quote .m_testimony_quote_content p, .block--view-mode-default .testimonials_row_content .m_testimony_quote .m_testimony_quote_content p {
    color: #666666;
    font-weight: 300;
}

.sdb001_default-base .testimonials_row_content .m_testimony_link, .block--view-mode-default .testimonials_row_content .m_testimony_link {
    width: 100%;
}

.sdb001_default-base .testimonials_row_content .m_testimony_link a, .block--view-mode-default .testimonials_row_content .m_testimony_link a {
    font-size: 15px;
    font-weight: 300;
    padding-right: 29px;
    text-decoration: none;
    text-align: right;
    width: 100%;
}

.sdb001_default-base .testimonials_row_content .m_testimony_link a:before, .block--view-mode-default .testimonials_row_content .m_testimony_link a:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    width: 19px;
}

.sdb001_default-base .testimonials_row_content .m_testimony_link a:hover, .block--view-mode-default .testimonials_row_content .m_testimony_link a:hover {
    color: black;
    text-decoration: underline;
}

.sdb001_default-base .testimonials_row_content .m_testimony_link a:hover::before, .block--view-mode-default .testimonials_row_content .m_testimony_link a:hover::before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg);
}
}

@media (min-width:990px) {
    .block--view-mode-default .testimonials_row_content li {
        width: 50%;
    }

    .block--view-mode-default .testimonials_row_content li .m_testimony_avatar {
        width: 19%;
    }
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .m_text:last-child {
    margin-bottom: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .m_text p:last-child {
    margin-bottom: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child {
    padding-bottom: 4rem;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-cookies, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-values, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-homologated-alarm {
    max-width: 800px;
}

@media (min-width:1170px) {
    .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-cookies, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-values, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-homologated-alarm {
        padding-top: 20px;
    }
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-cookies.ck-ptop-none, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-values.ck-ptop-none, .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child .wrapper-homologated-alarm.ck-ptop-none {
    padding-top: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default div.wrapper-cookies {
    max-width: 100%;
    overflow-x: auto;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default div.wrapper-cookies table.table-border tr {
    background: none;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default div.wrapper-cookies table.table-border tr td:last-child {
    width: auto;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default div.wrapper-cookies table.table-border tr:first-of-type th {
    white-space: nowrap;
    text-align: center;
    padding: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .wrapper-values h2 {
    margin-top: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .wrapper-values .m_values .m_values_title {
    color: #666666;
    display: block;
    font-weight: 400;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 16px;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default h2, .col-md-8 .block-content-type-sd_b001.block--view-mode-default .m_text {
    text-align: left;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default h2 {
    margin-bottom: 20px;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default h2.m_title {
    margin-top: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default h2:not(:first-of-type) {
    margin-top: 20px;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default h3 {
    color: #666666;
    font-size: 1.17rem;
    line-height: 1.5rem;
    margin-bottom: 18px;
    margin-top: 18px;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .negr {
    color: black;
    margin-bottom: 25px;
}

@media (min-width:768px) {
    .col-md-8 .block-content-type-sd_b001.block--view-mode-default img, .col-md-8 .block-content-type-sd_b001.block--view-mode-default .m_text {
        margin-left: 0;
        margin-right: 0;
    }
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default img {
    margin-top: 25px;
    margin-bottom: 25px;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .grid-container img {
    margin: 0;
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default .video-wrapper img {
    margin: 0;
}

.col-md-8 .block-content-type-sd_b002.wrap-offices {
    margin: 0 20px;
}

.col-md-8 .block-ctools-block {
    padding: 20px 20px 10px;
}

.col-md-8 .block-ctools-block.block-entity-fieldnodefield-link, .col-md-8 .block-ctools-block.block-entity-fieldnodefield-video {
    padding-bottom: 0;
    padding-top: 0;
}

.col-lg-8 .block-ctools-block {
    padding: 20px 20px 10px;
}

.grid-container-movil {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
    padding: 10px;
    margin-top: 40px;
}

.grid-container-movil>div {
    margin-top: 40px;
}

@media (min-width:768px) {
    .grid-container-movil>div {
        margin-top: 0;
    }
}

.grid-container-movil p {
    padding-bottom: 10px;
}

@media (min-width:768px) {
    .grid-container-movil {
        grid-template-columns: auto auto auto auto;
    }
}

.m_text_contentmov {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    color: #666666;
    line-height: 26px;
}

.grid-vision-ladron {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
}
}
}
}
}
}

.wrap-image-background {
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .wrap-image-background {
        background-image: url(/themes/custom/securitasDirect/images/backgrounds/punteados.png);
        background-position: center 29%;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.wrap-image-background figure {
    margin: 0;
}

.wrap-image-background .grid-vision-ladron {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width:768px) {
    .wrap-image-background .grid-vision-ladron {
        flex-flow: row nowrap;
    }
}

.wrap-image-background .grid-vision-ladron .cell {
    width: 100%;
}

.wrap-image-background .grid-vision-ladron .cell:not(:first-child) {
    margin-top: 40px;
}

@media (min-width:768px) {
    .wrap-image-background .grid-vision-ladron .cell {
        width: 18%;
        margin-top: 0;
    }

    .wrap-image-background .grid-vision-ladron .cell:nth-child(4) {
        width: 24%;
    }
}

.wrap-image-background .grid-vision-ladron .web-label {
    background-color: #f3f3f3;
    border-radius: 10px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    margin: 0 11px;
    padding: 20px;
}

.grid-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 42px auto;
    margin-top: 1rem;
    padding: 0px;
}

.grid-container .itemtext {
    color: #666666;
    line-height: 25px;
}

.grid-container .itemtext h2 {
    color: #666666;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    margin: 10px 0 20px 0;
}

.grid-container .itemtext p {
    margin-bottom: 0;
}

.block-content-type-sd_b001.block--view-mode-default .ribbon {
    margin: -20px -35px -10px;
}

.sd_b001_e_reverse_base, .block--view-mode-sd_b001_e_reverse {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
}

.sd_b001_e_reverse_base h2, .block--view-mode-sd_b001_e_reverse h2 {
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.sd_b001_e_reverse_base h2 strong, .block--view-mode-sd_b001_e_reverse h2 strong {
    display: block;
    width: 100%;
}

.sd_b001_e_reverse_base h2 span, .block--view-mode-sd_b001_e_reverse h2 span {
    font-weight: 400;
}

.sd_b001_e_reverse_base h3, .block--view-mode-sd_b001_e_reverse h3 {
    color: #666666;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
}

.sd_b001_e_reverse_base .play-video, .block--view-mode-sd_b001_e_reverse .play-video {
    bottom: 0;
    position: absolute;
    right: 50%;
    transform: translate(49%, -31%);
    z-index: 9;
}

.sd_b001_e_reverse_base .play-video a, .block--view-mode-sd_b001_e_reverse .play-video a {
    display: table;
    margin: 30px auto;
}

.sd_b001_e_reverse_base p, .block--view-mode-sd_b001_e_reverse p {
    text-align: left;
}

.sd_b001_e_reverse_base p a, .block--view-mode-sd_b001_e_reverse p a {
    color: #ff0033;
    font-size: 16px;
    text-decoration: none;
}

.sd_b001_e_reverse_base p a:hover, .block--view-mode-sd_b001_e_reverse p a:hover {
    color: #ff0033;
    text-decoration: underline;
}

.sd_b001_e_reverse_base p a.link-fill, .block--view-mode-sd_b001_e_reverse p a.link-fill {
    color: #ff0033;
    font-size: 16px;
    text-decoration: none;
    margin: 30px auto;
    display: table;
}

.sd_b001_e_reverse_base p a.link-fill:hover, .block--view-mode-sd_b001_e_reverse p a.link-fill:hover {
    color: white;
    text-decoration: none;
}

.sd_b001_e_reverse_base p.phone, .block--view-mode-sd_b001_e_reverse p.phone {
    color: black;
    font-size: 15px;
    text-align: center;
}

.sd_b001_e_reverse_base p.phone strong, .block--view-mode-sd_b001_e_reverse p.phone strong {
    font-weight: 500;
    font-size: 18px;
}

.sd_b001_e_reverse_base .field--name-field-new, .block--view-mode-sd_b001_e_reverse .field--name-field-new, .sd_b001_e_reverse_base .field--name-field-new-mobile, .block--view-mode-sd_b001_e_reverse .field--name-field-new-mobile {
    background-color: #ff0033;
    border-radius: 7px;
    color: white;
    display: inline;
    font-size: 16px;
    padding: 6px;
    text-transform: uppercase;
    z-index: 1;
}

.sd_b001_e_reverse_base .field--name-field-image, .block--view-mode-sd_b001_e_reverse .field--name-field-image, .sd_b001_e_reverse_base .field--name-field-image-mobile, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile {
    margin: 50px -20px 0;
    order: 99;
}

.sd_b001_e_reverse_base img, .block--view-mode-sd_b001_e_reverse img {
    margin: 0 auto;
}

@media (min-width:480px) {
    .col-md-12 .block--view-mode-sd_b001_e_reverse .play-video {
        transform: translate(46%, -73%);
    }
}

@media (min-width:768px) {
    .col-md-12 .block--view-mode-sd_b001_e_reverse .play-video {
        bottom: 37%;
        transform: translate(43%, 100%);
    }

    .col-md-12 .block--view-mode-sd_b001_e_reverse .field--name-field-image, .col-md-12 .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile {
        margin-left: 0;
        margin-right: 0;
    }
}
}

.sdb001_e-base, .block--view-mode-sd_b001_e {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    overflow: hidden;
    padding: 20px 20px 0;
    position: relative;
}

.sdb001_e-base h2, .block--view-mode-sd_b001_e h2 {
    font-weight: 500;
    text-align: center;
}

.sdb001_e-base h2 span, .block--view-mode-sd_b001_e h2 span {
    font-weight: 400;
}

.sdb001_e-base h3, .block--view-mode-sd_b001_e h3 {
    color: #666666;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
}

.sdb001_e-base p a, .block--view-mode-sd_b001_e p a {
    color: #ff0033;
    font-size: 16px;
    text-decoration: none;
}

.sdb001_e-base p a:hover, .block--view-mode-sd_b001_e p a:hover {
    color: #ff0033;
    text-decoration: underline;
}

.sdb001_e-base p a.link-fill, .block--view-mode-sd_b001_e p a.link-fill {
    color: #ff0033;
    font-size: 16px;
    text-decoration: none;
    margin: 30px auto;
    display: table;
}

.sdb001_e-base p a.link-fill:hover, .block--view-mode-sd_b001_e p a.link-fill:hover {
    color: white;
    text-decoration: none;
}

.sdb001_e-base p.phone, .block--view-mode-sd_b001_e p.phone {
    color: black;
    font-size: 15px;
    text-align: center;
}

.sdb001_e-base p.phone strong, .block--view-mode-sd_b001_e p.phone strong {
    font-weight: 500;
    font-size: 18px;
}

.sdb001_e-base .play-video, .block--view-mode-sd_b001_e .play-video {
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translate(-51%, -31%);
    z-index: 9;
}

.sdb001_e-base .play-video a, .block--view-mode-sd_b001_e .play-video a {
    display: table;
    margin: 30px auto;
}

.sdb001_e-base .field--name-field-new, .block--view-mode-sd_b001_e .field--name-field-new, .sdb001_e-base .field--name-field-new-mobile, .block--view-mode-sd_b001_e .field--name-field-new-mobile {
    display: inline;
    z-index: 1;
    color: white;
    background-color: #ff0033;
    padding: 6px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 16px;
}

.sdb001_e-base .field--name-field-image, .block--view-mode-sd_b001_e .field--name-field-image, .sdb001_e-base .field--name-field-image-mobile, .block--view-mode-sd_b001_e .field--name-field-image-mobile {
    order: 99;
    margin: 50px -20px 0;
}

.sdb001_e-base .m_info_description, .block--view-mode-sd_b001_e .m_info_description {
    font-size: 16px;
}

.sdb001_e-base img, .block--view-mode-sd_b001_e img {
    margin: 0 auto;
}

@media (min-width:480px) {
    .col-md-12 .block--view-mode-sd_b001_e .play-video {
        transform: translate(-46%, -73%);
    }
}
}
}

.block--view-mode-sd_b001_f {
    align-items: center;
    background: black;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    padding: 20px 10px 0 30px;
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_f {
        height: 515px;
    }
}
}

.block--view-mode-sd_b001_f .field--type-image {
    margin-right: 30px;
    order: 2;
    width: 100%;
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_f .field--type-image {
        order: 1;
        width: 40%;
    }
}

.block--view-mode-sd_b001_f .field--type-image img {
    margin: 0 auto;
}

@media (min-width:1170px) {
    .block--view-mode-sd_b001_f .field--type-image img {
        height: 474px;
        width: 594px;
    }
}

.block--view-mode-sd_b001_f h3 {
    background-color: white;
    color: black;
    display: inline-block;
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 18px;
    padding: 7px;
    width: auto;
}

.block--view-mode-sd_b001_f h2 {
    line-height: 31px;
    margin: 1.25rem 0;
    color: #FFFFFF;
    font-size: 1.6em;
}

.block--view-mode-sd_b001_f p {
    color: white;
    line-height: 1.24;
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_f p {
        color: #d5d4d4;
    }
}

@media (min-width:1170px) {
    .block--view-mode-sd_b001_f p {
        max-width: 35.69rem;
    }
}

.block--view-mode-sd_b001_f p:nth-child(5) {
    align-items: center;
    display: flex;
}

.block--view-mode-sd_b001_f p:nth-child(5):before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    margin-right: .5rem;
    height: 24px;
    width: 24px;
}

.block--view-mode-sd_b001_f p:nth-child(5):hover a {
    color: white;
    text-decoration: underline;
}

.block--view-mode-sd_b001_f p:nth-child(5):hover:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/png/go_small_alt_white.png);
}

.block--view-mode-sd_b001_f .play-video {
    align-items: center;
    display: flex;
}

.block--view-mode-sd_b001_f .play-video:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/png/play-peq.png);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    display: block;
    margin-right: .5rem;
    height: 24px;
    width: 24px;
}

.block--view-mode-sd_b001_f .play-video:hover a {
    color: white;
    text-decoration: underline;
}

.block--view-mode-sd_b001_f .play-video:hover:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/png/play-peq-b.png);
}

.sdb001_g-base h2, .block--view-mode-sd_b001_g h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 20px 33px 20px;
    text-align: center;
    margin: 0;
}

.sdb001_g-base h2 span, .block--view-mode-sd_b001_g h2 span {
    font-weight: 300;
}

.sdb001_g-base p, .block--view-mode-sd_b001_g p {
    color: #666666;
    line-height: 1.538em;
    margin: 0 auto;
    max-width: 790px;
    text-align: center;
}

.sdb001_g-base .field--name-field-image, .block--view-mode-sd_b001_g .field--name-field-image, .sdb001_g-base .field--name-field-image-mobile, .block--view-mode-sd_b001_g .field--name-field-image-mobile {
    padding-bottom: 30px;
}

@media (min-width:768px) {
    .col-md-12 .block--view-mode-sd_b001_g h2 {
        font-weight: 400;
        font-size: 28px;
    }
}

.sdb001_h-base, .block--view-mode-sd_b001_h {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 60px -15px;
    padding: 0 20px;
    text-align: center;
    width: calc(100% + 30px);
    overflow: hidden;
    justify-content: center;
}

.sdb001_h-base h2, .block--view-mode-sd_b001_h h2 {
    margin: 30px 0 30px;
    line-height: 30px;
    font-size: 22px;
}

.sdb001_h-base h2 strong, .block--view-mode-sd_b001_h h2 strong {
    font-weight: 400;
}

.sdb001_h-base .field--name-field-image, .block--view-mode-sd_b001_h .field--name-field-image, .sdb001_h-base .field--name-field-image-mobile, .block--view-mode-sd_b001_h .field--name-field-image-mobile {
    flex-basis: 100%;
    order: 99;
    margin-top: 27px;
    overflow: visible;
    margin-left: -20px;
}

.sdb001_h-base img, .block--view-mode-sd_b001_h img {
    margin: 0 auto;
    max-width: none;
    margin-left: 0;
    height: 300px;
    width: auto;
    min-width: calc(100% + 60px);
}
}
}
}
}
}

.sdb001_i-base, .block--view-mode-sd_b001_i {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

.sdb001_i-base .wrapper-sd_b001_i, .block--view-mode-sd_b001_i .wrapper-sd_b001_i {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

.sdb001_i-base h2, .block--view-mode-sd_b001_i h2 {
    font-weight: 500;
    font-size: 22px;
    margin: 15px 0;
    line-height: 30px;
    text-align: center;
}

.sdb001_i-base h2 span, .block--view-mode-sd_b001_i h2 span {
    font-weight: 500;
}

.sdb001_i-base .field--name-field-image, .block--view-mode-sd_b001_i .field--name-field-image, .sdb001_i-base .field--name-field-image-mobile, .block--view-mode-sd_b001_i .field--name-field-image-mobile {
    flex-basis: 100%;
    width: 100%;
    order: 99;
}

.sdb001_i-base img, .block--view-mode-sd_b001_i img {
    margin: 0 auto;
}
}
}

.sdb001_j-base, .block--view-mode-sd_b001_j {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0 -16px;
}

.sdb001_j-base .field--name-field-image, .block--view-mode-sd_b001_j .field--name-field-image, .sdb001_j-base .field--name-field-image-mobile, .block--view-mode-sd_b001_j .field--name-field-image-mobile {
    flex-basis: 100%;
    width: 100%;
    overflow: hidden;
    height: 290px;
}

.sdb001_j-base .field--name-field-image img, .block--view-mode-sd_b001_j .field--name-field-image img, .sdb001_j-base .field--name-field-image-mobile img, .block--view-mode-sd_b001_j .field--name-field-image-mobile img {
    margin-left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 500px;
}
}

.sdb001_k-base, .block--view-mode-sd_b001_k {
    padding-bottom: 65px;
    text-align: center;
    padding: 0 10px 20px 0;
}

.sdb001_k-base h2, .block--view-mode-sd_b001_k h2 {
    margin-bottom: 33px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sdb001_k-base .field--name-field-image, .block--view-mode-sd_b001_k .field--name-field-image, .sdb001_k-base .field--name-field-image-mobile, .block--view-mode-sd_b001_k .field--name-field-image-mobile {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.sdb001_k-base img, .block--view-mode-sd_b001_k img {
    margin: 0 auto;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_k {
        max-width: 49.7%;
        margin: 0;
        display: inline-table;
        padding: 0 20px;
        padding-bottom: 60px;
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin: 0 auto;
        display: block;
    }
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_k {
        width: 33%;
        max-width: 400px;
        padding-bottom: 90px;
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin: 0;
        display: inline-table;
    }
}

@media (min-width:1240px) {
    .block--view-mode-sd_b001_k {
        margin-left: calc(((100vw - 1200px) / 2) - 20px);
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin-left: 0;
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin-left: 0;
    }
}

@media (min-width:1600px) {
    .block--view-mode-sd_b001_k {
        margin-left: 200px;
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin-left: 0;
    }

    .block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k+.block--view-mode-sd_b001_k {
        margin-left: 0;
    }
}

.sdb001_l-base, .block--view-mode-sd_b001_l {
    margin: 0 -16px;
    position: relative;
}

.sdb001_l-base.custom-margen, .custom-margen.block--view-mode-sd_b001_l {
    margin: 0;
}

.sdb001_l-base .field--name-field-image, .block--view-mode-sd_b001_l .field--name-field-image, .sdb001_l-base .field--name-field-image-mobile, .block--view-mode-sd_b001_l .field--name-field-image-mobile {
    width: 100%;
    display: block;
    height: 500px;
    overflow: hidden;
}

.sdb001_l-base img, .block--view-mode-sd_b001_l img {
    height: 500px;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
}

.block-content-type-sd_b004 .m_title {
    font-size: 28px;
    font-weight: 300;
}

.block-content-type-sd_b004 .paragraph--type--securitas-internet-item {
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.block-content-type-sd_b004 .paragraph--type--securitas-internet-item img {
    margin: 0 auto;
}

.block-content-type-sd_b004 .field--name-field-title {
    font-weight: 400;
    font-size: 20px;
    margin: 15px 0 10px;
    color: black;
}

.block-content-type-sd_b004 .field--name-field-paragraph, .block-content-type-sd_b004 .field--name-field-paragraph-mobile {
    padding-top: 50px;
}

.block-content-type-sd_b004 .field--name-field-paragraph>.field__item, .block-content-type-sd_b004 .field--name-field-paragraph-mobile>.field__item {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

@media (min-width:768px) {
    .block-content-type-sd_b004 .field--name-field-paragraph>.field__item, .block-content-type-sd_b004 .field--name-field-paragraph-mobile>.field__item {
        width: 50%;
    }

    .block-content-type-sd_b004 .field--name-field-paragraph>.field__item:nth-child(2n + 1), .block-content-type-sd_b004 .field--name-field-paragraph-mobile>.field__item:nth-child(2n + 1) {
        clear: left;
    }
}

.block-content-type-sd_b004 .field--name-field-link a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.block-content-type-sd_b004 .field--name-field-link a:hover {
    color: #70181d;
    text-decoration: underline;
}

.block-content-type-sd_b004 .field--name-field-link a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.block-content-type-sd_b004 .field--name-field-link a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.block-content-type-sd_b005 {
    padding: 20px 20px 10px;
    overflow: hidden;
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel {
    display: block;
    text-align: center;
    position: relative;
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel img {
    border-top-right-radius: 100px;
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-prev, .block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-next {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 20px;
    height: 30px;
    background: red url(/themes/custom/securitasDirect/images/slider-arrow-left.png) no-repeat center;
    background-size: 30%;
    font-size: 0;
    outline: none;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-prev.disabled, .block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-next.disabled {
    opacity: 0.4;
}

@media (min-width:768px) {
    .block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-prev, .block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-next {
        width: 50px;
        height: 40px;
    }
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .owl-next {
    right: 0;
    left: unset;
    background-image: url(/themes/custom/securitasDirect/images/slider-arrow-right.png);
    margin-right: 28px;
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .field--name-field-panopoly-media-description {
    margin-top: 40px;
    text-align: left;
    padding: 0 20px;
}

.block-content-type-sd_b005 .field--name-field-multi-image .owl-carousel .field--name-field-panopoly-media-description .textred {
    color: #ff0033;
}

.search-form {
    background-color: white;
    padding: 1rem 2rem;
}

.search-form .form-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.search-form .form-wrapper div, .search-form .form-wrapper label {
    display: block;
}

.search-form .form-wrapper .form-submit {
    align-self: flex-end;
}

.webform-submission-socios-distribuidores-form, .webform-submission-promotores-inmobiliarios-form, .webform-model-1, .webform-submission-contatti-form {
    margin-left: 20px;
}

.webform-submission-socios-distribuidores-form .form-actions, .webform-submission-promotores-inmobiliarios-form .form-actions, .webform-model-1 .form-actions, .webform-submission-contatti-form .form-actions {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

@media (min-width:990px) {
    .webform-submission-socios-distribuidores-form .form-actions, .webform-submission-promotores-inmobiliarios-form .form-actions, .webform-model-1 .form-actions, .webform-submission-contatti-form .form-actions {
        max-width: 545px;
    }
}

.webform-submission-socios-distribuidores-form .form-actions .webform-button--submit, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--submit, .webform-model-1 .form-actions .webform-button--submit, .webform-submission-contatti-form .form-actions .webform-button--submit {
    order: 2;
}

.webform-submission-socios-distribuidores-form .form-actions .webform-button--reset, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--reset, .webform-model-1 .form-actions .webform-button--reset, .webform-submission-contatti-form .form-actions .webform-button--reset {
    background: white;
    color: black;
    margin-left: 0;
    margin-right: 20px;
    border: 1px solid #cccccc;
}

.webform-submission-socios-distribuidores-form .form-actions .webform-button--reset:hover, .webform-submission-promotores-inmobiliarios-form .form-actions .webform-button--reset:hover, .webform-model-1 .form-actions .webform-button--reset:hover, .webform-submission-contatti-form .form-actions .webform-button--reset:hover {
    background: #cccccc;
    color: white;
}

.webform-submission-socios-distribuidores-form .form-type-textarea .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .field-prefix, .webform-model-1 .form-type-textarea .field-prefix, .webform-submission-contatti-form .form-type-textarea .field-prefix {
    font-family: var(--fira-sans);
    font-weight: 500;
    color: #333333;
    margin-botttom: 0;
}

.webform-submission-socios-distribuidores-form .form-type-textarea .webform-element-description, .webform-submission-promotores-inmobiliarios-form .form-type-textarea .webform-element-description, .webform-model-1 .form-type-textarea .webform-element-description, .webform-submission-contatti-form .form-type-textarea .webform-element-description {
    color: #333333;
    font-family: var(--fira-sans);
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.5;
    margin: 16px 0 20px;
}

@media (min-width:990px) {
    .webform-submission-socios-distribuidores-form, .webform-submission-promotores-inmobiliarios-form, .webform-model-1, .webform-submission-contatti-form {
        max-width: 790px;
    }

    .webform-submission-socios-distribuidores-form .form-item-name .field-prefix, .webform-submission-promotores-inmobiliarios-form .form-item-name .field-prefix, .webform-model-1 .form-item-name .field-prefix, .webform-submission-contatti-form .form-item-name .field-prefix {
        width: 23%;
        display: inline-block;
        font-weight: 500;
    }

    .webform-submission-socios-distribuidores-form .form-item-name input, .webform-submission-promotores-inmobiliarios-form .form-item-name input, .webform-model-1 .form-item-name input, .webform-submission-contatti-form .form-item-name input {
        max-width: 270px;
        display: inline-block;
    }

    .webform-submission-socios-distribuidores-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item .field-prefix, .webform-submission-promotores-inmobiliarios-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item .field-prefix, .webform-model-1 fieldset[data-drupal-selector="edit-datos-contacto"] .form-item .field-prefix, .webform-submission-contatti-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item .field-prefix {
        width: 23%;
        display: inline-block;
        font-weight: 500;
    }

    .webform-submission-socios-distribuidores-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item input, .webform-submission-promotores-inmobiliarios-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item input, .webform-model-1 fieldset[data-drupal-selector="edit-datos-contacto"] .form-item input, .webform-submission-contatti-form fieldset[data-drupal-selector="edit-datos-contacto"] .form-item input {
        max-width: 270px;
        display: inline-block;
    }
}

.webform-submission-promotores-inmobiliarios-form {
    padding: 20px 20px 10px;
}

@media (min-width:990px) {
    .webform-submission-promotores-inmobiliarios-form {
        max-width: 790px;
    }

    .webform-submission-promotores-inmobiliarios-form .form-item .field-prefix {
        width: 23%;
        display: inline-block;
        font-weight: 500;
    }

    .webform-submission-promotores-inmobiliarios-form .form-item input {
        max-width: 270px;
        display: inline-block;
    }
}

.block--view-mode-default.block-content-type-sd_b001 .friends-program .m_title {
    color: black;
    max-width: 480px;
    font-size: 22px;
    margin: 50px auto 10px;
    padding: 0 20px;
    font-weight: 300;
}

.block--view-mode-default.block-content-type-sd_b001 .friends-program .m_text {
    margin: 0;
    padding: 20px;
    color: #666666;
}

.block--view-mode-default.block-content-type-sd_b001 .friends-program .m_text strong {
    color: black;
    font-size: 24px;
}

.webform-submission-programa-amigos-form, .webform-submission-form-programa-amigos-form {
    padding: 0 20px;
}

.webform-submission-programa-amigos-form .form-type-processed-text, .webform-submission-form-programa-amigos-form .form-type-processed-text {
    color: #666666;
    text-align: center;
}

.webform-submission-programa-amigos-form .m_btn_link, .webform-submission-form-programa-amigos-form .m_btn_link {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.webform-submission-programa-amigos-form .m_btn_link:hover, .webform-submission-form-programa-amigos-form .m_btn_link:hover {
    color: #70181d;
    text-decoration: underline;
}

.webform-submission-programa-amigos-form .m_btn_link:hover:before, .webform-submission-form-programa-amigos-form .m_btn_link:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.webform-submission-programa-amigos-form .m_btn_link:before, .webform-submission-form-programa-amigos-form .m_btn_link:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.webform-submission-programa-amigos-form .form-item, .webform-submission-form-programa-amigos-form .form-item {
    margin-left: auto;
    margin-right: auto;
    width: 350px;
}

.webform-submission-programa-amigos-form #edit-processed-text, .webform-submission-form-programa-amigos-form #edit-processed-text {
    line-height: 25px;
}

.webform-submission-programa-amigos-form .friends-program-submit-wrapper, .webform-submission-form-programa-amigos-form .friends-program-submit-wrapper {
    position: relative;
    margin: 0 auto;
}

.webform-submission-programa-amigos-form .friends-program-submit-wrapper:after, .webform-submission-form-programa-amigos-form .friends-program-submit-wrapper:after {
    content: "";
    background: url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg);
    width: 27px;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 11px;
    z-index: 7;
    pointer-events: none;
}

.webform-submission-programa-amigos-form .form-actions, .webform-submission-form-programa-amigos-form .form-actions {
    background-color: #f3f3f3;
    padding: 30px 0px;
    margin-left: -36px;
    width: calc(100% + 72px);
    margin-top: 10px;
}

@media (min-width:768px) {
    .webform-submission-programa-amigos-form .form-actions, .webform-submission-form-programa-amigos-form .form-actions {
        margin: 10px 0 0 -20px;
        width: calc(100% + 40px);
    }
}

.webform-submission-programa-amigos-form .webform-button--submit, .webform-submission-form-programa-amigos-form .webform-button--submit {
    padding: 10px 54px 11px 24px;
    font-size: 16px;
    margin: 0 auto;
}

.page-node-176 .sutro .row:nth-child(2), .node-friends-program .sutro .row:nth-child(2) {
    max-width: 1200px;
    margin: 0 auto;
}

form.user-login-form, form.user-pass {
    max-width: 550px;
    margin: 0 auto;
    padding: 24px 0;
}

form.user-login-form label, form.user-pass label {
    color: black;
    font-size: 16px;
}

form.user-login-form .form-item, form.user-pass .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

form.user-login-form .form-item label, form.user-pass .form-item label {
    position: relative;
    text-transform: unset;
}

form.user-login-form .form-item label:after, form.user-pass .form-item label:after {
    margin: 0;
    right: -7px;
    top: 3px;
}

@media (min-width:768px) {
    form.user-login-form .form-item label, form.user-pass .form-item label {
        width: 33.3333%;
    }

    form.user-login-form .form-item input, form.user-pass .form-item input {
        width: 66.6666%;
    }
}

form.user-login-form .form-actions, form.user-pass .form-actions {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

@media (min-width:990px) {
    form.user-login-form .form-actions, form.user-pass .form-actions {
        max-width: 545px;
    }
}

form.user-login-form .form-actions .form-submit:hover, form.user-pass .form-actions .form-submit:hover {
    color: white;
    background: #a62828;
    border-color: #a62828;
}

@media (min-width:768px) {
    form.user-pass .form-item label {
        width: 100%;
    }

    form.user-pass .form-item input {
        width: 100%;
    }
}

.js .field--widget-paragraphs .field-multiple-drag, .js .field--widget-entity-reference-paragraphs .field-multiple-drag {
    max-width: 40px;
    display: inline-block;
    border: none;
    margin-top: 9px;
    padding: 5px;
}

.js .field--widget-paragraphs .field-multiple-drag .handle, .js .field--widget-entity-reference-paragraphs .field-multiple-drag .handle {
    margin: 0;
}

.js .field--widget-paragraphs .field-multiple-drag a, .js .field--widget-entity-reference-paragraphs .field-multiple-drag a {
    max-width: 100%;
}

.js .field--widget-paragraphs td, .js .field--widget-entity-reference-paragraphs td {
    width: 100%;
    padding: 10px;
}

.webform-submission-contatti-form .form-type-processed-text {
    font-weight: 500;
}

.webform-submission-contatti-form .form-actions {
    border: none;
    padding: 0;
    margin-bottom: 32px;
}

@media (min-width:990px) {
    .webform-submission-contatti-form .form-item:not(.form-type-textarea) .field-prefix {
        width: 23%;
        display: inline-block;
        font-weight: 500;
    }

    .webform-submission-contatti-form .form-item:not(.form-type-textarea) input {
        max-width: 270px;
        display: inline-block;
    }
}
}
}
}
}
}
}
}
}

.toolbar-tray a {
    font-weight: 400;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.anti-inhibitors-alarm .col-md-8.radix-layouts-content h3 {
    margin-top: 0;
    color: #666666;
    font-size: 19px;
}

.anti-inhibitors-alarm .col-md-8.radix-layouts-content strong {
    color: #666666;
}
}
}
}
}

.block-content-type-sd_b002 .text-form-error404, .block-content-type-sd_b002 .text-form-error500 {
    width: 100%;
    max-width: 1160px;
    margin: 16px auto 0 auto;
    padding: 0 30px 0 60px;
    text-align: left;
    position: relative;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error404, .block-content-type-sd_b002 .text-form-error500 {
        padding: 5px 0 0 75px;
    }
}

@media (min-width:1170px) {
    .block-content-type-sd_b002 .text-form-error404, .block-content-type-sd_b002 .text-form-error500 {
        padding: 0 0 0 100px;
    }
}

.block-content-type-sd_b002 .text-form-error404 .embedded-entity, .block-content-type-sd_b002 .text-form-error500 .embedded-entity {
    position: absolute;
    top: 14px;
    left: 60px;
}

.block-content-type-sd_b002 .text-form-error404 .embedded-entity img, .block-content-type-sd_b002 .text-form-error500 .embedded-entity img {
    width: 33px;
    height: 33px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error404 .embedded-entity, .block-content-type-sd_b002 .text-form-error500 .embedded-entity {
        top: 10px;
        left: 10px;
    }

    .block-content-type-sd_b002 .text-form-error404 .embedded-entity img, .block-content-type-sd_b002 .text-form-error500 .embedded-entity img {
        width: 55px;
        height: 55px;
    }
}

@media (min-width:1170px) {
    .block-content-type-sd_b002 .text-form-error404 .embedded-entity, .block-content-type-sd_b002 .text-form-error500 .embedded-entity {
        top: 10px;
        left: 0px;
    }

    .block-content-type-sd_b002 .text-form-error404 .embedded-entity img, .block-content-type-sd_b002 .text-form-error500 .embedded-entity img {
        width: 81px;
        height: 81px;
    }
}

.block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .title, .block-content-type-sd_b002 .text-form-error500 .subtitle {
    padding: 10px 0;
    font-weight: 500;
    color: #333333;
    width: 100%;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .title, .block-content-type-sd_b002 .text-form-error500 .subtitle {
        width: calc(100% - 375px);
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .title, .block-content-type-sd_b002 .text-form-error500 .subtitle {
        width: 50%;
    }
}

@media (min-width:1170px) {
    .block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .title, .block-content-type-sd_b002 .text-form-error500 .subtitle {
        width: 54%;
    }
}

.block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error500 .title {
    font-size: 25px;
    padding-left: 45px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error500 .title {
        font-size: 30px;
        padding-left: 0;
    }
}

@media (min-width:1170px) {
    .block-content-type-sd_b002 .text-form-error404 .title, .block-content-type-sd_b002 .text-form-error500 .title {
        padding-top: 15px;
        font-size: 40px;
    }
}

.block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .subtitle {
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}

@media (min-width:1280px) {
    .block-content-type-sd_b002 .text-form-error404 .subtitle, .block-content-type-sd_b002 .text-form-error500 .subtitle {
        font-size: 20px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b002 .text-form-error404 .pre_links, .block-content-type-sd_b002 .text-form-error500 .pre_links {
    margin: 16px 0 0;
    font-size: 15px;
    color: #666666;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error404 .pre_links, .block-content-type-sd_b002 .text-form-error500 .pre_links {
        width: calc(100% - 375px);
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002 .text-form-error404 .pre_links, .block-content-type-sd_b002 .text-form-error500 .pre_links {
        width: 50%;
    }
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links, .block-content-type-sd_b002 .text-form-error500 .suggest_links {
    padding-left: 0;
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links li, .block-content-type-sd_b002 .text-form-error500 .suggest_links li {
    margin-bottom: 0;
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links a, .block-content-type-sd_b002 .text-form-error500 .suggest_links a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links a:hover, .block-content-type-sd_b002 .text-form-error500 .suggest_links a:hover {
    color: #ff0033;
    text-decoration: underline;
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links a:hover:before, .block-content-type-sd_b002 .text-form-error500 .suggest_links a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.block-content-type-sd_b002 .text-form-error404 .suggest_links a:before, .block-content-type-sd_b002 .text-form-error500 .suggest_links a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.block-content-type-sd_b002 .field--name-field-left-info-text, .block-content-type-sd_b002 .field--name-field-left-info-text-mobile {
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .field--name-field-left-info-text, .block-content-type-sd_b002 .field--name-field-left-info-text-mobile {
        min-height: 456px;
    }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error500 .subtitle {
        font-size: 15px;
    }
}

@media (min-width:768px) {
    .block-content-type-sd_b002 .text-form-error500 .title {
        font-size: 40px;
    }
}

.error-pages .block-content-type-sd_b002 .webform-submission-form {
    max-width: 280px;
    width: 100%;
}

@media (min-width:768px) {
    .error-pages .block-content-type-sd_b002 .webform-submission-form {
        max-width: 350px;
    }
}

@media (min-width:990px) {
    .error-pages .block-content-type-sd_b002 {
        border-top: none;
    }
}
}

.error-pages .block--view-mode-sd_b001_g {
    background: #f1f1f1;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 45px 0;
    max-width: none;
    margin-left: -16px;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% + 32px);
}

.error-pages .block--view-mode-sd_b001_g a {
    margin: 0 auto;
    display: block;
    max-width: 1280px;
}

.error-pages .block--view-mode-sd_b001_g h2 {
    font-size: 30px;
}

.error-pages .block--view-mode-sd_b001_g h2 span {
    font-weight: 400;
}

.error-pages .block--view-mode-sd_b001_g p {
    font-size: 17px;
    line-height: 28px;
    color: black;
    font-size: 18px;
}
}

.alarm-sentinel .with-border {
    border-top: 0;
}

.alarm-sentinel .wrap-control-smartphone {
    border-top: 1px solid #E5E5E5;
}

.alarm-zerovision .with-border {
    border-top: 0;
}

.alarm-zerovision .wrap-c-group {
    border-top: 1px solid #E5E5E5;
    margin: 0 -16px;
}

.business-security .with-border {
    border-top: 0;
}

.business-security .custom-border {
    border-bottom: 1px solid #E5E5E5;
}

.business-security .wrapper-services-colum {
    border-top: 1px solid #E5E5E5;
}

.business-security .wrapper-services-colum .wrapper-services-colum {
    border-top: none;
}

.business-security .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-child(5) .field--name-field-image img {
    max-width: 141px;
}

.business-security .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-child(6) .field--name-field-image img {
    max-width: 100%;
}

.business-security .block-content-type-sd_b003 .clock-items-wrapper>.field__item:nth-child(7) .field--name-field-image img {
    max-width: 350px;
}

.page-node-166 .formulario .formulario-wrapper .formulario-llamanos {
    height: auto;
    line-height: auto;
}

.page-node-166 .formulario .formulario-wrapper .formulario-llamanos .formulario-llamanos-numero {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width:768px) {
    .page-node-166 .formulario .formulario-wrapper .formulario-llamanos .formulario-llamanos-numero {
        display: inline;
        width: auto;
        text-align: left;
    }
}

.page-node-176 .sutro .row:nth-child(2), .node-friends-program .sutro .row:nth-child(2) {
    max-width: 1200px;
    margin: 0 -16px 50px;
    border: none;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .page-node-176 .sutro .row:nth-child(2), .node-friends-program .sutro .row:nth-child(2) {
        border: 1px solid #e5e5e5;
    }
}

@media (min-width:1170px) {
    .page-node-176 .sutro .row:nth-child(2), .node-friends-program .sutro .row:nth-child(2) {
        margin: 0 auto 50px;
    }
}

.page-node-176 .sutro .row:nth-child(2) .col-md-6, .node-friends-program .sutro .row:nth-child(2) .col-md-6 {
    padding: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

@media (min-width:768px) {
    .page-node-176 .sutro .row:nth-child(2) .col-md-6, .node-friends-program .sutro .row:nth-child(2) .col-md-6 {
        border-top: none;
        width: 50%;
    }
}

.page-node-176 .sutro .row:nth-child(2) .col-md-6 .panel-panel-inner, .node-friends-program .sutro .row:nth-child(2) .col-md-6 .panel-panel-inner {
    height: 100%;
}

@media (min-width:768px) {
    .page-node-176 .sutro .row:nth-child(2) .col-md-6:first-child, .node-friends-program .sutro .row:nth-child(2) .col-md-6:first-child {
        border-right: 1px solid #e5e5e5;
    }
}

.page-node-176 .sutro .row:nth-child(2) .col-md-6 .block-content-type-sd_b001, .node-friends-program .sutro .row:nth-child(2) .col-md-6 .block-content-type-sd_b001 {
    padding: 0;
}

.page-node-176 .block-region-column2, .node-friends-program .block-region-column2 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.page-node-176 .block-region-column2 .block--view-mode-default, .node-friends-program .block-region-column2 .block--view-mode-default {
    width: 100%;
}

.page-node-176 .block-region-column2 .block--view-mode-default:nth-child(2), .node-friends-program .block-region-column2 .block--view-mode-default:nth-child(2) {
    align-self: flex-end;
}

@media (min-width:0) and (max-width:768px) {
    .page-node-176 .m_tabps, .node-friends-program .m_tabps {
        border-top: 1px solid #e5e5e5;
    }
}

.page-node-176 .m_tabs_content, .node-friends-program .m_tabs_content {
    width: 100%;
}

.page-node-176 .m_tabs_navigation, .node-friends-program .m_tabs_navigation {
    width: 100%;
}

.page-node-176 .m_tabs_navigation a, .node-friends-program .m_tabs_navigation a {
    display: block;
    padding: 15px 10px 10px 20px;
    height: 75px;
    text-decoration: none;
    color: #999;
    box-sizing: border-box;
    background: #ececec;
    float: left;
    width: 50%;
    text-align: left;
}

.page-node-176 .m_tabs_navigation a strong, .node-friends-program .m_tabs_navigation a strong {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
}

.page-node-176 .m_tabs_navigation a.active, .node-friends-program .m_tabs_navigation a.active {
    color: black;
    background-color: white;
}

@media (min-width:990px) {
    .page-node-176 .m_tabs_navigation a.active, .node-friends-program .m_tabs_navigation a.active {
        background-position: 40px 23px;
    }
}

@media (min-width:480px) {
    .page-node-176 .m_tabs_navigation a, .node-friends-program .m_tabs_navigation a {
        background: #ececec url(/themes/custom/securitasDirect/images/backgrounds/gifts_icon.png) no-repeat 25px -67px;
        padding-left: 67px;
    }
}

@media (min-width:990px) {
    .page-node-176 .m_tabs_navigation a, .node-friends-program .m_tabs_navigation a {
        background: #ececec url(/themes/custom/securitasDirect/images/backgrounds/gifts_icon.png) no-repeat 40px -67px;
        padding-left: 90px;
    }
}

.page-node-176 .gifts_content .row, .node-friends-program .gifts_content .row {
    margin: 0;
}

.page-node-176 .gifts_content .m_card:not(.big), .node-friends-program .gifts_content .m_card:not(.big) {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.6;
    text-align: left;
    position: relative;
    justify-content: space-between;
}

.page-node-176 .gifts_content .m_card:not(.big) .m_card_info, .node-friends-program .gifts_content .m_card:not(.big) .m_card_info {
    order: 1;
    width: 100%;
}

@media (min-width:480px) {
    .page-node-176 .gifts_content .m_card:not(.big) .m_card_info, .node-friends-program .gifts_content .m_card:not(.big) .m_card_info {
        width: calc(100% - 170px);
        max-width: 320px;
    }
}

@media (min-width:480px) {
    .page-node-176 .gifts_content .m_card:not(.big) article, .page-node-176 .gifts_content .m_card:not(.big)>div:first-child, .node-friends-program .gifts_content .m_card:not(.big) article, .node-friends-program .gifts_content .m_card:not(.big)>div:first-child {
        order: 2;
        width: 170px;
        margin: 0 auto;
    }
}

.page-node-176 .gifts_content .m_card:not(.big):last-child, .node-friends-program .gifts_content .m_card:not(.big):last-child {
    border-bottom: none;
}

.page-node-176 .gifts_content .m_card:not(.big).m_card_buttom, .node-friends-program .gifts_content .m_card:not(.big).m_card_buttom {
    justify-content: center;
}

.page-node-176 .gifts_content .title, .node-friends-program .gifts_content .title {
    border-bottom: 1px solid #f4f4f4;
    color: black;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.page-node-176 .gifts_content .m_card.big, .node-friends-program .gifts_content .m_card.big {
    text-align: center;
    padding: 40px;
}

.page-node-176 .gifts_content .m_card.big .title, .node-friends-program .gifts_content .m_card.big .title {
    font-size: 22px;
    margin-top: 20px;
    padding: 0;
    color: black;
    font-weight: 500;
    border-bottom: none;
}

.page-node-176 .gifts_content .m_text, .node-friends-program .gifts_content .m_text {
    text-align: left;
    color: #666666;
    padding: 40px;
}

@media (min-width:768px) {
    .page-node-176 .gifts_content .m_text, .node-friends-program .gifts_content .m_text {
        max-height: 780px;
        overflow: auto;
    }
}

.page-node-176 .m_tabs_content .hide, .node-friends-program .m_tabs_content .hide {
    display: none;
}

.page-node-176 .m_tabs_content .regulations .title>*, .node-friends-program .m_tabs_content .regulations .title>* {
    font-size: 18px;
}

.top-programa {
    color: black;
}

.top-programa .m_title {
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 130%;
    margin: 50px auto;
    max-width: 480px;
}

.top-programa strong {
    font-style: normal !important;
    font-weight: 500 !important;
}

.top-programa .m_step_number {
    border-radius: 50%;
    border: 2px solid #D81E29;
    color: #333333;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    height: 85px;
    line-height: 85px;
    margin-bottom: 15px;
    text-align: center;
    width: 85px;
}

.top-programa .m_step {
    text-align: center;
}

.top-programa .s1of3 {
    width: 100%;
    float: left;
    padding: 0 20px;
}

@media (min-width:768px) {
    .top-programa .s1of3 {
        width: 33.33%;
    }
}

.top-programa .m_step_description {
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

@media (min-width:1170px) {
    .friends-program {
        padding-top: 100px;
    }
}

.friends-program .m_title strong {
    font-weight: 500;
}

.friends-program .m_text .m_text {
    line-height: 25px;
}

.friends-program .embedded-entity img {
    width: 100%;
}

.friends-program .m_title strong {
    font-weight: 500;
}

.friends-program .m_text .m_text {
    line-height: 25px;
}

.friends-program .embedded-entity img {
    width: 100%;
}

.friends-program .call-phone strong {
    font-weight: 500;
}

.red-box-float img {
    width: 100%;
}

.red-box-float .form-telephone {
    position: relative;
    padding: 20px 0px;
    background: #ff0033;
    width: 100%;
    border-radius: 50px 0 0 0;
    color: white;
    margin-top: -45px;
}

.red-box-float .form-telephone a {
    color: white;
}

.red-box-float .form-telephone .form-telephone-tel {
    padding: 10px 0px;
    font-size: 40px;
    font-weight: 600;
}

.timeline_row {
    margin: 36px 0 40px;
}

.timeline_row .m_title_inner {
    font-size: 22px;
}

.m_timeline_list {
    position: relative;
    list-style: none;
    display: table;
    width: 100%;
}

.m_timeline_list:before {
    content: " ";
    display: block;
    width: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 36px;
    top: 71px;
    bottom: 71px;
}

.m_timeline_list .m_timeline_date {
    width: 77px;
    margin-right: 30px;
}

.m_timeline_list .m_timeline_item {
    display: flex;
    padding-top: 27px;
    align-items: center;
}

.m_timeline_list .m_timeline_item>* {
    position: relative;
}

.m_timeline_list .m_timeline_item strong {
    border: 3px solid #ff0033;
    border-radius: 50%;
    width: 71px;
    height: 71px;
    background-color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m_timeline_list .m_timeline_item p {
    margin-bottom: 0;
}

>.m_timeline_list:first-child {
    padding-top: 0;
}

.home-security .with-border {
    border-top: 0;
}

.home-security .custom-border {
    border-bottom: 1px solid #E5E5E5;
}

.page-node-166 .formulario .formulario-wrapper .formulario-llamanos {
    height: auto;
    line-height: auto;
}

.page-node-166 .formulario .formulario-wrapper .formulario-llamanos .formulario-llamanos-numero {
    display: block;
    width: 100%;
    text-align: center;
}

@media (min-width:768px) {
    .page-node-166 .formulario .formulario-wrapper .formulario-llamanos .formulario-llamanos-numero {
        display: inline;
        width: auto;
        text-align: left;
    }
}
}

.page-node-170 .block-page-title-block, .page-node-279 .block-page-title-block {
    display: none;
}

.page-node-170 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image, .page-node-279 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image {
    background: transparent url(/themes/custom/securitasDirect/images/backgrounds/hogar.jpg) no-repeat center center;
    background-position: 50% 50%;
    background-size: cover;
    height: 300px;
}

@media (min-width:768px) {
    .page-node-170 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image, .page-node-279 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image {
        height: auto;
    }
}

.page-node-170 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image img, .page-node-279 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image img {
    visibility: hidden;
}

@media (min-width:768px) {
    .page-node-170 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image img, .page-node-279 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image img {
        visibility: visible;
    }
}

.page-node-279 .block-content-type-sd_b002.block--view-mode-full .field--name-field-image {
    background-image: url(/themes/custom/securitasDirect/images/backgrounds/negocio.jpg);
}

.page-node-279 .block-content-type-sd_b001.block--view-mode-default.border-full {
    padding-top: 0;
}

.page-node-372 .block--view-mode-sd_b001_e_reverse:first-of-type, .page-node-377 .block--view-mode-sd_b001_e_reverse:first-of-type, .page-node-378 .block--view-mode-sd_b001_e_reverse:first-of-type, .page-node-379 .block--view-mode-sd_b001_e_reverse:first-of-type {
    background: #F3F3F3;
}

.page-node-375 .block--view-mode-sd_b001_e:first-of-type {
    background: #F3F3F3;
}

@media (min-width:768px) {
    .page-node-372 .block--view-mode-default .field--name-field-image {
        width: 100%;
    }
}

.node .field--type-text-long {
    font-size: 1rem;
}

.node .field--type-text-long ul {
    padding-left: 1rem;
}

.node .field--type-text-long li {
    line-height: 1.5;
    margin-bottom: 1rem;
}

.page-node-294 .panel-display.bryant, .page-node-329 .panel-display.bryant, .page-node-297 .panel-display.bryant, .page-node-296 .panel-display.bryant, .page-node-295 .panel-display.bryant {
    max-width: 1200px;
    margin: 0 auto;
}
}
}

.page-node-type-news .block-region-contentmain .field--name-title {
    font-weight: 400;
    color: black;
    padding: 20px 0 0;
    font-size: 22px;
    display: block;
    margin: 0;
}

.page-node-type-news .block-region-contentmain .block-entity-fieldnodefield-image img {
    min-widht: 100%;
    height: auto;
}

.page-node-type-news .block-region-contentmain .block-entity-fieldnodetitle {
    padding: 0 20px;
}

.page-node-type-news .block-region-contentmain .field--name-field-date {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.page-node-type-news .block-region-contentmain .field--name-field-date .field__label {
    color: #666666;
}

.page-node-type-news .block-region-contentmain .field--name-field-date .field__item {
    display: inline-block;
    margin-left: 4px;
    color: black;
}

.page-node-type-news .block-region-contentmain .field--name-field-date {
    padding: 0;
}

.page-node-type-news .block-region-contentmain .block-entity-fieldnodefield-date {
    padding: 0 20px;
}

.page-node-type-news .block-entity-fieldnodefield-file .field__label {
    display: none;
}

.page-node-type-news .block-entity-fieldnodefield-file span {
    background: none;
    padding-left: 0;
}

.page-node-type-news .block-entity-fieldnodefield-file a {
    color: #ff0033;
    font-size: 16px;
    text-decoration: none;
}

.page-node-type-news .block-entity-fieldnodefield-file a:hover {
    color: black;
    text-decoration: underline;
}

.page-node-type-news .block-entity-fieldnodefield-file a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.page-node-type-news .block-entity-fieldnodefield-file a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}
}

.path-user .layout-container>main .layout-wrapper {
    max-width: 1200px;
}

.login-page .block-local-tasks-block {
    margin-bottom: 5px;
}

.login-page nav.tabs {
    border-bottom: 1px solid #ced3d7;
}

.login-page nav.tabs .primary {
    margin: 0 auto;
    width: auto;
    display: table;
    border-bottom: 0;
}

.login-page nav.tabs .primary li {
    border-bottom-color: white;
    margin-bottom: -1px;
}

.login-page nav.tabs .primary a {
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff0033;
    box-shadow: none;
    color: white;
}

.login-page nav.tabs .primary a.is-active {
    background-color: white;
    color: black;
}

.login-page nav.tabs .primary a.is-active:hover {
    color: black;
    background-color: white;
}

.login-page nav.tabs .primary a:hover {
    background: #a62828;
    color: white;
}

.login-page nav.tabs .primary a:not(.is-active), .login-page nav.tabs .primary a:not(:hover) {
    box-shadow: none;
}

.login-page .block-system-main-block {
    max-width: 850px;
    border: 1px solid #ced3d7;
    margin: 0 auto;
}

.login-page .block-page-title-block {
    background: none;
}

.login-page .block-page-title-block .title-data-wrapper {
    flex-direction: unset;
    align-items: flex-end;
    padding: 0 0 20px;
    min-height: 120px;
}

.login-page .block-page-title-block .title-data-wrapper h1 {
    font-size: 20px;
    font-weight: 500;
}

.reconnect-your-alarm .block--view-mode-full {
    border-top: 0;
}

.reconnect-your-alarm .block--view-mode-default {
    padding-top: 60px;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double {
    border-bottom: 1px solid #e3e3e3;
    background-color: white;
    margin: 0 -16px;
    padding-top: 0;
    overflow: hidden;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .m_heading {
    border-bottom: 1px solid #E5E5E5;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 -16px;
    padding: 45px 0;
    text-align: center;
    color: black;
    line-height: 1.2;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .m_heading strong {
    color: black;
    font-size: 28px;
    font-weight: 400;
    display: block;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .components_row_content {
    max-width: 1200px;
    margin: 0 auto;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 {
    padding: 62px 60px 0;
    padding-bottom: 79px;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6:nth-child(2) {
    border-top: 1px solid #E5E5E5;
}

@media (min-width:990px) {
    .reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6:nth-child(2) {
        border-left: 1px solid #e3e3e3;
        border-top: 0;
    }
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 h2 {
    font-weight: 300;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 15px;
    padding-top: 25px;
    text-align: center;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 .m_component_text p {
    font-size: 15px;
    margin-bottom: 19px;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 a.m_link {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 34px;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 a.m_link:hover {
    color: #70181d;
    text-decoration: underline;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 a.m_link:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.reconnect-your-alarm .block--view-mode-default.wrap-reconnect-double .reconnect-double .col-md-6 a.m_link:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.reconnect-your-alarm .modal .m_get_started_pretitle {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: black;
}

.reconnect-your-alarm .modal .webform-submission-form {
    margin: 0 auto;
    position: relative;
    width: 318px;
}

.reconnect-your-alarm .modal .webform-submission-form .form-item-telefono1 {
    margin: 0;
    position: relative;
}

.reconnect-your-alarm .modal .webform-submission-form .form-item-telefono1:after {
    content: "";
    background: url(/themes/custom/securitasDirect/images/icons/svg/goto_alt.svg);
    width: 27px;
    height: 27px;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 24px;
    top: 15px;
    z-index: 7;
}

.reconnect-your-alarm .modal .webform-submission-form .form-text {
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
    height: 61px;
    padding: 4px 0 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
}

.reconnect-your-alarm .modal .webform-submission-form .form-text:hover {
    border: 1px solid #ced3d7;
    box-shadow: none;
}

.reconnect-your-alarm .modal .webform-submission-form .form-text:focus {
    outline: none;
}

.reconnect-your-alarm .modal .webform-submission-form .form-wrapper {
    padding: 0;
}

.reconnect-your-alarm .modal .webform-submission-form .form-actions {
    margin: 0;
}

.reconnect-your-alarm .modal .webform-submission-form .form-submit {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 54px 11px 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
}
}
}
}
}
}

.ipe-tab-wrapper .ipe-tabs li[data-tab-id='revert'] {
    display: none;
}

.site-breadcrumb {
    background-color: white;
    padding: 1rem;
}

.site-breadcrumb .region-breadcrumb {
    margin: 0 auto;
    max-width: 1600px;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.region-highlighted {
    padding: 0 12px 0 20px;
    z-index: 200;
}

.border-region .region, .border-region main {
    outline: 0.125rem #0a2239 solid;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.sliding-popup-bottom .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message a {
    color: #ff0033;
    font-size: 11px;
    text-decoration: underline;
}

.sliding-popup-bottom .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message a:hover {
    color: #70181d;
    text-decoration: underline;
}
}
}
}

.contact_row {
    border: 1px solid #cccccc;
    padding: 22px 30px;
}

@media (min-width:0) and (max-width:768px) {
    .contact_row {
        margin: 32px -16px 0;
        padding: 20px;
    }
}

.contact_row .m_contact_title {
    color: #666666;
    font-size: 18px;
    margin-bottom: 19px;
    display: block;
    font-weight: 500;
}

.contact_row .m_contact_address {
    margin-bottom: 13px;
}

.contact_row .m_link {
    color: #ff0033;
    font-size: 15px;
    text-decoration: underline;
}

.contact_row .m_link:hover {
    color: black;
    text-decoration: underline;
}

.contact_row .m_link:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_alt.svg) no-repeat;
}

.contact_row .m_link:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.m_contact_us {
    border: 1px solid #e5e5e5;
    width: 100%;
}

@media (min-width:990px) {
    .m_contact_us {
        max-width: 298px;
        float: right;
    }
}

.m_contact_us .m_contact_us_text {
    padding: 30px 45px;
    color: black;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.2;
}

.m_contact_us img {
    padding-bottom: 30px;
    display: inline-block;
    width: 120px;
    height: auto;
}

.m_contact_us .m_contact_us_info {
    padding: 0 45px 30px;
    margin-bottom: 0;
}

.m_contact_us .m_contact_us_info a {
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: #161616;
}

.m_contact_us .m_contact_us_more {
    background: #ECECEC;
}

.m_contact_us .m_contact_us_more a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.m_contact_us .m_contact_us_more a:hover {
    color: #70181d;
    text-decoration: underline;
}

.m_contact_us .m_contact_us_more a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.m_contact_us .m_contact_us_more a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.m_success, .m_failure {
    position: relative;
    text-align: left;
}

.m_success .embedded-entity, .m_failure .embedded-entity {
    position: static;
    width: 70px;
    margin-bottom: 10px;
}

@media (min-width:768px) {
    .m_success .embedded-entity, .m_failure .embedded-entity {
        width: auto;
        position: absolute;
        left: 35px;
    }

    .m_success .embedded-entity img, .m_failure .embedded-entity img {
        margin: 0;
    }
}

.m_success .m_success_content, .m_failure .m_success_content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

@media (min-width:768px) {
    .m_success .m_success_content, .m_failure .m_success_content {
        padding-left: 223px;
    }
}

.m_success .m_success_title, .m_failure .m_success_title {
    font-size: 45px;
    font-weight: 400;
    color: black;
    display: block;
    padding-left: 50px;
    position: relative;
    margin-bottom: 8px;
}

.m_success .m_success_title:before, .m_failure .m_success_title:before {
    content: " ";
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/m_success_check.svg) no-repeat center center;
}

.m_success .m_success_description, .m_failure .m_success_description {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 37px;
}

.m_success .m_success_btn, .m_failure .m_success_btn {
    font-size: x-small;
}

.m_success .m_success_btn a, .m_failure .m_success_btn a {
    color: blue;
}

.m_success .m_success_btn a:hover, .m_failure .m_success_btn a:hover {
    text-decoration: underline;
}

.m_success .m_success_btn .m_link, .m_failure .m_success_btn .m_link {
    color: #ff0033;
    font-size: 15px;
    text-decoration: underline;
    font-size: 15px;
}

.m_success .m_success_btn .m_link:hover, .m_failure .m_success_btn .m_link:hover {
    color: black;
    text-decoration: underline;
}

.m_success .m_success_btn .m_link:hover:before, .m_failure .m_success_btn .m_link:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_alt.svg) no-repeat;
}

.m_success .m_success_btn .m_link:before, .m_failure .m_success_btn .m_link:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.block-content-type-sd_b001 .m_error {
    margin: 30px 0;
    padding-top: 90px;
    width: auto;
    max-width: 600px;
    background: transparent url(/themes/custom/securitasDirect/images/backgrounds/alert_icon.png) no-repeat 0 2px;
    text-align: left;
}

@media (min-width:768px) {
    .block-content-type-sd_b001 .m_error {
        margin: 80px auto 110px;
        padding-left: 110px;
        padding-top: 0;
    }
}

.block-content-type-sd_b001 .m_error .m_text {
    text-align: left;
}

.block-content-type-sd_b001 .m_error img {
    display: none;
}

.block-content-type-sd_b001 .m_error .title h2 {
    margin-bottom: 0;
    color: #333333;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.6;
    margin-top: 0;
}

@media (min-width:768px) {
    .block-content-type-sd_b001 .m_error .title h2 {
        font-size: 50px;
    }
}

.block-content-type-sd_b001 .m_error .sub_title {
    font-weight: 100;
    font-size: 20px;
    color: #ff0033;
    line-height: 1.6;
}

@media (min-width:768px) {
    .block-content-type-sd_b001 .m_error .sub_title {
        font-size: 24px;
    }
}

.block-content-type-sd_b001 .m_error a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: underline;
}

.block-content-type-sd_b001 .m_error a:hover {
    color: black;
    text-decoration: underline;
}

.block-content-type-sd_b001 .m_error a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_alt.svg) no-repeat;
}

.block-content-type-sd_b001 .m_error a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.page-node-17 .block-page-title-block, .page-node-18 .block-page-title-block {
    display: none;
}

.image-and-text-group {
    display: flex;
    flex-wrap: wrap;
}

.image-and-text-group .image-group, .image-and-text-group .text-group {
    width: 100%;
}

.image-and-text-group .image-group img {
    display: inline-block;
    height: auto;
    margin: 25px auto;
    max-width: 190px;
}

@media (min-width:768px) {
    .image-and-text-group .image-group {
        width: 220px;
    }
}

@media (min-width:768px) {
    .image-and-text-group .text-group {
        width: calc(100% - 220px);
    }
}

.image-and-text-group .text-group h3 {
    margin: 18px 0;
    font-size: 19px;
    color: grey;
}

.block-content-type-sd_b001.block--view-mode-default .service-image-and-text-wrapper .image-and-text-group .text-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.block-content-type-sd_b001.block--view-mode-default .service-image-and-text-wrapper .image-and-text-group .text-group h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.view-opinion, .block-reviews-block {
    margin: 0 20px 40px;
}

.view-opinion .views-row, .block-reviews-block .views-row {
    color: #666666;
}

.view-opinion .views-row:not(:last-child), .block-reviews-block .views-row:not(:last-child) {
    margin-bottom: 35px;
}

.view-opinion .views-row>div, .block-reviews-block .views-row>div {
    display: inline-block;
    width: 100%;
}

.view-opinion .views-field-field-client, .block-reviews-block .views-field-field-client {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.view-opinion .views-field-field-rating, .block-reviews-block .views-field-field-rating {
    margin-bottom: 24px;
}

.view-product-list .item-list>ul, .view-product-list .three-columns>ul {
    display: grid;
    grid-template-columns: 100%;
    border: 1px solid white;
}

@media (min-width:768px) {
    .view-product-list .item-list>ul, .view-product-list .three-columns>ul {
        grid-template-columns: 1fr 1fr 1fr;
        overflow: hidden;
    }
}

.view-product-list .item-list>ul>li, .view-product-list .three-columns>ul>li {
    width: 100%;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .view-product-list .item-list>ul>li, .view-product-list .three-columns>ul>li {
        border-right: 1px solid #e3e3e3;
        border-bottom: 1px solid #e3e3e3;
    }

    .view-product-list .item-list>ul>li:nth-child(3n), .view-product-list .three-columns>ul>li:nth-child(3n) {
        border-right: none;
    }

    .view-product-list .item-list>ul>li:nth-child(3n + 2) .views-field-rendered-entity-1, .view-product-list .three-columns>ul>li:nth-child(3n + 2) .views-field-rendered-entity-1 {
        margin-left: -100%;
    }

    .view-product-list .item-list>ul>li:nth-child(3n + 3) .views-field-rendered-entity-1, .view-product-list .three-columns>ul>li:nth-child(3n + 3) .views-field-rendered-entity-1 {
        margin-left: -200%;
    }
}

.view-product-list .item-list>ul>li.details-open .views-field-rendered-entity, .view-product-list .three-columns>ul>li.details-open .views-field-rendered-entity {
    position: relative;
}

.view-product-list .item-list>ul>li.details-open .views-field-rendered-entity:after, .view-product-list .three-columns>ul>li.details-open .views-field-rendered-entity:after {
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -19px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19.5px 0 19.5px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 3;
}

.view-product-list .item-list>ul>li.details-open .views-field-rendered-entity-1, .view-product-list .three-columns>ul>li.details-open .views-field-rendered-entity-1 {
    display: block;
}

@media (min-width:768px) {
    .view-product-list.four-columns>ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.view-product-list.four-columns>ul>li {
    width: 100%;
}

@media (min-width:768px) {
    .view-product-list.four-columns>ul>li {
        border-right: 1px solid #e3e3e3;
    }

    .view-product-list.four-columns>ul>li .views-field-rendered-entity {
        border-bottom: 1px solid #e3e3e3;
    }
}

@media (min-width:768px) and (min-width:768px) {
    .view-product-list.four-columns>ul>li .views-field-rendered-entity-1 {
        width: 400%;
    }
}

@media (min-width:768px) {
    .view-product-list.four-columns>ul>li:nth-child(3n) {
        border-right: 1px solid #e3e3e3;
    }

    .view-product-list.four-columns>ul>li:nth-child(4n) {
        border-right: none;
    }

    .view-product-list.four-columns>ul>li:nth-child(3n + 2) .views-field-rendered-entity-1 {
        margin-left: -100%;
    }

    .view-product-list.four-columns>ul>li:nth-child(3n + 3) .views-field-rendered-entity-1 {
        margin-left: -200%;
    }

    .view-product-list.four-columns>ul>li:nth-child(3n + 4) .views-field-rendered-entity-1 {
        margin-left: -300%;
    }
}

.view-product-list .views-field-rendered-entity {
    padding: 20px;
}

@media (min-width:0) and (max-width:768px) {
    .view-product-list .views-field-rendered-entity {
        height: auto !important;
    }
}

.view-product-list .node--type-product {
    text-align: center;
}

.view-product-list .block-entity-fieldnodetitle, .view-product-list .block-entity-fieldnodefield-specs {
    padding-top: 0;
    padding-bottom: 0;
}

.view-product-list .field--name-title {
    color: black;
    font-weight: 400;
    font-size: 16px;
}

.view-product-list img {
    margin: 0 auto;
}

.view-product-list .field--name-field-link a, .view-product-list .play-video a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.view-product-list .field--name-field-link a:hover, .view-product-list .play-video a:hover {
    color: #70181d;
    text-decoration: underline;
}

.view-product-list .play-video {
    margin-top: 10px;
}

.view-product-list .views-field-rendered-entity-1 {
    padding: 20px 20px 60px;
    background: #e8e8e8;
    display: none;
}

@media (min-width:768px) {
    .view-product-list .views-field-rendered-entity-1 {
        width: 300%;
        position: relative;
        z-index: 1;
        margin-top: -1px;
    }
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .block-content-type-sd_b001 {
    padding: 0;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .m_product_details_type {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #666666;
    line-height: 1;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-title {
    font-size: 28px;
    font-weight: 500;
    color: black;
    margin: 0 auto;
    max-width: 550px;
    display: block;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-specs {
    text-align: left;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-specs .field__label {
    font-size: 18px;
    font-weight: 400;
    color: black;
    margin: 0 auto 20px;
    max-width: 550px;
    width: 100%;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .paragraph--type--product-specs {
    font-size: 14px;
    color: black;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto 12px;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .paragraph--type--product-specs .field--name-field-description {
    width: calc(100% - 110px);
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .paragraph--type--product-specs .field--name-field-label {
    width: 110px;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-link, .view-product-list .views-field-rendered-entity-1 .node--type-product .play-video {
    text-align: left;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-link a, .view-product-list .views-field-rendered-entity-1 .node--type-product .play-video a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-link a:hover, .view-product-list .views-field-rendered-entity-1 .node--type-product .play-video a:hover {
    color: #70181d;
    text-decoration: underline;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-link a:hover:before, .view-product-list .views-field-rendered-entity-1 .node--type-product .play-video a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .field--name-field-link a:before, .view-product-list .views-field-rendered-entity-1 .node--type-product .play-video a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .color-green {
    color: #7FA32D;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .close-wrapper {
    position: relative;
}

.view-product-list .views-field-rendered-entity-1 .node--type-product .m_product_details_close {
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 40px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/close.svg) no-repeat right top;
}

.view-tips-list {
    padding: 0 20px;
}

.view-tips-list .m_title_inner {
    font-size: 22px;
    text-align: center;
}

@media (min-width:768px) {
    .view-tips-list .m_title_inner {
        text-align: left;
    }
}

.view-tips-list li {
    text-align: center;
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

@media (min-width:768px) {
    .view-tips-list li {
        text-align: left;
    }
}

.view-tips-list .views-field-field-category {
    color: #a3a3a3;
    font-size: 12px;
}

.view-tips-list .views-field-title {
    font-size: 22px;
    font-weight: 400;
    color: black;
    width: 100%;
    margin-bottom: 30px;
}

.view-tips-list .views-field-field-image {
    width: 100%;
}

.view-tips-list .views-field-field-image img {
    margin: 0 auto 16px;
}

@media (min-width:0) and (max-width:767px) {
    .view-tips-list .views-field-field-image {
        max-width: 250px;
        margin: auto;
    }
}

@media (min-width:768px) {
    .view-tips-list .views-field-field-image {
        width: 235px;
        float: left;
        margin-right: 44px;
    }

    .view-tips-list .views-field-field-image img {
        margin-bottom: 0;
    }
}

.view-tips-list .views-field-field-video {
    position: relative;
    width: 100%;
    height: 1px;
}

@media (min-width:768px) {
    .view-tips-list .views-field-field-video {
        width: 1px;
    }
}

.view-tips-list .views-field-field-video .play-video {
    position: absolute;
    top: -144px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

@media (min-width:768px) {
    .view-tips-list .views-field-field-video .play-video {
        top: 17px;
        left: 63px;
        transform: none;
    }
}

.view-tips-list .views-field-field-video .play-video a {
    transition: 0.2s all ease-in;
}
}

.view-faq-list .views-field-title {
    padding: 24px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #DEDEDE;
    background: white;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    font-family: var(--fira-sans);
}

.view-faq-list .views-field-title.ui-state-active {
    color: #666666;
}

.view-faq-list .views-field-title a {
    color: #666666;
}

.view-faq-list .views-field-title .ui-icon {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/arrow_down_small.svg) no-repeat center top;
    width: 24px;
    height: 24px;
    margin-top: -3px;
    float: right;
    transition: 0.2s all linear;
}

.view-faq-list .views-field-title:focus {
    outline: none;
}

.view-faq-list .views-field-title.ui-state-active {
    background: white;
}

.view-faq-list .views-field-title.ui-state-active a {
    color: #666666;
}

.view-faq-list .views-field-title.ui-state-active .ui-icon {
    transform: rotate(180deg);
}

.view-faq-list .ui-widget-content {
    font-family: var(--fira-sans);
}

.view-faq-list .ui-widget-content a {
    color: #ff0033;
}

.view-faq-list .ui-widget-content a:hover {
    color: black;
    text-decoration: underline;
}

.view-faq-list .ui-widget-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.view-faq-list .ui-accordion-content {
    border: none;
    padding: 30px;
    background: #FCFCFC;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.view-faq-list .ui-accordion-content p:last-child {
    margin-bottom: 0;
}

.view-faq-list .views-field-field-link a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.view-faq-list .views-field-field-link a:hover {
    color: black;
    text-decoration: underline;
}

.view-faq-list .views-field-field-link a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_alt.svg) no-repeat;
}

.view-faq-list .views-field-field-link a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.view-media-resources {
    border: 1px solid #DEDEDE;
    border-bottom: 0;
    margin-bottom: 32px;
    margin-left: 20px;
    width: calc(100% - 40px);
}

.view-media-resources .views-field-title {
    font-family: var(--fira-sans);
}

.view-media-resources .ui-widget-content a {
    color: #ff0033;
}

.view-media-resources .ui-widget-content a:hover {
    color: black;
    text-decoration: underline;
}

.view-media-resources .ui-accordion-content {
    border: none;
    padding: 0px;
    background: #FCFCFC;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
}

.view-media-resources .ui-accordion-content .views-row {
    padding: 24px;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
}

.view-media-resources .views-field-field-link a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.view-media-resources .views-field-field-link a:hover {
    color: black;
    text-decoration: underline;
}

.view-media-resources .views-field-field-link a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_alt.svg) no-repeat;
}

.view-media-resources .views-field-field-link a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.view-news-list {
    margin-top: 32px;
}

.view-news-list .item-list>ul>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

@media (min-width:768px) {
    .view-news-list .item-list>ul>li {
        display: table;
        padding: 20px 20px 0;
    }
}

.view-news-list .item-list>ul>li>*:not(.views-field-field-image) {
    width: 100%;
}

@media (min-width:768px) {
    .view-news-list .item-list>ul>li>*:not(.views-field-field-image) {
        width: calc(100% - 339px);
        float: right;
    }
}

.view-news-list .item-list>ul>li:not(:last-child):after {
    content: " ";
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: block;
    height: 1px;
    margin-top: 40px;
    clear: both;
    float: left;
    order: 100;
}

.view-news-list .views-field-title {
    font-weight: 400;
    color: black;
    padding: 20px 0 10px;
    font-size: 22px;
}

@media (min-width:768px) {
    .view-news-list .views-field-title {
        padding-top: 0;
    }
}

.view-news-list .views-field-field-date {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.view-news-list .views-field-field-date .views-label {
    color: #666666;
}

.view-news-list .views-field-field-date .field-conten {
    display: inline-block;
    margin-left: 4px;
    color: black;
}

.view-news-list .views-field-field-image, .view-news-list .views-field-field-image-mobile {
    order: 99;
    width: 100%;
}

@media (min-width:768px) {
    .view-news-list .views-field-field-image, .view-news-list .views-field-field-image-mobile {
        order: initial;
        width: 319px;
    }
}

.view-news-list .views-field-field-image img, .view-news-list .views-field-field-image-mobile img {
    width: 100%;
    max-width: 380px;
    margin: 24px auto;
}

@media (min-width:768px) {
    .view-news-list .views-field-field-image img, .view-news-list .views-field-field-image-mobile img {
        margin: 0;
        max-width: 100%;
        float: left;
    }
}

.view-news-list .views-field-views-conditional-field a {
    color: #ff0033;
    font-size: 15px;
    text-decoration: none;
}

.view-news-list .views-field-views-conditional-field a:hover {
    color: #70181d;
    text-decoration: underline;
}

.view-news-list .views-field-views-conditional-field a:hover:before {
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg) no-repeat;
}

.view-news-list .views-field-views-conditional-field a:before {
    content: '';
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/go_small.svg) no-repeat;
}

.col-md-8.radix-layouts-content {
    max-width: 900px;
}

@media (min-width:768px) {
    .col-md-8.radix-layouts-content {
        width: 66.666667%;
        overflow-x: hidden;
    }
}

.wrapper-office {
    text-align: left;
}

.view-office-lists, .view-office-list-levels {
    margin: 0 20px 9rem;
}

.view-office-lists .view-office-lists, .view-office-list-levels .view-office-lists {
    margin: 0;
}

.view-office-lists .attachment, .view-office-list-levels .attachment {
    margin-bottom: 40px;
}

.view-office-lists .view-content, .view-office-list-levels .view-content {
    border: 1px solid #cccccc;
}

.view-office-lists .view-filters, .view-office-list-levels .view-filters {
    border: 1px solid #cccccc;
    border-bottom: 0;
    margin-top: 40px;
}

.view-office-lists .view-filters .views-exposed-form, .view-office-list-levels .view-filters .views-exposed-form {
    background: #f0f0f0;
    box-shadow: none;
    padding: 23px;
    margin: 0;
}

@media (min-width:768px) {
    .view-office-lists .view-filters .views-exposed-form, .view-office-list-levels .view-filters .views-exposed-form {
        padding: 36px 23px;
    }
}

.view-office-lists .view-filters .views-exposed-form .form-item, .view-office-list-levels .view-filters .views-exposed-form .form-item {
    margin: 0;
}

@media (min-width:768px) {
    .view-office-lists .view-filters .views-exposed-form .form-item, .view-office-list-levels .view-filters .views-exposed-form .form-item {
        display: flex;
        align-items: center;
    }
}

.view-office-lists .view-filters .views-exposed-form .form-actions, .view-office-list-levels .view-filters .views-exposed-form .form-actions {
    margin: 0;
}

.view-office-lists .view-filters .views-exposed-form label, .view-office-list-levels .view-filters .views-exposed-form label {
    font-size: 22px;
    padding-top: 12px;
    display: inline-block;
    width: 100%;
    color: black;
    text-transform: unset;
}

@media (min-width:768px) {
    .view-office-lists .view-filters .views-exposed-form label, .view-office-list-levels .view-filters .views-exposed-form label {
        width: calc(100% - 240px);
    }
}

.view-office-lists .view-filters .views-exposed-form .shs-container, .view-office-list-levels .view-filters .views-exposed-form .shs-container {
    position: relative;
}

@media (min-width:768px) {
    .view-office-lists .view-filters .views-exposed-form .shs-container, .view-office-list-levels .view-filters .views-exposed-form .shs-container {
        max-width: 480px;
        float: right;
    }
}

.view-office-lists .view-filters .views-exposed-form select, .view-office-list-levels .view-filters .views-exposed-form select {
    overflow: hidden;
    background: #ffffff url(/themes/custom/securitasDirect/images/icons/svg/select_arrow.svg) no-repeat 90% center;
    border: 1px solid #CCCCCC;
    position: relative;
    border-radius: 25px;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    color: black;
}

.view-office-lists .view-filters .views-exposed-form select:focus, .view-office-list-levels .view-filters .views-exposed-form select:focus {
    box-shadow: 1px 1px 2px 0 #cccccc;
    outline: none;
}

.view-office-lists .view-filters .views-exposed-form select option, .view-office-list-levels .view-filters .views-exposed-form select option {
    text-transform: capitalize;
}

.view-office-lists .view-filters .views-exposed-form select option[value="All"], .view-office-list-levels .view-filters .views-exposed-form select option[value="All"] {
    text-transform: initial;
}

@media (min-width:768px) {
    .view-office-lists .view-filters .views-exposed-form select, .view-office-list-levels .view-filters .views-exposed-form select {
        max-width: 240px;
        float: right;
    }
}

.view-office-lists .item-list>ul>li, .view-office-list-levels .item-list>ul>li {
    padding: 30px 14px 39px 56px;
    background: transparent url(/themes/custom/securitasDirect/images/icons/svg/map_marker_small.svg) no-repeat 20px 27px;
}

.view-office-lists .item-list>ul>li:not(:last-child), .view-office-list-levels .item-list>ul>li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

@media (min-width:768px) {
    .view-office-lists .item-list>ul>li, .view-office-list-levels .item-list>ul>li {
        padding: 30px 14px 30px 69px;
        background-position: left 20px center;
    }
}

.view-office-lists .item-list .views-field-field-office-name, .view-office-list-levels .item-list .views-field-field-office-name {
    color: black;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 13px;
}

.view-office-lists .item-list .views-field-field-office-name a, .view-office-list-levels .item-list .views-field-field-office-name a {
    color: black;
}

.view-office-lists .item-list .views-field-field-address-address-line1, .view-office-lists .item-list .views-field-field-address-address-line2, .view-office-lists .item-list .views-field-field-address-postal-code, .view-office-lists .item-list .views-field-field-address-administrative-area, .view-office-lists .item-list .views-field-field-address-locality, .view-office-lists .item-list .views-field-field-telephone, .view-office-list-levels .item-list .views-field-field-address-address-line1, .view-office-list-levels .item-list .views-field-field-address-address-line2, .view-office-list-levels .item-list .views-field-field-address-postal-code, .view-office-list-levels .item-list .views-field-field-address-administrative-area, .view-office-list-levels .item-list .views-field-field-address-locality, .view-office-list-levels .item-list .views-field-field-telephone {
    color: #666666;
    margin-top: 10px;
}

.view-office-lists .item-list .views-field-field-telephone .field-content, .view-office-list-levels .item-list .views-field-field-telephone .field-content {
    display: inline-block;
}

.view-office-lists .item-list .views-field-field-province-1, .view-office-lists .item-list .views-field-field-province, .view-office-list-levels .item-list .views-field-field-province-1, .view-office-list-levels .item-list .views-field-field-province {
    color: #666666;
}

.view-office-lists .item-list .views-field-field-province, .view-office-lists .item-list .views-field-field-province-2, .view-office-lists .item-list .views-field-field-url-contact, .view-office-lists .item-list .views-field-field-province-1, .view-office-list-levels .item-list .views-field-field-province, .view-office-list-levels .item-list .views-field-field-province-2, .view-office-list-levels .item-list .views-field-field-url-contact, .view-office-list-levels .item-list .views-field-field-province-1 {
    margin-top: 10px;
}

.view-office-lists .item-list .views-field-field-province a:hover, .view-office-lists .item-list .views-field-field-province-2 a:hover, .view-office-lists .item-list .views-field-field-url-contact a:hover, .view-office-lists .item-list .views-field-field-province-1 a:hover, .view-office-list-levels .item-list .views-field-field-province a:hover, .view-office-list-levels .item-list .views-field-field-province-2 a:hover, .view-office-list-levels .item-list .views-field-field-url-contact a:hover, .view-office-list-levels .item-list .views-field-field-province-1 a:hover {
    color: #70181d;
}

.view-office-lists .item-list .views-field-field-province a:hover:before, .view-office-lists .item-list .views-field-field-province-2 a:hover:before, .view-office-lists .item-list .views-field-field-url-contact a:hover:before, .view-office-lists .item-list .views-field-field-province-1 a:hover:before, .view-office-list-levels .item-list .views-field-field-province a:hover:before, .view-office-list-levels .item-list .views-field-field-province-2 a:hover:before, .view-office-list-levels .item-list .views-field-field-url-contact a:hover:before, .view-office-list-levels .item-list .views-field-field-province-1 a:hover:before {
    background-image: url(/themes/custom/securitasDirect/images/icons/svg/go_small_dark_red.svg);
}

.hide-link-city .views-field-field-province, .hide-link-city views-field-field-province-1 {
    display: none;
}

.hide-link-region .views-field-field-province-2 {
    display: none;
}

.view-office-list-levels {
    display: flex;
    flex-wrap: wrap;
}

.view-office-list-levels>* {
    width: 100%;
}

.view-office-list-levels .view-filters {
    order: 2;
}

.view-office-list-levels .attachment {
    order: 1;
}

.view-office-list-levels .view-content {
    order: 3;
}

.view-office-list-levels .view-office-list-levels {
    margin: 0;
}

.view-office-list-levels .views-exposed-form .form-actions {
    display: none;
}

.view-office-list-levels .views-field-field-opening-hours, .view-office-list-levels .views-field-field-how-to-reach-us {
    margin-top: 10px;
}

.view-office-list-levels .views-field-field-opening-hours p, .view-office-list-levels .views-field-field-how-to-reach-us p {
    margin: 0;
}

.geolocation-common-map-locations {
    visibility: hidden;
    max-height: 511px;
}

.geolocation-common-map-container {
    width: 100% !important;
}

.geolocation-common-map-container .gm-style-iw h2 {
    display: none;
}

.geolocation-common-map-container .gm-style-iw .views-field-field-office-name {
    color: black;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
}

.geolocation-common-map-container .gm-style-iw .views-field-field-office-name a {
    color: #ff0033;
}

.geolocation-common-map-container .gm-style-iw .views-field-field-office-name a:hover {
    text-decoration: underline;
}

.geolocation-common-map-container .gm-style-iw .views-field {
    margin-bottom: 13px;
}

.geolocation-common-map-container .gm-style-iw p, .geolocation-common-map-container .gm-style-iw .views-field-field-address-line1, .geolocation-common-map-container .gm-style-iw .views-field-field-address-line2 {
    color: #666666;
    font-size: 16px;
    margin-top: 12px;
}

.geolocation-common-map-container .gm-style-iw .views-field-field-opening-hours p, .geolocation-common-map-container .gm-style-iw .views-field-field-how-to-reach-us p {
    font-size: 13px;
    font-weight: 300;
    color: #9da7b0;
    margin: 0;
}

.views-element-container {
    position: relative;
}

.layout-container {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

.layout-container.isfrozen {
    overflow: hidden;
}

.layout-container>main {
    flex-grow: 1;
    padding: 146px 0 0;
    width: 100%;
}

@media (min-width:0) and (max-width:768px) {
    .layout-container>main {
        transform: translateX(0);
        transition: .5s ease-in-out;
        padding-top: 80px;
    }
}

/*
.layout-container>main.translate {
    transform: translateX(245px);
    transition: .5s ease-in-out;
}*/

.layout-container>main #main-content {
    display: block;
    margin: 0;
    height: 0;
}

.layout-container .layout-wrapper {
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    flex-direction: column;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width:0) and (max-width:1169px) {
    .layout-container .layout-wrapper>*:not(:last-child) {
        margin-bottom: 1rem;
    }
}

.layout-container .layout-wrapper .layout-content {
    width: 100%;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper .layout-content {
        flex-grow: 1;
        width: 50%;
    }
}

.layout-container .layout-wrapper aside {
    width: 100%;
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside {
        width: 23.5%;
    }
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside.layout-sidebar-first {
        margin-right: 1.5%;
        order: -1;
    }
}

@media (min-width:1170px) {
    .layout-container .layout-wrapper aside.layout-sidebar-second {
        margin-left: 1.5%;
    }
}

.ie .layout-container {
    display: block;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/themes/custom/verisure/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #f0f2f4;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(20px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(2000px);
    }
}

@keyframes moveOnLeftOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-615));
    }
}

@keyframes moveOnRightOdd {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(560));
    }
}

@keyframes moveOnLeftEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(-560));
    }
}

@keyframes moveOnRightEven {
    0% {
        animation-timing-function: ease-in-out;
        transform: translate(0px);
    }

    100% {
        animation-timing-function: ease-in-out;
        transform: translate(vw-calc(615));
    }
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) rotateY(0);
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(360deg) scale(0.95);
    }

    100% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale(1);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        transform: perspective(400px) rotateX(-10deg);
    }

    70% {
        transform: perspective(400px) rotateX(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateX(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg);
    }

    100% {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 300px 116px, 0 150px, 216px 0;
    }

    100% {
        background-position: 300px 0, 0 116px, 0 0, 216px 150px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes m_btn_scroll_pseudo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes m_comparison_table {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.hide-element {
    visibility: hidden;
}

.hide-accessible {
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.remove-text {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.hidden-element {
    display: none;
}

.hidden-element-mobile {
    display: none;
}

@media (min-width:768px) {
    .hidden-element-mobile {
        display: block;
    }
}

.main-color-heading {
    color: #ff0033;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
}

.sv-font-preamble, .preamble {
    font-size: 21px;
    line-height: 28px;
}
}

.verisure-icon-after::after {
    font-family: 'Verisure-Icons';
    display: inline-block;
    position: relative;
    top: 1px;
}

.link-more, .link-less {
    color: #ff0033;
    cursor: pointer;
}

.link-more::before, .link-less::before {
    content: "\e008";
    font-family: "Verisure-Icons";
    margin-right: 6px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.link-less::before {
    content: "\e007";
}

.with-padding-top {
    padding-top: 32px;
}

.bordered-image-none img, .bordered-image-none .youtube, .bordered-image-none-radius, .background-none img, .background-none .youtube, .background-none-radius {
    border-radius: 0;
}

.bordered-image-top-left img, .bordered-image-top-left .youtube, .bordered-image-top-left-radius, .background-top-left img, .background-top-left .youtube, .background-top-left-radius {
    border-top-left-radius: 55px;
}

.bordered-image-top-right img, .bordered-image-top-right .youtube, .bordered-image-top-right-radius, .background-top-right img, .background-top-right .youtube, .background-top-right-radius {
    border-top-right-radius: 55px;
}

.bordered-image-bottom-left img, .bordered-image-bottom-left .youtube, .bordered-image-bottom-left-radius, .background-bottom-left img, .background-bottom-left .youtube, .background-bottom-left-radius {
    border-bottom-left-radius: 55px;
}

.bordered-image-bottom-right img, .bordered-image-bottom-right .youtube, .bordered-image-bottom-right-radius, .background-bottom-right img, .background-bottom-right .youtube, .background-bottom-right-radius {
    border-bottom-right-radius: 55px;
}

.ck-display-flex {
    display: flex;
}

.zoom-efect-trigger .field--name-field-image img {
    animation: zoom 26s infinite ease-in-out;
}

.file {
    padding-left: 20px;
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.file--application-pdf {
    background-image: URL("/themes/custom/verisure/images/application-pdf.png");
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 23px;
}

.font21 {
    font-size: 21px;
}

.iconplay {
    background: url(/themes/custom/verisure/images/iconplay.png) no-repeat;
    background-size: 17px;
    padding-left: 22px;
    background-position-y: center;
}

.thumbnail {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .thumbnail {
        max-height: 100px;
        max-width: 100px;
    }
}

.thumbnail-2 {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .thumbnail-2 {
        max-height: 200px;
        max-width: 200px;
    }
}

.div-center {
    margin: 0 auto;
}

.im-out-range {
    margin-top: -20px;
    margin-right: -40px;
}

.forcedwidth {
    width: 100%;
    max-width: 100%;
}

.logo-verisure img {
    max-width: 94px;
    margin-bottom: 20px;
}

.logo-verisure-landing img {
    max-width: 94px;
    margin-bottom: 20px;
    margin-left: 35px;
}

.left-33 {
    width: 100%;
}

@media (min-width:768px) {
    .left-33 {
        width: 33%;
        padding-right: 2%;
    }
}

.right-66 {
    width: 100%;
}

@media (min-width:768px) {
    .right-66 {
        width: 66%;
    }
}

.padding-radix-layouts {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) {
    .padding-radix-layouts {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.iframe-maps iframe {
    height: 864px;
}

@media (min-width:768px) {
    .iframe-maps iframe {
        height: 1800px;
    }
}

.minifont-border-bottom-light {
    border-bottom: 1px solid #f0f2f4;
    padding-bottom: 10px;
    color: #9c9ea2;
    font-size: 11px;
}

.block-20-80 .width-20 {
    width: 100%;
}

@media (min-width:768px) {
    .block-20-80 .width-20 {
        width: 20%;
    }
}

.block-20-80 .width-80 {
    width: 100%;
}

@media (min-width:768px) {
    .block-20-80 .width-80 {
        width: 80%;
    }
}

.whidth75 {
    width: 100%;
    padding-right: 20px;
    padding-left: 15px;
}

@media (min-width:1180px) {
    .whidth75 {
        width: 75%;
        padding-right: 20px;
        padding-left: 15px;
    }
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c.ck-ptop-none {
    padding-top: 0;
}

.elements-no-margin figure {
    margin: 0;
}

.word-break a {
    word-break: break-word;
}

.logo-tryg img {
    max-width: 266px;
}

@media (min-width:768px) {
    .logo-tryg img {
        max-width: 280px;
    }
}

.Nykredit img {
    max-width: 192px;
}

@media (min-width:768px) {
    .Nykredit img {
        max-width: 192px;
    }
}
}

.p-extra-long {
    padding-top: 65px;
    padding-bottom: 47px;
}

.p-extra-long-element {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 65px;
}

.p-extra-long-element:last-child {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .p-extra-long-element {
        padding-bottom: 0;
    }
}

html {
    font-size: 16px;
    background: #DFDFDF;
}

h1, h2, h3, h4, h5, h6 {
    color: #081a2b;
    font-family: var(--fira-sans);
    font-weight: 500;
    margin: 0;
}

h2, h3, h4, h5, h6 {
    margin: 2rem 0 .75rem;
}

h2, h3 {
    line-height: 1.25;
}

h4, h5, h6 {
    line-height: 1.4;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.13;
    margin: 2rem 0 1.5rem;
}

@media (min-width:1180px) {
    h1 {
        font-size: 2.75rem;
        margin: 1.5rem 0;
    }
}

h1.page-title {
    margin-top: 0;
}

h2 {
    font-size: 2.25rem;
    margin: 20px 0;
}

h2.title2-gray {
    color: #666666;
    font-family: var(--fira-sans);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 25px;
}

@media (min-width:1180px) {
    h2 {
        font-size: 2.5rem;
    }
}

h2 span {
    font-weight: 400;
}

h3 {
    font-size: 2rem;
}

@media (min-width:1180px) {
    h3 {
        font-size: 2.25rem;
    }
}

h4 {
    font-size: 1.75rem;
}

@media (min-width:1180px) {
    h4 {
        font-size: 2rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media (min-width:1180px) {
    h5 {
        font-size: 1.75rem;
    }
}

h6 {
    font-size: 1.25rem;
}

@media (min-width:1180px) {
    h6 {
        font-size: 1.5rem;
    }
}

.heading1 {
    color: #262626;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
}

@media (min-width:768px) {
    .heading1 {
        font-size: 35px;
        line-height: 60px;
    }
}

.heading1.title-model-2 {
    font-weight: 600;
    font-size: 36.4px;
}

@media (min-width:768px) {
    .heading1.title-model-2 {
        font-size: 42px;
        line-height: 1.2;
    }
}

.heading2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    .heading2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.heading2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .heading2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.heading3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

p {
    color: #262626;
    margin: 0 0 11px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
}

ul {
    color: #262626;
}

ol {
    color: #262626;
    padding: 0 0 0 20px;
}

a {
    color: #ff0033;
    display: inline-block;
    text-decoration: none;
    transition: color .2s;
}

a:hover {
    text-decoration: none;
}

blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

blockquote * {
    color: #666666;
    font-family: var(--fira-sans);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.6;
}

blockquote a {
    color: #ff0033;
}

blockquote::before, blockquote::after {
    content: none;
}

blockquote>p:first-child {
    display: block;
    margin-top: 0;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

mark, .marker {
    background-color: #8a8c8e;
    color: white;
    float: right;
    font-size: 0.875rem;
    padding: .5rem;
}

summary {
    outline: none;
}

strong {
    font-weight: 500;
}

code, kbd, pre, samp {
    font-size: 0.8125rem;
}

@media (min-width:990px) {
    .col-md-6 {
        float: left;
        width: 50%;
    }
}

@media (min-width:1180px) {
    .affiliates-block.sd-b001-c-group {
        padding: 0;
    }
}

.affiliates-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    background: #dcddde;
    border-radius: 10px;
    padding: 32px;
}

@media (min-width:990px) {
    .affiliates-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
        max-width: 380px;
    }
}

.alarm-price {
    padding: 20px;
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
}

@media (min-width:768px) {
    .alarm-price {
        padding: 32px 0;
    }
}

.alarm-price .inner-wrapper {
    border-radius: 0 0 55px 0;
    background: #ff0033;
    padding: 32px;
}

.alarm-price p {
    color: white;
    font-size: 21px;
    font-weight: 500;
}

.alarm-price .button {
    color: white;
    background: #ff0033;
    border-radius: 50px;
    border: 2px solid white;
    margin: 10px 0;
    padding: 24px;
    width: 100%;
    max-width: 145px;
}

.alarm-price .button:hover {
    color: #ff0033;
    background: white;
    border: 2px solid white;
}

.alarm-price .button:active {
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.awards-bar {
    background: #636466;
    padding: 20px 0;
}

.awards-bar .awards-bar-items-wrapper {
    max-width: 1600px;
    margin: 0 auto;
}

.awards-bar .awards-items {
    display: none;
    margin: 0 auto;
}

@media (min-width:768px) {
    .awards-bar .awards-items {
        display: table;
    }
}

.awards-bar .awards-items li {
    float: left;
    display: flex;
    padding: 0 20px;
}

.awards-bar .awards-items article, .awards-bar .awards-items .embedded-entity {
    padding-right: 20px;
}

.awards-bar p {
    color: white;
    font-weight: normal;
    margin: 0;
    display: block;
    width: 100%;
}

.awards-bar .title {
    font-size: 21px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

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

.awards-bar.model2 {
    padding: 40px 0 20px;
    display: block;
}

@media (min-width:990px) {
    .awards-bar.model2 {
        padding: 40px 0;
    }
}

.awards-bar.model2 .awards-bar-items-wrapper {
    max-width: 1180px;
}

.awards-bar.model2 p {
    line-height: 1;
}

.awards-bar.model2 .awards-items {
    display: table;
}

.awards-bar.model2 .awards-items li {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .awards-bar.model2 .awards-items li {
        width: 50%;
    }
}

@media (min-width:990px) {
    .awards-bar.model2 .awards-items li {
        width: auto;
        margin-bottom: 0;
    }
}

@media (min-width:990px) {
    .awards-bar.model2 .awards-items {
        display: flex;
        justify-content: space-evenly;
    }
}

.balloons {
    padding: 60px 20px;
}

.balloons p {
    margin-top: 16px;
}

.bubble {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .balloons-bag {
        margin: 0 auto;
        max-width: 1180px;
        display: flex;
        justify-content: space-between;
    }
}

.block-views-blockblog-blog-related, .block-views-blockmagazine-magazine-related {
    padding: 37px 0 28px;
    border-bottom: 1px solid #dcddde;
}

.block-views-blockblog-blog-related h2, .block-views-blockmagazine-magazine-related h2 {
    margin: 16px 0 23px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

.block-views-blockblog-blog-related .blog, .block-views-blockmagazine-magazine-related .blog {
    display: flex;
    flex-wrap: wrap;
}

.block-views-blockblog-blog-related .blog li, .block-views-blockmagazine-magazine-related .blog li {
    flex: 1 0 45%;
    overflow: hidden;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(1), .block-views-blockmagazine-magazine-related .blog li:nth-of-type(1) {
    align-self: flex-start;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(3), .block-views-blockmagazine-magazine-related .blog li:nth-of-type(3) {
    margin-top: -17px;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(4), .block-views-blockmagazine-magazine-related .blog li:nth-of-type(4) {
    align-self: flex-end;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(odd), .block-views-blockmagazine-magazine-related .blog li:nth-of-type(odd) {
    margin-right: 15px;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(1) .views-field-field-image a, .block-views-blockblog-blog-related .blog li:nth-of-type(4) .views-field-field-image a, .block-views-blockmagazine-magazine-related .blog li:nth-of-type(1) .views-field-field-image a, .block-views-blockmagazine-magazine-related .blog li:nth-of-type(4) .views-field-field-image a {
    height: 170px;
}

.block-views-blockblog-blog-related .blog li:nth-of-type(2) .views-field-field-image a, .block-views-blockblog-blog-related .blog li:nth-of-type(3) .views-field-field-image a, .block-views-blockmagazine-magazine-related .blog li:nth-of-type(2) .views-field-field-image a, .block-views-blockmagazine-magazine-related .blog li:nth-of-type(3) .views-field-field-image a {
    height: 225px;
}

.block-views-blockblog-blog-related .views-field-field-image a, .block-views-blockmagazine-magazine-related .views-field-field-image a {
    color: #262626;
    border-radius: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.block-views-blockblog-blog-related .views-field-field-image img, .block-views-blockmagazine-magazine-related .views-field-field-image img {
    object-fit: cover;
    max-width: none;
    width: 100%;
    height: 100%;
}

.block-views-blockblog-blog-related .views-field-title a, .block-views-blockmagazine-magazine-related .views-field-title a {
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #262626;
}

@media (min-width:990px) {
    .block-views-blockblog-blog-related .views-field-title a, .block-views-blockmagazine-magazine-related .views-field-title a {
        font-size: 12px;
        line-height: 14px;
    }
}

.breadcrumb {
    max-width: 1180px;
    margin: 0 auto;
}

@media (min-width:1180px) {
    .breadcrumb {
        padding-left: 0;
        padding-right: 0;
    }
}

.button {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    display: inline-block;
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

@media (min-width:1180px) {
    .button {
        font-size: 0.9375rem;
    }
}

.button:hover {
    transition: .2s;
}

.button:hover {
    background-color: #0a2239;
    border-color: #0a2239;
    color: white;
}

.button--secondary {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    padding: 0.625rem 1.5rem;
    transition: .2s;
    display: inline-block;
    background-color: transparent;
    border-color: #ff0033;
    color: #ff0033;
}

@media (min-width:1180px) {
    .button--secondary {
        font-size: 0.9375rem;
    }
}

.button--secondary:hover {
    transition: .2s;
}

.button--secondary:hover {
    background-color: #ff0033;
    border-color: #ff0033;
    color: white;
}

.button:disabled {
    opacity: .6;
    pointer-events: none;
}

.button:focus {
    outline: none;
}

.cta-button {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
}

.cta-button::before, .cta-button::after {
    display: none;
}

.cta-button:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.cta-button-inverted {
    background: white;
    color: black;
}

.cta-button-inverted:hover {
    background: #dcddde;
}

.cta-button-no-margin {
    margin: 0;
}

.cta-button-arrow {
    position: relative;
}

.cta-button-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.cta-button-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.cta-button-large {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    padding: 22px 60px;
    border-radius: 50px;
    display: inline-flex;
}

.cta-button-large::before, .cta-button-large::after {
    display: none;
}

.cta-button-large:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.cta-button-large-inverted {
    background: white;
    color: black;
}

.cta-button-large-inverted:hover {
    background: #dcddde;
}

.cta-button-large-no-margin {
    margin: 0;
}

.cta-button-large-arrow {
    position: relative;
}

.cta-button-large-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.cta-button-large-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.formatted-link {
    color: #ff0033;
    text-decoration: none;
    font-size: 15px;
}

.formatted-link:hover {
    text-decoration: underline;
}

.formatted-link:before {
    content: " ";
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin-right: 10px;
    background: transparent url(/sites/cl/files/flmngr/go_small.svg) no-repeat;
}

.video-link {
    margin-top: 15px;
    color: #ff0033;
    text-decoration: none;
    font-size: 18px;
    background: transparent url("https://www.securitasdirect.es/lp/html/img/ico/play.gif") no-repeat;
    padding: 0 0 5px 40px;
    display: block;
}

.video-link:hover {
    text-decoration: underline;
}

.video-youtube {
    background-color: black;
    border: 0;
    border-radius: 21px;
    display: inline-block;
    font-size: 0;
    height: 75px;
    opacity: 0.6;
    position: relative;
    text-align: center;
    width: 115px;
}

.video-youtube::after {
    border-bottom: 15px solid transparent;
    border-left: 30px solid white;
    border-top: 15px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -13px;
    margin-top: -15px;
    position: absolute;
    position-opacity: 1;
    top: 50%;
    top-width: 0;
}

.video-youtube:hover {
    background-color: #ff0033;
    opacity: 1;
}

.submit-button {
    min-width: 140px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    zoom: 1;
    letter-spacing: 0;
    word-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px 12px;
    border-radius: 24px;
    text-align: center;
    background-color: #ff0033;
    border: 2px solid #ff0033;
    margin-bottom: 0;
    color: white;
    outline: none;
}

.submit-button:hover {
    background-color: white;
    color: #ff0033;
}

.blog-categories, .block-blog-categories-block {
    padding: 32px 0 48px;
    border-bottom: 1px solid #c7c8ca;
}

.blog-categories .container, .block-blog-categories-block .container {
    width: auto;
    padding: 0;
}

.blog-categories .block-title, .blog-categories h3, .block-blog-categories-block .block-title, .block-blog-categories-block h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.blog-categories .categories-base, .block-blog-categories-block .categories-base {
    text-align: left;
}

.blog-categories .button, .blog-categories a, .block-blog-categories-block .button, .block-blog-categories-block a {
    background: none;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    border: none;
    padding: 0;
    margin-right: 20px;
}

@media (min-width:768px) {
    .blog-categories .button, .blog-categories a, .block-blog-categories-block .button, .block-blog-categories-block a {
        padding: 9px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.blog-categories .button:hover, .blog-categories a:hover, .block-blog-categories-block .button:hover, .block-blog-categories-block a:hover {
    background: none;
}

.blog-categories .button::after, .blog-categories a::after, .block-blog-categories-block .button::after, .block-blog-categories-block a::after {
    content: " ";
    border-right: 2px solid #ff0033;
    border-bottom: 2px solid #ff0033;
    height: 11px;
    width: 11px;
    display: inline-block;
    transform: rotate(-45deg);
}

.blog_categories li a {
    text-transform: capitalize;
}

.blog-categories button {
    text-transform: capitalize;
}

.element-tax-deduction-calculator {
    padding-right: 40px;
}

.element-tax-deduction-calculator .row {
    margin: 20px 0;
}

.element-tax-deduction-calculator .row .col {
    width: 100%;
    float: none;
    position: relative;
}

@media (min-width:1180px) {
    .element-tax-deduction-calculator .row .col {
        width: 50%;
        float: left;
    }
}

.element-tax-deduction-calculator .row .col-input input {
    color: #262626;
    border: 1px solid #dcddde;
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    padding: 9px 10px;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.element-tax-deduction-calculator .row .col-input span {
    position: absolute;
    right: 8px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875em;
    color: #262626;
}

.element-tax-deduction-calculator .row .col-info .info {
    visibility: hidden;
    width: 100%;
    background-color: white;
    color: black;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 2px 2px 27px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 27px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 27px -2px rgba(0, 0, 0, 0.75);
    transition: opacity 2s;
}

@media (min-width:1180px) {
    .element-tax-deduction-calculator .row .col-info .info {
        width: 380px;
    }
}

.element-tax-deduction-calculator .row .col-info label {
    text-transform: none;
    text-align: left;
}

.element-tax-deduction-calculator .row .col-info label:after {
    content: " ! ";
    display: inline-block;
    color: #ff0033;
    font-weight: 700;
    margin-left: 6px;
    font-size: 1.4em;
}

.element-tax-deduction-calculator .row .col-info:hover .info {
    visibility: visible;
}

.element-tax-deduction-calculator .row .error {
    padding: 10px;
    margin-top: 40px;
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    color: #70181d;
    background-color: #ebccd1;
    text-align: left;
}

.element-tax-deduction-calculator .heading2 {
    text-align: left;
}

.element-tax-deduction-calculator .heading2 span {
    font-weight: 600;
}

.element-tax-deduction-calculator .heading2 span#result {
    width: 50%;
    float: right;
}

.element-tax-deduction-calculator .cta-button-large {
    width: 100%;
    border-radius: 14px;
    box-shadow: none;
    border: 0;
}

@media (min-width:1180px) {
    .element-tax-deduction-calculator .cta-button-large {
        width: 50%;
        margin-left: 50%;
    }
}

.box-main-color, .box-dark, .box-very-dark {
    padding: 20px;
    background: #ff0033;
    color: white;
}

.box-main-color ul, .box-main-color ol, .box-main-color p, .box-dark ul, .box-dark ol, .box-dark p, .box-very-dark ul, .box-very-dark ol, .box-very-dark p {
    color: white;
}

.box-dark {
    background: #636466;
}

.box-very-dark {
    background: #505050;
}

.box-grey {
    padding: 20px;
    background: #f0f2f4;
}

.comparison-table-wrapper-dark {
    background: #636466;
}
}
}
}
}
}
}
}
}
}
}
}

.eu-cookie-compliance-banner {
    background: #636466;
}

.eu-cookie-compliance-content {
    position: relative;
    max-width: unset;
    text-align: unset;
}

.eu-cookie-compliance-message {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 10px;
    float: none;
}

.eu-cookie-compliance-message p {
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.eu-cookie-compliance-buttons {
    position: absolute;
    top: 0px;
    right: 0px;
}

.eu-cookie-compliance-buttons button {
    font-size: 0;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    color: white;
    margin: 0;
    padding: 5px 10px;
}

.eu-cookie-compliance-buttons button::before {
    content: "\00d7";
    font-size: 16px;
}

.eu-cookie-compliance-buttons button:hover {
    background: none;
}

.sliding-popup-bottom .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
}

.sliding-popup-bottom .eu-cookie-compliance-banner-info .eu-cookie-compliance-content .eu-cookie-compliance-message a:hover {
    text-decoration: none;
    color: white;
}

.block-content-type-sd_b001.block--view-mode-default .customer-reviews-block .user-review {
    background: white;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.block-content-type-sd_b001.block--view-mode-default .customer-reviews-block .user-review .link-more, .block-content-type-sd_b001.block--view-mode-default .customer-reviews-block .user-review .link-less {
    margin-bottom: 0;
}

.block-content-type-sd_b001.block--view-mode-default .customer-reviews-block .user-review .sv-font-preamble {
    margin-top: 0;
}

.block-content-type-sd_b001.block--view-mode-default .customer-reviews-block .user-review::after {
    border-top: 6px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position: absolute;
    top: 100%;
}

.ui-datepicker th {
    background: none;
}

.ui-datepicker thead {
    border: none;
}

.ui-datepicker .ui-datepicker-title>select {
    width: 45%;
    margin: 0 2%;
}

.ui-datepicker .ui-state-default {
    border: 1px solid transparent;
}

.ui-datepicker .ui-state-default:hover {
    border: 1px solid transparent;
}

.ui-datepicker .ui-state-active {
    border: 1px solid transparent;
    background: #ff0033;
    color: white;
}

.ui-datepicker .ui-state-highlight {
    background: #f6f6f6;
    border-color: #ff0033;
    color: #262626;
}

.ui-datepicker .ui-state-highlight.ui-state-hover {
    background: #ededed;
    border-color: #ff0033;
}

.ui-datepicker .ui-state-highlight.ui-state-active {
    background: #ff0033;
    color: white;
}

.ui-datepicker .ui-state-highlight.ui-state-active.ui-state-hover {
    background: #ff0033;
}

form input[type="text"].hasDatepicker {
    background: white url(/themes/custom/verisure/images/calendar-red.jpg) no-repeat 15px center;
    padding-left: 45px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input:not([type="radio"]):not([type="checkbox"]).hasDatepicker {
    background: white url(/themes/custom/verisure/images/calendar-red.jpg) no-repeat 10px center;
    padding-left: 40px;
}

.description-card {
    background: #dcddde;
    padding: 32px 32px 64px;
    border-radius: 0 55px 0 55px;
}

.description-card .embedded-entity {
    margin-right: 32px;
}

.description-card .card-title {
    margin-bottom: 15px;
}

.description-card p {
    margin: 11px 0 0;
}

.emergency-banner-block {
    background: #ff0033;
    padding: 60px 20px 90px;
}

.emergency-banner-block .inner-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .emergency-banner-block .inner-wrapper {
        display: flex;
        justify-content: space-around;
    }
}

.emergency-item {
    padding: 0 20px;
    width: 100%;
    text-align: center;
}

.emergency-item p {
    color: white;
    font-size: 14px;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .emergency-item p {
        margin-bottom: 0;
    }
}

.emergency-item .embedded-entity {
    margin-bottom: 16px;
}

.view-faq-list {
    margin: 40px auto;
    width: 100%;
    max-width: 910px;
    padding-left: 20px;
    padding-right: 20px;
}

.view-faq-list .view-content>.views-row {
    border: 1px solid #dcddde;
    border-radius: 30px;
    margin-bottom: 13px;
    overflow: hidden;
}

.view-faq-list .accordion-group-content {
    padding: 0 20px;
}

@media (min-width:768px) {
    .view-faq-list .accordion-group-content {
        padding: 0 50px;
    }
}

.view-faq-list .accordion-group-content .views-field-title {
    color: #262626;
    font-size: 21px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
}

.view-faq-list .accordion-group-content .views-field-title .ui-icon {
    background: none;
    position: relative;
    width: 27px;
    height: 31px;
}

.view-faq-list .accordion-group-content .views-field-title .ui-icon::after {
    content: '';
    position: absolute;
    height: 19px;
    width: 19px;
    border-left: 3px solid #ff0033;
    border-bottom: 3px solid #ff0033;
    transform: rotate(-45deg);
    top: 0;
    right: 5px;
    transition: .4s all ease;
    cursor: pointer;
}

.view-faq-list .accordion-group-content .ui-state-active .ui-icon {
    transform: none;
}

.view-faq-list .accordion-group-content .ui-state-active .ui-icon::after {
    transform: rotate(135deg);
    top: 14px;
}

.view-faq-list .accordion-group-content .ui-accordion-content {
    font-size: 16px;
    padding: 0 0 20px;
    background: none;
}

.view-faq-list .accordion-group-content .ui-accordion-content span {
    font-size: 16px !important;
}

.view-faq-list .accordion-group-content .views-field-field-link a:before {
    display: none;
}

.view-faq-list .accordion-group-content .views-row {
    border-bottom: 2px dotted #dcddde;
}

.view-faq-list .accordion-group-content .views-row:last-child {
    border-bottom: none;
}

.faq-viewless-block .heading3 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 910px;
    text-align: left;
    padding: 0 20px;
}

.faq-viewless-block .view-faq-list .text-row {
    padding: 20px 0;
}

.faq-viewless-block .view-faq-list.acordeon-white {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}

@media (min-width:768px) {
    .faq-viewless-block .view-faq-list.acordeon-white {
        padding: 35px 60px;
    }
}

.faq-viewless-block .view-faq-list.acordeon-white .accordion-group-content {
    padding: 0 20px;
}

@media (min-width:768px) {
    .faq-viewless-block .view-faq-list.acordeon-white .accordion-group-content {
        padding: 0 50px;
    }
}

.faq-viewless-block .view-faq-list.acordeon-white .heading3-title {
    font-weight: 400;
    font-size: 37px;
    margin-top: 0;
}

@media (min-width:768px) {
    .faq-viewless-block .view-faq-list.acordeon-white .heading3-title {
        padding-left: 15px;
        margin-top: 32px;
    }
}

.faq-viewless-block .view-faq-list.acordeon-white .views-row {
    border: 0;
    border-radius: 0;
    border-bottom: 1px dashed #ccc;
}
}

.faq-viewless-block .view-content {
    text-align: left;
}

.faq-viewless-block .accordion-group-content {
    text-align: left;
    padding: 0 20px;
}

@media (min-width:990px) {
    .faq-viewless-block .accordion-group-content {
        padding: 0 50px;
    }
}

.faq-viewless-block .accordion-group-content .ui-accordion-content {
    padding: 0 0 20px;
    font-weight: 400;
}

.faq-viewless-block .accordion-group-content .ui-accordion-content p:last-child {
    margin-bottom: 0;
}

.faq-viewless-block .accordion-group-content .views-row {
    border-bottom: 2px dotted #dcddde;
}

.faq-viewless-block .accordion-group-content .border-top-dotted {
    border-top: 2px dotted #dcddde;
}

.faq-viewless-block .accordion-group-content .border-bottom-dotted {
    border-bottom: 2px dotted #dcddde;
}

.faq-viewless-block .accordion-group-content .views-field-title {
    color: #262626;
    font-size: 21px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    position: relative;
    padding-right: 35px;
}

.faq-viewless-block .accordion-group-content .views-field-title::after {
    content: '';
    position: absolute;
    height: 19px;
    width: 19px;
    border-left: 3px solid #ff0033;
    border-bottom: 3px solid #ff0033;
    transform: rotate(-45deg);
    top: 24px;
    right: 5px;
    transition: .4s all ease;
    cursor: pointer;
}

.faq-viewless-block .accordion-group-content .views-field-title.open::after {
    transform: rotate(135deg);
    top: 34px;
}

.faq-viewless-block .accordion-group-content .views-row:last-child {
    border-bottom: none;
}

.faq-viewless-block .accordion-group-content .views-row:last-child .ui-accordion-content {
    border-bottom: none;
}

.block-content-type-sd_b001 .field--name-field-new, .block-content-type-sd_b001 .field--name-field-new-mobile {
    display: none;
}

.field--name-field-new, .field--name-field-new-mobile {
    display: none;
}

.fixed-bar {
    background: #8a8c8e;
    padding: 2px 0 10px;
    transition: 0.2s all ease-out;
    width: 100%;
}

.fixed-bar>* {
    color: #262626;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: white;
}

.fixed-bar.fixed {
    position: fixed;
    top: 108px;
    z-index: 2;
}

.toolbar-horizontal .fixed-bar.fixed {
    top: 148px;
}

.toolbar-tray-open.toolbar-horizontal .fixed-bar.fixed {
    top: 188px;
}

form .form--inline {
    display: flex;
    flex-flow: row wrap;
}

form .form--inline>* {
    flex-grow: 1;
}

form .form--inline .form-item {
    float: none;
}

form .form--inline .form-item, form .form--inline .form-actions {
    margin: 1rem .5rem 1rem 0;
}

form .captcha {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

@media (min-width:0) and (max-width:479px) {
    form .captcha {
        transform: scale(0.73);
        transform-origin: right;
    }
}

form .form-actions {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 1.5rem 0;
    width: 100%;
}

form .form-actions>* {
    margin-bottom: .25rem;
    margin-left: .5rem;
    margin-right: 0;
    margin-top: 0;
}

form .form-actions .form-submit {
    order: 1;
}

form .form-item {
    margin: 1.5rem 0;
}

form .form-item .shs-container, form .form-item .shs-widget-container {
    width: 100%;
}

form .form-item .shs-field-container {
    display: flex;
    flex-flow: row nowrap;
}

form .form-item .shs-field-container>*:not(:last-child) {
    margin-right: .5rem;
}

form .fieldset-legend, form label, form label+.field-prefix {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

form label+.field-prefix {
    padding-top: 16px;
}

form .fieldset-legend {
    text-transform: initial;
}

form .option {
    text-transform: none;
}

form fieldset {
    border: none;
    padding: 0;
}

form textarea::placeholder {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
}

form textarea::-webkit-input-placeholder {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
}

form input::placeholder {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
}

form input::-webkit-input-placeholder {
    font-size: 0.9375rem;
    font-family: Arial, Helvetica, sans-serif;
}

form input[type='search'] {
    box-sizing: border-box;
}

form input[type='button'], form input[type='submit'], form input[type='reset'] {
    white-space: normal;
}

form input[type='checkbox'], form input[type='radio'] {
    cursor: pointer;
}

form input[type='radio'] {
    display: none;
}

form input[type='radio']+label {
    min-height: 18px;
    cursor: pointer;
    font-size: 16px;
}

form input[type='radio']+label:before {
    content: " ";
    display: inline-block;
    background: transparent url(/themes/custom/verisure/images/backgrounds/custom_forms_radio.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    vertical-align: bottom;
    margin-right: 10px;
}

form input[type='radio']:checked+label:before {
    background-position: -30px 0;
}

form input[type='checkbox']+.description {
    display: inline-block;
    color: #333333;
}

form input[type='password'], form input[type='search'], form input[type='email'], form input[type='text'], form input[type='tel'] {
    background-color: white;
    border: 3px solid transparent;
    box-shadow: 0 0 0 1px #cccccc inset;
    font-size: 0.875rem;
    max-width: 100%;
    padding: 15px 20px 13px;
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
}

form input[type='password']:hover, form input[type='search']:hover, form input[type='email']:hover, form input[type='text']:hover, form input[type='tel']:hover {
    border-color: transparent;
}

form input[type='password']:focus, form input[type='search']:focus, form input[type='email']:focus, form input[type='text']:focus, form input[type='tel']:focus {
    outline: none;
}

form.was-validated [type='password']:invalid, form.was-validated [type='search']:invalid, form.was-validated [type='email']:invalid, form.was-validated [type='text']:invalid, form.was-validated [type='tel']:invalid {
    background: white url(/themes/custom/verisure/images/icons/svg/not_available.svg) no-repeat calc(100% - 13px) center;
    padding-right: 40px;
    border-color: #fbbcbc;
}

form.was-validated [type='password']:valid, form.was-validated [type='search']:valid, form.was-validated [type='email']:valid, form.was-validated [type='text']:valid, form.was-validated [type='tel']:valid {
    background: white url(/themes/custom/verisure/images/icons/svg/available.svg) no-repeat calc(100% - 13px) center;
    padding-right: 40px;
    border-color: #d2ecd9;
}

form select, form textarea {
    background-color: white;
    border: 1px solid #dcddde;
    font-size: 0.875rem;
    max-width: 100%;
    min-height: 36px;
    padding: .5rem;
    width: 100%;
    color: black;
    font-weight: 400;
}

form select:hover, form textarea:hover {
    border-color: #636466;
}

form .form-textarea-wrapper textarea {
    min-height: 200px;
    margin-bottom: 20px;
}

form select {
    -webkit-appearance: none;
    appearance: none;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 1rem;
    font-size: 0.875rem;
    padding-right: 2rem;
    width: 100%;
}

form select.focus-animation {
    animation: focus 1s ease-in-out;
}

form select:invalid {
    color: #757575;
}

form select [disabled] {
    color: #757575;
}

form select option {
    font-size: 0.875rem;
}

form select option[value=""] {
    color: #757575;
}

form select::-ms-expand {
    display: none;
}

form .form-type-radio {
    margin: 20px 40px 20px 0px;
}

form input:-webkit-autofill, form input:-webkit-autofill:hover, form input:-webkit-autofill:focus, form textarea:-webkit-autofill, form textarea:-webkit-autofill:hover, form textarea:-webkit-autofill:focus, form select:-webkit-autofill, form select:-webkit-autofill:hover, form select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit;
    transition: background-color 5000s ease-in-out 0s;
}

.selectlist-option.active {
    border: 10px solid #ff0033;
}

.ajax-progress {
    display: none !important;
}

.form-required::after {
    filter: brightness(0);
}

.description, .form-item .description {
    color: #666666;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
}

.description *, .form-item .description * {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 0;
}

.form-type-radio input, .form-type-checkbox input {
    margin-right: 5px;
}

.password-strength {
    font-size: 0.75rem;
    margin: .5rem 0;
}

.field-suffix {
    margin-left: 5px;
}

.field-suffix .link {
    color: #0a2239;
    font-size: 0.625rem;
    margin-left: 0.625rem;
    text-transform: uppercase;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0 .5rem .5rem 0;
}

.input-model-dark {
    width: 100%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
    background: #393d41;
    color: #c1c7cd;
    border: none;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid transparent;
}
}

.form-item.messages-box {
    display: block;
    width: 100%;
    margin: 10px 0 0;
}

.form-item.messages-box .messages-inner-wrapper {
    margin-top: 5px;
    background: #ececec;
    border-radius: 5px;
    color: #ff0033;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 11px;
}

.form-item.messages-box.message-notice .messages-inner-wrapper {
    color: #3eb54a;
    font-size: 16px;
}

.webform-confirmation {
    margin-top: 5px;
    background: #ececec;
    border-radius: 5px;
    color: #ff0033;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 11px;
}

.webform-confirmation .webform-confirmation__message {
    color: #3eb54a;
    font-size: 16px;
    margin-bottom: 0;
}

.webform-confirmation .webform-confirmation__back {
    margin-bottom: 0;
    margin-top: 11px;
}

.form-item.form-item-terms-of-service {
    width: 100%;
    clear: left;
    display: table;
    margin-top: 11px;
}

.form-item.form-item-terms-of-service .form-checkbox {
    float: left;
}

.form-item.form-item-terms-of-service .description {
    font-size: 11px;
    line-height: 1.4;
    color: white;
    text-align: left;
    display: inline;
}

.form-item.form-item-terms-of-service .description a {
    color: white;
    margin: 0;
    font-size: 11px;
    display: inline;
    padding: 0;
    text-decoration: underline;
}

.form-item.form-item-terms-of-service .description a:hover {
    text-decoration: none;
}

.form-item.form-item-terms-of-service .description a::before {
    display: none;
}

.field--type-webform input[type='radio']:checked+label:before {
    background-position: -30px 0;
}

.field--type-webform table th {
    background: transparent;
}

.field--type-webform input.js-webform-entity-reference-field_webform-0-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-1-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-2-ajax-update, .field--type-webform input.js-webform-entity-reference-field_webform-3-ajax-update {
    display: none;
}

.field--type-webform input.field-add-more-submit {
    margin-top: 20px;
}

.schedule-block-options .details-wrapper div {
    padding-bottom: 10px;
}

.schedule-block-options .details-wrapper div.details-description {
    padding-bottom: 20px;
}

.block-schedule-outdated {
    border: 6px dashed #e37c4b;
}

.dynamic_funnel_layer {
    background: #636466;
    width: 100%;
}

.dynamic_funnel_layer iframe {
    width: 100%;
}

@media (min-width:768px) {
    .guide-list-block .sd-b001-c-group.video-block {
        display: table;
        width: 100%;
    }

    .guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
        float: left;
        width: 29%;
    }

    .guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c:nth-child(2) {
        margin: 0 5%;
    }
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    padding: 48px 14px;
    display: block;
    border-radius: 0 0 0 55px;
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c .field--name-field-image img {
    max-width: 100%;
    height: auto;
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c p {
    white-space: pre-wrap;
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c a {
    white-space: pre-wrap;
    display: inline;
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c a::before {
    content: "\e006";
    margin-right: 6px;
    font-family: 'Verisure-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
    top: 1px;
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c a:not(.cta-button):not(.cta-button-large):not(.cta-button-large).file--application-pdf {
    background: URL("/themes/custom/verisure/images/application-pdf.png") no-repeat 0 50%;
    padding-left: 20px;
}

.highlight-link-block {
    background: #636466;
    padding: 30px 20px;
    color: white;
}

.highlight-link-block.small-model {
    padding: 20px;
}

.highlight-link-block.small-model [class^="heading"] {
    font-size: 28px;
    font-weight: 400;
}

.highlight-link-block.gradient-model, .highlight-link-block.background-model {
    background: linear-gradient(90deg, #ff0033, #ab192d);
}

.highlight-link-block.gradient-model .cta-button-large, .highlight-link-block.background-model .cta-button-large {
    border: 2px solid white;
    line-height: 24px;
    height: auto;
}

.highlight-link-block.gradient-model .cta-button-large:hover, .highlight-link-block.background-model .cta-button-large:hover {
    color: #ff0033;
    background: white;
}

@media (min-width:768px) {
    .highlight-link-block.gradient-model .inner-wrapper, .highlight-link-block.background-model .inner-wrapper {
        justify-content: space-around;
        align-items: center;
    }

    .highlight-link-block.gradient-model .inner-wrapper>*, .highlight-link-block.background-model .inner-wrapper>* {
        width: auto;
    }
}

.highlight-link-block.background-model {
    background: #ff0033;
}

.highlight-link-block .inner-wrapper {
    max-width: 990px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .highlight-link-block .inner-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: between;
        align-items: center;
    }
}

.highlight-link-block .inner-wrapper-large {
    max-width: 1180px;
    padding: 10px 20px;
}

.highlight-link-block p, .highlight-link-block [class^="heading"] {
    color: white;
    font-size: 21px;
    line-height: 1.4;
}

@media (min-width:768px) {
    .highlight-link-block p, .highlight-link-block [class^="heading"] {
        width: 50%;
        text-align: left;
        margin: 0;
    }
}

.highlight-link-block [class^="heading"] {
    margin: 0;
    font-size: 34px;
}

.highlight-link-block a {
    margin: 0 auto;
}

.highlight-link-block a:not(.cta-button):not(.cta-button-large) {
    color: white;
}

.highlight-link-block .field--name-field-link a {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    padding: 22px 60px;
    border-radius: 50px;
    display: inline-flex;
    margin-top: 0;
    border: 2px solid white;
}

.highlight-link-block .field--name-field-link a::before, .highlight-link-block .field--name-field-link a::after {
    display: none;
}

.highlight-link-block .field--name-field-link a:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.highlight-link-block .field--name-field-link a-inverted {
    background: white;
    color: black;
}

.highlight-link-block .field--name-field-link a-inverted:hover {
    background: #dcddde;
}

.highlight-link-block .field--name-field-link a-no-margin {
    margin: 0;
}

.highlight-link-block .field--name-field-link a-arrow {
    position: relative;
}

.highlight-link-block .field--name-field-link a-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.highlight-link-block .field--name-field-link a-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.highlight-link-block .text-wrapper [class^="heading"] {
    font-size: 28px;
    font-weight: 400;
}

@media (min-width:768px) {
    .highlight-link-block .text-wrapper {
        text-align: left;
    }

    .highlight-link-block .text-wrapper p, .highlight-link-block .text-wrapper [class^="heading"] {
        width: auto;
    }

    .highlight-link-block .text-wrapper+p {
        width: auto;
    }
}

.highlight-link-block.main-color-link-block {
    background: #ff0033;
}

.highlight-link-block.main-color-link-block .cta-button-large {
    border: 2px solid white;
}

.highlight-link-block.main-color-link-block [class*="heading"] {
    color: white;
}

.highlight-link-block .right-column {
    text-align: right;
    width: 50%;
}

.highlight-link-block .right-column a:after {
    content: ' ';
    background: transparent url(/themes/custom/verisure/images/NO-landing-right-arrow.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-left: 20px;
    width: 17px;
    height: 17px;
}

.highlight-text-block {
    background: #ff0033;
}

.highlight-text-block>p {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 20px 50px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
}

.homeowners-wrapper {
    padding: 60px 10px;
    max-width: 1180px;
    margin: 0 auto;
}

.homeowners-block {
    width: 100%;
    max-width: 1180px;
    padding: 20px;
    background: white;
    border-left: 3px solid #ff0033;
    border-bottom: 3px solid #ff0033;
    border-radius: 0 0 0 55px;
    display: block;
    text-align: left;
    position: relative;
}

.homeowners-block p {
    margin-bottom: 11px;
}

.homeowners-block .inner-wrapper {
    margin-bottom: 30px;
}

@media (min-width:480px) {
    .homeowners-block .inner-wrapper {
        padding: 0 30px;
    }
}

.homeowners-block .with-block-bg {
    background: none;
}

.homeowners-block .embedded-entity {
    float: right;
    margin-left: 1em;
    margin-top: -4em;
    position: relative;
    text-align: center;
}

.hover-text-anchor {
    text-align: left;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
}

.hover-text-anchor:hover {
    color: #ff0033;
}

.hover-text-anchor:hover+p {
    display: block;
}

.hover-text-anchor+p {
    display: none;
    font-size: 14px;
}

@media (min-width:768px) {
    .hover-text-anchor+p {
        position: absolute;
        bottom: 68px;
        padding: 15px;
        border: 1px solid #ff0033;
        border-radius: 3px;
        background-color: white;
        z-index: 1;
    }

    .hover-text-anchor+p::after {
        content: url(/themes/custom/verisure/images/red-check-balloon-arrow.png);
        position: absolute;
        height: 28px;
        width: 46px;
        bottom: -27.8px !important;
        left: 36px;
    }
}

ul.hover-text-list li {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-bottom: 0;
    text-align: left;
}

ul.hover-text-list.model-2 .hover-text-anchor {
    font-weight: 500;
}

@media (min-width:768px) {
    ul.hover-text-list.model-2 .hover-text-anchor+p {
        left: -30px;
    }
}

ul.hover-text-list.model-2.sv-list-style-red-checklist li::before {
    vertical-align: top;
    margin-top: 6px;
}

.block-content-type-sd_b001 .instructions-block {
    background: #636466;
    display: table;
    width: 100%;
    padding: 20px;
}

.block-content-type-sd_b001 .instructions-block p {
    color: white;
}

.block-content-type-sd_b001 .instructions-block .block--view-mode-sd_b001_c {
    background: none;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.language-switcher-language-url .language-link {
    padding: 0 5px 0px 5px;
}

.language-switcher-language-url .language-link .language-icon {
    height: 11px;
}

.alert-language .notice.active {
    transform: translateY(80px);
}

@media (min-width:768px) {
    .alert-language .notice.active {
        transform: translateY(124px);
    }
}

@media (min-width:768px) {
    .alert-language .notice {
        max-width: 100vw;
        right: 0;
        transition: transform 0.2s ease;
        margin: 0 auto;
    }
}

.language-alert-active .layout-wrapper {
    padding-top: 65px;
}
}

.formatted-list, .sv-list-style-red-checklist {
    padding-left: 0;
}

.formatted-list li, .sv-list-style-red-checklist li {
    color: #262626;
    font-size: 16px;
    padding-bottom: 18px;
    padding-left: 24px;
    list-style: none;
}

.formatted-list li::before, .sv-list-style-red-checklist li::before {
    content: " ";
    background: transparent url(/themes/custom/verisure/images/red_check.png);
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -24px;
    width: 15px;
    height: 15px;
}

.formatted-list-white li {
    color: white;
    padding-left: 24px;
    padding-bottom: 18px;
    list-style: none;
}

.formatted-list-white li::before {
    content: " ";
    background: transparent url(/themes/custom/verisure/images/white_check.png);
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: -24px;
    width: 15px;
    height: 15px;
}

.node .field--type-text-long ul {
    padding-left: 0;
}

.node .field--type-text-long li {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.dot-list, .dot-list-small, .dot-list-large {
    list-style: inherit;
    list-style-position: inside;
    padding-left: 20px;
}

.dot-list ul, .dot-list-small ul, .dot-list-large ul {
    list-style: circle;
    margin-top: 11px;
}

.dot-list-small {
    list-style-position: initial;
    line-height: 20px;
}

.dot-list-small li {
    margin-bottom: 0;
    margin-left: 20px;
}

.dot-list-large {
    padding-left: 0px;
}

.dot-list-large li {
    margin: 14px 0;
}

.node .field--type-text-long .dot-list-small li {
    margin-bottom: 4px;
}

.messages--wrapper details {
    border: 0;
    margin: 0;
}

.messages--wrapper details summary {
    padding-top: 0;
}

.jquery-modal::after {
    content: "x";
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1000;
    cursor: pointer;
    pointer-events: none;
    border: 2px solid #dcddde;
    border-radius: 50%;
    line-height: 1;
    width: 26px;
    height: 26px;
    color: #dcddde;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.parallax-block {
    background-attachment: scroll;
    background-position: 50% center;
    background-size: cover;
    position: relative;
    padding: 60px 20px;
}

@media (min-width:1180px) {
    .parallax-block {
        background-attachment: fixed;
    }
}

.parallax-block ol, .parallax-block p {
    color: white;
}

.parallax-block img {
    display: none;
}

.with-bg.wrap-image-video.block-content-type-sd_b001 {
    min-height: unset;
    padding: 0 !important;
}

@media (min-width:768px) {
    .with-bg.wrap-image-video.block-content-type-sd_b001 {
        min-height: unset;
    }
}

.with-bg.wrap-image-video.block-content-type-sd_b001 .field--name-field-image, .with-bg.wrap-image-video.block-content-type-sd_b001 .field--name-field-image-mobile {
    width: 100%;
    height: auto;
    max-height: 640px;
    min-height: 230px;
    position: static;
    margin: 0;
    overflow: hidden;
    padding-top: 33.3%;
}

.with-bg.wrap-image-video.block-content-type-sd_b001 .field--name-field-image img, .with-bg.wrap-image-video.block-content-type-sd_b001 .field--name-field-image-mobile img {
    left: unset;
    min-height: unset;
    position: absolute;
    margin: 0;
    transform: translateX(0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
}
}
}
}

.with-bg.wrap-image-video.block-content-type-sd_b001:hover {
    cursor: pointer;
}

@media (min-width:768px) {
    .path-frontpage .with-bg.wrap-image-video {
        max-height: 640px;
    }
}

.block-content-type-sd_b001.block--view-mode-default .press-block .heading3, .block-content-type-sd_b001.block--view-mode-default .press-block .heading5 {
    margin-top: 0;
}

.block-content-type-sd_b001.block--view-mode-default .press-block .heading5 {
    font-size: 14px;
    font-weight: 400;
}

.block-content-type-sd_b001.block--view-mode-default .press-block .heading5 a {
    color: #262626;
}

.block-content-type-sd_b001.block--view-mode-default .press-block .sv-font-preamble {
    width: 100%;
    font-weight: 500;
    margin-bottom: 0;
}

.col-md-8.radix-layouts-content .block-content-type-sd_b001.block--view-mode-default h3 {
    color: #262626;
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
}

.col-md-8.radix-layouts-content .block-content-type-sd_b001.block--view-mode-default p {
    line-height: 24px;
    margin-bottom: 11px;
}

.recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c {
    border: 1px solid #dcddde;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
    margin: 0 0 20px;
    padding-bottom: 0;
    text-align: left;
    overflow: hidden;
}

@media (min-width:990px) {
    .recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c {
        width: 32%;
        display: block;
    }
}

.recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c .embedded-entity {
    border-bottom: 3px solid #ff0033;
    margin-left: -20px;
    width: calc(100% + 41px);
}

.recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c .sv-font-preamble {
    margin-top: 20px;
    margin-bottom: 20px;
}

.recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c .sv-font-preamble a {
    color: #262626;
    font-weight: 500;
    display: inline;
}

.recommendations-block.sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c .sv-font-preamble a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ff0033;
    border-bottom: 2px solid #ff0033;
    transform: rotate(-45deg);
    margin-top: 8px;
}

.border_bottom_grey {
    border-bottom: 1px solid #cccccc;
}

.sd-landing.sd-b001-b-group {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.sd-landing.sd-b001-b-group p, .sd-landing.sd-b001-b-group h3 {
    width: 100%;
}

.sd-landing.sd-b001-b-group h3 {
    margin: 0;
}

.sd-landing.sd-b001-b-group p.sv-font-preamble {
    font-weight: bold;
    margin: 0px;
}

.sd-landing.sd-b001-b-group p.mini-font {
    text-decoration: none;
    font-size: 10px;
    font-family: var(--fira-sans);
    margin: 0;
    padding: auto;
    color: #262626;
}

.sd-landing.sd-b001-b-group .left {
    margin: 0;
}

@media (min-width:990px) {
    .sd-landing.sd-b001-b-group .left {
        width: 70%;
    }
}

.sd-landing.sd-b001-b-group .left p.sv-font-preamble {
    font-size: 34px;
    padding-bottom: 15px;
    font-weight: bold;
}

.sd-landing.sd-b001-b-group .right {
    font-family: var(--fira-sans);
    margin: 0 auto;
}

@media (min-width:990px) {
    .sd-landing.sd-b001-b-group .right {
        width: 28%;
    }
}

.sd-landing.sd-b001-b-group .right p.sv-font-preamble {
    font-size: 25px;
}

.service-bar {
    background: #ff0033;
    padding: 20px 0;
}

.service-bar .service-bar-items-wrapper {
    max-width: 1180px;
    margin: 0 auto;
}

.service-bar .service-items {
    display: none;
    margin: 0 auto;
}

@media (min-width:768px) {
    .service-bar .service-items {
        display: table;
        width: 100%;
    }
}

.service-bar .service-items li {
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
}

.service-bar .service-items li:not(:last-child) {
    margin-right: 30px;
}

.service-bar .service-items li::before {
    content: " ";
    background: transparent url(/themes/custom/verisure/images/arrow-right.png) no-repeat center center;
    width: 30px;
    height: 30px;
    margin-right: 18px;
    background-size: contain;
}

.service-bar .service-items article, .service-bar .service-items .embedded-entity {
    padding-right: 20px;
}

.service-bar p {
    color: white;
    font-weight: normal;
    margin: 0;
    font-size: 21px;
}

.service-bar .title {
    font-size: 21px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.wrapper-services-colum.block--view-mode-default {
    background: #dcddde;
}

.wrapper-services-colum.block--view-mode-default .heading2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
}

@media (min-width:768px) {
    .wrapper-services-colum.block--view-mode-default .heading2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.wrapper-services-colum.block--view-mode-default .heading2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .wrapper-services-colum.block--view-mode-default .heading2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.wrapper-services-colum.block--view-mode-default .embedded-entity {
    width: unset;
    float: left;
    max-width: 106px;
}
}
}
}

@media (min-width:990px) {
    .wrapper-services-colum.block--view-mode-default .services-inner-wrapper .item-services:nth-child(2n + 1) {
        clear: left;
    }
}

.wrapper-services-colum.block--view-mode-default .item-services {
    float: left;
    padding: 0 0 0 10px;
}

@media (min-width:990px) {
    .wrapper-services-colum.block--view-mode-default .item-services {
        padding: 0;
    }
}

.wrapper-services-colum.block--view-mode-default .item-services p {
    color: #262626;
    text-align: left;
}

@media (min-width:990px) {
    .wrapper-services-colum.block--view-mode-default .item-services:nth-child(2n) {
        clear: none;
    }
}

@media (min-width:990px) {
    .wrapper-services-colum.block--view-mode-default .item-services:nth-child(2n + 1) {
        clear: none;
    }
}

.wrapper-services-colum.block--view-mode-default .item-services .field--type-image {
    padding: 0;
    background: none;
    width: unset;
    height: unset;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 16px;
}

@media (min-width:768px) {
    .wrapper-services-colum.block--view-mode-default .item-services .field--type-image {
        margin-right: 16px;
        transform: none;
        margin-top: 0;
    }
}

.wrapper-services-colum.block--view-mode-default .item-services .service-title {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 12px;
    text-align: left;
}

.wrapper-services-colum .service-info {
    padding-top: 60px;
    float: left;
    width: calc(100% - 85px);
}

@media (min-width:768px) {
    .wrapper-services-colum .service-info {
        width: calc(100% - 106px);
    }
}

.wrapper-services-colum .no-padding-model .services-inner-wrapper {
    padding: 0 20px;
}

@media (min-width:768px) {
    .wrapper-services-colum .no-padding-model .services-inner-wrapper {
        padding: 0;
    }
}

.wrapper-services-colum .no-padding-model .service-info {
    padding-top: 0;
}

.wrapper-services-colum .background-model {
    padding: 0;
}

.wrapper-services-colum .background-model .services-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.wrapper-services-colum .background-model .services-column {
    width: 100%;
    background: white;
    border-radius: 0 55px 0 55px;
    padding: 32px 16px 0;
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .wrapper-services-colum .background-model .services-column {
        width: 49%;
    }
}

@media (min-width:768px) {
    .wrapper-services-colum .background-model .services-column .service-info {
        width: calc(100% - 96px);
    }
}

.wrapper-services-colum .background-model .item-services {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.wrapper-services-colum .background-model .item-services .service-title {
    font-size: 28px;
    line-height: 1.2;
}

.wrapper-services-colum.usp-model-wrapper {
    background: black;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

@media (min-width:768px) {
    .wrapper-services-colum.usp-model-wrapper {
        background: #ff0033 url(/themes/custom/verisure/images/backgrounds/usp4.png);
        background-size: cover;
    }
}

@media (min-width:1200px) {
    .wrapper-services-colum.usp-model-wrapper {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
}

.wrapper-services-colum.usp-model-wrapper .usp-model {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .embedded-entity {
    width: 15%;
    margin-right: 5%;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .embedded-entity>div {
    width: 100%;
    height: auto;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .field--type-image {
    margin-right: 0;
    margin-top: 0;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .service-info {
    width: 80%;
    padding-top: 0;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .service-title {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 21px;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .services-row {
    display: table;
    width: 100%;
}

@media (min-width:768px) {
    .wrapper-services-colum.usp-model-wrapper .usp-model .item-services {
        width: 32%;
        margin-left: 1.3%;
    }

    .wrapper-services-colum.usp-model-wrapper .usp-model .item-services:nth-child(2n + 1) {
        clear: none;
    }
}

.wrapper-services-colum.usp-model-wrapper .usp-model .item-services .ck-mtop {
    margin-top: 16px;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .item-services p {
    color: white;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .item-services a:before {
    display: none;
}

.wrapper-services-colum.usp-model-wrapper .usp-model .item-services a:hover {
    text-decoration: none;
}

.wrapper-services-colum-no-bg.block--view-mode-default {
    background: white;
}

.simple-quote {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    display: block;
}

.simple-quote:before {
    background-image: url(/themes/custom/verisure/images/quotes_red_30x30.png);
    background-repeat: no-repeat;
    padding-right: 45px;
    content: '';
    margin-bottom: 20px;
}

.simple-quote:after {
    display: none;
}

.promotions-box {
    text-align: left;
    padding: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.promotions-box .heading3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.promotions-box p {
    margin: 11px 0;
    font-size: 14px;
    line-height: 1.2;
    display: table;
}

.promotions-box a {
    color: #505050;
    text-decoration: underline;
    line-height: 1.2;
    font-size: 11px;
    float: left;
    clear: left;
    margin: 0;
}

.promotions-box a.standard-link {
    font-size: 16px;
    color: #ff0033;
}

.promotions-box a:hover {
    text-decoration: none;
}

.social-networks {
    padding: 32px 0 40px;
}

.social-networks>p {
    line-height: 1;
    margin-bottom: 23px;
}

.social-networks .social-links {
    text-align: center;
}

.social-networks .social-links li {
    display: inline-block;
}

.social-networks .social-links li:not(:last-child) {
    margin-right: 10px;
}

.statistics-block {
    background: #636466;
}

.statistics-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.statistics-block .block-content-type-sd_b001.block--view-mode-sd_b001_c p {
    padding: 10px 20px;
    color: white;
}

table td, table th {
    padding: 4px;
    text-align: left;
}

table th {
    background: #ff0033;
}

table th p {
    color: white;
}

table thead {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table thead th {
    border-left: 1px solid #ccc;
}

table .c285 {
    background: #f0f2f4;
}

a.tabledrag-handle .handle {
    width: 28px;
    height: 26px;
}

.block-content-type-template_block {
    margin-left: 0;
    margin-right: 0;
}
}
}
}

.block--view-mode-sd_b001_j.text-over-img-wrapper .field--name-field-image-mobile img {
    min-height: unset;
}

.three-boxes {
    margin-top: 32px;
    padding: 10px 20px;
}

@media (min-width:768px) {
    .three-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 1180px;
        margin: 54px auto;
    }
}

.three-boxes .box-item {
    background: #636466;
    border-radius: 10px;
    padding: 59px 32px 20px;
    text-align: center;
    color: white;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 180px;
    margin-bottom: 24px;
}

.three-boxes .box-item p {
    color: white;
}

@media (min-width:768px) {
    .three-boxes .box-item {
        width: 32%;
    }
}

.three-boxes .box-item.box-light-gray {
    background: #dcddde;
    color: #262626;
}

.three-boxes .box-item.box-light-gray p {
    color: #262626;
}

.three-boxes .box-item.box-red {
    background: #ff0033;
}

.three-boxes .box-item.box-red a {
    color: white;
}

.three-boxes .box-item.box-white {
    background: white;
}

.three-boxes .box-item.box-item-thin {
    min-height: unset;
    padding-top: 20px;
}

.block-content-type-sd_b001.block--view-mode-default .three-boxes .sv-font-preamble {
    margin-top: 0;
}

.ui-timepicker-wrapper {
    background: white;
    padding: 15px;
    width: auto;
    max-height: none;
    max-width: calc(100vw - 40px);
    overflow: auto;
}

.ui-timepicker-list {
    list-style: none;
    display: flex;
    max-width: 370px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.ui-timepicker-list li {
    width: 69px;
    padding: 6px 10px;
    background-color: #f6f7f9;
    margin: 3px 2px 6px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.ui-timepicker-list li:hover, .ui-timepicker-list li.ui-timepicker-selected, .ui-timepicker-list li.ui-timepicker-selected:hover {
    background: #ff0033;
    color: white;
}

.ui-timepicker-list li:hover:unavailable, .ui-timepicker-list li.ui-timepicker-selected:unavailable, .ui-timepicker-list li.ui-timepicker-selected:hover:unavailable {
    background-color: #f6f7f9;
}

.ui-timepicker-list li.unavailable {
    user-select: none;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

form input[type="text"].ui-timepicker-input {
    background: white url(/themes/custom/verisure/images/clock-red.jpg) no-repeat 15px center;
    padding-left: 45px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input:not([type="radio"]):not([type="checkbox"]).ui-timepicker-input {
    background: white url(/themes/custom/verisure/images/clock-red.jpg) no-repeat 10px center;
    padding-left: 40px;
}

.trustpilot-block {
    background: #dcddde;
    display: table;
    width: 100%;
    padding: 20px;
}

.trustpilot-block .sv-font-heading-h2-red, .trustpilot-block h2, .trustpilot-block .title {
    margin-top: 52px;
}

.trustpilot-block .trustpilot-widget {
    max-width: 1180px;
    margin: 16px auto;
    background: white;
    padding: 24px 24px 32px;
    border-radius: 0 0 0 55px;
}

.trustpilot-block .trustpilot-widget iframe {
    position: relative;
}

.trustpilot-widget iframe {
    margin-bottom: 30px;
}

@media (min-width:0) and (max-width:767px) {
    .trustpilot-widget iframe {
        position: relative !important;
    }
}

.trustpilot-widget-wrapper {
    overflow: initial;
}

.block-sd-update-stats .stats-container {
    width: 100%;
    display: table;
}

.block-sd-update-stats #edit-cities {
    width: 100%;
    margin: 0;
    border: 1px solid #dcddde;
    border-radius: 4px;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    margin-bottom: 40px;
}

.block-sd-update-stats .city-list {
    padding-right: 20px;
}

.block-sd-update-stats .result-texts div {
    padding: 0 20px;
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .block-sd-update-stats .result-texts div {
        width: 50%;
        float: left;
    }
}

.block-sd-update-stats .result-texts div p {
    line-height: 20px;
    font-size: 16px;
    margin: 0;
}

.block-sd-update-stats .result-texts div p.preamble {
    padding-top: 10px;
    font-size: 16px;
}

.block-sd-update-stats .result-texts div .heading3 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 400;
}

@media (min-width:768px) {
    .block-sd-update-stats .result-texts div .heading3 {
        font-size: 23px;
    }
}

.block-sd-update-stats .stats-container {
    display: none;
}

.view-video-gallery {
    width: 100%;
    max-width: 1180px;
    margin: 24px auto;
    padding: 20px;
    display: table;
}
}

.view-video-gallery .video-player-item {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.view-video-gallery img, .view-video-gallery a {
    width: 100%;
    height: auto;
}

.view-video-gallery iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

.view-video-gallery .view-content {
    width: 100%;
}

@media (min-width:768px) {
    .view-video-gallery .view-content {
        width: 24%;
        margin-left: 2%;
        float: left;
        max-height: 610px;
        overflow: auto;
    }
}

.view-video-gallery .views-row {
    width: 49%;
    display: inline-block;
    min-width: 120px;
    max-width: 124px;
    margin-bottom: 5px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.view-video-gallery .views-row::before {
    content: '';
    width: 120px;
    height: 40px;
    margin: 0 auto;
    margin-top: 15px;
    background: url(/themes/custom/verisure/images/button-play-small.png) no-repeat 50% 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.view-video-gallery .views-row:hover::before {
    background-position-y: -40px;
}

.view-video-gallery .video-player-description {
    padding-top: 20px;
    font-size: 29px;
    color: #262626;
}

.view-video-gallery .views-field-name {
    color: #ff0033;
    font-size: 16px;
}

.view-video-gallery .views-field-field-panopoly-media-description {
    display: none;
}

.view-videoguides .even-row {
    background: #dcddde;
}

.view-videoguides .inner-wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px;
    width: 100%;
    display: table;
}

.view-videoguides .videoguides-item {
    padding: 20px 0;
}

@media (min-width:768px) {
    .view-videoguides .videoguides-item {
        width: 49%;
        float: left;
    }

    .view-videoguides .videoguides-item:first-child {
        margin-right: 2%;
    }
}

.view-videoguides .youtube {
    margin-top: 0;
    margin-bottom: 11px;
}

.view-videoguides .heading3 {
    margin-top: 0;
    margin-bottom: 11px;
}

.view-videoguides .youtube-wrapper {
    margin-top: 0;
}

.modal .youtube-wrapper {
    position: static;
}

.modal .youtube {
    margin-bottom: 0;
}

.youtube-margin-none .youtube-wrapper, .youtube-margin-none .youtube {
    margin-top: 0;
    margin-bottom: 0;
}

.sd-b001-b-group {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px;
    display: table;
}

.sd-b001-b-group .heading2 {
    font-size: 32px;
    text-align: left;
    font-weight: 600;
}

.sd-b001-b-group .preamble {
    text-align: left;
}

.block-content-type-sd_b001.block--view-mode-sd_b001_b {
    border-bottom: none;
    margin: 32px 0 0;
}

@media (min-width:990px) {
    .block-content-type-sd_b001.block--view-mode-sd_b001_b {
        width: 49%;
        float: left;
    }

    .block-content-type-sd_b001.block--view-mode-sd_b001_b+.block--view-mode-sd_b001_b {
        margin-left: 2%;
    }
}

.block-content-type-sd_b001.block--view-mode-sd_b001_b .field--name-field-image {
    order: unset;
    width: 100%;
    margin: 0;
}

.block-content-type-sd_b001.block--view-mode-sd_b001_b.left-33 {
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-sd_b001_b.left-33 {
        width: 33%;
    }
}

.block-content-type-sd_b001.block--view-mode-sd_b001_b.left-33 a.cta-button-large {
    padding: 22px 50px;
    font-size: 14px;
    border: 0px;
}

.block-content-type-sd_b001.block--view-mode-sd_b001_b.right-66 {
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-sd_b001_b.right-66 {
        width: 66%;
        margin-left: 0;
        padding-left: 5%;
    }
}

.sd-b001-c-title>h2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 42px;
}

@media (min-width:768px) {
    .sd-b001-c-title>h2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.sd-b001-c-title>h2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .sd-b001-c-title>h2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.sd-b001-c-group {
    max-width: 1180px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

@media (min-width:1180px) {
    .sd-b001-c-group {
        padding: 0;
    }
}

.sd-b001-c-group.with-padding-top {
    padding-top: 52px;
}

@media (min-width:990px) {
    .sd-b001-c-group.bordered {
        background: url(/themes/custom/verisure/images/line-border.png) repeat-y 33% 0, url(/themes/custom/verisure/images/line-border.png) repeat-y 67% 0;
    }
}

.sd-b001-c-group.bordered-box .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    background: #dcddde;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 0 0 0 55px;
}

.sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 24px;
}

.sd-b001-c-group.video-block .field--name-field-image {
    margin-top: 0;
}

.sd-b001-c-group.video-block .field--name-field-image img {
    border-radius: 0 55px 0 55px;
}

.sd-b001-c-group.three-columns-large .block-content-type-sd_b001.block--view-mode-sd_b001_c, .sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width:480px) {
    .sd-b001-c-group.three-columns-large .block-content-type-sd_b001.block--view-mode-sd_b001_c, .sd-b001-c-group.three-columns-large .block--view-mode-sd_b001_c {
        width: 50%;
    }
}
}

.sd-b001-c-group.four-columns .block-content-type-sd_b001.block--view-mode-sd_b001_c, .sd-b001-c-group.four-columns .block--view-mode-sd_b001_c {
    width: 100%;
}

@media (min-width:990px) {
    .sd-b001-c-group.four-columns .block-content-type-sd_b001.block--view-mode-sd_b001_c, .sd-b001-c-group.four-columns .block--view-mode-sd_b001_c {
        width: 25%;
    }

    .sd-b001-c-group.four-columns .block-content-type-sd_b001.block--view-mode-sd_b001_c .field--name-field-image img, .sd-b001-c-group.four-columns .block--view-mode-sd_b001_c .field--name-field-image img {
        max-width: 100%;
    }
}

.sd-b001-c-group .youtube {
    margin: 0;
    padding-top: 70.25%;
}

.sd-b001-c-group .youtube img {
    top: 0;
}

.sd-b001-c-group .youtube-wrapper {
    margin: 0;
    border-radius: 0 55px 0 55px;
}

.sd-b001-c-group .video-embed-field-responsive-video::after {
    display: none;
}

.block-content-type-sd_b001.block--view-mode-sd_b001_c {
    width: 100%;
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-sd_b001_c {
        width: 48%;
        flex-grow: unset;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b001.block--view-mode-sd_b001_c {
        max-width: 320px;
        padding-bottom: 0;
        margin-bottom: 0;
        width: 33%;
    }

    .block-content-type-sd_b001.block--view-mode-sd_b001_c img {
        max-width: 100%;
    }
}
}
}

.with-bg .block-content-type-sd_b001.block--view-mode-sd_b001_c, .with-block-bg .block-content-type-sd_b001.block--view-mode-sd_b001_c {
    background: white;
    border-radius: 0 55px 0 55px;
    padding-bottom: 48px;
}

.model2 .block-content-type-sd_b001.block--view-mode-sd_b001_c a:not(.cta-button):not(.cta-button-large) {
    background: none;
    margin: 0;
    padding: 0;
    color: #ff0033;
    font-weight: 400;
    text-transform: unset;
}

.model2 .block-content-type-sd_b001.block--view-mode-sd_b001_c p {
    margin-bottom: 8px;
    font-size: 16px;
}

.model2 .block-content-type-sd_b001.block--view-mode-sd_b001_c p.preamble {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}

.model2 .block-content-type-sd_b001.block--view-mode-sd_b001_c .c-highlight-text, .model2 .block-content-type-sd_b001.block--view-mode-sd_b001_c .heading4 {
    margin: 11px 0 21px;
    font-size: 20px;
    font-weight: 400;
}

.block-content-type-sd_b001.block--view-mode-default, .block-content-type-sd_b002.block--view-mode-default, .block-content-type-sd_b003.block--view-mode-default {
    padding: 0;
}

.block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h1-red, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h1-red, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h1-red {
    color: #262626;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h1-red, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h1-red, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h1-red {
        font-size: 50px;
        line-height: 60px;
    }
}

.block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h1-red.title-model-2, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h1-red.title-model-2, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h1-red.title-model-2 {
    font-weight: 600;
    font-size: 36.4px;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h1-red.title-model-2, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h1-red.title-model-2, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h1-red.title-model-2 {
        font-size: 42px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h2-red, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h2-red, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h2-red {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h2-red, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h2-red, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h2-red {
        font-size: 42px;
        line-height: 52px;
    }
}

.block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h2-red.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001.block--view-mode-default .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b002.block--view-mode-default .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b003.block--view-mode-default .sv-font-heading-h2-red.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b001.block--view-mode-default .sv-font-preamble, .block-content-type-sd_b002.block--view-mode-default .sv-font-preamble, .block-content-type-sd_b003.block--view-mode-default .sv-font-preamble {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b001[class*="block--view-mode"] .heading1, .block-content-type-sd_b002[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b002[class*="block--view-mode"] .heading1, .block-content-type-sd_b003[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b003[class*="block--view-mode"] .heading1 {
    color: #262626;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b001[class*="block--view-mode"] .heading1, .block-content-type-sd_b002[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b002[class*="block--view-mode"] .heading1, .block-content-type-sd_b003[class*="block--view-mode"] .main-color-heading, .block-content-type-sd_b003[class*="block--view-mode"] .heading1 {
        font-size: 50px;
        line-height: 60px;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b001[class*="block--view-mode"] .heading1.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .heading1.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .heading1.title-model-2 {
    font-weight: 600;
    font-size: 36.4px;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b001[class*="block--view-mode"] .heading1.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .heading1.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .main-color-heading.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .heading1.title-model-2 {
        font-size: 42px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .sv-font-heading-h2-red, .block-content-type-sd_b002[class*="block--view-mode"] .sv-font-heading-h2-red, .block-content-type-sd_b003[class*="block--view-mode"] .sv-font-heading-h2-red {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .sv-font-heading-h2-red, .block-content-type-sd_b002[class*="block--view-mode"] .sv-font-heading-h2-red, .block-content-type-sd_b003[class*="block--view-mode"] .sv-font-heading-h2-red {
        font-size: 42px;
        line-height: 52px;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .sv-font-heading-h2-red.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading2, .block-content-type-sd_b002[class*="block--view-mode"] .heading2, .block-content-type-sd_b003[class*="block--view-mode"] .heading2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .heading2, .block-content-type-sd_b002[class*="block--view-mode"] .heading2, .block-content-type-sd_b003[class*="block--view-mode"] .heading2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading2.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .heading2.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .heading2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .heading2.title-model-2, .block-content-type-sd_b002[class*="block--view-mode"] .heading2.title-model-2, .block-content-type-sd_b003[class*="block--view-mode"] .heading2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading2-white, .block-content-type-sd_b002[class*="block--view-mode"] .heading2-white, .block-content-type-sd_b003[class*="block--view-mode"] .heading2-white {
    color: white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading2-mid, .block-content-type-sd_b002[class*="block--view-mode"] .heading2-mid, .block-content-type-sd_b003[class*="block--view-mode"] .heading2-mid {
    font-size: 30px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading2-bold, .block-content-type-sd_b002[class*="block--view-mode"] .heading2-bold, .block-content-type-sd_b003[class*="block--view-mode"] .heading2-bold {
    font-weight: 600;
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading3, .block-content-type-sd_b002[class*="block--view-mode"] .heading3, .block-content-type-sd_b003[class*="block--view-mode"] .heading3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .heading-dark, .block-content-type-sd_b002[class*="block--view-mode"] .heading-dark, .block-content-type-sd_b003[class*="block--view-mode"] .heading-dark {
    color: #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .sv-font-preamble, .block-content-type-sd_b001[class*="block--view-mode"] .preamble, .block-content-type-sd_b002[class*="block--view-mode"] .sv-font-preamble, .block-content-type-sd_b002[class*="block--view-mode"] .preamble, .block-content-type-sd_b003[class*="block--view-mode"] .sv-font-preamble, .block-content-type-sd_b003[class*="block--view-mode"] .preamble {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-main-color, .block-content-type-sd_b002[class*="block--view-mode"] .ck-main-color, .block-content-type-sd_b003[class*="block--view-mode"] .ck-main-color {
    color: #ff0033;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-main-colora:hover, .block-content-type-sd_b002[class*="block--view-mode"] .ck-main-colora:hover, .block-content-type-sd_b003[class*="block--view-mode"] .ck-main-colora:hover {
    color: #ff0033;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-white-color, .block-content-type-sd_b002[class*="block--view-mode"] .ck-white-color, .block-content-type-sd_b003[class*="block--view-mode"] .ck-white-color {
    color: white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-white-colora:hover, .block-content-type-sd_b002[class*="block--view-mode"] .ck-white-colora:hover, .block-content-type-sd_b003[class*="block--view-mode"] .ck-white-colora:hover {
    color: white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-default-color, .block-content-type-sd_b002[class*="block--view-mode"] .ck-default-color, .block-content-type-sd_b003[class*="block--view-mode"] .ck-default-color {
    color: #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-default-colora:hover, .block-content-type-sd_b002[class*="block--view-mode"] .ck-default-colora:hover, .block-content-type-sd_b003[class*="block--view-mode"] .ck-default-colora:hover {
    color: #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-link-reverse-hover, .block-content-type-sd_b002[class*="block--view-mode"] .ck-link-reverse-hover, .block-content-type-sd_b003[class*="block--view-mode"] .ck-link-reverse-hover {
    text-decoration: underline;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-link-reverse-hover:hover, .block-content-type-sd_b002[class*="block--view-mode"] .ck-link-reverse-hover:hover, .block-content-type-sd_b003[class*="block--view-mode"] .ck-link-reverse-hover:hover {
    text-decoration: none;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-lowercase, .block-content-type-sd_b002[class*="block--view-mode"] .ck-lowercase, .block-content-type-sd_b003[class*="block--view-mode"] .ck-lowercase {
    text-transform: lowercase;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-uppercase, .block-content-type-sd_b002[class*="block--view-mode"] .ck-uppercase, .block-content-type-sd_b003[class*="block--view-mode"] .ck-uppercase {
    text-transform: uppercase;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-capitalize, .block-content-type-sd_b002[class*="block--view-mode"] .ck-capitalize, .block-content-type-sd_b003[class*="block--view-mode"] .ck-capitalize {
    text-transform: capitalize;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-stretch, .block-content-type-sd_b002[class*="block--view-mode"] .ck-stretch, .block-content-type-sd_b003[class*="block--view-mode"] .ck-stretch {
    max-width: 800px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-stretch-blog, .block-content-type-sd_b002[class*="block--view-mode"] .ck-stretch-blog, .block-content-type-sd_b003[class*="block--view-mode"] .ck-stretch-blog {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-stretch-large, .block-content-type-sd_b002[class*="block--view-mode"] .ck-stretch-large, .block-content-type-sd_b003[class*="block--view-mode"] .ck-stretch-large {
    max-width: 1180px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-center-block, .block-content-type-sd_b002[class*="block--view-mode"] .ck-center-block, .block-content-type-sd_b003[class*="block--view-mode"] .ck-center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg {
    background: #8a8c8e;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-lighter, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-lighter, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-lighter {
    background: #f0f2f4;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-light, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-light, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-light {
    background: #dcddde;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-very-light, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-very-light, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-very-light {
    background: #f0f2f4;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-dark, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-dark, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-dark {
    background: #636466;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-white, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-white, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-white {
    background: white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-bg-main-color, .block-content-type-sd_b002[class*="block--view-mode"] .ck-bg-main-color, .block-content-type-sd_b003[class*="block--view-mode"] .ck-bg-main-color {
    background: #ff0033;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-bg, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-bg, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-bg {
    background: none;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-left {
    border-top-left-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-left .youtube-wrapper {
    border-top-left-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-right {
    border-top-right-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-top-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-top-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-top-right .youtube-wrapper {
    border-top-right-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-left {
    border-bottom-left-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-right {
    border-bottom-right-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-no-radius-bottom-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-radius-bottom-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-radius-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-left {
    border-top-left-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-left .youtube-wrapper {
    border-top-left-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-right {
    border-top-right-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-top-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-top-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-top-right .youtube-wrapper {
    border-top-right-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-left {
    border-bottom-left-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-right {
    border-bottom-right-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-bottom-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-bottom-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 55px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-left {
    border-top-left-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-left .youtube-wrapper {
    border-top-left-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-right {
    border-top-right-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-top-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-top-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-top-right .youtube-wrapper {
    border-top-right-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-left {
    border-bottom-left-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-left img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-left .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-left img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-left .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-left img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-left .youtube-wrapper {
    border-bottom-left-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-right {
    border-bottom-right-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-right img, .block-content-type-sd_b001[class*="block--view-mode"] .ck-radius-large-bottom-right .youtube-wrapper, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-right img, .block-content-type-sd_b002[class*="block--view-mode"] .ck-radius-large-bottom-right .youtube-wrapper, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-right img, .block-content-type-sd_b003[class*="block--view-mode"] .ck-radius-large-bottom-right .youtube-wrapper {
    border-bottom-right-radius: 85px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-inline-block-element, .block-content-type-sd_b002[class*="block--view-mode"] .ck-inline-block-element, .block-content-type-sd_b003[class*="block--view-mode"] .ck-inline-block-element {
    display: inline-block;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-inline-element, .block-content-type-sd_b002[class*="block--view-mode"] .ck-inline-element, .block-content-type-sd_b003[class*="block--view-mode"] .ck-inline-element {
    display: inline;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-block-element, .block-content-type-sd_b002[class*="block--view-mode"] .ck-block-element, .block-content-type-sd_b003[class*="block--view-mode"] .ck-block-element {
    display: block;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-table-element, .block-content-type-sd_b002[class*="block--view-mode"] .ck-table-element, .block-content-type-sd_b003[class*="block--view-mode"] .ck-table-element {
    display: table;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-float-left, .block-content-type-sd_b002[class*="block--view-mode"] .ck-float-left, .block-content-type-sd_b003[class*="block--view-mode"] .ck-float-left {
    float: left;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-float-right, .block-content-type-sd_b002[class*="block--view-mode"] .ck-float-right, .block-content-type-sd_b003[class*="block--view-mode"] .ck-float-right {
    float: right;
}

.block-content-type-sd_b001[class*="block--view-mode"] .image-align-left img, .block-content-type-sd_b002[class*="block--view-mode"] .image-align-left img, .block-content-type-sd_b003[class*="block--view-mode"] .image-align-left img {
    margin-left: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .image-align-right img, .block-content-type-sd_b002[class*="block--view-mode"] .image-align-right img, .block-content-type-sd_b003[class*="block--view-mode"] .image-align-right img {
    margin-right: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-basic-box, .block-content-type-sd_b002[class*="block--view-mode"] .ck-basic-box, .block-content-type-sd_b003[class*="block--view-mode"] .ck-basic-box {
    padding: 20px;
    max-width: 1180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-title, .block-content-type-sd_b002[class*="block--view-mode"] .ck-title, .block-content-type-sd_b003[class*="block--view-mode"] .ck-title {
    font-size: 28px;
    font-weight: 400;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-title-small, .block-content-type-sd_b002[class*="block--view-mode"] .ck-title-small, .block-content-type-sd_b003[class*="block--view-mode"] .ck-title-small {
    font-size: 18px;
    font-weight: 400;
}

.block-content-type-sd_b001[class*="block--view-mode"] .image-label, .block-content-type-sd_b002[class*="block--view-mode"] .image-label, .block-content-type-sd_b003[class*="block--view-mode"] .image-label {
    margin-top: 3px;
    clear: both;
}

.block-content-type-sd_b001[class*="block--view-mode"] .text-align-left, .block-content-type-sd_b002[class*="block--view-mode"] .text-align-left, .block-content-type-sd_b003[class*="block--view-mode"] .text-align-left {
    text-align: left;
}

.block-content-type-sd_b001[class*="block--view-mode"] .text-align-right, .block-content-type-sd_b002[class*="block--view-mode"] .text-align-right, .block-content-type-sd_b003[class*="block--view-mode"] .text-align-right {
    text-align: right;
}

.block-content-type-sd_b001[class*="block--view-mode"] .text-align-center, .block-content-type-sd_b002[class*="block--view-mode"] .text-align-center, .block-content-type-sd_b003[class*="block--view-mode"] .text-align-center {
    text-align: center;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-light, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-light, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-light {
    font-weight: 300;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-normal, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-normal, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-normal {
    font-weight: 400;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-bold, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-bold, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-bold {
    font-weight: 500;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-bold-intense, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-bold-intense, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-bold-intense {
    font-weight: 700;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-black, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-black, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-black {
    color: black;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-white, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-white, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-white {
    color: white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-18, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-18, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-18 {
    font-size: 18px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-20, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-20, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-20 {
    font-size: 20px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-shadow, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-shadow, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-shadow {
    text-shadow: 1px 1px 0 #222222;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-shadow-white, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-shadow-white, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-shadow-white {
    text-shadow: 1px 1px 0 white;
}

.block-content-type-sd_b001[class*="block--view-mode"] .mini-font, .block-content-type-sd_b001[class*="block--view-mode"] .mini-font a, .block-content-type-sd_b002[class*="block--view-mode"] .mini-font, .block-content-type-sd_b002[class*="block--view-mode"] .mini-font a, .block-content-type-sd_b003[class*="block--view-mode"] .mini-font, .block-content-type-sd_b003[class*="block--view-mode"] .mini-font a {
    font-size: 11px;
    color: #505050;
    line-height: 14px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mtop-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mtop-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mtop-none {
    margin-top: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mtop, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mtop, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mtop {
    margin-top: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mtop-large, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mtop-large, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mtop-large {
    margin-top: 32px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mbot-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mbot-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mbot-none {
    margin-bottom: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mbot, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mbot, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mbot {
    margin-bottom: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mbot-large, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mbot-large, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mbot-large {
    margin-bottom: 32px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mleft, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mleft, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mleft {
    margin-left: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mrig, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mrig, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mrig {
    margin-right: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-ptop-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-ptop-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-ptop-none {
    padding-top: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-ptop, .block-content-type-sd_b002[class*="block--view-mode"] .ck-ptop, .block-content-type-sd_b003[class*="block--view-mode"] .ck-ptop {
    padding-top: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pleft, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pleft, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pleft {
    padding-left: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pleft-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pleft-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pleft-none {
    padding-left: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-prig, .block-content-type-sd_b002[class*="block--view-mode"] .ck-prig, .block-content-type-sd_b003[class*="block--view-mode"] .ck-prig {
    padding-right: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-prig-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-prig-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-prig-none {
    padding-right: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-ptop-large, .block-content-type-sd_b002[class*="block--view-mode"] .ck-ptop-large, .block-content-type-sd_b003[class*="block--view-mode"] .ck-ptop-large {
    padding-top: 50px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-ptop-large-32, .block-content-type-sd_b002[class*="block--view-mode"] .ck-ptop-large-32, .block-content-type-sd_b003[class*="block--view-mode"] .ck-ptop-large-32 {
    padding-top: 32px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pbot-none, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pbot-none, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pbot-none {
    padding-bottom: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pbot, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pbot, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pbot {
    padding-bottom: 16px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pbot-large, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pbot-large, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pbot-large {
    padding-bottom: 32px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-text-central, .block-content-type-sd_b002[class*="block--view-mode"] .ck-text-central, .block-content-type-sd_b003[class*="block--view-mode"] .ck-text-central {
    min-height: 70px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-responsive-padding, .block-content-type-sd_b002[class*="block--view-mode"] .ck-responsive-padding, .block-content-type-sd_b003[class*="block--view-mode"] .ck-responsive-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-no-container-padding, .block-content-type-sd_b002[class*="block--view-mode"] .ck-no-container-padding, .block-content-type-sd_b003[class*="block--view-mode"] .ck-no-container-padding {
    margin-left: -20px;
    margin-right: -20px;
}

.block-content-type-sd_b001[class*="block--view-mode"] div.ck-no-container-vertical-padding, .block-content-type-sd_b002[class*="block--view-mode"] div.ck-no-container-vertical-padding, .block-content-type-sd_b003[class*="block--view-mode"] div.ck-no-container-vertical-padding {
    padding-bottom: 0;
    padding-top: 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-default-list, .block-content-type-sd_b002[class*="block--view-mode"] .ck-default-list, .block-content-type-sd_b003[class*="block--view-mode"] .ck-default-list {
    padding-left: 20px;
    list-style-type: disc;
    color: #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-top, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-top, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-top {
    border-top: 1px solid #E3E3E3;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-bottom, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-bottom, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-bottom {
    border-bottom: 1px solid #E3E3E3;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-dashed-top, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-dashed-top, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-dashed-top {
    border-top: 1px dashed #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-dashed-bottom, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-dashed-bottom, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-dashed-bottom {
    border-bottom: 1px dashed #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-dotted-top, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-dotted-top, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-dotted-top {
    border-top: 2px dotted #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-dotted-bottom, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-dotted-bottom, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-dotted-bottom {
    border-top: 2px dotted #262626;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-solid-bottom-red, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-solid-bottom-red, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-solid-bottom-red {
    border-bottom: 5px solid #ff0033;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-border-solid-all-red, .block-content-type-sd_b002[class*="block--view-mode"] .ck-border-solid-all-red, .block-content-type-sd_b003[class*="block--view-mode"] .ck-border-solid-all-red {
    border: 1px solid #ff0033;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-clean-table, .block-content-type-sd_b002[class*="block--view-mode"] .ck-clean-table, .block-content-type-sd_b003[class*="block--view-mode"] .ck-clean-table {
    border: none;
}

.block-content-type-sd_b001[class*="block--view-mode"] .width100, .block-content-type-sd_b002[class*="block--view-mode"] .width100, .block-content-type-sd_b003[class*="block--view-mode"] .width100 {
    width: 100%;
    padding: 20px 20px 0;
}

.block-content-type-sd_b001[class*="block--view-mode"] .width100-sin-pad, .block-content-type-sd_b002[class*="block--view-mode"] .width100-sin-pad, .block-content-type-sd_b003[class*="block--view-mode"] .width100-sin-pad {
    width: 100%;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-visible-labels label, .block-content-type-sd_b002[class*="block--view-mode"] .ck-visible-labels label, .block-content-type-sd_b003[class*="block--view-mode"] .ck-visible-labels label {
    display: inline;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-arrow-link, .block-content-type-sd_b002[class*="block--view-mode"] .ck-arrow-link, .block-content-type-sd_b003[class*="block--view-mode"] .ck-arrow-link {
    padding-left: 22px;
    position: relative;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-arrow-link::before, .block-content-type-sd_b002[class*="block--view-mode"] .ck-arrow-link::before, .block-content-type-sd_b003[class*="block--view-mode"] .ck-arrow-link::before {
    font-family: 'Verisure-Icons';
    content: "\e006";
    position: absolute;
    left: 0;
    top: -1px;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-unformatted-link, .block-content-type-sd_b002[class*="block--view-mode"] .ck-unformatted-link, .block-content-type-sd_b003[class*="block--view-mode"] .ck-unformatted-link {
    background: none;
    color: #ff0033;
    padding: 0;
    margin: 0;
    display: inline;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-unformatted-link::before, .block-content-type-sd_b001[class*="block--view-mode"] .ck-unformatted-link::after, .block-content-type-sd_b002[class*="block--view-mode"] .ck-unformatted-link::before, .block-content-type-sd_b002[class*="block--view-mode"] .ck-unformatted-link::after, .block-content-type-sd_b003[class*="block--view-mode"] .ck-unformatted-link::before, .block-content-type-sd_b003[class*="block--view-mode"] .ck-unformatted-link::after {
    display: none;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-mobile-hidden, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mobile-hidden, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mobile-hidden {
    display: none;
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .ck-mobile-hidden, .block-content-type-sd_b002[class*="block--view-mode"] .ck-mobile-hidden, .block-content-type-sd_b003[class*="block--view-mode"] .ck-mobile-hidden {
        display: block;
    }
}

@media (min-width:768px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .ck-desktop-hidden, .block-content-type-sd_b002[class*="block--view-mode"] .ck-desktop-hidden, .block-content-type-sd_b003[class*="block--view-mode"] .ck-desktop-hidden {
        display: none;
    }
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-responsive-table, .block-content-type-sd_b002[class*="block--view-mode"] .ck-responsive-table, .block-content-type-sd_b003[class*="block--view-mode"] .ck-responsive-table {
    max-width: 100%;
    overflow: auto;
}

.block-content-type-sd_b001[class*="block--view-mode"] .ck-pdf-icon, .block-content-type-sd_b002[class*="block--view-mode"] .ck-pdf-icon, .block-content-type-sd_b003[class*="block--view-mode"] .ck-pdf-icon {
    background-image: URL("/themes/custom/verisure/images/application-pdf.png");
    background-repeat: no-repeat;
    padding-left: 18px;
}

main .block-content-type-sd_b001 p a:not(.cta-button):not(.cta-button-large):not(.button), main .block-content-type-sd_b001 li a:not(.cta-button):not(.cta-button-large):not(.button) {
    display: inline;
}

.block-page-title-block {
    margin: 0;
}

.ck-display-flex article, .ck-display-flex .embedded-entity {
    margin-right: 14px;
}

.with-bg, .with-block-bg {
    background: #dcddde;
}

.with-block-bg-dark {
    background: #636466;
}

.with-block-bg-dark a {
    color: white;
    text-decoration: underline;
}

.with-block-bg-dark a:hover {
    color: white;
    text-decoration: none;
}

.video-embed-field-responsive-video:after {
    display: none;
}

.block--view-mode-sd_b001_e_reverse, .block--view-mode-sd_b001_e {
    margin: 0;
    border-top: none;
    border-bottom: none;
    padding: 0;
}

.block--view-mode-sd_b001_e_reverse .inner-wrapper, .block--view-mode-sd_b001_e .inner-wrapper {
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image, .block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile, .block--view-mode-sd_b001_e .field--name-field-image-mobile {
    margin: 0;
    padding: 16px 0;
    width: 100%;
    order: 1;
}

@media (min-width:990px) {
    .block--view-mode-sd_b001_e_reverse .field--name-field-image, .block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile, .block--view-mode-sd_b001_e .field--name-field-image-mobile {
        display: flex;
        align-items: flex-start;
    }
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse .field--name-field-image, .block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile, .block--view-mode-sd_b001_e .field--name-field-image-mobile {
        width: 50%;
        order: unset;
        padding-left: 42px;
    }
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image img, .block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile img, .block--view-mode-sd_b001_e .field--name-field-image-mobile img {
    border-radius: 85px 0 0 0;
    margin: 0 auto;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse .field--name-field-image img, .block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile img, .block--view-mode-sd_b001_e .field--name-field-image-mobile img {
        margin-right: 0;
    }
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image .embedded-entity, .block--view-mode-sd_b001_e .field--name-field-image .embedded-entity, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile .embedded-entity, .block--view-mode-sd_b001_e .field--name-field-image-mobile .embedded-entity {
    width: 100%;
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image .youtube-wrapper, .block--view-mode-sd_b001_e .field--name-field-image .youtube-wrapper, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile .youtube-wrapper, .block--view-mode-sd_b001_e .field--name-field-image-mobile .youtube-wrapper {
    margin: 0;
    border-radius: 0;
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image .youtube, .block--view-mode-sd_b001_e .field--name-field-image .youtube, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile .youtube, .block--view-mode-sd_b001_e .field--name-field-image-mobile .youtube {
    margin-bottom: 0;
}

.block--view-mode-sd_b001_e_reverse .field--name-field-image .video-embed-field-responsive-video:after, .block--view-mode-sd_b001_e .field--name-field-image .video-embed-field-responsive-video:after, .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile .video-embed-field-responsive-video:after, .block--view-mode-sd_b001_e .field--name-field-image-mobile .video-embed-field-responsive-video:after {
    display: none;
}

.block--view-mode-sd_b001_e_reverse h2, .block--view-mode-sd_b001_e h2, .block--view-mode-sd_b001_e_reverse .heading2, .block--view-mode-sd_b001_e .heading2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    margin-top: 0;
    text-align: left;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse h2, .block--view-mode-sd_b001_e h2, .block--view-mode-sd_b001_e_reverse .heading2, .block--view-mode-sd_b001_e .heading2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.block--view-mode-sd_b001_e_reverse h2.title-model-2, .block--view-mode-sd_b001_e h2.title-model-2, .block--view-mode-sd_b001_e_reverse .heading2.title-model-2, .block--view-mode-sd_b001_e .heading2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse h2.title-model-2, .block--view-mode-sd_b001_e h2.title-model-2, .block--view-mode-sd_b001_e_reverse .heading2.title-model-2, .block--view-mode-sd_b001_e .heading2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}

.block--view-mode-sd_b001_e_reverse h3, .block--view-mode-sd_b001_e h3, .block--view-mode-sd_b001_e_reverse .heading3, .block--view-mode-sd_b001_e .heading3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
}

.block--view-mode-sd_b001_e_reverse h1, .block--view-mode-sd_b001_e h1, .block--view-mode-sd_b001_e_reverse .heading1, .block--view-mode-sd_b001_e .heading1 {
    color: #262626;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
    margin-top: 0;
    text-align: left;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse h1, .block--view-mode-sd_b001_e h1, .block--view-mode-sd_b001_e_reverse .heading1, .block--view-mode-sd_b001_e .heading1 {
        font-size: 50px;
        line-height: 60px;
    }
}

.block--view-mode-sd_b001_e_reverse h1.title-model-2, .block--view-mode-sd_b001_e h1.title-model-2, .block--view-mode-sd_b001_e_reverse .heading1.title-model-2, .block--view-mode-sd_b001_e .heading1.title-model-2 {
    font-weight: 600;
    font-size: 36.4px;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse h1.title-model-2, .block--view-mode-sd_b001_e h1.title-model-2, .block--view-mode-sd_b001_e_reverse .heading1.title-model-2, .block--view-mode-sd_b001_e .heading1.title-model-2 {
        font-size: 42px;
        line-height: 1.2;
    }
}

.block--view-mode-sd_b001_e_reverse p, .block--view-mode-sd_b001_e p {
    text-align: left;
}

.block--view-mode-sd_b001_e_reverse p.preamble, .block--view-mode-sd_b001_e p.preamble, .block--view-mode-sd_b001_e_reverse p.sv-font-preamble, .block--view-mode-sd_b001_e p.sv-font-preamble {
    margin-bottom: 19px;
}

.block--view-mode-sd_b001_e_reverse p a:not(.cta-button):not(.cta-button-large), .block--view-mode-sd_b001_e p a:not(.cta-button):not(.cta-button-large) {
    color: #ff0033;
    display: inline;
}

.block--view-mode-sd_b001_e_reverse p a, .block--view-mode-sd_b001_e p a {
    font-size: inherit;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button, .block--view-mode-sd_b001_e p a.cta-button {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button::before, .block--view-mode-sd_b001_e p a.cta-button::before, .block--view-mode-sd_b001_e_reverse p a.cta-button::after, .block--view-mode-sd_b001_e p a.cta-button::after {
    display: none;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button:hover, .block--view-mode-sd_b001_e p a.cta-button:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-inverted, .block--view-mode-sd_b001_e p a.cta-button-inverted {
    background: white;
    color: black;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-inverted:hover, .block--view-mode-sd_b001_e p a.cta-button-inverted:hover {
    background: #dcddde;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-no-margin, .block--view-mode-sd_b001_e p a.cta-button-no-margin {
    margin: 0;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-arrow, .block--view-mode-sd_b001_e p a.cta-button-arrow {
    position: relative;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-arrow::after, .block--view-mode-sd_b001_e p a.cta-button-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-arrow:hover::after, .block--view-mode-sd_b001_e p a.cta-button-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button::after, .block--view-mode-sd_b001_e p a.cta-button::after {
    display: none;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large, .block--view-mode-sd_b001_e p a.cta-button-large {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    padding: 22px 60px;
    border-radius: 50px;
    display: inline-flex;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large::before, .block--view-mode-sd_b001_e p a.cta-button-large::before, .block--view-mode-sd_b001_e_reverse p a.cta-button-large::after, .block--view-mode-sd_b001_e p a.cta-button-large::after {
    display: none;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large:hover, .block--view-mode-sd_b001_e p a.cta-button-large:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-inverted, .block--view-mode-sd_b001_e p a.cta-button-large-inverted {
    background: white;
    color: black;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-inverted:hover, .block--view-mode-sd_b001_e p a.cta-button-large-inverted:hover {
    background: #dcddde;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-no-margin, .block--view-mode-sd_b001_e p a.cta-button-large-no-margin {
    margin: 0;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-arrow, .block--view-mode-sd_b001_e p a.cta-button-large-arrow {
    position: relative;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-arrow::after, .block--view-mode-sd_b001_e p a.cta-button-large-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block--view-mode-sd_b001_e_reverse p a.cta-button-large-arrow:hover::after, .block--view-mode-sd_b001_e p a.cta-button-large-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}
}
}
}

.block--view-mode-sd_b001_e_reverse.left33-wrapper .field--name-field-image, .left33-wrapper.block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e_reverse.left33-wrapper .field--name-field-image-mobile, .left33-wrapper.block--view-mode-sd_b001_e .field--name-field-image-mobile {
    width: 100%;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse.left33-wrapper .field--name-field-image, .left33-wrapper.block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e_reverse.left33-wrapper .field--name-field-image-mobile, .left33-wrapper.block--view-mode-sd_b001_e .field--name-field-image-mobile {
        width: 33%;
        padding-right: 2%;
    }
}

.block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image-mobile img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image-mobile img {
    border-radius: 0;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image-mobile img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image-mobile img {
        max-width: 250px;
    }
}

@media (min-width:0) and (max-width:767px) {
    .block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e_reverse.img-medium-wrapper .field--name-field-image-mobile img, .img-medium-wrapper.block--view-mode-sd_b001_e .field--name-field-image-mobile img {
        max-width: 170px;
    }
}

@media (min-width:990px) {
    .col-md-12 .block--view-mode-sd_b001_e_reverse .field--name-field-image-mobile img, .col-md-12 .block--view-mode-sd_b001_e .field--name-field-image-mobile img, .col-md-12 .block--view-mode-sd_b001_e_reverse .field--name-field-image img, .col-md-12 .block--view-mode-sd_b001_e .field--name-field-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_e .field--name-field-image, .block--view-mode-sd_b001_e .field--name-field-image-mobile {
        padding-right: 42px;
        padding-left: 0;
        order: 1;
    }
}

.block--view-mode-sd_b001_e .field--name-field-image img, .block--view-mode-sd_b001_e .field--name-field-image-mobile img {
    border-radius: 0 85px 0 0;
    margin: 0 auto;
}
}

.block--view-mode-sd_b001_j {
    margin: 0;
}

.block--view-mode-sd_b001_j.img-background-wrapper {
    overflow: hidden;
    min-height: 500px;
    max-height: 650px;
}

.block--view-mode-sd_b001_j.img-background-wrapper h2 {
    text-shadow: none;
}

.block--view-mode-sd_b001_j.img-background-wrapper p {
    font-size: 16px;
}

.block--view-mode-sd_b001_j .field--name-field-image img {
    max-width: none;
    height: auto;
    transform: none;
    margin: 0;
    height: 100%;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media (min-width:1180px) {
    .block--view-mode-sd_b001_j .field--name-field-image img {
        width: 100%;
        height: 100%;
        max-width: 1920px;
        margin: 0 auto;
        transform: unset;
    }
}

.block--view-mode-sd_b001_j .field--name-field-image-mobile {
    height: auto;
}

.block--view-mode-sd_b001_j .field--name-field-image-mobile img {
    min-height: 260px;
    width: 100%;
    height: auto;
}
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_j .heading2-h1, .block--view-mode-sd_b001_j .heading2-white-h1 {
        font-size: 50px;
    }
}

.block--view-mode-sd_b001_j h2, .block--view-mode-sd_b001_j h1, .block--view-mode-sd_b001_j .title, .block--view-mode-sd_b001_j h3, .block--view-mode-sd_b001_j .subtitle {
    color: white;
    font-weight: 500;
    font-size: 33px;
    line-height: 1;
    text-shadow: 1px 1px 0 black;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_j h2, .block--view-mode-sd_b001_j h1, .block--view-mode-sd_b001_j .title, .block--view-mode-sd_b001_j h3, .block--view-mode-sd_b001_j .subtitle {
        font-size: 50px;
        text-align: right;
        width: 100%;
    }
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_j h2.text-align-left, .block--view-mode-sd_b001_j h1.text-align-left, .block--view-mode-sd_b001_j .title.text-align-left, .block--view-mode-sd_b001_j h3.text-align-left, .block--view-mode-sd_b001_j .subtitle.text-align-left {
        text-align: left;
    }
}

.block--view-mode-sd_b001_j h2.heading-dark, .block--view-mode-sd_b001_j h1.heading-dark, .block--view-mode-sd_b001_j .title.heading-dark, .block--view-mode-sd_b001_j h3.heading-dark, .block--view-mode-sd_b001_j .subtitle.heading-dark {
    text-shadow: 1px 1px 0 white;
    color: #262626;
}

.block--view-mode-sd_b001_j h2.heading-main, .block--view-mode-sd_b001_j h1.heading-main, .block--view-mode-sd_b001_j .title.heading-main, .block--view-mode-sd_b001_j h3.heading-main, .block--view-mode-sd_b001_j .subtitle.heading-main {
    color: #ff0033;
}

.block--view-mode-sd_b001_j h3, .block--view-mode-sd_b001_j .subtitle {
    font-size: 26px;
    font-weight: 400;
}

@media (min-width:768px) {
    .block--view-mode-sd_b001_j h3, .block--view-mode-sd_b001_j .subtitle {
        font-size: 28px;
    }
}

.block--view-mode-sd_b001_j p {
    width: 100%;
}

.block--view-mode-sd_b001_j .text-wrapper {
    margin-top: 11px;
}

.block--view-mode-sd_b001_j .text-wrapper.text-align-left p {
    float: left;
}

.block--view-mode-sd_b001_j .text-wrapper p {
    float: right;
    text-align: right;
    font-size: 18px;
    max-width: 630px;
    width: 100%;
}

.block-content-type-sd_b003 {
    background: white;
    padding-top: 20px;
    margin: 0;
    width: 100%;
}

.block-content-type-sd_b003 .field--name-field-text {
    text-align: left;
}

.block-content-type-sd_b003 .field--name-field-text h3 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0;
}

@media (min-width:990px) {
    .block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-text {
        padding-top: 45px;
        padding-left: 150px;
    }
}

.block-content-type-sd_b003 .paragraph--type--paragraph-time-stage .field--name-field-image {
    vertical-align: top;
}

.block-content-type-sd_b003 .clock-items-wrapper::before {
    margin-left: -4px;
}

.block-content-type-sd_b003 .clock-items-wrapper>.field__item .paragraph--type--paragraph-time-stage .field--name-field-image img {
    max-width: 210px;
    max-height: 210px;
}

.block-content-type-sd_b003 .m_btn_scroll {
    font-size: 14px;
    color: #262626;
}

.block-content-type-sd_b003 .m_btn_scroll::before, .block-content-type-sd_b003 .m_btn_scroll::after {
    background: none;
    height: 12px;
    width: 12px;
    border-left: 2px solid #ff0033;
    border-bottom: 2px solid #ff0033;
    transform: rotate(-45deg);
    content: ' ';
    position: absolute;
    left: 50%;
    margin-left: -9px;
}

.m_clock_mouse_track {
    margin-left: -4px;
}

.m_clock_picture {
    background: white;
    height: 185px;
    margin-top: -91px;
}

.m_clock_counter {
    background: transparent url(/themes/custom/verisure/images/tracker_clock.png) no-repeat center center;
    width: 185px;
    height: 185px;
    margin-left: -96px;
    margin-top: -92px;
    padding-top: 69px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    font-family: var(--digital7-italic);
    font-size: 34px;
}

.m_clock_counter p {
    line-height: 1;
}

.m_clock_counter .minutes::after {
    content: ":";
    dislpay: inline-block;
}

.m_clock_counter .seconds {
    font-size: 27px;
    vertical-align: bottom;
}

.m_clock_counter .seconds::before {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-default {
    background: #636466;
    border-top: none;
    min-height: 158px;
    padding: 0;
}
}

.block-content-type-sd_b002.block--view-mode-default .form-title, .block-content-type-sd_b002.block--view-mode-default .form-subtitle {
    width: 100%;
    color: white;
    position: static;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    border: none;
}

.block-content-type-sd_b002.block--view-mode-default .form-subtitle {
    font-size: 14px;
    margin-top: 16px;
}

.block-content-type-sd_b002.block--view-mode-default .form-info {
    width: 100%;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .form-info {
        width: 49%;
    }
}

.block-content-type-sd_b002.block--view-mode-default .form-wrapper {
    background: none;
    margin: 0;
    max-width: unset;
    max-height: unset;
    width: 100%;
    padding-top: 8px;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .form-wrapper {
        width: 50%;
        max-width: 540px;
        padding-top: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-default .field--name-field-webform {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .webform-submission-form {
        max-width: 540px;
        float: left;
    }
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .messages-box {
    float: left;
    text-align: left;
    margin-top: 0;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    color: white;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form label::after {
    filter: brightness(0) invert(1);
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-text, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-email {
    width: 100%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
    background: white;
    color: #c1c7cd;
    border: none;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid transparent;
}

.block-content-type-sd_b002.block--view-mode-default .form-privacy {
    order: 3;
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    text-align: left;
    color: white;
    line-height: 1.5;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-default .form-privacy {
        margin-top: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-default .form-privacy label {
    font-size: 12px;
    color: white;
}

.block-content-type-sd_b002.block--view-mode-default .form-privacy a {
    color: white;
    margin: 0;
    font-size: 12px;
    display: inline;
    padding: 0;
    text-decoration: underline;
}

.block-content-type-sd_b002.block--view-mode-default .form-privacy a:hover {
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-default .form-privacy a::before {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-default .dynamic-webform-wrapper {
    width: 100%;
    display: table;
}

.block-content-type-sd_b002.block--view-mode-default .form-actions {
    width: 100%;
    background: none;
    padding-top: 0;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-default .form-actions {
        width: 49%;
        position: static;
        margin-bottom: 8px;
        margin-left: 2%;
        align-self: flex-end;
    }
}

.block-content-type-sd_b002.block--view-mode-default .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .form-type-email {
    margin-bottom: 8px;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 0;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-default .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .form-type-email {
        width: 49%;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .form-type-email {
        margin-top: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-default .webform-button--submit {
    width: 100%;
    color: #262626;
    background: white;
    padding: 10px 17px;
    height: 36px;
    line-height: 1;
    border: 1px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: static;
}

.block-content-type-sd_b002.block--view-mode-default .webform-button--submit:hover {
    background: #e9e9e9;
    border: 1px solid transparent;
}

.block-content-type-sd_b002.block--view-mode-default .long-version {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
}

.block-content-type-sd_b002.block--view-mode-default .long-version .form-actions {
    width: 100%;
}

.block-content-type-sd_b002.block--view-mode-default .long-version .form-privacy {
    font-size: 16px;
}

.block-content-type-sd_b002.block--view-mode-default .long-version .form-privacy a {
    font-size: 16px;
}

.block-content-type-sd_b002.block--view-mode-default .long-version .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .long-version .form-type-email {
    width: 100%;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .long-version .dynamic-webform-wrapper {
        margin-top: 10px;
    }
}

.block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .webform-button--submit {
    color: white;
    background: #ff0033;
}

.block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .form-actions {
    margin-top: 11px;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form {
        max-width: none;
        display: flex;
        width: 100%;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .form-type-email {
        width: 32%;
        float: left;
        margin-right: 1%;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .form-actions {
        float: left;
        width: 32%;
        margin-left: 0;
        margin-top: 0;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version .webform-submission-form .webform-button--submit {
        color: white;
        background: #ff0033;
    }
}

.block-content-type-sd_b002.block--view-mode-default .long-version.inverse-version .webform-submission-form .webform-button--submit {
    background: white;
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-default .inverse-version .form-actions input {
    background: white;
    color: #262626;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .long-version-four-elements .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .long-version-four-elements .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-default .long-version-four-elements .webform-submission-form .form-actions, .block-content-type-sd_b002.block--view-mode-default .long-version-four-elements .webform-submission-form .form-type-number {
        width: 24%;
        margin-right: 1%;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-actions, .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-type-number {
        width: 20%;
        margin-right: 0;
        padding-right: 1%;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-actions {
        margin-left: 0;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-type-number {
        float: left;
        margin-top: 0;
    }

    .block-content-type-sd_b002.block--view-mode-default .long-version-five-elements .webform-submission-form .form-type-number input {
        width: 100%;
        display: inherit;
        border-radius: 4px;
        padding: 9px 10px;
        height: 36px;
        background: white;
        color: #262626;
        border: none;
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid transparent;
    }
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper {
    padding: 0;
    background: #dcddde;
    min-height: unset;
}
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper p, .block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .form-title, .block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .form-subtitle {
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper p, .block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .form-subtitle {
    line-height: 20px;
    margin-top: 10px;
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .webform-submission-form label {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .webform-submission-form .form-text, .block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .webform-submission-form .form-email {
    background: white;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.block-content-type-sd_b002.block--view-mode-default.light-version-wrapper .webform-button--submit {
    background: #ff0033;
    color: white;
}

.block-content-type-sd_b002.block--view-mode-default label#edit-phone--2 {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-default.white-version-wrapper {
    background: white;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.block-content-type-sd_b002 {
    margin: 0;
}

.block-content-type-sd_b002 h2 {
    border-top: none;
}

.block-content-type-sd_b002.block--view-mode-full h2 {
    color: white;
    position: static;
    background: none;
    font-size: 42px;
    border-top: none;
    line-height: 1.2;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full h2 {
        color: #ff0033;
        padding: 0;
        width: 100%;
        max-width: none;
        text-align: center;
    }
}

.block-content-type-sd_b002.block--view-mode-full h2+.form-subtitle {
    color: white;
    font-size: 21px;
    font-weight: 400;
    margin: 6px 0;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full h2+.form-subtitle {
        color: #262626;
    }
}

.block-content-type-sd_b002.block--view-mode-full h3 {
    position: static;
    background: none;
    width: 100%;
    padding: 0;
    font-size: 21px;
    color: #262626;
    border: none;
}

.block-content-type-sd_b002.block--view-mode-full a.button {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    border: 2px solid white;
    padding: 22px 64px;
    font-size: 19px;
    font-weight: 500;
    border-radius: 50px;
    color: white;
    margin-bottom: 0;
}

.block-content-type-sd_b002.block--view-mode-full a.button::before, .block-content-type-sd_b002.block--view-mode-full a.button::after {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full a.button:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-full a.button-inverted {
    background: white;
    color: black;
}

.block-content-type-sd_b002.block--view-mode-full a.button-inverted:hover {
    background: #dcddde;
}

.block-content-type-sd_b002.block--view-mode-full a.button-no-margin {
    margin: 0;
}

.block-content-type-sd_b002.block--view-mode-full a.button-arrow {
    position: relative;
}

.block-content-type-sd_b002.block--view-mode-full a.button-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block-content-type-sd_b002.block--view-mode-full a.button-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full a.button {
        margin-top: 0;
        margin-bottom: 40px;
    }
}

.block-content-type-sd_b002.block--view-mode-full a.button::before {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .form-pretitle {
    font-size: 14px;
    margin: 0;
    color: white;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .full-form-wrapper {
        background: white;
        max-width: 380px;
        width: 100%;
        float: right;
        display: table;
        padding-bottom: 0;
        margin-right: 20px;
        height: 100%;
    }
}

.block-content-type-sd_b002.block--view-mode-full .upper-form-wrapper {
    padding: 27px 20px 0;
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper {
    padding: 40px 20px 20px;
    background: #ff0033;
    border-radius: 55px 0 0 0;
    max-height: none;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .form-wrapper {
        margin: 0;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .form-wrapper {
        max-width: 380px;
        padding-top: 20px;
    }
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper p {
    color: white;
    margin: 0;
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper a {
    margin-bottom: 0;
    color: white;
    text-decoration: underline;
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper a::before {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper a:hover {
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-full .form-wrapper a:not(.cta-button):not(.cta-button-large) {
    font-size: inherit;
}

.block-content-type-sd_b002.block--view-mode-full .form-type-webform-terms-of-service {
    margin-top: 10px;
}

.block-content-type-sd_b002.block--view-mode-full .form-type-webform-terms-of-service label, .block-content-type-sd_b002.block--view-mode-full .form-type-webform-terms-of-service .description, .block-content-type-sd_b002.block--view-mode-full .form-type-webform-terms-of-service a {
    color: white;
    font-size: 11px;
}

.block-content-type-sd_b002.block--view-mode-full .form-item-fullname-company, .block-content-type-sd_b002.block--view-mode-full .form-type-webform-markup {
    margin: 0;
}

.block-content-type-sd_b002.block--view-mode-full .form-item-phone {
    margin: 10px 0 0;
}

.block-content-type-sd_b002.block--view-mode-full .form-item-phone label {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .form-item-phone:after {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .form-lower {
    display: none;
    border-top: 1px solid white;
    padding-top: 8px;
    margin: 10px -20px 0 -17px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .form-lower {
        display: block;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .form-lower {
        width: calc(100% + 36px);
    }
}

.block-content-type-sd_b002.block--view-mode-full .form-lower p {
    color: white;
}

.block-content-type-sd_b002.block--view-mode-full .webform-actions {
    padding: 0;
    position: relative;
}

.block-content-type-sd_b002.block--view-mode-full .webform-submission-form .form-text {
    height: 44px;
}

.block-content-type-sd_b002.block--view-mode-full .webform-submission-form .form-submit {
    padding: 5px 17px;
    font-weight: 500;
    top: unset;
    right: 2px;
    bottom: 2px;
}

.block-content-type-sd_b002.block--view-mode-full .webform-submission-form .form-submit::after {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full p.form-privacy {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 11px;
}

.block-content-type-sd_b002.block--view-mode-full p.form-privacy a {
    color: white;
    margin: 0;
    font-size: 11px;
    display: inline;
    padding: 0;
    text-decoration: underline;
}

.block-content-type-sd_b002.block--view-mode-full p.form-privacy a:hover {
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-full p.form-privacy a::before {
    display: none;
}
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .field--name-field-image {
        height: 100%;
    }

    .block-content-type-sd_b002.block--view-mode-full .field--name-field-image img {
        animation: none;
        height: 100%;
        width: auto;
        min-height: 500px;
    }
}

.block-content-type-sd_b002.block--view-mode-full .field--name-field-image-mobile {
    position: static;
    padding-bottom: calc(183px - 10%);
}

.block-content-type-sd_b002.block--view-mode-full .field--name-field-image-mobile img {
    width: 100%;
    height: auto;
    min-height: 215px;
}

.block-content-type-sd_b002.block--view-mode-full .blog-model {
    margin-top: 40px;
    border-radius: 0 0 55px 0;
    background: #ff0033;
    padding: 24px;
    display: table;
    width: calc(100% - 40px);
    margin-bottom: 54px;
    margin-left: 20px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .blog-model {
        padding: 48px 48px 32px;
    }
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .form-title, .block-content-type-sd_b002.block--view-mode-full .blog-model .form-subtitle {
    margin-bottom: 16px;
    color: white;
    text-align: left;
    padding: 0;
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .form-subtitle {
    font-size: 16px;
    font-weight: 400;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .blog-model .text-wrapper {
        width: 66%;
        float: left;
    }
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form {
    width: 100%;
    margin-top: 40px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form {
        width: 33%;
        float: right;
        margin-top: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-text {
    height: 60px;
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-submit {
    height: 56px;
    padding-right: 60px;
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .webform-actions::after {
    content: " ";
    background: transparent url(/themes/custom/verisure/images/arrow-right.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    bottom: 15px;
    width: 30px;
    z-index: 7;
}

.block-content-type-sd_b002.zoom-efect-trigger .field--name-field-image img, .block-content-type-sd_b002.zoom-efect-trigger .field--name-field-image-mobile img {
    animation: zoom 26s infinite ease-in-out;
}
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.ck-visible-labels .webform-submission-form label {
    display: block;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .ck-visible-labels .webform-submission-form label {
    display: block;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model textarea {
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    height: 61px;
    padding: 4px 0 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model textarea:placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model textarea::placeholder {
    color: black;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model textarea:hover {
    border: 1px solid #ced3d7;
    box-shadow: none;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model textarea:focus {
    outline: none;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-item+.form-item input {
    margin-top: 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-title {
    font-size: 30px;
    color: #262626;
    line-height: 1.2;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-full .classic-model .form-title {
        color: #262626;
    }
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-subtitle {
    color: #262626;
    font-size: 20px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-wrapper {
    background: white;
    padding: 20px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-wrapper .form-wrapper {
    padding: 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-wrapper p {
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-wrapper a {
    color: #ff0033;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-privacy {
    color: #262626;
    font-size: 12px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-privacy a {
    color: #262626;
    font-size: 12px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model a.button {
    padding: 22px 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 290px;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .classic-model a.button::after {
        content: " ";
        background: transparent url(/themes/custom/verisure/images/arrow-right.png) no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 30px;
        margin-left: 13px;
        margin-top: -5px;
        vertical-align: middle;
        width: 30px;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .classic-model a.button {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-telephone {
    display: table;
    margin-top: 0;
    padding-top: 20px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-telephone-text {
    font-size: 16px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-item.form-item-terms-of-service .description {
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .form-item.form-item-terms-of-service .description a {
    color: #262626;
    text-decoration: underline;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form {
    width: 290px;
    max-width: 100%;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form label {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-radio, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-checkbox {
    text-align: left;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form input[type="radio"]+label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form input[type="checkbox"]+label {
    display: block;
    width: 100%;
    text-align: left;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form input[type="radio"]:checked+label::before {
    background-position: -30px 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form input[type="checkbox"] {
    display: inline-block;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form input[type="checkbox"]+label {
    display: inline;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-text {
    height: 61px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-submit {
    height: 51px;
    right: 6px;
    bottom: 5px;
    padding-right: 17px;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-submit {
        padding-right: 54px;
    }
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-actions::after {
        content: " ";
        background: transparent url(/themes/custom/verisure/images/arrow-right.png) no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 30px;
        pointer-events: none;
        position: absolute;
        right: 19px;
        bottom: 15px;
        width: 30px;
        z-index: 7;
    }
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.static-submit .form-submit {
    position: static;
    width: 100%;
    padding-right: 17px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.static-submit .form-wrapper {
    padding-bottom: 45px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.static-submit .form-actions {
    padding-bottom: 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.static-submit .form-actions::after {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model.two-steps-form .form-item-phone {
    margin: 1.5rem 0;
}

.block-content-type-sd_b002.block--view-mode-full.classic-model-wrapper .field--name-field-image-mobile {
    padding-bottom: 0;
}

.block-content-type-sd_b002.block--view-mode-full.classic-model-wrapper .field--name-field-image {
    position: static;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-full.classic-model-wrapper .field--name-field-image {
        position: absolute;
    }

    .block-content-type-sd_b002.block--view-mode-full.classic-model-wrapper .field--name-field-image img {
        min-height: 100%;
        margin: 0 auto;
    }
}

@media (min-width:1280px) {
    .block-content-type-sd_b002.block--view-mode-full.classic-model-wrapper .field--name-field-image img {
        min-width: unset;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info {
    border-top: none;
    padding: 40px 20px 40px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info {
        padding: 32px 20px;
    }
}

@media (min-width:1200px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info {
        padding-left: calc((100vw - 1180px) / 2);
        padding-right: calc((100vw - 1180px) / 2);
        padding-bottom: 20px;
    }
}
}
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .embedded-entity {
    overflow: hidden;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .embedded-entity img {
    max-width: 100%;
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .video-embed-field-responsive-video:after {
    display: none;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .field--name-field-left-info-text, .block-content-type-sd_b002.block--view-mode-sd_b002_info .field--name-field-left-info-text-mobile {
        width: 70%;
        margin-right: 2%;
        min-height: unset;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) {
    margin-bottom: 3px;
    margin-top: 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input:not([type="radio"]):not([type="checkbox"]), .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) select, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) textarea {
    margin-bottom: 12px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input:not([type="radio"]):not([type="checkbox"]):hover, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) select:hover, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) textarea:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) textarea {
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) label {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: initial;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) label::after {
    filter: brightness(0);
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input[type="radio"]+label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) input[type="checkbox"]+label {
    font-size: 16px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info img {
        display: block;
        margin-left: unset;
        height: auto;
        width: auto;
        max-width: 100%;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .img250 img {
    width: 250px;
    height: 250px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-subtitle {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
    text-align: left;
    font-size: 33px;
    font-weight: 500;
    margin: 0;
    border: none;
    color: #262626;
    line-height: 1.2;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title.ck-main-color, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-subtitle.ck-main-color {
    color: #ff0033;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title.ck-mtop, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-subtitle.ck-mtop {
    margin-top: 16px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title.ck-mbot, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-subtitle.ck-mbot {
    margin-bottom: 16px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item-terms-of-service {
    color: #262626;
    margin-top: 11px;
    float: left;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item-terms-of-service .description, .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item-terms-of-service a {
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title-large {
    font-size: 42px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-title-main-color, .block-content-type-sd_b002.block--view-mode-sd_b002_info .ck-main-color {
    color: #ff0033;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .field--name-field-left-info-text {
    text-align: left;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-wrapper {
        background: none;
        max-width: 100%;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 16px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form {
    width: 100%;
    margin-top: 20px;
    display: table;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form {
        margin-top: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    padding: 22px 60px;
    border-radius: 50px;
    display: inline-flex;
    padding: 22px 25px;
    margin-top: 16px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit:hover {
    background: #ff0033;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit::before, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit::after {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-inverted {
    background: white;
    color: black;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-inverted:hover {
    background: #dcddde;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-no-margin {
    margin: 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-arrow {
    position: relative;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-privacy {
    text-align: left;
    color: #505050;
    line-height: 1.4;
    font-size: 11px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .form-privacy {
        margin-top: 11px;
        display: inline-block;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-privacy a {
    font-size: 11px;
    color: black;
    display: inline;
    padding: 0;
    margin: 0;
    color: #505050;
    text-decoration: underline;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-privacy a:hover {
    text-decoration: none;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-privacy a::before {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model {
    background: #f0f2f4;
    padding: 30px;
    display: table;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model .form-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 11px;
    text-align: left;
    margin-left: 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left .form-title {
    font-size: 50px;
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left img {
    margin: 0 auto;
    display: block;
    max-width: none;
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left>div {
    padding: 40px 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left>div:first-child {
    padding: 32px 16px;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left>div:first-child {
        padding-right: 32px;
        padding-left: 0;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left>div:last-child {
    background: url(/themes/custom/verisure/images/h-dash.png) repeat-x;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model-left>div:last-child {
        background: url(/themes/custom/verisure/images/v-dash.png) repeat-y;
        padding: 0 0 32px 32px;
        min-height: 500px;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model {
    background: url(/themes/custom/verisure/images/h-dash.png) repeat-x;
    padding: 32px 16px;
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model {
        max-width: 350px;
        background: url(/themes/custom/verisure/images/v-dash.png) repeat-y;
        min-height: 500px;
        padding: 40px 0 40px 32px;
    }
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .ver-en-venn-model h3 {
    text-align: left;
    margin: 0 0 8px;
}
}

.block-content-type-sd_b002.img-in-right-wrapper .field--name-field-left-info-text, .block-content-type-sd_b002.img-in-right-wrapper .field--name-field-left-info-text-mobile {
    order: 2;
    margin-right: 0;
    margin-left: 2%;
}

@media (min-width:990px) {
    .block-content-type-sd_b002.img-in-right-wrapper .field--name-field-left-info-text, .block-content-type-sd_b002.img-in-right-wrapper .field--name-field-left-info-text-mobile {
        width: 50%;
    }
}
}

.block-content-type-sd_b002.img-in-right-wrapper .field--name-field-media-image {
    order: 1;
}

.block-content-type-sd_b002.img-in-right-wrapper .field--name-field-media-image img {
    float: right;
}

.block-content-type-sd_b002.img-in-right-wrapper .field--name-field-media-image .field--name-field-left-info-text, .block-content-type-sd_b002.img-in-right-wrapper .field--name-field-media-image .field--name-field-left-info-text-mobile {
    width: 100%;
}

.block-content-type-sd_b002.img-in-right-wrapper .webform-actions {
    width: 100%;
    max-width: none;
}

.block-content-type-sd_b002.img-in-right-wrapper .form-submit {
    justify-content: space-around;
}

.block-content-type-sd_b002.img-in-right-wrapper h2, .block-content-type-sd_b002.img-in-right-wrapper p {
    font-weight: 500;
    margin: 0 0 20px 0;
    text-align: left;
}

.block-content-type-sd_b002.right50-wrapper .field--name-field-left-info-text, .block-content-type-sd_b002.right50-wrapper .field--name-field-left-info-text-mobile {
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.right50-wrapper .field--name-field-left-info-text, .block-content-type-sd_b002.right50-wrapper .field--name-field-left-info-text-mobile {
        width: 49%;
        margin-right: 1%;
        padding-right: 1%;
    }
}
}

.block-content-type-sd_b002.right33-wrapper .field--name-field-left-info-text {
    width: 100%;
}

@media (min-width:768px) {
    .block-content-type-sd_b002.right33-wrapper .field--name-field-left-info-text {
        width: 33%;
    }
}
}

.verisure-no .block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model {
    background: #dcddde;
    border-radius: 0 0 0 55px;
}

.verisure-no .block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model label {
    font-weight: 500;
}

.verisure-no .block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model label::after {
    color: white;
}

@media (min-width:768px) {
    .verisure-no .block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model-left {
        padding-right: 32px;
    }
}

.verisure-no .block-content-type-sd_b002.block--view-mode-sd_b002_info .flytt-model-left .form-title {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #262626;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-submit:hover {
    background: #ff0033;
}

.submit-rounded-large, .bootstrap-form-standard .webform-submission-form .form-submit, .bootstrap-form-basic-large .webform-submission-form .form-submit {
    position: static;
    width: 100%;
    margin: 0px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    justify-content: center;
    align-items: center;
    min-height: 61px;
    border-radius: 50px;
    display: inline-flex;
    padding: 22px 25px;
}

.input-rounded-large, .bootstrap-form-basic-large .webform-submission-form .form-type-textfield input, .bootstrap-form-basic-large .webform-submission-form .form-type-email input {
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    height: 61px;
    padding: 4px 0 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.bootstrap-form-full .webform-submission-form {
    width: 340px;
    max-width: calc(100vw - 30px);
    text-align: left;
}

.bootstrap-form-full .webform-submission-form .form-text, .bootstrap-form-full .webform-submission-form .form-email, .bootstrap-form-full .webform-submission-form .form-tel, .bootstrap-form-full .webform-submission-form .webform-time, .bootstrap-form-full .webform-submission-form .form-date, .bootstrap-form-full .webform-submission-form .form-select, .bootstrap-form-full .webform-submission-form textarea, .bootstrap-form-full .webform-submission-form .hasDatepicker {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    width: 49%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
}

.bootstrap-form-full .webform-submission-form .form-text:placeholder, .bootstrap-form-full .webform-submission-form .form-text::placeholder, .bootstrap-form-full .webform-submission-form .form-email:placeholder, .bootstrap-form-full .webform-submission-form .form-email::placeholder, .bootstrap-form-full .webform-submission-form .form-tel:placeholder, .bootstrap-form-full .webform-submission-form .form-tel::placeholder, .bootstrap-form-full .webform-submission-form .webform-time:placeholder, .bootstrap-form-full .webform-submission-form .webform-time::placeholder, .bootstrap-form-full .webform-submission-form .form-date:placeholder, .bootstrap-form-full .webform-submission-form .form-date::placeholder, .bootstrap-form-full .webform-submission-form .form-select:placeholder, .bootstrap-form-full .webform-submission-form .form-select::placeholder, .bootstrap-form-full .webform-submission-form textarea:placeholder, .bootstrap-form-full .webform-submission-form textarea::placeholder, .bootstrap-form-full .webform-submission-form .hasDatepicker:placeholder, .bootstrap-form-full .webform-submission-form .hasDatepicker::placeholder {
    color: black;
}

.bootstrap-form-full .webform-submission-form .form-text:hover, .bootstrap-form-full .webform-submission-form .form-email:hover, .bootstrap-form-full .webform-submission-form .form-tel:hover, .bootstrap-form-full .webform-submission-form .webform-time:hover, .bootstrap-form-full .webform-submission-form .form-date:hover, .bootstrap-form-full .webform-submission-form .form-select:hover, .bootstrap-form-full .webform-submission-form textarea:hover, .bootstrap-form-full .webform-submission-form .hasDatepicker:hover {
    border: 1px solid #ced3d7;
    box-shadow: none;
}

.bootstrap-form-full .webform-submission-form .form-text:focus, .bootstrap-form-full .webform-submission-form .form-email:focus, .bootstrap-form-full .webform-submission-form .form-tel:focus, .bootstrap-form-full .webform-submission-form .webform-time:focus, .bootstrap-form-full .webform-submission-form .form-date:focus, .bootstrap-form-full .webform-submission-form .form-select:focus, .bootstrap-form-full .webform-submission-form textarea:focus, .bootstrap-form-full .webform-submission-form .hasDatepicker:focus {
    outline: none;
}

.bootstrap-form-full .webform-submission-form .form-text.error, .bootstrap-form-full .webform-submission-form .form-email.error, .bootstrap-form-full .webform-submission-form .form-tel.error, .bootstrap-form-full .webform-submission-form .webform-time.error, .bootstrap-form-full .webform-submission-form .form-date.error, .bootstrap-form-full .webform-submission-form .form-select.error, .bootstrap-form-full .webform-submission-form textarea.error, .bootstrap-form-full .webform-submission-form .hasDatepicker.error {
    border: 1px solid red;
}

.bootstrap-form-full .webform-submission-form .form-text.error:hover, .bootstrap-form-full .webform-submission-form .form-email.error:hover, .bootstrap-form-full .webform-submission-form .form-tel.error:hover, .bootstrap-form-full .webform-submission-form .webform-time.error:hover, .bootstrap-form-full .webform-submission-form .form-date.error:hover, .bootstrap-form-full .webform-submission-form .form-select.error:hover, .bootstrap-form-full .webform-submission-form textarea.error:hover, .bootstrap-form-full .webform-submission-form .hasDatepicker.error:hover {
    border: 1px solid red;
}

.bootstrap-form-full .webform-submission-form label {
    display: none;
}

.bootstrap-form-full .webform-submission-form .webform-type-radios span {
    color: white;
}

.bootstrap-form-full .webform-submission-form .webform-type-radios span::after {
    color: white;
}

.bootstrap-form-full .webform-submission-form .webform-type-radios label {
    display: inline-block;
    color: white;
}

.bootstrap-form-full .webform-submission-form .form-type-checkbox .description {
    color: white;
}

.bootstrap-form-full .webform-submission-form .select2-container .select2-selection--single {
    height: 36px;
}

.bootstrap-form-full .webform-submission-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    padding-left: 10px;
}

.bootstrap-form-full .webform-submission-form .select2-container .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.bootstrap-form-full .webform-submission-form .webform-time, .bootstrap-form-full .webform-submission-form .form-select, .bootstrap-form-full .webform-submission-form .hasDatepicker {
    padding-left: 45px;
    width: 100%;
}

.bootstrap-form-full .webform-submission-form .webform-time input.error, .bootstrap-form-full .webform-submission-form .form-select input.error, .bootstrap-form-full .webform-submission-form .hasDatepicker input.error {
    border: 1px solid red;
}

.bootstrap-form-full .webform-submission-form .webform-time, .bootstrap-form-full .webform-submission-form .hasDatepicker {
    background-position: 10px center;
    padding-left: 40px;
}

.bootstrap-form-full .webform-submission-form textarea {
    width: 100%;
}

.bootstrap-form-full .form-item {
    margin-bottom: 0;
}

.bootstrap-form-full .form-actions {
    padding: 0;
    margin: 0;
    position: relative;
}

.bootstrap-form-full .webform-button--submit {
    width: 49%;
    color: #ff0033;
    background: white;
    padding: 10px 9px;
    height: 36px;
    line-height: 1;
    border: 1px solid transparent;
    top: unset;
    bottom: 0;
    white-space: pre;
    font-weight: 500;
    right: 2px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    transition: 0.2s all ease-in;
    position: absolute;
    margin: 0;
}

.bootstrap-form-full .webform-button--submit:hover {
    background: #e9e9e9;
    border: 1px solid transparent;
}

.bootstrap-form-horizontal .webform-submission-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .bootstrap-form-horizontal .webform-submission-form .form-item {
        padding-right: 10px;
    }
}

.bootstrap-form-horizontal .webform-submission-form .messages-box {
    float: left;
    text-align: left;
    margin-top: 0 !important;
    flex: 1 100%;
    padding: 0;
}

.bootstrap-form-horizontal .webform-submission-form label {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    color: white;
}

.bootstrap-form-horizontal .webform-submission-form label::after {
    filter: brightness(0) invert(1);
}

.bootstrap-form-horizontal .webform-submission-form .form-text, .bootstrap-form-horizontal .webform-submission-form .form-email, .bootstrap-form-horizontal .webform-submission-form .form-tel, .bootstrap-form-horizontal .webform-submission-form .form-date, .bootstrap-form-horizontal .webform-submission-form .form-time {
    width: 100%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
    background-color: white;
    color: #c1c7cd;
    border: none;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid transparent;
}

.bootstrap-form-horizontal .webform-submission-form .form-text .dynamic-webform-wrapper, .bootstrap-form-horizontal .webform-submission-form .form-email .dynamic-webform-wrapper, .bootstrap-form-horizontal .webform-submission-form .form-tel .dynamic-webform-wrapper, .bootstrap-form-horizontal .webform-submission-form .form-date .dynamic-webform-wrapper, .bootstrap-form-horizontal .webform-submission-form .form-time .dynamic-webform-wrapper {
    width: 100%;
    display: table;
}

.bootstrap-form-horizontal .webform-submission-form .form-actions {
    width: 100%;
    background: none;
    padding-top: 0;
}

@media (min-width:768px) {
    .bootstrap-form-horizontal .webform-submission-form .form-actions {
        width: 49%;
        position: static;
        margin-bottom: 8px;
        align-self: flex-end;
    }
}

@media (min-width:990px) {
    .bootstrap-form-horizontal .webform-submission-form .form-actions {
        margin-top: 0;
    }
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield, .bootstrap-form-horizontal .webform-submission-form .form-type-email, .bootstrap-form-horizontal .webform-submission-form .form-type-date {
    margin-bottom: 8px;
    margin-top: 10px;
    width: 100%;
    padding-bottom: 0;
}

@media (min-width:768px) {
    .bootstrap-form-horizontal .webform-submission-form .form-type-textfield, .bootstrap-form-horizontal .webform-submission-form .form-type-email, .bootstrap-form-horizontal .webform-submission-form .form-type-date {
        width: 49%;
    }
}

@media (min-width:990px) {
    .bootstrap-form-horizontal .webform-submission-form .form-type-textfield, .bootstrap-form-horizontal .webform-submission-form .form-type-email, .bootstrap-form-horizontal .webform-submission-form .form-type-date {
        margin-top: 0;
    }
}

.bootstrap-form-horizontal .webform-submission-form .webform-button--submit {
    width: 100%;
    color: #262626;
    background: white;
    padding: 10px 17px;
    height: 36px;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    position: static;
    margin: 0;
}

.bootstrap-form-horizontal .webform-submission-form .webform-button--submit:hover {
    background: #e9e9e9;
    border: 1px solid transparent;
}

@media (min-width:990px) {
    .bootstrap-form-horizontal.with-labels .webform-submission-form .form-actions {
        margin-top: 1.5rem;
    }
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield input, .bootstrap-form-standard .webform-submission-form .form-type-email input, .bootstrap-form-standard .webform-submission-form .form-tel input {
    width: 100%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
    background: white;
    color: #262626;
    border: 1px solid #dcddde;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield input.error, .bootstrap-form-standard .webform-submission-form .form-type-email input.error, .bootstrap-form-standard .webform-submission-form .form-tel input.error {
    border: 1px solid red;
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield input.error:hover, .bootstrap-form-standard .webform-submission-form .form-type-email input.error:hover, .bootstrap-form-standard .webform-submission-form .form-tel input.error:hover {
    border: 1px solid red;
}

.bootstrap-form-standard .webform-submission-form .webform-time, .bootstrap-form-standard .webform-submission-form .form-select, .bootstrap-form-standard .webform-submission-form textarea, .bootstrap-form-standard .webform-submission-form .hasDatepicker {
    width: 100%;
    display: inherit;
    border-radius: 4px;
    padding: 9px 10px;
    height: 36px;
    color: #262626;
    border: 1px solid #dcddde;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-form-standard .webform-submission-form .webform-type-radios label {
    display: inline-block;
}

.bootstrap-form-standard .webform-submission-form .form-type-checkbox input {
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 3.5px;
    float: left;
}

.bootstrap-form-standard .webform-submission-form .form-type-checkbox label {
    display: block;
    padding-left: 23px;
}

.bootstrap-form-standard .webform-submission-form .form-type-checkbox .description {
    padding-left: 23px;
}

.bootstrap-form-standard .webform-submission-form .select2-container .select2-selection--single {
    height: 36px;
    border: 1px solid #dcddde;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-form-standard .webform-submission-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 4px;
    padding-left: 10px;
}

.bootstrap-form-standard .webform-submission-form .select2-container .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.bootstrap-form-standard .webform-submission-form .webform-time, .bootstrap-form-standard .webform-submission-form .form-select, .bootstrap-form-standard .webform-submission-form .hasDatepicker {
    padding-left: 45px;
    width: 100%;
}

.bootstrap-form-standard .webform-submission-form .webform-time.error, .bootstrap-form-standard .webform-submission-form .form-select.error, .bootstrap-form-standard .webform-submission-form .hasDatepicker.error {
    border: 1px solid red;
}

.bootstrap-form-standard .webform-submission-form .webform-time, .bootstrap-form-standard .webform-submission-form .hasDatepicker {
    background-position: 10px center;
    padding-left: 40px;
}

.bootstrap-form-standard .webform-submission-form label {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: initial;
    color: #333333;
    display: block;
    line-height: 1.5;
    margin-bottom: 5px;
}

.bootstrap-form-basic-large .webform-submission-form label {
    display: none;
}

.bootstrap-form-basic-large .webform-submission-form .form-actions {
    margin-bottom: 0;
}

.bootstrap-form-hero .webform-submission-form {
    margin: 24px 0;
}

.bootstrap-form-hero .webform-submission-form .form-item {
    margin: 0;
}

.bootstrap-form-hero .webform-submission-form .form-type-textfield input, .bootstrap-form-hero .webform-submission-form .form-type-email input, .bootstrap-form-hero .webform-submission-form .form-tel input, .bootstrap-form-hero .webform-submission-form .form-type-date input, .bootstrap-form-hero .webform-submission-form .form-type-webform-time input, .bootstrap-form-hero .webform-submission-form .form-type-datetime input {
    border-radius: 32px;
    font-size: 15px;
    font-weight: 400;
    height: 61px;
    padding: 4px 22px;
    border: 1px solid #ced3d7;
    box-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    width: 100%;
    margin-top: 4px;
}

.bootstrap-form-hero .webform-submission-form .form-type-textfield input.hasDatepicker, .bootstrap-form-hero .webform-submission-form .form-type-email input.hasDatepicker, .bootstrap-form-hero .webform-submission-form .form-tel input.hasDatepicker, .bootstrap-form-hero .webform-submission-form .form-type-date input.hasDatepicker, .bootstrap-form-hero .webform-submission-form .form-type-webform-time input.hasDatepicker, .bootstrap-form-hero .webform-submission-form .form-type-datetime input.hasDatepicker {
    padding-left: 48px;
}

.bootstrap-form-hero .webform-submission-form .form-actions {
    padding: 0;
    position: relative;
    margin: 0;
}

@media (min-width:768px) {
    .bootstrap-form-hero .webform-submission-form .form-actions::after {
        content: " ";
        background: transparent url(/themes/custom/verisure/css/../images/arrow-right.png) no-repeat center center;
        background-size: contain;
        display: inline-block;
        height: 30px;
        pointer-events: none;
        position: absolute;
        right: 19px;
        bottom: 15px;
        width: 30px;
        z-index: 7;
    }
}

.bootstrap-form-hero .webform-submission-form label {
    display: none;
}

.bootstrap-form-hero .webform-submission-form .form-submit {
    height: 51px;
    right: 6px;
    bottom: 5px;
    padding: 5px 17px;
    font-weight: 500;
    top: unset;
    position: absolute;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    line-height: 28px;
    background: #f03;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #f03;
    transition: .2s all ease-in;
    border-radius: 40px;
    display: inline-block;
}

.bootstrap-form-hero .webform-submission-form .form-submit:hover {
    background: #a62828;
    border: 1px solid #a62828;
}

@media (min-width:768px) {
    .bootstrap-form-hero .webform-submission-form .form-submit {
        padding-right: 54px;
    }
}

form .ui-datepicker-trigger {
    display: none;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.path-frontpage h1.visible-heading {
    color: #ff0033;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 14px;
}

.path-frontpage .verisure-se h1.visible-heading {
    font-size: 33px;
}

.technical-funnel-page {
    background: #f0f2f4;
}

.technical-funnel-page .node--type-layout {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 25px;
}

.technical-funnel-page .row {
    margin: 0;
}

.technical-funnel-page .col-md-4 {
    padding: 0 20px;
}

.technical-funnel-page .col-md-4 .block-block-content {
    padding: 0 32px 54px;
}

@media (min-width:990px) {
    .technical-funnel-page .col-md-4 .block-block-content {
        padding: 54px 32px 16px;
    }
}

.technical-funnel-page .col-md-4 .block-block-content .preamble {
    font-size: 22px;
    font-weight: 500px;
}

.technical-funnel-page .col-md-4 .block-block-content a {
    font-size: 18px;
}

.technical-funnel-page .col-md-4 .block-block-content p {
    margin: 0;
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px dashed #262626;
}

.technical-funnel-page .col-md-8 {
    padding: 0 20px;
}

@media (min-width:990px) {
    .technical-funnel-page .col-md-8 {
        padding: 0;
    }
}

.technical-funnel-page .col-md-8 .block-block-content {
    background: white;
    border-radius: 10px;
    padding: 16px 32px 48px;
    margin-bottom: 48px;
}

.technical-funnel-page .col-md-8 .block-block-content:nth-child(2) {
    padding-top: 48px;
}

.technical-funnel-page .col-md-8 .block-block-content h2, .technical-funnel-page .col-md-8 .block-block-content .heading2 {
    padding-top: 16px;
    margin-bottom: 32px;
}

.technical-funnel-page .col-md-8 .preamble {
    font-size: 22px;
    font-weight: 500;
}

.technical-funnel-page .col-md-8 .normal {
    font-size: 18px;
}

.technical-funnel-page .col-md-8 .cta-button, .technical-funnel-page .col-md-8 .cta-button-large {
    margin: 0 0 10px;
    border-radius: 10px;
}

.technical-funnel-page .col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child {
    padding-bottom: 48px;
}

.node--type-news .col-lg-8 .block-ctools-block {
    padding: 20px 20px 10px;
    max-width: 1180px;
    margin: 0 auto;
}

.blog-section .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-blog .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-security-portal .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-magazine .moscone-flipped>.container-fluid>.row:nth-child(2) {
    padding: 0 20px;
    max-width: 1180px;
    margin: 40px auto 0;
}

@media (min-width:1180px) {
    .blog-section .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-blog .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-security-portal .moscone-flipped>.container-fluid>.row:nth-child(2), .page-node-type-magazine .moscone-flipped>.container-fluid>.row:nth-child(2) {
        padding: 0;
    }
}

.blog-section .col-md-4, .page-node-type-blog .col-md-4, .page-node-type-security-portal .col-md-4, .page-node-type-magazine .col-md-4 {
    padding: 0;
}

@media (min-width:990px) {
    .blog-section .col-md-4, .page-node-type-blog .col-md-4, .page-node-type-security-portal .col-md-4, .page-node-type-magazine .col-md-4 {
        width: 25%;
        padding-left: 0;
        padding-right: 0;
        max-width: 280px;
        float: left;
    }
}

@media (min-width:0) and (max-width:990px) {
    .blog-section .col-md-4 .block-region-sidebar, .page-node-type-blog .col-md-4 .block-region-sidebar, .page-node-type-security-portal .col-md-4 .block-region-sidebar, .page-node-type-magazine .col-md-4 .block-region-sidebar {
        display: flex;
        flex-wrap: wrap;
    }

    .blog-section .col-md-4 .block-region-sidebar>.block, .page-node-type-blog .col-md-4 .block-region-sidebar>.block, .page-node-type-security-portal .col-md-4 .block-region-sidebar>.block, .page-node-type-magazine .col-md-4 .block-region-sidebar>.block {
        width: 100%;
    }

    .blog-section .col-md-4 .block-region-sidebar>.block:first-child, .page-node-type-blog .col-md-4 .block-region-sidebar>.block:first-child, .page-node-type-security-portal .col-md-4 .block-region-sidebar>.block:first-child, .page-node-type-magazine .col-md-4 .block-region-sidebar>.block:first-child {
        order: 3;
    }

    .blog-section .col-md-4 .block-region-sidebar>.block:nth-child(2), .page-node-type-blog .col-md-4 .block-region-sidebar>.block:nth-child(2), .page-node-type-security-portal .col-md-4 .block-region-sidebar>.block:nth-child(2), .page-node-type-magazine .col-md-4 .block-region-sidebar>.block:nth-child(2) {
        order: 2;
    }

    .blog-section .col-md-4 .block-region-sidebar>.block:nth-child(3), .page-node-type-blog .col-md-4 .block-region-sidebar>.block:nth-child(3), .page-node-type-security-portal .col-md-4 .block-region-sidebar>.block:nth-child(3), .page-node-type-magazine .col-md-4 .block-region-sidebar>.block:nth-child(3) {
        order: 1;
    }
}

.blog-section .col-md-8, .page-node-type-blog .col-md-8, .page-node-type-security-portal .col-md-8, .page-node-type-magazine .col-md-8 {
    padding: 0;
}

@media (min-width:990px) {
    .blog-section .col-md-8, .page-node-type-blog .col-md-8, .page-node-type-security-portal .col-md-8, .page-node-type-magazine .col-md-8 {
        width: 75%;
        padding-left: 0;
        padding-right: 24px;
        float: left;
    }
}

@media (min-width:768px) {
    .blog-section .col-md-8 {
        padding-right: 24px;
    }
}

@media (min-width:990px) {
    .page-node-type-blog .col-md-8, .page-node-type-security-portal .col-md-8, .page-node-type-magazine .col-md-8 {
        width: 72.4%;
        margin-right: 2.6%;
    }
}

@media (min-width:990px) {
    .page-node-type-blog .col-md-4, .page-node-type-security-portal .col-md-4, .page-node-type-magazine .col-md-4 {
        padding-top: 18px;
    }

    .page-node-type-blog .col-md-4 .block-blog-categories-block, .page-node-type-security-portal .col-md-4 .block-blog-categories-block, .page-node-type-magazine .col-md-4 .block-blog-categories-block {
        padding-top: 20px;
    }
}

.page-node-type-blog .block-system-main-block, .page-node-type-security-portal .block-system-main-block, .page-node-type-magazine .block-system-main-block {
    padding: 0;
    max-width: 1180px;
    margin: 0 auto;
}

@media (min-width:360px) {
    .page-node-type-blog .block-system-main-block, .page-node-type-security-portal .block-system-main-block, .page-node-type-magazine .block-system-main-block {
        margin-top: 40px;
    }
}

.page-node-type-blog .block-region-contentmain, .page-node-type-security-portal .block-region-contentmain, .page-node-type-magazine .block-region-contentmain {
    padding: 0;
    margin-bottom: 40px;
}

@media (min-width:990px) {
    .page-node-type-blog .block-region-contentmain, .page-node-type-security-portal .block-region-contentmain, .page-node-type-magazine .block-region-contentmain {
        box-shadow: 0 0 50px 0 #dcddde;
        border-radius: 20px 80px 20px 20px;
        padding: 32px;
    }
}

.page-node-type-blog .block-region-contentmain .field--name-field-blog-category, .page-node-type-blog .block-region-contentmain .field--name-field-magazine-category, .page-node-type-security-portal .block-region-contentmain .field--name-field-blog-category, .page-node-type-security-portal .block-region-contentmain .field--name-field-magazine-category, .page-node-type-magazine .block-region-contentmain .field--name-field-blog-category, .page-node-type-magazine .block-region-contentmain .field--name-field-magazine-category {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.page-node-type-blog .block-region-contentmain .field--name-field-blog-category a, .page-node-type-blog .block-region-contentmain .field--name-field-magazine-category a, .page-node-type-security-portal .block-region-contentmain .field--name-field-blog-category a, .page-node-type-security-portal .block-region-contentmain .field--name-field-magazine-category a, .page-node-type-magazine .block-region-contentmain .field--name-field-blog-category a, .page-node-type-magazine .block-region-contentmain .field--name-field-magazine-category a {
    color: #262626;
}

.page-node-type-blog .block-region-contentmain .field--name-title h1, .page-node-type-blog .block-region-contentmain .field--name-title .field--name-title, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle h1, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle .field--name-title, .page-node-type-security-portal .block-region-contentmain .field--name-title h1, .page-node-type-security-portal .block-region-contentmain .field--name-title .field--name-title, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodetitle h1, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodetitle .field--name-title, .page-node-type-magazine .block-region-contentmain .field--name-title h1, .page-node-type-magazine .block-region-contentmain .field--name-title .field--name-title, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodetitle h1, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodetitle .field--name-title {
    margin: 0;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
    padding: 6px 0 8px;
    display: block;
    text-align: center;
    width: 100%;
}

.page-node-type-blog .block-region-contentmain .field--name-field-image-author, .page-node-type-security-portal .block-region-contentmain .field--name-field-image-author, .page-node-type-magazine .block-region-contentmain .field--name-field-image-author {
    margin-top: 3px;
}

.page-node-type-blog .block-region-contentmain .field--name-field-image-author .field__label, .page-node-type-security-portal .block-region-contentmain .field--name-field-image-author .field__label, .page-node-type-magazine .block-region-contentmain .field--name-field-image-author .field__label {
    font-weight: 400;
}

.page-node-type-blog .block-region-contentmain .field--name-field-author, .page-node-type-blog .block-region-contentmain .field--name-field-date, .page-node-type-blog .block-region-contentmain .field--name-field-datetime, .page-node-type-security-portal .block-region-contentmain .field--name-field-author, .page-node-type-security-portal .block-region-contentmain .field--name-field-date, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime, .page-node-type-magazine .block-region-contentmain .field--name-field-author, .page-node-type-magazine .block-region-contentmain .field--name-field-date, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime {
    margin: 15px 0;
    font-size: 14px;
    opacity: 0.5;
    padding: 0;
    text-align: center;
    color: #262626;
    display: flex;
    justify-content: center;
}

.page-node-type-blog .block-region-contentmain .field--name-field-author .field__label, .page-node-type-blog .block-region-contentmain .field--name-field-date .field__label, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field__label, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field__label, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field__label, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field__label, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field__label, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field__label, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field__label {
    font-weight: 400;
    color: #262626;
    padding-right: 3px;
}

.page-node-type-blog .block-region-contentmain .field--name-field-author .field__item, .page-node-type-blog .block-region-contentmain .field--name-field-date .field__item, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field__item, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field__item, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field__item, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field__item, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field__item, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field__item, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field__item {
    padding-right: 0;
}

.page-node-type-blog .block-region-contentmain .field--name-field-author .field--name-field-date, .page-node-type-blog .block-region-contentmain .field--name-field-author .field--name-field-datetime, .page-node-type-blog .block-region-contentmain .field--name-field-date .field--name-field-date, .page-node-type-blog .block-region-contentmain .field--name-field-date .field--name-field-datetime, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field--name-field-date, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field--name-field-datetime, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field--name-field-date, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field--name-field-datetime, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field--name-field-date, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field--name-field-datetime, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field--name-field-date, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field--name-field-datetime, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field--name-field-date, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field--name-field-datetime, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field--name-field-date, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field--name-field-datetime, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field--name-field-date, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field--name-field-datetime {
    margin: 0;
    display: inline;
    opacity: 1;
    text-transform: lowercase;
}

.page-node-type-blog .block-region-contentmain .field--name-field-author .field--name-field-date::before, .page-node-type-blog .block-region-contentmain .field--name-field-author .field--name-field-datetime::before, .page-node-type-blog .block-region-contentmain .field--name-field-date .field--name-field-date::before, .page-node-type-blog .block-region-contentmain .field--name-field-date .field--name-field-datetime::before, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field--name-field-date::before, .page-node-type-blog .block-region-contentmain .field--name-field-datetime .field--name-field-datetime::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field--name-field-date::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-author .field--name-field-datetime::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field--name-field-date::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-date .field--name-field-datetime::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field--name-field-date::before, .page-node-type-security-portal .block-region-contentmain .field--name-field-datetime .field--name-field-datetime::before, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field--name-field-date::before, .page-node-type-magazine .block-region-contentmain .field--name-field-author .field--name-field-datetime::before, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field--name-field-date::before, .page-node-type-magazine .block-region-contentmain .field--name-field-date .field--name-field-datetime::before, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field--name-field-date::before, .page-node-type-magazine .block-region-contentmain .field--name-field-datetime .field--name-field-datetime::before {
    content: "|";
    margin: 0 5px 0 5px;
}

.page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child {
    display: flex;
    border-top: 1px solid #dcddde;
    margin-top: 24px;
    flex-wrap: wrap;
    padding: 16px 0 0 0;
    opacity: 0.5;
}

.page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child .field__item, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category:last-child .field__item {
    float: left;
    margin-right: 6px;
    font-weight: 400;
    color: #262626;
    font-size: 14px;
    width: auto;
}

.page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: black;
}

.page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category .field__item, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category .field__item, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category .field__item, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category .field__item, .page-node-type-security-portal .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-blog-category .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-blog-category .field--name-field-magazine-category .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-blog-category .field__item, .page-node-type-magazine .block-region-contentmain .block-entity-fieldnodefield-magazine-category .field--name-field-magazine-category .field__item {
    display: inline-block;
}

.page-node-type-blog .block-region-contentmain .sv-list-style-red-checklist li, .page-node-type-blog .block-region-contentmain .formatted-list li, .page-node-type-blog .block-region-contentmain .sv-list-style-red-checklist li, .page-node-type-security-portal .block-region-contentmain .sv-list-style-red-checklist li, .page-node-type-security-portal .block-region-contentmain .formatted-list li, .page-node-type-security-portal .block-region-contentmain .sv-list-style-red-checklist li, .page-node-type-magazine .block-region-contentmain .sv-list-style-red-checklist li, .page-node-type-magazine .block-region-contentmain .formatted-list li, .page-node-type-magazine .block-region-contentmain .sv-list-style-red-checklist li {
    padding-left: 0;
}

.page-node-type-blog .block-region-contentmain .sv-list-style-red-checklist li::before, .page-node-type-blog .block-region-contentmain .formatted-list li::before, .page-node-type-blog .block-region-contentmain .sv-list-style-red-checklist li::before, .page-node-type-security-portal .block-region-contentmain .sv-list-style-red-checklist li::before, .page-node-type-security-portal .block-region-contentmain .formatted-list li::before, .page-node-type-security-portal .block-region-contentmain .sv-list-style-red-checklist li::before, .page-node-type-magazine .block-region-contentmain .sv-list-style-red-checklist li::before, .page-node-type-magazine .block-region-contentmain .formatted-list li::before, .page-node-type-magazine .block-region-contentmain .sv-list-style-red-checklist li::before {
    margin-left: 0;
}

.page-node-type-blog .block-region-contentmain .block-ctools-block, .page-node-type-security-portal .block-region-contentmain .block-ctools-block, .page-node-type-magazine .block-region-contentmain .block-ctools-block {
    padding: 0;
}

.page-node-type-blog .block-region-contentmain .field--name-field-image img, .page-node-type-security-portal .block-region-contentmain .field--name-field-image img, .page-node-type-magazine .block-region-contentmain .field--name-field-image img {
    width: 100%;
    height: auto;
    border-radius: 0 55px 0 0;
}

.page-node-type-blog .block-region-contentmain .field--name-field-summary, .page-node-type-security-portal .block-region-contentmain .field--name-field-summary, .page-node-type-magazine .block-region-contentmain .field--name-field-summary {
    margin: 54px 0 28px;
    text-align: center;
}

.page-node-type-blog .block-region-contentmain .field--name-field-summary p, .page-node-type-security-portal .block-region-contentmain .field--name-field-summary p, .page-node-type-magazine .block-region-contentmain .field--name-field-summary p {
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}

.page-node-type-blog .paragraph--type--blog-content h3, .page-node-type-blog .paragraph--type--blog-content .heading3, .page-node-type-security-portal .paragraph--type--blog-content h3, .page-node-type-security-portal .paragraph--type--blog-content .heading3, .page-node-type-magazine .paragraph--type--blog-content h3, .page-node-type-magazine .paragraph--type--blog-content .heading3 {
    padding-top: 0;
    margin-top: 0;
}

.page-node-type-blog .paragraph--type--blog-content .embedded-entity img, .page-node-type-security-portal .paragraph--type--blog-content .embedded-entity img, .page-node-type-magazine .paragraph--type--blog-content .embedded-entity img {
    margin-bottom: 20px;
    border-radius: 0 0 55px 0;
}

.page-node-type-blog .paragraph--type--blog-content .embedded-entity.align-center img, .page-node-type-security-portal .paragraph--type--blog-content .embedded-entity.align-center img, .page-node-type-magazine .paragraph--type--blog-content .embedded-entity.align-center img {
    border-radius: 0 0 0 55px;
}

.page-node-type-blog .paragraph--type--blog-content .embedded-entity.align-right img, .page-node-type-security-portal .paragraph--type--blog-content .embedded-entity.align-right img, .page-node-type-magazine .paragraph--type--blog-content .embedded-entity.align-right img {
    border-radius: 0 0 0 55px;
}

.page-node-type-blog .paragraph--type--blog-content .embedded-entity.align-left img, .page-node-type-security-portal .paragraph--type--blog-content .embedded-entity.align-left img, .page-node-type-magazine .paragraph--type--blog-content .embedded-entity.align-left img {
    border-radius: 0 0 55px 0;
}

.page-node-type-blog .paragraph--type--blog-content .tips-list, .page-node-type-security-portal .paragraph--type--blog-content .tips-list, .page-node-type-magazine .paragraph--type--blog-content .tips-list {
    padding-top: 20px;
}

.page-node-type-blog .paragraph--type--blog-content .tips-list .sv-vertical, .page-node-type-security-portal .paragraph--type--blog-content .tips-list .sv-vertical, .page-node-type-magazine .paragraph--type--blog-content .tips-list .sv-vertical {
    padding-bottom: 40px;
}

.page-node-type-blog .paragraph--type--blog-content .tips-list .embedded-entity img, .page-node-type-security-portal .paragraph--type--blog-content .tips-list .embedded-entity img, .page-node-type-magazine .paragraph--type--blog-content .tips-list .embedded-entity img {
    border-radius: 0;
}

.paragraph--type--blog-content .field--name-field-link {
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    padding: 16px 0;
    margin-bottom: 24px;
    margin-top: 12px;
}

@media (min-width:360px) {
    .paragraph--type--blog-content .align-right {
        margin-left: 20px;
    }
}

@media (min-width:360px) {
    .paragraph--type--blog-content .align-left {
        margin-right: 20px;
    }
}

.block-blog-navigation-block {
    display: table;
    width: 100%;
    margin-top: 29px;
}

.block-blog-navigation-block>div {
    width: 50%;
    float: left;
    padding: 16px 0;
}

.block-blog-navigation-block .previous-link a::before {
    content: "\00ab";
}

.block-blog-navigation-block .next-link {
    text-align: right;
    float: right;
}

.block-blog-navigation-block .next-link a::after {
    content: "\00bb";
}

.page-node-type-landings .layout-container main {
    padding-top: 0;
}

@media (min-width:768px) {
    .page-node-type-landings .layout-container main {
        padding-top: 0;
    }
}

.page-node-type-landings .block-region-content>.block-content-type-sd_b001:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.page-node-type-landings .block-region-content>.block-content-type-sd_b001:not(:last-child).title-no-border-wrapper {
    border-bottom: 0;
}

.page-node-type-landings .block-region-content>.block-content-type-sd_b001:not(:last-child) .border_bottom_grey {
    border: none;
}

.page-node-type-landings .block-region-content h2.bold, .page-node-type-landings .block-region-content p.bold {
    font-weight: 500;
}

.page-node-type-landings .highlight-link-block {
    margin-top: -1px;
    background: #ff0033;
}

.page-node-type-landings .highlight-link-block .field--name-field-link a {
    font-size: 20px;
    padding: 10px 20px;
}

.page-node-type-landings .highlight-link-block .right-column {
    width: 100%;
    padding-top: 16px;
    text-align: center;
}

@media (min-width:768px) {
    .page-node-type-landings .highlight-link-block .right-column {
        width: 100%;
    }
}

@media (min-width:990px) {
    .page-node-type-landings .highlight-link-block .right-column {
        width: 50%;
        padding-top: 0;
        text-align: right;
    }
}

.page-node-type-landings .highlight-link-block.main-color-link-block {
    padding: 16px 20px;
}

@media (min-width:990px) {
    .page-node-type-landings .highlight-link-block.main-color-link-block {
        padding: 0;
    }
}

.page-node-type-landings .highlight-link-block.main-color-link-block .heading3-white {
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

@media (min-width:768px) {
    .page-node-type-landings .highlight-link-block.main-color-link-block .heading3-white {
        line-height: 34px;
        text-align: center;
        width: 100%;
    }
}

@media (min-width:990px) {
    .page-node-type-landings .highlight-link-block.main-color-link-block .heading3-white {
        font-size: 28px;
        text-align: left;
        width: 50%;
    }
}

.page-node-type-landings .highlight-link-block.main-color-link-block p {
    text-align: right;
}

.page-node-type-landings .block--view-mode-sd_b001_e .heading2, .page-node-type-landings .block--view-mode-sd_b001_e_reverse .heading2, .page-node-type-landings .block--view-mode-sd_b001_e .heading2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .heading2, .page-node-type-landings .block--view-mode-sd_b001_e_reverse .heading2, .page-node-type-landings .block--view-mode-sd_b001_e .heading2 {
        font-size: 42px;
        line-height: 52px;
    }
}

.page-node-type-landings .block--view-mode-sd_b001_e .heading2.title-model-2, .page-node-type-landings .block--view-mode-sd_b001_e_reverse .heading2.title-model-2, .page-node-type-landings .block--view-mode-sd_b001_e .heading2.title-model-2 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}

@media (min-width:768px) {
    .page-node-type-landings .block--view-mode-sd_b001_e .heading2.title-model-2, .page-node-type-landings .block--view-mode-sd_b001_e_reverse .heading2.title-model-2, .page-node-type-landings .block--view-mode-sd_b001_e .heading2.title-model-2 {
        font-size: 33px;
        line-height: 1.2;
    }
}
}
}
}
}

.page-node-type-landings .block-content-type-sd_b002 .field--name-field-left-info-text {
    min-height: auto;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) {
    margin: 0 auto;
    max-width: 1180px;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-content-type-sd_b001 h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 1.750em;
    color: #262626;
    line-height: 34px;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more {
    background: #dcddde;
    border-top-right-radius: 55px;
    margin: 20px;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more .blog-item {
    border-bottom: 1px solid black;
    padding: 30px;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more .blog-item>div {
    display: inline-block;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more .blog-item .views-field-field-image {
    max-width: 40%;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more .blog-item .views-field-title {
    max-width: 60%;
    padding-left: 20px;
}

.page-node-type-landings .moscone-flipped>.container-fluid>.row:nth-child(2) .block-views-blockblog-blog-read-more .blog-item .views-field-title a {
    text-decoration: underline;
    color: #9c9ea2;
    font-size: 11px;
    font-weight: normal;
}

.page-node-type-landings .webform-submission-form label {
    display: none;
}

.page-node-type-landings .webform-submission-form input[type="radio"]+label, .page-node-type-landings .webform-submission-form input[type="checkbox"]+label {
    display: inline;
}

.page-node-type-landings .webform-submission-form .form-item {
    margin-top: 25px;
}

.page-node-type-landings .webform-submission-form .form-item[type="radio"], .page-node-type-landings .webform-submission-form .form-item[type="checkbox"] {
    margin-top: 0;
}

.page-node-type-landings .webform-submission-form select {
    -webkit-appearance: button;
}

.page-node-type-landings .flytt-model .webform-submission-form input, .page-node-type-landings .flytt-model .webform-submission-form select {
    margin-top: 0;
}

.page-node-type-landings .block-content-type-sd_b002.block--view-mode-sd_b002_info .messages-box+.form-item input, .page-node-type-landings .block-content-type-sd_b002.block--view-mode-sd_b002_info .messages-box+.form-item select {
    margin-top: 0;
}

.page-node-type-landings .block-content-type-sd_b002.block--view-mode-default .form-item {
    margin-top: 10px;
}

@media (min-width:990px) {
    .page-node-type-landings .block-content-type-sd_b002.block--view-mode-default .form-item {
        margin-top: 0;
    }
}

.page-node-type-landings .block-content-type-sd_b002.block--view-mode-default .form-item.messages-box {
    margin-top: 0;
}
}
}
}
}

@media (min-width:1180px) {
    .block-content-type-sd_b001[class*="block--view-mode"] .center .normal {
        padding-left: 60px;
    }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.language-switcher-language-url {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

@media (min-width:768px) {
    .language-switcher-language-url {
        display: block;
    }

    .language-switcher-language-url li {
        display: inline-block;
    }

    .language-switcher-language-url li:first-child::after {
        content: "|";
        display: inline-block;
    }

    .language-switcher-language-url a {
        font-size: 14px;
        padding: 0 5px 8px 5px;
        color: #6b6b6b;
    }
}
}
}
}
}
}
}
}
}
}
}
}
}

.region-highlighted {
    z-index: 200;
}

.view-display-id-blog_list, .view-security-portal, .view-magazine.view-display-id-magazine_list {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

.view-display-id-blog_list .item, .view-security-portal .item, .view-magazine.view-display-id-magazine_list .item {
    width: 100%;
    box-shadow: 1px 2px 4px 2px #dcddde;
    border-radius: 20px;
    background: white;
    margin: 0 0 20px;
    padding: 20px;
    overflow: hidden;
}

@media (min-width:600px) {
    .view-display-id-blog_list .item, .view-security-portal .item, .view-magazine.view-display-id-magazine_list .item {
        margin-bottom: 40px;
    }

    .view-display-id-blog_list .item .field-content, .view-security-portal .item .field-content, .view-magazine.view-display-id-magazine_list .item .field-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.view-display-id-blog_list .image, .view-security-portal .image, .view-magazine.view-display-id-magazine_list .image {
    width: calc(100% + 40px);
    height: 160px;
    margin: -20px -20px 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media (min-width:600px) {
    .view-display-id-blog_list .image, .view-security-portal .image, .view-magazine.view-display-id-magazine_list .image {
        width: 50%;
        height: 280px;
        border-radius: 20px 0 0 20px;
        margin: -20px 0 -20px -20px;
    }
}

@media (min-width:990px) {
    .view-display-id-blog_list .image, .view-security-portal .image, .view-magazine.view-display-id-magazine_list .image {
        height: 240px;
    }
}

.view-display-id-blog_list .image a, .view-security-portal .image a, .view-magazine.view-display-id-magazine_list .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.view-display-id-blog_list .image img, .view-security-portal .image img, .view-magazine.view-display-id-magazine_list .image img {
    height: 160px;
    object-fit: cover;
    width: unset;
    max-width: none;
    min-width: 100%;
}

@media (min-width:600px) {
    .view-display-id-blog_list .image img, .view-security-portal .image img, .view-magazine.view-display-id-magazine_list .image img {
        height: 280px;
    }
}

@media (min-width:990px) {
    .view-display-id-blog_list .image img, .view-security-portal .image img, .view-magazine.view-display-id-magazine_list .image img {
        height: 240px;
    }
}

@media (min-width:600px) {
    .view-display-id-blog_list .view-blog-text, .view-security-portal .view-blog-text, .view-magazine.view-display-id-magazine_list .view-blog-text {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
    }

    .view-display-id-blog_list .view-blog-text>*, .view-security-portal .view-blog-text>*, .view-magazine.view-display-id-magazine_list .view-blog-text>* {
        width: 100%;
    }
}

.view-display-id-blog_list .taxonomy, .view-security-portal .taxonomy, .view-magazine.view-display-id-magazine_list .taxonomy {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
}

@media (min-width:600px) {
    .view-display-id-blog_list .taxonomy, .view-security-portal .taxonomy, .view-magazine.view-display-id-magazine_list .taxonomy {
        font-size: 14px;
    }
}

@media (min-width:990px) {
    .view-display-id-blog_list .taxonomy, .view-security-portal .taxonomy, .view-magazine.view-display-id-magazine_list .taxonomy {
        color: #ff0033;
    }
}

.view-display-id-blog_list .title a, .view-security-portal .title a, .view-magazine.view-display-id-magazine_list .title a {
    font-size: 21px;
    font-weight: 400;
}

@media (min-width:600px) {
    .view-display-id-blog_list .title a, .view-security-portal .title a, .view-magazine.view-display-id-magazine_list .title a {
        font-size: 23px;
    }
}

@media (min-width:990px) {
    .view-display-id-blog_list .title a, .view-security-portal .title a, .view-magazine.view-display-id-magazine_list .title a {
        color: #262626;
    }
}

.view-display-id-blog_list .date-block, .view-security-portal .date-block, .view-magazine.view-display-id-magazine_list .date-block {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.5;
    text-transform: uppercase;
}

@media (min-width:600px) {
    .view-display-id-blog_list .date-block, .view-security-portal .date-block, .view-magazine.view-display-id-magazine_list .date-block {
        font-size: 14px;
    }
}

.isotope-pager {
    width: 100%;
    text-align: center;
}

.isotope-pager .pager-item {
    padding: 0 10px;
    font-size: 17px;
    text-decoration: none;
    line-height: 30px;
    cursor: pointer;
    color: #262626;
}

.isotope-pager .pager-item.active {
    display: inline-block;
    background-color: red;
    border-radius: 50%;
    color: white;
    height: 30px;
    width: 30px;
    padding: 0;
    text-align: center;
    margin: 0 5px;
    cursor: default;
}

.view-office-lists {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto 40px;
}

.view-office-lists .view-filters .views-exposed-form select option {
    text-transform: initial;
}

.view-office-lists .item-list .views-field-field-office-name a {
    color: #ff0033;
}

.view-office-list-levels .item-list .views-field-field-office-name a {
    color: #ff0033;
}

.block-views-blockpress-block-press-releases {
    background: #dcddde;
}

.view-display-id-block_press_releases {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

@media (min-width:768px) {
    .view-display-id-block_press_releases {
        justify-content: space-between;
    }
}

@media (min-width:768px) {
    .view-display-id-block_press_releases .column-wrapper {
        width: 49%;
    }

    .view-display-id-block_press_releases .column-wrapper .column-wrapper {
        width: 100%;
    }
}

.view-display-id-block_press_releases .column-wrapper .heading4 {
    font-weight: 500;
    font-size: 21px;
    line-height: 28px;
}

.view-display-id-block_press_releases .view-content .item-list li {
    margin-bottom: 24px;
}

.view-display-id-block_press_releases .view-content .views-field-title {
    font-size: 28px;
    font-weight: 400;
}

.view-display-id-block_press_releases .attachment-before .views-field-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 0;
}

.view-display-id-block_press_releases .attachment-after .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.view-display-id-block_press_releases .attachment-after .views-field-title {
    font-size: 14px;
    margin-bottom: 12px;
}

.product-list[class*="view-display-id-block_product_list_group"] {
    background: #dcddde;
    max-width: none;
    padding-bottom: 72px;
}

@media (min-width:990px) {
    .product-list[class*="view-display-id-block_product_list_group"] .item-list>ul {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 5%;
        border: none;
    }
}

.product-list[class*="view-display-id-block_product_list_group"] .item-list li {
    background: white;
    border-radius: 0 0 0 55px;
    padding: 32px 16px 48px;
}

@media (min-width:990px) {
    .product-list[class*="view-display-id-block_product_list_group"] .item-list li {
        max-width: 320px;
        margin: 0 auto;
    }
}

.product-list[class*="view-display-id-block_product_list_group"] .view-content {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.product-list[class*="view-display-id-block_product_list_group"] .views-field-title {
    margin-top: 48px;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
}

.view-product-list.slider {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 65px;
}

@media (min-width:990px) {
    .view-product-list.slider {
        padding: 20px 70px 0;
    }
}

.view-product-list.slider .view-content {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.view-product-list.slider .owl-carousel {
    display: block;
    text-align: center;
    position: static;
}

.view-product-list.slider .owl-carousel img {
    max-height: 150px;
    max-width: 130px;
    transform: scale(0.9);
    transition: transform .5s;
    width: auto;
    margin: 0 auto;
}

.view-product-list.slider .owl-carousel .views-field-field-link a {
    color: #262626;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
    background: none;
    padding: 0;
    text-transform: unset;
}

.view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
    position: absolute;
    bottom: 4px;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    width: 50px;
    height: 40px;
    background: transparent url(/themes/custom/verisure/images/slider-arrow-left.png) no-repeat center;
    background-size: contain;
    font-size: 0;
    outline: none;
}

.view-product-list.slider .owl-carousel .owl-prev.disabled, .view-product-list.slider .owl-carousel .owl-next.disabled {
    opacity: 0.4;
}

@media (min-width:322px) {
    .view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
        bottom: -17px;
    }
}

@media (min-width:350px) {
    .view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
        bottom: -27px;
    }
}

@media (min-width:768px) {
    .view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
        height: 70px;
        bottom: unset;
        top: 50%;
    }
}

.view-product-list.slider .owl-carousel .owl-next {
    right: 0;
    left: unset;
    background-image: url(/themes/custom/verisure/images/slider-arrow-right.png);
}

.view-product-list.slider .owl-carousel .owl-dot {
    margin: 0 5px;
    outline: none;
    width: 48px;
    height: 48px;
}

.view-product-list.slider .owl-carousel .owl-dot span {
    background: #dcddde;
    display: block;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin: 0 auto;
}

.view-product-list.slider .owl-carousel .owl-dot.active span {
    background: #ff0033;
}

@media (min-width:768px) {
    .view-product-list.slider .owl-carousel .owl-dot {
        margin: 0 5px;
        width: 12px;
        height: 12px;
    }

    .view-product-list.slider .owl-carousel .owl-dot span {
        height: 12px;
        width: 12px;
    }
}

.view-product-list {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.view-product-list .item-list>ul {
    border: 0;
}

@media (min-width:990px) {
    .view-product-list .item-list>ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.view-product-list .item-list>ul>li {
    margin-bottom: 60px;
    border: none;
    text-align: center;
}

.view-product-list .views-field-title {
    font-size: 21px;
    font-weight: 500;
    margin: 20px 0;
}

.view-product-list .views-field-field-link a {
    margin-top: 20px;
    padding: 10px 20px;
    vertical-align: middle;
    line-height: 1;
    background: #ff0033;
    color: white;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: 0.2s all ease-in;
    border-radius: 20px;
    justify-content: center;
    margin: 24px auto 4px;
}

.view-product-list .views-field-field-link a::before, .view-product-list .views-field-field-link a::after {
    display: none;
}

.view-product-list .views-field-field-link a:hover {
    background: #a62828;
    color: white;
    text-decoration: none;
}

.view-product-list .views-field-field-link a-inverted {
    background: white;
    color: black;
}

.view-product-list .views-field-field-link a-inverted:hover {
    background: #dcddde;
}

.view-product-list .views-field-field-link a-no-margin {
    margin: 0;
}

.view-product-list .views-field-field-link a-arrow {
    position: relative;
}

.view-product-list .views-field-field-link a-arrow::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent url(/themes/custom/verisure/images/white-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.view-product-list .views-field-field-link a-arrow:hover::after {
    background: transparent url(/themes/custom/verisure/images/red-arrow-right.png) no-repeat center top;
    background-size: contain;
}

.view-product-list.view-display-id-block_product_list_with_full_desc .views-field-title {
    text-transform: unset;
}

@media (min-width:990px) {
    .three-column-products .view-product-list .item-list>ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.three-column-products .view-product-list .item-list>ul>li {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:990px) {
    .three-column-products .view-product-list .item-list>ul>li {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (min-width:990px) {
    .three-column-products-bordered .item-list ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.three-column-products-bordered .item-list ul>li {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:990px) {
    .three-column-products-bordered .item-list ul>li {
        padding: 0 30px;
        background: url(/themes/custom/verisure/images/line-border.png) repeat-y 100% 0;
    }

    .three-column-products-bordered .item-list ul>li:last-child, .three-column-products-bordered .item-list ul>li:nth-child(3) {
        background: none;
    }
}

.three-column-products-bordered .item-list ul>li .views-field-title {
    text-transform: unset;
    font-weight: normal;
}

.three-column-products-bordered .item-list ul>li .views-field-field-image img {
    max-width: 210px;
}

.three-column-products-bordered.p-align-right p {
    text-align: left;
}

.layout-container main {
    padding: 95px 0 0;
}

@media (min-width:768px) {
    .layout-container main {
        padding: 108px 0 0;
    }
}

.layout-container main>div.layout-wrapper {
    max-width: none;
}

.isFrozen {
    overflow: hidden;
}

.center-layout .moscone-flipped>.container-fluid>.row:nth-child(2), .center-layout .moscone-flipped>.container-fluid>.row:nth-child(4), .center-layout .moscone>.container-fluid>.row:nth-child(2), .center-layout .moscone>.container-fluid>.row:nth-child(4), .center-layout .sutro>.container-fluid>.row:nth-child(2), .center-layout .sutro>.container-fluid>.row:nth-child(4), .center-layout .sutro-double>.container-fluid>.row:nth-child(2), .center-layout .sutro-double>.container-fluid>.row:nth-child(4) {
    padding: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

@media (min-width:1180px) {
    .center-layout .moscone-flipped>.container-fluid>.row:nth-child(2), .center-layout .moscone-flipped>.container-fluid>.row:nth-child(4), .center-layout .moscone>.container-fluid>.row:nth-child(2), .center-layout .moscone>.container-fluid>.row:nth-child(4), .center-layout .sutro>.container-fluid>.row:nth-child(2), .center-layout .sutro>.container-fluid>.row:nth-child(4), .center-layout .sutro-double>.container-fluid>.row:nth-child(2), .center-layout .sutro-double>.container-fluid>.row:nth-child(4) {
        padding: 0;
    }
}

.center-layout .moscone-flipped .col-md-4, .center-layout .moscone .col-md-4, .center-layout .sutro .col-md-4, .center-layout .sutro-double .col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:990px) {
    .center-layout .moscone-flipped .col-md-4, .center-layout .moscone .col-md-4, .center-layout .sutro .col-md-4, .center-layout .sutro-double .col-md-4 {
        width: 25%;
        max-width: 280px;
        padding-right: 15px;
    }
}

.center-layout .moscone-flipped .col-md-8, .center-layout .moscone .col-md-8, .center-layout .sutro .col-md-8, .center-layout .sutro-double .col-md-8 {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:990px) {
    .center-layout .moscone-flipped .col-md-8, .center-layout .moscone .col-md-8, .center-layout .sutro .col-md-8, .center-layout .sutro-double .col-md-8 {
        width: 75%;
        padding-right: 20px;
        padding-left: 15px;
    }
}

@media (min-width:990px) {
    .center-layout .moscone .col-md-4 {
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (min-width:990px) {
    .center-layout .moscone .col-md-8 {
        padding-right: 15px;
        padding-left: 20px;
    }
}

.col-md-8 .block-content-type-sd_b001.block--view-mode-default:last-child {
    padding-bottom: 0;
}

.center-layout.row-grey-two .moscone-flipped>.container-fluid .row:nth-child(2), .center-layout.row-grey-two .moscone>.container-fluid .row:nth-child(2), .center-layout.row-grey-two .sutro>.container-fluid .row:nth-child(2), .center-layout.row-grey-two .sutro-double>.container-fluid .row:nth-child(2) {
    background: #dcddde;
}

.hide-element {
    visibility: hidden;
}

.hide-accessible {
    color: transparent;
    font-size: 0;
    line-height: 0;
}

.remove-text {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.hidden-element {
    display: none;
}

.hidden-element-mobile {
    display: none;
}

@media (min-width:768px) {
    .hidden-element-mobile {
        display: block;
    }
}

.main-color-heading {
    color: #ff0033;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
}

.sv-font-preamble, .preamble {
    font-size: 21px;
    line-height: 28px;
}

.verisure-icon::before {
    font-family: 'Verisure-Icons';
    display: inline-block;
    position: relative;
    top: 1px;
}

.verisure-icon-after::after {
    font-family: 'Verisure-Icons';
    display: inline-block;
    position: relative;
    top: 1px;
}

.link-more, .link-less {
    color: #ff0033;
    cursor: pointer;
}

.link-more::before, .link-less::before {
    content: "\e008";
    font-family: "Verisure-Icons";
    margin-right: 6px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.link-less::before {
    content: "\e007";
}

.with-padding-top {
    padding-top: 32px;
}

.bordered-image-none img, .bordered-image-none .youtube, .bordered-image-none-radius, .background-none img, .background-none .youtube, .background-none-radius {
    border-radius: 0;
}

.bordered-image-top-left img, .bordered-image-top-left .youtube, .bordered-image-top-left-radius, .background-top-left img, .background-top-left .youtube, .background-top-left-radius {
    border-top-left-radius: 55px;
}

.bordered-image-top-right img, .bordered-image-top-right .youtube, .bordered-image-top-right-radius, .background-top-right img, .background-top-right .youtube, .background-top-right-radius {
    border-top-right-radius: 55px;
}

.bordered-image-bottom-left img, .bordered-image-bottom-left .youtube, .bordered-image-bottom-left-radius, .background-bottom-left img, .background-bottom-left .youtube, .background-bottom-left-radius {
    border-bottom-left-radius: 55px;
}

.bordered-image-bottom-right img, .bordered-image-bottom-right .youtube, .bordered-image-bottom-right-radius, .background-bottom-right img, .background-bottom-right .youtube, .background-bottom-right-radius {
    border-bottom-right-radius: 55px;
}

.ck-display-flex {
    display: flex;
}

.zoom-efect-trigger .field--name-field-image img {
    animation: zoom 26s infinite ease-in-out;
}

.file {
    padding-left: 20px;
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
}

.file--application-pdf {
    background-image: URL("/themes/custom/verisure/images/application-pdf.png");
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 23px;
}

.font21 {
    font-size: 21px;
}

.iconplay {
    background: url(/themes/custom/verisure/images/iconplay.png) no-repeat;
    background-size: 17px;
    padding-left: 22px;
    background-position-y: center;
}

.thumbnail {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .thumbnail {
        max-height: 100px;
        max-width: 100px;
    }
}

.thumbnail-2 {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width:768px) {
    .thumbnail-2 {
        max-height: 200px;
        max-width: 200px;
    }
}

.div-center {
    margin: 0 auto;
}

.im-out-range {
    margin-top: -20px;
    margin-right: -40px;
}

.forcedwidth {
    width: 100%;
    max-width: 100%;
}

.logo-verisure img {
    max-width: 94px;
    margin-bottom: 20px;
}

.logo-verisure-landing img {
    max-width: 94px;
    margin-bottom: 20px;
    margin-left: 35px;
}

.left-33 {
    width: 100%;
}

@media (min-width:768px) {
    .left-33 {
        width: 33%;
        padding-right: 2%;
    }
}

.right-66 {
    width: 100%;
}

@media (min-width:768px) {
    .right-66 {
        width: 66%;
    }
}

.padding-radix-layouts {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:768px) {
    .padding-radix-layouts {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.iframe-maps iframe {
    height: 864px;
}

@media (min-width:768px) {
    .iframe-maps iframe {
        height: 1800px;
    }
}

.minifont-border-bottom-light {
    border-bottom: 1px solid #f0f2f4;
    padding-bottom: 10px;
    color: #9c9ea2;
    font-size: 11px;
}

.block-20-80 .width-20 {
    width: 100%;
}

@media (min-width:768px) {
    .block-20-80 .width-20 {
        width: 20%;
    }
}

.block-20-80 .width-80 {
    width: 100%;
}

@media (min-width:768px) {
    .block-20-80 .width-80 {
        width: 80%;
    }
}

.whidth75 {
    width: 100%;
    padding-right: 20px;
    padding-left: 15px;
}

@media (min-width:1170px) {
    .whidth75 {
        width: 75%;
        padding-right: 20px;
        padding-left: 15px;
    }
}

.guide-list-block .sd-b001-c-group.video-block .block-content-type-sd_b001.block--view-mode-sd_b001_c.ck-ptop-none {
    padding-top: 0;
}

.elements-no-margin figure {
    margin: 0;
}

.word-break a {
    word-break: break-word;
}

.logo-tryg img {
    max-width: 266px;
}

@media (min-width:768px) {
    .logo-tryg img {
        max-width: 280px;
    }
}

.Nykredit img {
    max-width: 192px;
}

@media (min-width:768px) {
    .Nykredit img {
        max-width: 192px;
    }
}
}

.p-extra-long {
    padding-top: 65px;
    padding-bottom: 47px;
}

.p-extra-long-element {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 65px;
}

.p-extra-long-element:last-child {
    padding-bottom: 0;
}

@media (min-width:768px) {
    .p-extra-long-element {
        padding-bottom: 0;
    }
}

h1 {
    color: #262626;
    font-weight: 500;
    font-size: 42px;
    line-height: 1;
}

@media (min-width:768px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

h2 {
    color: #262626;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
}

@media (min-width:768px) {
    h2 {
        font-size: 42px;
        line-height: 52px;
    }
}

h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

.fullwidth-image-with-dots {
    position: relative;
}

.fullwidth-image-with-dots .product {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 3;
    padding: 30px 20px 50px;
    border-radius: 0 0 0 40px;
    box-shadow: 1px 1px 10px 2px rgba(150, 150, 150, 0.5);
    text-align: center;
}

@media (max-width:991px) {
    .fullwidth-image-with-dots .product {
        width: 50%;
    }
}

@media (max-width:768px) {
    .fullwidth-image-with-dots .product {
        width: 90%;
        top: -10px;
        padding: 15px 10px 30px;
    }
}

.fullwidth-image-with-dots .product img {
    max-width: 80%;
    margin: 0 auto 11px;
}

@media (max-width:768px) {
    .fullwidth-image-with-dots .product img {
        max-width: 70%;
    }
}

.fullwidth-image-with-dots .product h4 {
    margin: 0 0 7px;
}

.fullwidth-image-with-dots .product .preamble {
    display: none;
}

.fullwidth-image-with-dots .product .btn {
    margin-top: 11px !important;
}

.fullwidth-image-with-dots .img-container img {
    width: 100%;
}

.fullwidth-image-with-dots .is-active .dot-border {
    transform: scale(1.25);
}

.fullwidth-image-with-dots .preview {
    display: none;
    width: 300px;
    position: absolute;
    top: 15px;
    left: -285px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    z-index: 3;
    min-height: 70px;
    border-radius: 15px 0 15px 15px;
    padding: 20px 30px 10px 20px;
    cursor: pointer;
}

.fullwidth-image-with-dots .preview h4 {
    font-size: 16px;
    margin: 0 0 2px 0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    line-height: 15px;
}

.fullwidth-image-with-dots .preview .preamble {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px !important;
    letter-spacing: 0.025em;
}

.fullwidth-image-with-dots .preview img[data-fa-icon=chevron-right] {
    width: 10px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fullwidth-image-with-dots .align-right .preview {
    left: 15px;
    border-radius: 0 15px 15px 15px;
}

.fullwidth-image-with-dots .preview.mobile-only {
    width: 93%;
    padding: 30px 15px 30px 0;
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    top: 90%;
}

.fullwidth-image-with-dots .preview.mobile-only .product-image {
    width: 35%;
    float: left;
    display: inline-block;
    padding: 0 10px;
}

.fullwidth-image-with-dots .preview.mobile-only .close-icon {
    width: 20px !important;
    height: 20px !important;
    right: 10px !important;
    top: 13px !important;
}

.fullwidth-image-with-dots .preview.mobile-only .product-content {
    width: 65%;
    float: right;
}

.fullwidth-image-with-dots .preview.mobile-only .product-content .preamble {
    display: none;
}

.fullwidth-image-with-dots .preview.mobile-only .product-content a.btn {
    margin: 5px 0 0 !important;
}

.fullwidth-image-with-dots .preview.mobile-only .product-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.fullwidth-image-with-dots .preview.mobile-only .product-content p {
    line-height: 19px;
    font-size: 15px;
}

.fullwidth-image-with-dots .overlay {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.7);
    top: 0;
    left: 0;
    z-index: 3;
}

.fullwidth-image-with-dots .dot-container {
    position: absolute;
}

.fullwidth-image-with-dots .dot-container.dot-1 {
    top: 83%;
    left: 19%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-1 {
        top: 79%;
        left: 8.5%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-2 {
    top: 79%;
    left: 28.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-2 {
        top: 75%;
        left: 19%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-3 {
    top: 34.5%;
    left: 31%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-3 {
        top: 32%;
        left: 21%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-4 {
    top: 59.5%;
    left: 38.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-4 {
        top: 58%;
        left: 30%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-5 {
    top: 18.7%;
    left: 46.55%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-5 {
        top: 14%;
        left: 40%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-6 {
    top: 30%;
    left: 58.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-6 {
        top: 29%;
        left: 54%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-7 {
    top: 35%;
    left: 66.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-7 {
        top: 35%;
        left: 62%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-8 {
    top: 63%;
    left: 69.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-8 {
        top: 62%;
        left: 66%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-9 {
    top: 58.5%;
    left: 82.5%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-9 {
        top: 57%;
        left: 83%;
    }
}

.fullwidth-image-with-dots .dot-container.dot-10 {
    top: 46%;
    left: 92%;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container.dot-10 {
        top: 44%;
        left: 93%;
    }
}

.fullwidth-image-with-dots .dot-container .dot-border {
    height: unset;
    width: unset;
    background-color: rgba(255, 0, 51, 0);
    border-radius: 50%;
    transition: all .4s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullwidth-image-with-dots .dot-container .dot-border:hover {
    transform: scale(1.25);
}

.fullwidth-image-with-dots .dot-container .dot-border .dot {
    background-color: #42ac82;
    color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 20px 5px #646464;
    border: 3px solid #fff;
}

@media (max-width:767px) {
    .fullwidth-image-with-dots .dot-container .dot-border .dot {
        border: 2px solid #fff;
        box-shadow: 0 0 11px 1px #646464;
        width: 20px;
        height: 20px;
    }
}

[contenteditable] .fullwidth-image-with-dots .product {
    position: static;
    display: block;
    transform: none;
    top: unset;
    left: unset;
    box-shadow: none;
    border-radius: unset;
}

[contenteditable] .fullwidth-image-with-dots .product .preamble {
    display: block;
}

[contenteditable] .fullwidth-image-with-dots .dot-container .dot-border .dot {
    color: #fff;
}

.before-after-slider .ba-container .ba-slider {
    position: relative;
    overflow: hidden;
}

.before-after-slider .ba-container .ba-slider img {
    width: 100%;
    display: block;
    max-width: none;
}

.before-after-slider .ba-container .before-text, .before-after-slider .ba-container .after-text {
    display: none;
}

.before-after-slider .ba-container .before-text p, .before-after-slider .ba-container .after-text p {
    margin-bottom: 0;
    overflow: hidden;
}

.before-after-slider .ba-container .before-text {
    z-index: 2;
}

.before-after-slider .ba-container .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    overflow: hidden;
}

.before-after-slider .ba-container .handle {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: #fff;
    cursor: ew-resize;
    display: none;
}

.before-after-slider .ba-container .handle span {
    height: 40px;
    width: 40px;
    background-color: white;
    display: block;
    z-index: 8;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 1px rgba(150, 150, 150, 0.8);
    cursor: ew-resize;
}

.before-after-slider .ba-container .handle span::before, .before-after-slider .ba-container .handle span::after {
    content: '';
    display: block;
    height: 12px;
    width: 12px;
    border-left: 2px solid #e0e0e0;
    border-top: 2px solid #e0e0e0;
    position: absolute;
}

.before-after-slider .ba-container .handle span::before {
    transform: rotate(320deg);
    left: 10px;
}

.before-after-slider .ba-container .handle span::after {
    transform: rotate(135deg);
    right: 10px;
}

.before-after-slider .ba-container .ba-slider.mobile-slider .resize {
    height: 15%;
    width: 100%;
}

.before-after-slider .ba-container .ba-slider.mobile-slider .handle {
    left: 0;
    top: 15%;
    width: 100%;
    bottom: unset;
    height: 4px;
    margin-top: -4px;
    margin-left: 0;
}

.before-after-slider .ba-container .ba-slider.mobile-slider .handle span {
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
}

.before-after-slider .ba-container .ba-slider.mobile-slider .handle span::before {
    transform: rotate(45deg);
    left: unset;
    top: 10px;
}

.before-after-slider .ba-container .ba-slider.mobile-slider .handle span::after {
    transform: rotate(225deg);
    right: unset;
    bottom: 10px;
}

.before-after-slider .ba-container .draggable:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
}

[contenteditable] .before-after-slider .ba-container {
    position: relative;
}

[contenteditable] .before-after-slider .ba-container .resize {
    width: 50%;
}

[contenteditable] .before-after-slider .ba-container .handle {
    left: 50%;
    display: block;
}

[contenteditable] .before-after-slider .ba-container .before-text, [contenteditable] .before-after-slider .ba-container .after-text {
    display: block;
}

.view-display-id-blog_list ul.blog {
    overflow-y: clip;
}
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel {
        padding-bottom: 35px;
    }
}

.product-and-services-house-with-carousel h2 {
    line-height: 1.5;
    margin: 0;
}

.product-and-services-house-with-carousel .preamble {
    margin-bottom: 5px;
}

.product-and-services-house-with-carousel .content-wrapper {
    max-height: unset;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (min-width:600px) {
    .product-and-services-house-with-carousel .content-wrapper {
        margin-bottom: 0;
    }
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel .content-wrapper {
        min-height: 310px;
    }
}

.product-and-services-house-with-carousel .content-wrapper>div {
    display: none;
}

.product-and-services-house-with-carousel .content-wrapper>div.content, .product-and-services-house-with-carousel .content-wrapper>div.products {
    display: block;
}

@media (min-width:600px) and (max-width:991px) {
    .product-and-services-house-with-carousel .content-wrapper>div {
        max-width: 540px;
        margin: 0 auto;
    }

    .product-and-services-house-with-carousel .content-wrapper>div h2, .product-and-services-house-with-carousel .content-wrapper>div p {
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1050px) {
    .product-and-services-house-with-carousel .content-wrapper>div .preamble {
        font-size: 18px;
    }
}

.product-and-services-house-with-carousel .products {
    max-width: 600px;
    position: relative;
    padding: 0 35px;
    margin: 7px auto 0;
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel .products {
        padding: 0 25px;
        margin: 7px auto 30px;
    }
}

.product-and-services-house-with-carousel .products .owl-item {
    padding: 4px;
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel .products .owl-item {
        padding: 6px;
    }
}

.product-and-services-house-with-carousel .products .owl-item .product-image img {
    border: 3px solid #929395;
    transition: all .8s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
}

.product-and-services-house-with-carousel .products .owl-item .product-image:hover {
    transform: scale(1.05);
}

.product-and-services-house-with-carousel .products .owl-item.selected .product-image img {
    border: 3px solid #ed002f;
}

.product-and-services-house-with-carousel .products .owl-nav button.owl-next, .product-and-services-house-with-carousel .products .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    z-index: -1;
    color: #dbdcde;
    outline: 0;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    font-weight: 300;
    transform: translateY(-52%);
    font-size: 4em;
}

@media (min-width:600px) {
    .product-and-services-house-with-carousel .products .owl-nav button.owl-next, .product-and-services-house-with-carousel .products .owl-nav button.owl-prev {
        font-size: 5em;
    }
}

.product-and-services-house-with-carousel .products .owl-nav button.owl-next.disabled, .product-and-services-house-with-carousel .products .owl-nav button.owl-prev.disabled {
    opacity: .3;
}

.product-and-services-house-with-carousel .products .owl-nav button.owl-next {
    right: 7px;
}

@media (min-width:768px) {
    .product-and-services-house-with-carousel .products .owl-nav button.owl-next {
        right: -5px;
    }
}

.product-and-services-house-with-carousel .products .owl-nav button.owl-prev {
    left: 7px;
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel .products .owl-nav button.owl-prev {
        left: -5px;
    }
}

.product-and-services-house-with-carousel .col-12.col-lg-6 {
    padding: 0 15px !important;
}

.product-and-services-house-with-carousel .col-12.col-lg-6:last-child {
    display: flex;
    align-items: flex-end;
}

.product-and-services-house-with-carousel .product-info {
    display: none;
}

.product-and-services-house-with-carousel .image-wrapper {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}

@media (min-width:991px) {
    .product-and-services-house-with-carousel .image-wrapper {
        padding-top: 15px;
    }
}

.product-and-services-house-with-carousel .image-wrapper img {
    width: 100%;
}

.product-and-services-house-with-carousel .dot-container {
    position: absolute;
    display: none;
}

.product-and-services-house-with-carousel .dot-container.is-active {
    animation: dot-scale 1.2s 3;
    display: block;
}

.product-and-services-house-with-carousel .dot-container .dot {
    background-color: #42ac82;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 10px 2px #646464;
    border: 2px solid #fff;
    cursor: default;
}

@media (min-width:550px) {
    .product-and-services-house-with-carousel .dot-container .dot {
        width: 26px;
        height: 26px;
        border: 3px solid #fff;
    }
}

@keyframes dot-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

[contenteditable] .product-and-services-house-with-carousel .content-wrapper {
    justify-content: flex-start;
    min-height: auto;
}

[contenteditable] .product-and-services-house-with-carousel .product-info {
    display: flex;
    flex-wrap: wrap;
}

[contenteditable] .product-and-services-house-with-carousel .product-info>div {
    width: 50%;
    padding: 20px 0 10px;
    border: 1px solid #ffc8fc;
}

[contenteditable] .product-and-services-house-with-carousel .products {
    padding: 0;
    display: block !important;
}

[contenteditable] .product-and-services-house-with-carousel .product-info>div .product-image {
    width: 150px;
    display: inline-block;
    margin: 0 5px;
    float: left;
    height: 100%;
}

[contenteditable] .product-and-services-house-with-carousel .product-info>div h2, [contenteditable] .product-and-services-house-with-carousel .product-info>div p {
    width: calc(100% - 160px);
    display: inline-block;
    float: left;
}

[contenteditable] .product-and-services-house-with-carousel .col-12.col-lg-6.py-3:last-child {
    align-items: flex-start;
}

[contenteditable] .product-and-services-house-with-carousel .dot-container {
    display: block;
}

[contenteditable] .product-and-services-house-with-carousel .dot-container .dot {
    color: #fff;
}

.products-and-services-with-carousel .preamble {
    margin-bottom: 5px;
}

.products-and-services-with-carousel .products {
    position: relative;
    padding: 0 25px;
    margin: 30px 0;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.products-and-services-with-carousel .products img {
    max-width: 150px;
}

@media (min-width:768px) {
    .products-and-services-with-carousel .products {
        padding: 0 35px;
    }
}

.products-and-services-with-carousel .owl-item {
    padding: 5px;
    transition: scale .3s ease-in-out;
}

.products-and-services-with-carousel .owl-item:hover {
    transform: scale(1.05);
}

.products-and-services-with-carousel .owl-item img {
    border: 3px solid #929395 !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
    max-width: unset;
}

.products-and-services-with-carousel .owl-item.selected img {
    border: 3px solid #FE4D6A !important;
}

.products-and-services-with-carousel .phone {
    margin-top: 15px;
    position: relative;
    opacity: 0;
    display: flex;
    align-items: center;
}

@media (min-width:768px) {
    .products-and-services-with-carousel .phone {
        margin-top: 0;
    }
}

@media (min-width:600px) {
    .products-and-services-with-carousel .phone {
        margin: 0;
        max-height: none;
    }
}

.products-and-services-with-carousel .phone, .products-and-services-with-carousel img {
    max-height: 400px;
    padding: 0 !important;
}

@media (min-width:600px) {
    .products-and-services-with-carousel .phone, .products-and-services-with-carousel img {
        max-height: none;
    }
}

.products-and-services-with-carousel #video-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 393px;
    width: 174px;
    background-color: #fff;
    border-radius: 40px;
}

@media (min-width:600px) {
    .products-and-services-with-carousel #video-wrapper {
        height: 430px;
        width: 200px;
    }
}

.products-and-services-with-carousel #video-wrapper .top-overlay, .products-and-services-with-carousel #video-wrapper .bottom-overlay {
    position: absolute;
    left: 0;
    background-color: #000;
    width: 174px;
}

@media (min-width:600px) {
    .products-and-services-with-carousel #video-wrapper .top-overlay, .products-and-services-with-carousel #video-wrapper .bottom-overlay {
        width: 200px;
    }
}

.products-and-services-with-carousel #video-wrapper .top-overlay {
    top: 0;
    height: 47px;
    border-radius: 40px 40px 0 0;
}

@media (min-width:600px) {
    .products-and-services-with-carousel #video-wrapper .top-overlay {
        height: 52px;
    }
}

.products-and-services-with-carousel #video-wrapper .bottom-overlay {
    bottom: 6px;
    border-radius: 0 0 40px 40px;
    height: 40px;
}

@media (min-width:600px) {
    .products-and-services-with-carousel #video-wrapper .bottom-overlay {
        height: 50px;
    }
}

.products-and-services-with-carousel #video-wrapper iframe#player {
    border-radius: 40px;
    height: 393px;
    width: 174px;
}

@media (min-width:600px) {
    .products-and-services-with-carousel #video-wrapper iframe#player {
        height: 430px;
        width: 200px;
    }
}

.products-and-services-with-carousel #video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92px 60px;
    border-radius: 25px;
    background-image: url();
    z-index: 3;
    opacity: 0;
    transition: background-image .3s ease;
}

.products-and-services-with-carousel #video-wrapper.ended::after {
    opacity: 1;
    background-image: url(/sites/no/themes/custom/verisure_no/logo.png);
}

.products-and-services-with-carousel #video-wrapper.ended .top-overlay, .products-and-services-with-carousel #video-wrapper.ended .bottom-overlay {
    background-color: #fff;
}

.products-and-services-with-carousel .products .owl-nav button.owl-next, .products-and-services-with-carousel .products .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    color: #929395;
    font-size: 4em;
    outline: none;
    opacity: .45;
    transition: opacity .3s ease-in-out;
    font-weight: 300;
}

@media (min-width:768px) {
    .products-and-services-with-carousel .products .owl-nav button.owl-next, .products-and-services-with-carousel .products .owl-nav button.owl-prev {
        transform: translateY(-52%);
        font-size: 5em;
    }
}

.products-and-services-with-carousel .products .owl-nav button.owl-next.disabled, .products-and-services-with-carousel .products .owl-nav button.owl-prev.disabled {
    opacity: .2;
}

.products-and-services-with-carousel .products .owl-nav button.owl-next {
    right: 0px;
}

@media (min-width:768px) {
    .products-and-services-with-carousel .products .owl-nav button.owl-next {
        right: -5px;
    }
}

.products-and-services-with-carousel .products .owl-nav button.owl-prev {
    left: 0px;
}

@media (min-width:768px) {
    .products-and-services-with-carousel .products .owl-nav button.owl-prev {
        left: -5px;
    }
}

[contenteditable] .products-and-services-with-carousel #video-wrapper {
    z-index: -1;
}

[contenteditable] .products-and-services-with-carousel .products {
    padding: 0;
    opacity: 1;
}

[contenteditable] .products-and-services-with-carousel .phone {
    opacity: 1;
}

[contenteditable] .products-and-services-with-carousel .product {
    width: calc(20% - 10px);
    display: inline-block;
    margin: 0 5px;
}

[contenteditable] .products-and-services-with-carousel .top-overlay, [contenteditable] .products-and-services-with-carousel .bottom-overlay {
    display: none;
}

.sticky-offer-banner[data-sticky-banner-position=bottom] {
    position: fixed;
    display: none;
}

.sticky-offer-banner {
    position: relative;
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:768px) {
    .sticky-offer-banner {
        min-height: 128px;
    }
}

.sticky-offer-banner div[class*=owl] {
    height: 67px;
}

.sticky-offer-banner .package {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: inherit;
    width: fit-content;
    margin: 0 auto;
}

.sticky-offer-banner .package-close-icon {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.sticky-offer-banner .visually-hidden {
    color: transparent !important;
    width: 80%;
    height: 50px;
    clip: unset;
    transition: none;
}

@media (max-width:768px) {
    .sticky-offer-banner [data-sticky-banner-position=top] {
        box-shadow: 0px -1px 2px 2px rgba(150, 150, 150, 0.3);
    }

    .sticky-offer-banner div[class*=owl] {
        height: 118px;
    }

    .sticky-offer-banner .package {
        flex-direction: column;
    }

    .sticky-offer-banner .package span:first-child {
        font-size: 18px !important;
    }

    .sticky-offer-banner .package span:last-child {
        font-size: 16px !important;
    }

    .sticky-offer-banner .package span:nth-child(2) {
        margin: 5px 0 0 !important;
        width: 130px !important;
    }

    .sticky-offer-banner .package span:nth-child(2) img {
        max-height: 60px;
    }

    .sticky-offer-banner .package-close-icon {
        top: 5px;
        right: 5px;
        z-index: 99;
    }

    .sticky-offer-banner .visually-hidden {
        width: 150px;
    }
}

#panels-ipe-content .sticky-offer-banner {
    position: static !important;
    height: 91px;
    display: block !important;
}

[contenteditable] .sticky-offer-banner {
    position: static;
    height: unset;
    display: block !important;
    box-shadow: none;
}

[contenteditable] .sticky-offer-banner .visually-hidden {
    color: inherit !important;
}

[contenteditable] .sticky-offer-banner div[class*=owl] {
    height: unset;
}

[contenteditable] .owl-carousel {
    display: block;
}

.template--video-block--multiimage {
    overflow: hidden;
}

@media (min-width:0) and (max-width:575px) {
    .template--video-block--multiimage img {
        width: auto;
        display: block;
        margin: 0 auto;
        height: 500px;
        max-width: none;
        transform: translateX(-50%);
        margin-left: 50%;
    }
}

.video-block, .video-column, .youtube-wrapper {
    position: relative;
}

.video-block .video-overlay-wrapper, .video-column .video-overlay-wrapper, .youtube-wrapper .video-overlay-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #151515;
    z-index: 100;
}

.video-block .overlay-content, .video-column .overlay-content, .youtube-wrapper .overlay-content {
    padding: 0;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    line-height: 26px;
}

.video-block .overlay-content img, .video-column .overlay-content img, .youtube-wrapper .overlay-content img {
    width: 120px;
    opacity: .75;
    padding: 0 0 5px;
    border-radius: 0 !important;
}

.video-block .overlay-content p, .video-column .overlay-content p, .youtube-wrapper .overlay-content p {
    color: #fff !important;
}

.video-block .overlay-content a.ot-sdk-show-settings, .video-block .overlay-content button.ot-sdk-show-settings, .video-column .overlay-content a.ot-sdk-show-settings, .video-column .overlay-content button.ot-sdk-show-settings, .youtube-wrapper .overlay-content a.ot-sdk-show-settings, .youtube-wrapper .overlay-content button.ot-sdk-show-settings {
    border: 0px solid transparent !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    outline: unset !important;
    color: #fff !important;
    text-decoration: underline !important;
    text-transform: lowercase !important;
    cursor: pointer !important;
    opacity: 1 !important;
    transition: unset;
    text-transform: capitalize !important;
}

@media (min-width:0) and (max-width:575px) {
    .video-block img, .video-column img, .youtube-wrapper img {
        height: auto;
        margin-left: 0%;
        transform: translateX(0%);
    }
}

[contenteditable] .video-column {
    widht: 100%;
    min-height: 300px;
    background-color: #151515;
}

@media (min-width:600px) {
    [contenteditable] .video-column {
        min-height: 400px;
    }
}

.cell-link-safari-inside a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

.template--video-block .play-video {
    transition: 0.2s opacity ease-in;
}

.template--video-block:hover {
    cursor: pointer;
}

.template--video-block:hover .play-video {
    opacity: 0.7;
}

.video-block-play-wrapper {
    width: 5.4375rem;
}

@media (min-width:768px) {
    .video-block-play-wrapper {
        width: 10.875rem;
    }
}

.video-block-play-wrapper img {
    max-width: 100%;
    height: auto;
}
}

.video-wrapper {
    max-width: 37.5rem;
}
}

.bootstrap-form-horizontal .webform-submission-form, .bootstrap-form-standard .webform-submission-form, .bootstrap-form-basic-large .webform-submission-form {
    gap: 10px;
    align-items: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.bootstrap-form-horizontal .webform-submission-form .form-item, .bootstrap-form-standard .webform-submission-form .form-item, .bootstrap-form-basic-large .webform-submission-form .form-item {
    padding: 0;
    margin: 0;
    width: 100%;
}

.bootstrap-form-horizontal .webform-submission-form .messages-box, .bootstrap-form-standard .webform-submission-form .messages-box, .bootstrap-form-basic-large .webform-submission-form .messages-box {
    min-height: unset;
}

.bootstrap-form-horizontal .webform-submission-form input.form-text, .bootstrap-form-horizontal .webform-submission-form input.form-email, .bootstrap-form-horizontal .webform-submission-form input.form-tel, .bootstrap-form-horizontal .webform-submission-form .form-type-select, .bootstrap-form-horizontal .webform-submission-form input.form-date, .bootstrap-form-horizontal .webform-submission-form input.form-time, .bootstrap-form-horizontal .webform-submission-form textarea.form-textarea, .bootstrap-form-standard .webform-submission-form input.form-text, .bootstrap-form-standard .webform-submission-form input.form-email, .bootstrap-form-standard .webform-submission-form input.form-tel, .bootstrap-form-standard .webform-submission-form .form-type-select, .bootstrap-form-standard .webform-submission-form input.form-date, .bootstrap-form-standard .webform-submission-form input.form-time, .bootstrap-form-standard .webform-submission-form textarea.form-textarea, .bootstrap-form-basic-large .webform-submission-form input.form-text, .bootstrap-form-basic-large .webform-submission-form input.form-email, .bootstrap-form-basic-large .webform-submission-form input.form-tel, .bootstrap-form-basic-large .webform-submission-form .form-type-select, .bootstrap-form-basic-large .webform-submission-form input.form-date, .bootstrap-form-basic-large .webform-submission-form input.form-time, .bootstrap-form-basic-large .webform-submission-form textarea.form-textarea {
    box-shadow: none;
    padding-top: 33px;
    padding-bottom: 7px;
    border-radius: 4px 4px 0 0;
    color: var(--default-text-color);
    font-size: 18px;
    margin: 0;
    border: 1px solid var(--border);
    width: 100%;
}

.bootstrap-form-horizontal .webform-submission-form input.form-text.error, .bootstrap-form-horizontal .webform-submission-form input.form-email.error, .bootstrap-form-horizontal .webform-submission-form input.form-tel.error, .bootstrap-form-horizontal .webform-submission-form .form-type-select.error, .bootstrap-form-horizontal .webform-submission-form input.form-date.error, .bootstrap-form-horizontal .webform-submission-form input.form-time.error, .bootstrap-form-horizontal .webform-submission-form textarea.form-textarea.error, .bootstrap-form-standard .webform-submission-form input.form-text.error, .bootstrap-form-standard .webform-submission-form input.form-email.error, .bootstrap-form-standard .webform-submission-form input.form-tel.error, .bootstrap-form-standard .webform-submission-form .form-type-select.error, .bootstrap-form-standard .webform-submission-form input.form-date.error, .bootstrap-form-standard .webform-submission-form input.form-time.error, .bootstrap-form-standard .webform-submission-form textarea.form-textarea.error, .bootstrap-form-basic-large .webform-submission-form input.form-text.error, .bootstrap-form-basic-large .webform-submission-form input.form-email.error, .bootstrap-form-basic-large .webform-submission-form input.form-tel.error, .bootstrap-form-basic-large .webform-submission-form .form-type-select.error, .bootstrap-form-basic-large .webform-submission-form input.form-date.error, .bootstrap-form-basic-large .webform-submission-form input.form-time.error, .bootstrap-form-basic-large .webform-submission-form textarea.form-textarea.error {
    border: 1px solid var(--border);
    border-bottom-color: var(--red);
}

.bootstrap-form-horizontal .webform-submission-form input.form-text, .bootstrap-form-horizontal .webform-submission-form input.form-email, .bootstrap-form-horizontal .webform-submission-form input.form-tel, .bootstrap-form-horizontal .webform-submission-form .form-type-date input, .bootstrap-form-horizontal .webform-submission-form input.form-time, .bootstrap-form-standard .webform-submission-form input.form-text, .bootstrap-form-standard .webform-submission-form input.form-email, .bootstrap-form-standard .webform-submission-form input.form-tel, .bootstrap-form-standard .webform-submission-form .form-type-date input, .bootstrap-form-standard .webform-submission-form input.form-time, .bootstrap-form-basic-large .webform-submission-form input.form-text, .bootstrap-form-basic-large .webform-submission-form input.form-email, .bootstrap-form-basic-large .webform-submission-form input.form-tel, .bootstrap-form-basic-large .webform-submission-form .form-type-date input, .bootstrap-form-basic-large .webform-submission-form input.form-time {
    height: 60px;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select, .bootstrap-form-standard .webform-submission-form .form-type-select, .bootstrap-form-basic-large .webform-submission-form .form-type-select {
    height: auto;
    padding: 0;
    min-height: unset;
    border: none;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select .select2, .bootstrap-form-standard .webform-submission-form .form-type-select .select2, .bootstrap-form-basic-large .webform-submission-form .form-type-select .select2 {
    border: 1px solid var(--border);
    border-radius: 3px 3px 0 0;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select .error+.select2, .bootstrap-form-standard .webform-submission-form .form-type-select .error+.select2, .bootstrap-form-basic-large .webform-submission-form .form-type-select .error+.select2 {
    border-bottom-color: var(--main-color);
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select [role="combobox"], .bootstrap-form-horizontal .webform-submission-form .form-type-select [role="listbox"], .bootstrap-form-standard .webform-submission-form .form-type-select [role="combobox"], .bootstrap-form-standard .webform-submission-form .form-type-select [role="listbox"], .bootstrap-form-basic-large .webform-submission-form .form-type-select [role="combobox"], .bootstrap-form-basic-large .webform-submission-form .form-type-select [role="listbox"] {
    height: 60px;
    background-color: var(--white);
    border: none;
    box-shadow: none;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select [class$="rendered"], .bootstrap-form-standard .webform-submission-form .form-type-select [class$="rendered"], .bootstrap-form-basic-large .webform-submission-form .form-type-select [class$="rendered"] {
    border: none;
    padding-top: 13px;
    padding-left: 10px;
    height: 60px;
    color: var(--dark-grey);
}

.bootstrap-form-horizontal .webform-submission-form .form-type-select [class$="arrow"], .bootstrap-form-standard .webform-submission-form .form-type-select [class$="arrow"], .bootstrap-form-basic-large .webform-submission-form .form-type-select [class$="arrow"] {
    top: 13px;
    right: 10px;
}

.bootstrap-form-horizontal .webform-submission-form .selection .select2-selection--single .select2-selection__arrow, .bootstrap-form-standard .webform-submission-form .selection .select2-selection--single .select2-selection__arrow, .bootstrap-form-basic-large .webform-submission-form .selection .select2-selection--single .select2-selection__arrow {
    top: 17px;
}

.bootstrap-form-horizontal .webform-submission-form .selection .select2-selection--single .select2-selection__rendered, .bootstrap-form-standard .webform-submission-form .selection .select2-selection--single .select2-selection__rendered, .bootstrap-form-basic-large .webform-submission-form .selection .select2-selection--single .select2-selection__rendered {
    padding-top: 17px;
    padding-left: 10px;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-radio, .bootstrap-form-standard .webform-submission-form .form-type-radio, .bootstrap-form-basic-large .webform-submission-form .form-type-radio {
    max-width: unset;
    min-height: unset;
    margin-bottom: 10px;
    width: 100%;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-radio label, .bootstrap-form-standard .webform-submission-form .form-type-radio label, .bootstrap-form-basic-large .webform-submission-form .form-type-radio label {
    color: var(--default-text-color);
    display: flex;
    align-items: center;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-radio label:before, .bootstrap-form-standard .webform-submission-form .form-type-radio label:before, .bootstrap-form-basic-large .webform-submission-form .form-type-radio label:before {
    flex-grow: 0;
    flex-shrink: 0;
}

.bootstrap-form-horizontal .webform-submission-form input.form-time, .bootstrap-form-horizontal .webform-submission-form .form-type-date input, .bootstrap-form-standard .webform-submission-form input.form-time, .bootstrap-form-standard .webform-submission-form .form-type-date input, .bootstrap-form-basic-large .webform-submission-form input.form-time, .bootstrap-form-basic-large .webform-submission-form .form-type-date input {
    transition: 0.2s all linear;
}

.bootstrap-form-horizontal .webform-submission-form .input--focused+input.form-time, .bootstrap-form-standard .webform-submission-form .input--focused+input.form-time, .bootstrap-form-basic-large .webform-submission-form .input--focused+input.form-time {
    background-position: 9px 29px;
    padding-left: 38px;
}

.bootstrap-form-horizontal .webform-submission-form div.form-type-date label, .bootstrap-form-horizontal .webform-submission-form div.form-type-webform-time label, .bootstrap-form-standard .webform-submission-form div.form-type-date label, .bootstrap-form-standard .webform-submission-form div.form-type-webform-time label, .bootstrap-form-basic-large .webform-submission-form div.form-type-date label, .bootstrap-form-basic-large .webform-submission-form div.form-type-webform-time label {
    left: 45px;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-date .input--focused+input, .bootstrap-form-standard .webform-submission-form .form-type-date .input--focused+input, .bootstrap-form-basic-large .webform-submission-form .form-type-date .input--focused+input {
    background-position: 9px 29px;
    padding-left: 38px;
}

.bootstrap-form-horizontal .webform-submission-form textarea.form-textarea, .bootstrap-form-standard .webform-submission-form textarea.form-textarea, .bootstrap-form-basic-large .webform-submission-form textarea.form-textarea {
    padding: 25px 10px;
    margin: 0;
    outline: none;
}

.bootstrap-form-horizontal .webform-submission-form .webform-button--submit, .bootstrap-form-standard .webform-submission-form .webform-button--submit, .bootstrap-form-basic-large .webform-submission-form .webform-button--submit {
    background: var(--main-color);
    color: var(--white);
    height: 70px;
    font-size: 18px;
}

.bootstrap-form-horizontal .webform-submission-form .webform-button--submit:hover, .bootstrap-form-standard .webform-submission-form .webform-button--submit:hover, .bootstrap-form-basic-large .webform-submission-form .webform-button--submit:hover {
    background: var(--main-shade-color);
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox input[type="checkbox"], .bootstrap-form-standard .webform-submission-form .form-type-checkbox input[type="checkbox"], .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox input[type="checkbox"] {
    appearance: none;
    height: 20px;
    width: 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 3px;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 0;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked::before, .bootstrap-form-standard .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked::before, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked::before {
    font-size: 21px;
    content: 'L';
    color: white;
    font-family: sans-serif;
    transform: scaleX(-0.85) rotate(-42deg);
    position: absolute;
    left: 3px;
    bottom: -4px;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked, .bootstrap-form-standard .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox input[type="checkbox"]:checked {
    border-color: var(--main-color);
    background: var(--main-color);
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox, .bootstrap-form-standard .webform-submission-form .form-type-checkbox, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    min-height: unset;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox .description, .bootstrap-form-standard .webform-submission-form .form-type-checkbox .description, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox .description {
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox a, .bootstrap-form-standard .webform-submission-form .form-type-checkbox a, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox a {
    color: var(--default-text-color);
    text-decoration: underline;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-checkbox a:hover, .bootstrap-form-standard .webform-submission-form .form-type-checkbox a:hover, .bootstrap-form-basic-large .webform-submission-form .form-type-checkbox a:hover {
    text-decoration: none;
}

.bootstrap-form-horizontal .webform-submission-form .inline-error, .bootstrap-form-standard .webform-submission-form .inline-error, .bootstrap-form-basic-large .webform-submission-form .inline-error {
    padding: 5px 10px;
    color: var(--main-color);
    font-size: 13px;
    display: block;
    width: 100%;
}

.bootstrap-form-horizontal .webform-submission-form div.form-item label, .bootstrap-form-standard .webform-submission-form div.form-item label, .bootstrap-form-basic-large .webform-submission-form div.form-item label {
    top: 23px;
    line-height: 1;
    margin: 0;
    font-size: 16px;
}

.bootstrap-form-horizontal .webform-submission-form div.form-item label.input--focused, .bootstrap-form-standard .webform-submission-form div.form-item label.input--focused, .bootstrap-form-basic-large .webform-submission-form div.form-item label.input--focused {
    color: var(--dark-grey);
    top: 10px;
    left: 10px;
    font-size: 14px;
}

@media (min-width:768px) {
    .bootstrap-form-horizontal .webform-submission-form div.form-type-textarea, .bootstrap-form-standard .webform-submission-form div.form-type-textarea, .bootstrap-form-basic-large .webform-submission-form div.form-type-textarea {
        margin-bottom: 25px;
    }
}

@media (min-width:768px) {
    .bootstrap-form-horizontal .webform-submission-form .form-item, .bootstrap-form-horizontal .webform-submission-form .form-actions {
        max-width: calc(33% - 8px);
        min-height: unset;
    }

    .bootstrap-form-horizontal .webform-submission-form .messages-box, .bootstrap-form-horizontal .webform-submission-form .form-type-radio {
        width: 100%;
        max-width: unset;
    }

    .bootstrap-form-horizontal .webform-submission-form div.form-item-terms-conditions {
        order: 10;
        width: 100%;
        max-width: unset;
    }

    .bootstrap-form-horizontal .webform-submission-form .form-actions {
        align-self: unset;
        margin-bottom: 0;
    }
}

.inline-error {
    color: var(--red);
}

.bootstrap-form-hero .form-type-checkbox input[type="checkbox"] {
    appearance: none;
    height: 20px;
    width: 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 3px;
    display: inline-block;
    margin: 0px;
    position: relative;
    top: 0;
}

.bootstrap-form-hero .form-type-checkbox input[type="checkbox"]:checked::before {
    font-size: 21px;
    content: 'L';
    color: white;
    font-family: sans-serif;
    transform: scaleX(-0.85) rotate(-42deg);
    position: absolute;
    left: 3px;
    bottom: -4px;
}

.bootstrap-form-hero .form-type-checkbox input[type="checkbox"]:checked {
    border-color: var(--main-color);
    background: var(--main-color);
}

.bootstrap-form-hero .form-type-checkbox {
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    min-height: unset;
}

.bootstrap-form-hero .form-type-checkbox .description {
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
}

.bootstrap-form-hero .form-type-checkbox a {
    color: var(--default-text-color);
    text-decoration: underline;
}

.bootstrap-form-hero .form-type-checkbox a:hover {
    text-decoration: none;
}

div#form-hero .dynamic-block-wrapper {
    display: none;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime {
    position: relative;
    padding-top: 20px;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield textarea::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email textarea::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date textarea::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time textarea::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea textarea::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime input::placeholder, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    color: var(--dark-grey);
    top: 32px;
    left: 12px;
    pointer-events: none;
    display: block;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield label.input--focused, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email label.input--focused, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date label.input--focused, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time label.input--focused, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea label.input--focused, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--white);
    font-size: 14px;
    top: 2px;
    left: 0;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textfield label.visually-hidden, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-email label.visually-hidden, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date label.visually-hidden, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time label.visually-hidden, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-textarea label.visually-hidden, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-item-booking-scheduled-datetime-date label, .block-content-type-sd_b002.block--view-mode-default .webform-submission-form .form-type-datetime label {
    left: 43px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-select {
    padding-top: 8px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime {
    position: relative;
    padding-top: 8px;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea textarea, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime input, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime textarea {
    margin-top: 4px !important;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield textarea::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email textarea::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date textarea::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time textarea::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea textarea::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime input::placeholder, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    color: var(--dark-grey);
    top: 19px;
    left: 12px;
    pointer-events: none;
    display: block;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield label.input--focused, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email label.input--focused, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date label.input--focused, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time label.input--focused, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea label.input--focused, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--black);
    font-size: 16px;
    top: -10px;
    left: 0;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textfield label.visually-hidden, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-email label.visually-hidden, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date label.visually-hidden, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time label.visually-hidden, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-textarea label.visually-hidden, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-item-booking-scheduled-datetime-date label, .block-content-type-sd_b002.block--view-mode-sd_b002_info .webform-submission-form .form-type-datetime label {
    left: 43px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime {
    position: relative;
    padding-top: 10px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea textarea, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime input, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea textarea, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime input, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime textarea {
    margin-top: 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime input::placeholder, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea textarea::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime input::placeholder, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea label, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea label, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    font-size: 15px;
    color: var(--dark-grey);
    top: 30px;
    left: 23px;
    pointer-events: none;
    display: block;
    text-transform: unset;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield label.input--focused, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email label.input--focused, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date label.input--focused, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time label.input--focused, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea label.input--focused, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--black);
    font-size: 14px;
    top: -13px;
    left: 23px;
}

.block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textfield label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-email label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-date label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-webform-time label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-textarea label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .classic-model .webform-submission-form .form-type-datetime label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea label.visually-hidden, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea label.input--focused, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--white);
}

.block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textfield label.input--focused::after, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-email label.input--focused::after, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-date label.input--focused::after, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-webform-time label.input--focused::after, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-textarea label.input--focused::after, .block-content-type-sd_b002.block--view-mode-full .blog-model .webform-submission-form .form-type-datetime label.input--focused::after {
    filter: brightness(1) grayscale(1) invert(1);
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield, .bootstrap-form-standard .webform-submission-form .form-type-email, .bootstrap-form-standard .webform-submission-form .form-type-date, .bootstrap-form-standard .webform-submission-form .form-type-webform-time, .bootstrap-form-standard .webform-submission-form .form-type-textarea, .bootstrap-form-standard .webform-submission-form .form-type-datetime {
    position: relative;
    margin-bottom: 0;
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-textfield textarea::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-email input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-email textarea::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-date input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-date textarea::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-webform-time input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-webform-time textarea::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-textarea input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-textarea textarea::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-datetime input::placeholder, .bootstrap-form-standard .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield label, .bootstrap-form-standard .webform-submission-form .form-type-email label, .bootstrap-form-standard .webform-submission-form .form-type-date label, .bootstrap-form-standard .webform-submission-form .form-type-webform-time label, .bootstrap-form-standard .webform-submission-form .form-type-textarea label, .bootstrap-form-standard .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    color: var(--dark-grey);
    top: 22px;
    left: 12px;
    pointer-events: none;
    display: block;
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield label.input--focused, .bootstrap-form-standard .webform-submission-form .form-type-email label.input--focused, .bootstrap-form-standard .webform-submission-form .form-type-date label.input--focused, .bootstrap-form-standard .webform-submission-form .form-type-webform-time label.input--focused, .bootstrap-form-standard .webform-submission-form .form-type-textarea label.input--focused, .bootstrap-form-standard .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--black);
    font-size: 16px;
    top: -13px;
    left: 0;
}

.bootstrap-form-standard .webform-submission-form .form-type-textfield label.visually-hidden, .bootstrap-form-standard .webform-submission-form .form-type-email label.visually-hidden, .bootstrap-form-standard .webform-submission-form .form-type-date label.visually-hidden, .bootstrap-form-standard .webform-submission-form .form-type-webform-time label.visually-hidden, .bootstrap-form-standard .webform-submission-form .form-type-textarea label.visually-hidden, .bootstrap-form-standard .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield, .bootstrap-form-horizontal .webform-submission-form .form-type-email, .bootstrap-form-horizontal .webform-submission-form .form-type-date, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime {
    position: relative;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-textfield textarea::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-email input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-email textarea::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-date input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-date textarea::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time textarea::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea textarea::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime input::placeholder, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield label, .bootstrap-form-horizontal .webform-submission-form .form-type-email label, .bootstrap-form-horizontal .webform-submission-form .form-type-date label, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time label, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea label, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    color: var(--dark-grey);
    top: 32px;
    left: 12px;
    pointer-events: none;
    display: block;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield label.input--focused, .bootstrap-form-horizontal .webform-submission-form .form-type-email label.input--focused, .bootstrap-form-horizontal .webform-submission-form .form-type-date label.input--focused, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time label.input--focused, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea label.input--focused, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--white);
    font-size: 14px;
    top: 2px;
    left: 0;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-textfield label.visually-hidden, .bootstrap-form-horizontal .webform-submission-form .form-type-email label.visually-hidden, .bootstrap-form-horizontal .webform-submission-form .form-type-date label.visually-hidden, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time label.visually-hidden, .bootstrap-form-horizontal .webform-submission-form .form-type-textarea label.visually-hidden, .bootstrap-form-horizontal .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.bootstrap-form-horizontal .webform-submission-form .form-type-date label, .bootstrap-form-horizontal .webform-submission-form .form-type-webform-time label {
    left: 43px;
}

.bootstrap-form-basic-large .webform-submission-form .form-type-textfield, .bootstrap-form-basic-large .webform-submission-form .form-type-email, .bootstrap-form-basic-large .webform-submission-form .form-type-date, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime {
    position: relative;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0;
}

.bootstrap-form-basic-large .webform-submission-form .form-type-textfield input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-textfield textarea::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-email input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-email textarea::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-date input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-date textarea::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time textarea::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea textarea::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime input::placeholder, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime textarea::placeholder {
    font-size: 0;
}

.bootstrap-form-basic-large .webform-submission-form .form-type-textfield label, .bootstrap-form-basic-large .webform-submission-form .form-type-email label, .bootstrap-form-basic-large .webform-submission-form .form-type-date label, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time label, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea label, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime label {
    transition: 0.2s all linear;
    position: absolute;
    font-size: 16px;
    color: var(--dark-grey);
    top: 33px;
    left: 23px;
    pointer-events: none;
    display: block;
    text-transform: unset;
}

.bootstrap-form-basic-large .webform-submission-form .form-type-textfield label.input--focused, .bootstrap-form-basic-large .webform-submission-form .form-type-email label.input--focused, .bootstrap-form-basic-large .webform-submission-form .form-type-date label.input--focused, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time label.input--focused, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea label.input--focused, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime label.input--focused {
    color: var(--black);
    font-size: 14px;
    top: -13px;
    left: 23px;
}

.bootstrap-form-basic-large .webform-submission-form .form-type-textfield label.visually-hidden, .bootstrap-form-basic-large .webform-submission-form .form-type-email label.visually-hidden, .bootstrap-form-basic-large .webform-submission-form .form-type-date label.visually-hidden, .bootstrap-form-basic-large .webform-submission-form .form-type-webform-time label.visually-hidden, .bootstrap-form-basic-large .webform-submission-form .form-type-textarea label.visually-hidden, .bootstrap-form-basic-large .webform-submission-form .form-type-datetime label.visually-hidden {
    overflow: unset;
    clip: unset;
    width: auto;
    height: auto;
}

.form-required::after {
    filter: brightness(0) contrast(0.3);
}

.block-content-type-sd_b002.block--view-mode-sd_b002_info .form-item:not(.form-item-terms-of-service) label::after {
    filter: brightness(0) contrast(0.3);
}

form.webform-submission-rfn-fn-ad-po-ph-em-pbdt-com-form div#edit-booking-scheduled-datetime {
    display: block;
}

form.webform-submission-rfn-fn-ad-po-ph-em-pbdt-com-form div#edit-booking-scheduled-datetime>div {
    display: flex;
}

.hero-carousel {
    height: 615px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel {
        height: calc(100vh - 100px);
        position: relative;
        max-height: 525px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel {
        height: 600px;
    }
}

@media (max-width:767px) {
    .hero-carousel {
        height: auto;
        padding: 0;
    }
}

.hero-carousel .slides {
    margin: 0;
    height: 605px;
    opacity: 0;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .slides {
        height: calc(100vh - 130px);
        max-height: 500px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .slides {
        height: 590px;
    }
}

@media (max-width:767px) {
    .hero-carousel .slides {
        height: 280px;
    }
}

.hero-carousel .slides .slide {
    height: 615px;
    padding: 0;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .slides .slide {
        height: calc(100vh - 100px);
        max-height: 525px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .slides .slide {
        height: 600px;
    }
}

@media (max-width:767px) {
    .hero-carousel .slides .slide {
        height: 255px;
        margin: 0 5px;
        width: 100%;
        margin: 0 auto;
    }
}

.hero-carousel .slides .slide>.row {
    margin: 0;
}

.hero-carousel .slides .slide>.row>.col-12 {
    background-position: center;
    background-size: cover;
    height: 565px;
    padding: 0;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .slides .slide>.row>.col-12 {
        height: calc(100vh - 145px);
        max-height: 485px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .slides .slide>.row>.col-12 {
        height: 550px;
    }
}

@media (max-width:767px) {
    .hero-carousel .slides .slide>.row>.col-12 {
        height: 255px;
    }
}

.hero-carousel .slides .slide .offer-container {
    max-width: 1200px;
    height: 615px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .slides .slide .offer-container {
        height: calc(100vh - 100px);
        max-height: 525px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .slides .slide .offer-container {
        height: 600px;
    }
}

@media (max-width:767px) {
    .hero-carousel .slides .slide .offer-container {
        height: 280px;
        z-index: 3;
        top: 0;
        align-items: end;
        justify-content: start;
        left: unset;
        transform: unset;
        flex-direction: row;
    }

    .hero-carousel .slides .slide .offer-container>a {
        width: 50%;
    }

    .hero-carousel .slides .slide .offer-container>a img {
        max-width: 100%;
    }
}

@media (max-width:600px) {
    .hero-carousel .slides .slide .offer-container>a {
        width: 65%;
    }
}

@media (max-width:360px) {
    .hero-carousel .slides .slide .offer-container>a {
        width: 55%;
    }
}

.hero-carousel .slides .slide .offer-container img {
    max-width: 500px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .slides .slide .offer-container img {
        max-width: 450px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .slides .slide .offer-container img {
        max-width: 400px;
    }
}

@media (max-width:767px) {
    .hero-carousel .slides .slide .offer-container img {
        max-width: 50%;
    }
}

@media (max-width:600px) {
    .hero-carousel .slides .slide .offer-container img {
        max-width: 65%;
    }
}

@media (max-width:360px) {
    .hero-carousel .slides .slide .offer-container img {
        max-width: 55%;
    }
}

.hero-carousel .slides .slide .offer-container>p {
    display: none;
    margin-bottom: 0;
    max-width: 500px;
    padding: 0 18px;
    font-size: 13px;
    color: #8a8c8e;
    width: 100%;
}

@media (max-width:767px) {
    .hero-carousel .slides .slide .offer-container>p {
        width: auto;
        padding: 0 5px 0 0;
    }
}

.hero-carousel .slides .slide .offer-container>p a {
    color: inherit;
    text-decoration: underline;
}

.hero-carousel .owl-item {
    height: 615px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .owl-item {
        height: calc(100vh - 100px);
        max-height: 525px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .owl-item {
        height: 600px;
    }
}

@media (max-width:767px) {
    .hero-carousel .owl-item {
        height: 280px;
        background-color: transparent;
    }
}

.hero-carousel .owl-dot {
    display: none;
}

.hero-carousel .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-top: -15px;
    gap: 40px;
    position: relative;
    z-index: 2;
    max-width: 400px;
    background-color: #fff;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .controls {
        margin-top: unset;
    }
}

@media (max-width:767px) {
    .hero-carousel .controls {
        margin: 15px 0 20px;
    }
}

.hero-carousel .controls .custom-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hero-carousel .controls .custom-dots .dot {
    width: 38px;
    height: 8px;
}

.hero-carousel .controls .custom-dots .dot:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #8a8c8e;
    opacity: .7;
    border-radius: 50%;
    transition: all .4s ease-in;
    display: block;
    margin: 0 auto;
}

.hero-carousel .controls .custom-dots .dot.active {
    width: 88px;
}

.hero-carousel .controls .custom-dots .dot.active:before {
    width: 50px;
    opacity: 1;
    border-radius: 10px;
    background-color: #8a8c8e;
}

.hero-carousel .controls .pauseBtn {
    height: 20px;
    width: 20px;
    display: flex;
    gap: 4px;
    display: none;
    transition: all .4s ease;
    cursor: pointer;
}

.hero-carousel .controls .pauseBtn span {
    display: flex;
    height: 20px;
    width: 4px;
    background-color: #8a8c8e;
    opacity: .7;
    border-radius: 4px;
}

.hero-carousel .controls .pauseBtn.stopped span:first-child {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    border-color: transparent transparent transparent #8a8c8e;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 9px 0 9px 18px;
    border-radius: 2px;
}

.hero-carousel .controls .pauseBtn.stopped span:last-child {
    display: none;
}

.hero-carousel .form-container {
    position: absolute;
    z-index: 2;
    height: 565px;
    top: 0;
    width: 475px;
    right: 30px;
    transition: right .5s ease;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container {
        height: calc(100vh - 140px);
        max-height: 490px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .form-container {
        height: 550px;
        width: 50%;
    }
}

@media (max-width:767px) {
    .hero-carousel .form-container {
        position: static;
        width: 100%;
        padding: 0 5px;
        margin: 0 auto;
        height: auto;
    }
}

.hero-carousel .form-container .form {
    max-width: 515px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width:767px) {
    .hero-carousel .form-container .form {
        max-width: 767px;
        position: static;
        transform: unset;
    }
}

.hero-carousel .form-container .form .trustpilot-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 15px 20px 10px 0;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .trustpilot-wrapper {
        padding: 12px 20px 7px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .form-container .form .trustpilot-wrapper {
        padding: 15px 10px 5px 0;
    }
}

@media (max-width:767px) {
    .hero-carousel .form-container .form .trustpilot-wrapper {
        order: 2;
        justify-content: center;
        padding: 25px 0;
    }
}

.hero-carousel .form-container .form .trustpilot-wrapper .trustpilot-widget iframe {
    margin: 0;
    width: 200px !important;
}

.hero-carousel .form-container .form .outer {
    background-color: rgba(240, 240, 240, 0.9);
    border-radius: 80px 0 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .form-container .form .outer {
        border-radius: 50px 0 50px;
    }
}

@media (max-width:767px) {
    .hero-carousel .form-container .form .outer {
        border-radius: 15px;
    }
}

.hero-carousel .form-container .form .inner {
    background-color: #fff;
    border-radius: 40px;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 30px 0 20px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner {
        padding: 20px 0 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .form-container .form .inner {
        width: calc(100% - 20px);
        margin: 0 10px;
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    .hero-carousel .form-container .form .inner {
        width: calc(100% - 15px);
        padding: 25px 0 0;
        border-radius: 15px;
        margin: 10px auto 0;
        box-shadow: 1px 1px 5px 1px rgba(150, 150, 150, 0.2);
    }
}

.hero-carousel .form-container .form .inner p:first-child {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    max-width: 350px;
    line-height: 42px;
    margin: 0 auto 12px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner p:first-child {
        font-size: 30px;
        line-height: 1.25;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .form-container .form .inner p:first-child {
        font-size: 28px;
        padding: 0 15px;
        line-height: 1.3;
        margin: 0 auto;
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner .cta-button-large {
        margin: 3px 0 0 !important;
        padding: 11px 60px !important;
        min-height: 51px;
    }
}

.hero-carousel .form-container .form .inner p:last-child {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 15px;
    margin: 25px 0 0;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner p:last-child {
        margin: 15px 0 0;
    }
}

@media (max-width:767px) {
    .hero-carousel .form-container .form .inner p:last-child {
        margin: 25px 10px 45px;
    }
}

.hero-carousel .form-container .form .inner p:last-child a {
    color: inherit;
    text-decoration: underline;
    line-height: 1.4 !important;
}

.hero-carousel .form-container .form .inner p.form-subtitle span {
    font-weight: 500;
}

.hero-carousel .form-container .form .inner form {
    max-width: 330px;
    margin: 0 auto;
}

.hero-carousel .form-container .form .inner form.webform-submission-form .form-item.messages-box .messages-inner-wrapper {
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    margin: -5px 0 5px 0;
    text-align: center;
    font-weight: 400;
}

.hero-carousel .form-container .form .inner form.webform-submission-form .form-type-textfield input {
    padding-right: 30px;
    font-family: "Fira Sans", Helvetica, sans-serif;
    height: 54px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner form.webform-submission-form .form-type-textfield input {
        height: 51px;
    }
}

.hero-carousel .form-container .form .inner form.webform-submission-form .form-item-postcode {
    display: none;
    height: 0;
}

.hero-carousel .form-container .form .inner form.webform-submission-form .form-submit {
    height: 44px;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .form-container .form .inner form.webform-submission-form .form-submit {
        height: 42px;
    }
}

.hero-carousel .form-container .form .inner form.webform-submission-form .form-actions::after {
    bottom: 12px;
}

.hero-carousel .contact-us {
    display: flex;
    gap: 10px;
    align-items: baseline;
    padding: 15px 0;
}

@media (min-width:768px) and (max-width:1440px) {
    .hero-carousel .contact-us {
        padding: 12px 0 10px;
    }
}

.hero-carousel .contact-us>p {
    line-height: 1;
}

@media (min-width:992px) and (max-width:1440px) {
    .hero-carousel .contact-us>p:last-child {
        font-size: 26px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hero-carousel .contact-us>p:last-child {
        font-size: 28px !important;
    }
}

.page-node-type-landings .hero-carousel {
    margin: -2px 0 0;
}

.page-node-type-landings .webform-submission-form .form-item.form-item-phone {
    margin-top: 0;
}

[contenteditable] .hero-carousel {
    height: auto;
    display: block;
    max-height: max-content;
}

[contenteditable] .hero-carousel .slides {
    height: auto;
    opacity: 1;
}

[contenteditable] .hero-carousel .slides .slide {
    height: 250px;
    padding: 5px;
}

[contenteditable] .hero-carousel .slides .slide>.row>.col-12 {
    height: 200px;
}

[contenteditable] .hero-carousel .slides .slide .offer-container {
    height: auto;
    bottom: 0;
    top: unset;
    left: 0;
    width: 100%;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

[contenteditable] .hero-carousel .slides .slide .offer-container img {
    max-width: 50%;
}

[contenteditable] .hero-carousel .slides .slide .offer-container>p {
    display: block;
}

[contenteditable] .hero-carousel .controls {
    margin-top: 0;
}

[contenteditable] .hero-carousel .form-container {
    position: static;
    width: 100%;
}

[contenteditable] .hero-carousel .form-container .form {
    position: static;
    transform: unset;
    max-width: 100%;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.page-node-type-blog .block-system-main-block {
    margin-top: 0;
}

@media (min-width:768px) {
    .page-node-type-blog .radix-layouts-content {
        overflow-x: unset;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .radix-layouts-sidebar .block-region-sidebar {
        flex-direction: column-reverse;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .block-region-contentmain {
        margin-bottom: 10px;
    }
}

@media (min-width:990px) {
    .page-node-type-blog .block-region-contentmain {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

.page-node-type-blog .block-region-contentmain .field--name-field-author, .page-node-type-blog .block-region-contentmain .field--name-field-date, .page-node-type-blog .block-region-contentmain .field--name-field-datetime {
    opacity: 1;
}

.page-node-type-blog .block-region-contentmain .field--name-title h1, .page-node-type-blog .block-region-contentmain .field--name-title .field--name-title, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle h1, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle .field--name-title {
    font-size: 42px;
}

@media (min-width:768px) {
    .page-node-type-blog .block-region-contentmain .field--name-title h1, .page-node-type-blog .block-region-contentmain .field--name-title .field--name-title, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle h1, .page-node-type-blog .block-region-contentmain .block-entity-fieldnodetitle .field--name-title {
        font-size: 50px;
    }
}

.page-node-type-blog .block-region-contentmain .block-entity-fieldnodefield-blog-category:last-child {
    opacity: 1;
    display: none;
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .block-blog-navigation-block {
        border-top: 1px solid #dcddde;
        padding-top: 10px;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .alarm-price {
        padding: 60px 0 40px;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .social-networks {
        display: none;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .block-content-type-sd_b002 {
        display: none;
    }
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .block-blog-categories-block {
        order: -1;
        border: none;
    }
}

.page-node-type-blog .block-views-blockblog-blog-related .taxonomy, .page-node-type-blog .block-views-blockblog-blog-related .date-block {
    display: none;
}

@media (min-width:0) and (max-width:767px) {
    .page-node-type-blog .block-views-blockblog-blog-related .blog .item {
        width: 100%;
        box-shadow: 1px 2px 4px 2px #dcddde;
        border-radius: 20px;
        background: white;
        margin: 0 0 20px;
        padding: 20px;
        overflow: hidden;
        flex: 1 0 100%;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .item:nth-of-type(3) {
        margin-top: 0;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .item:nth-of-type(odd) {
        margin-right: 0;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .views-field-field-image {
        width: calc(100% + 40px);
        height: 160px;
        margin: -20px -20px 0;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .views-field-field-image a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        border-radius: 20px 20px 0 0;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .views-field-field-image img {
        height: 160px;
        object-fit: cover;
        width: unset;
        max-width: none;
        min-width: 100%;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .taxonomy {
        font-size: 13px;
        font-weight: 500;
        margin-top: 10px;
        text-transform: uppercase;
        display: block;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .views-field-title a {
        font-size: 21px;
        font-weight: 400;
    }

    .page-node-type-blog .block-views-blockblog-blog-related .blog .date-block {
        display: block;
        margin-top: 15px;
        font-size: 12px;
        opacity: 0.5;
        text-transform: uppercase;
    }
}

.view-display-id-blog_list .date-block {
    opacity: 1;
}

.view-display-id-blog_list .title a {
    color: var(--default-text-color);
}

.view-display-id-blog_list .title a:hover {
    color: var(--main-color);
}

@media (min-width:990px) {
    .view-display-id-blog_list .title a {
        color: var(--default-text-color);
    }

    .view-display-id-blog_list .title a:hover {
        color: var(--main-color);
    }
}

.view-display-id-blog_list .item {
    display: flex;
    flex-wrap: wrap;
}

.view-display-id-blog_list .views-field-field-image, .view-display-id-blog_list .views-field-field-image-mobile {
    width: calc(100% + 40px);
    height: 160px;
    margin: -20px -20px 0;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

@media (min-width:600px) {
    .view-display-id-blog_list .views-field-field-image, .view-display-id-blog_list .views-field-field-image-mobile {
        width: 50%;
        height: 240px;
        border-radius: 20px 0 0 20px;
        margin: -20px 0 -20px -20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

@media (min-width:600px) {
    .view-display-id-blog_list .views-field-field-image-mobile {
        display: none;
    }
}

.view-display-id-blog_list .image {
    width: 100%;
    border-radius: 0;
    margin: 0;
}

@media (min-width:600px) {
    .view-display-id-blog_list .views-field-nothing {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 20px;
    }
}

@media (min-width:600px) {
    .view-display-id-blog_list .view-blog-text {
        width: 100%;
    }
}

@media (min-width:0) and (max-width:767px) {
    .blog_categories, .blog-categories .botones-isotope {
        display: flex;
        overflow-x: scroll;
        padding-bottom: 10px !important;
    }

    .blog_categories .container, .blog-categories .botones-isotope .container {
        max-width: none;
    }

    .blog_categories li a, .blog-categories .botones-isotope li a {
        white-space: nowrap;
    }

    .blog_categories li a::after, .blog-categories .botones-isotope li a::after {
        display: none;
    }

    .blog_categories .button, .blog-categories .botones-isotope .button {
        white-space: nowrap;
    }

    .blog_categories .button::after, .blog-categories .botones-isotope .button::after {
        display: none;
    }
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}

.layout-container main {
    padding: 95px 0 0;
}

@media (min-width:991px) {
    .layout-container main {
        padding: 119px 0 0;
    }
}

.view-product-list.slider .owl-carousel {
    padding: 0;
}

.view-product-list.slider .owl-carousel .owl-stage {
    margin-left: -20px;
}

@media (min-width:768px) {
    .view-product-list.slider .owl-carousel .owl-stage {
        margin-left: 0;
    }
}

.view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
    bottom: -16px;
}

@media (min-width:322px) {
    .view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
        bottom: -16px;
    }
}

@media (min-width:350px) {
    .view-product-list.slider .owl-carousel .owl-prev, .view-product-list.slider .owl-carousel .owl-next {
        bottom: -16px;
    }
}

.view-product-list.slider .owl-carousel .owl-dots:not(.disabled) {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0;
}

@media (min-width:768px) {
    .view-product-list.slider .owl-carousel .owl-dots:not(.disabled) {
        max-width: 320px;
    }
}

@media (min-width:990px) {
    .view-product-list.slider .owl-carousel .owl-dots:not(.disabled) {
        max-width: 460px;
    }
}

.view-product-list.slider .owl-carousel .owl-dot {
    margin: 0;
    pointer-events: none;
    width: 60px;
}

@media (min-width:768px) {
    .view-product-list.slider .owl-carousel .owl-dot {
        width: 60px;
        height: 48px;
        pointer-events: inherit;
    }
}

@media (min-width:1170px) {
    .view-product-list.slider .owl-carousel .owl-dot {
        width: 80px;
    }
}

.view-product-list.slider .owl-carousel .owl-dot span {
    border-radius: 0;
    width: 100%;
    height: 4px;
}

.view-product-list.slider .owl-carousel .owl-dot:first-child span {
    border-radius: 4px 0 0 4px;
}

.view-product-list.slider .owl-carousel .owl-dot:last-child span {
    border-radius: 0 4px 4px 0;
}

.block-modal-dialog {
    border-radius: 10px;
    overflow: hidden;
    max-width: 800px !important;
}

.block-modal-dialog::after {
    position: fixed;
}

.block-modal-dialog .ui-dialog-buttonpane, .block-modal-dialog form {
    display: none;
}

.block-modal-dialog .ui-dialog-titlebar {
    padding: 0px;
    border: 0px;
}

.block-modal-dialog .ui-dialog-titlebar>span {
    display: none;
}

.block-modal-dialog .ui-dialog-titlebar button {
    cursor: auto;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: -9999;
    width: 100%;
    height: 100%;
}

.block-modal-dialog .ui-dialog-titlebar button:focus {
    outline: none;
}

.block-modal-dialog .ui-dialog-titlebar button>span.ui-button-icon {
    background-image: none;
}

.block-modal-dialog .ui-widget-content {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.block-modal-dialog .ui-widget-content::-webkit-scrollbar {
    display: none;
}

.ui-widget-overlay {
    opacity: 65%;
    background: #000;
}

a.block-modal-popup {
    border-radius: unset !important;
    display: inline-block !important;
    line-height: unset !important;
}

a.block-modal-popup:hover {
    background-color: unset !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

a.block-modal-popup:focus-visible {
    outline: none !important;
}

a.block-modal-popup:active {
    text-decoration: none !important;
}

a.block-modal-popup:after {
    display: none !important;
}

a.block-modal-popup span {
    display: block !important;
}

a.block-modal-popup span:after {
    display: none !important;
}

a.block-modal-popup.link-video {
    margin-top: 15px !important;
    background-image: url("https://www.securitasdirect.es/lp/html/img/ico/play.gif") !important;
    color: #ff0033 !important;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: auto !important;
    padding-bottom: 0px !important;
    background-position: left !important;
    padding-left: 40px !important;
}

a.block-modal-popup.link-video:hover, a.block-modal-popup.link-video:focus {
    color: #ff0033 !important;
}

a.block-modal-popup.link-video:before {
    display: none !important;
}

a.block-modal-popup.formatted-link {
    margin-top: 15px !important;
    background-image: url("/themes/custom/securitasDirect/images/icons/svg/go_small.svg") !important;
    color: #ff0033 !important;
    text-decoration: none !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    width: auto !important;
    padding-bottom: 0px !important;
    background-position: left !important;
    padding-left: 30px !important;
}

a.block-modal-popup.formatted-link:hover, a.block-modal-popup.formatted-link:focus {
    color: #ff0033 !important;
}

a.block-modal-popup.formatted-link:before {
    display: none !important;
}