@charset "UTF-8";
.reset-list, .hs-form .inputs-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.reset-button, .hs-form .hs-button.primary {
    padding: 0;
    border-width: 0;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    text-align: inherit; }
.reset-button:focus-visible, .hs-form .hs-button.primary:focus-visible {
    outline: none; }
.reset-button[disabled], .hs-form .hs-button.primary[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }

[hidden] {
    display: none !important; }

.sr-only {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    margin: -0.0625rem;
    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; }

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar; }

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

.container {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 540px) {
    .container {
        max-width: 33.75rem; } }
@media (min-width: 768px) {
    .container {
        max-width: 45rem; } }
@media (min-width: 992px) {
    .container {
        max-width: 60rem; } }
@media (min-width: 1200px) {
    .container {
        max-width: 73.125rem; } }

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

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }

.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: 0.9375rem;
    padding-left: 0.9375rem; }

.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: 540px) {
    .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: 540px) {
    .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: 540px) {
    .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: 540px) {
    .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; } }

.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: 540px) {
    .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-primary {
    color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !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: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !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-body {
    color: #212529 !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;
    overflow-wrap: break-word !important; }

.text-reset {
    color: inherit !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; }

.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; } }

.visible {
    visibility: visible !important; }

.invisible {
    visibility: hidden !important; }

/*
 |  tail.select - The vanilla solution to make your HTML select fields AWESOME!
 |  @file       ./css/bootstrap4/tail.select-default.css
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.5.15 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.select
 |  @license    X11 / MIT License
 |  @copyright  Copyright © 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>
 */
/* @start GENERAL */
.tail-select, .tail-select *, .tail-select *:before, .tail-select *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

.tail-select, .tail-select * {
    outline: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none; }

.tail-select {
    width: 17.1875rem;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.tail-select mark {
    color: white;
    background-color: #0088CC; }

.tail-select button {
    outline: none; }

.tail-select button.tail-all, .tail-select button.tail-none {
    height: auto;
    margin: 0 0.125rem;
    padding: 0.125rem 0.375rem;
    display: inline-block;
    font-size: 0.625rem;
    line-height: 0.875rem;
    text-shadow: none;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: top;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.1875rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    transition: color 142ms linear, border 142ms linear, background 142ms linear;
    -webkit-transition: color 142ms linear, border 142ms linear, background 142ms linear; }

.tail-select button.tail-all {
    color: #AAAAAA;
    border-color: #CCCCCC;
    background-color: transparent; }

.tail-select button.tail-all:hover {
    color: #62C462;
    border-color: #62C462;
    background-color: transparent; }

.tail-select button.tail-none {
    color: #AAAAAA;
    border-color: #CCCCCC;
    background-color: transparent; }

.tail-select button.tail-none:hover {
    color: #EE5F5B;
    border-color: #EE5F5B;
    background-color: transparent; }

.tail-select.disabled button.tail-all {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #F0F0F0; }

.tail-select.disabled button.tail-none {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #F0F0F0; }

.tail-select input[type="text"] {
    color: #343a40;
    width: 100%;
    height: 1.875rem;
    margin: 0;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5;
    vertical-align: middle;
    background-color: transparent;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 0.2rem;
    box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.075);
    transition: border 142ms linear, box-shadow 142ms linear;
    -webkit-transition: border 142ms linear, box-shadow 142ms linear; }

.tail-select input[type="text"]:hover {
    color: #343a40;
    border-color: #b3b3b3;
    background-color: transparent; }

.tail-select input[type="text"]:focus {
    color: #0088CC;
    border-color: #0088CC;
    background-color: transparent; }

.tail-select.disabled input[type="text"] {
    color: #e6e6e6;
    border-color: #CCCCCC;
    background-color: #e6e6e6; }

.tail-select-container {
    margin: 0;
    padding: 0.1875rem;
    text-align: left;
    border-radius: 0.1875rem; }

.tail-select-container .select-handle {
    width: auto;
    color: white;
    cursor: pointer;
    margin: 0.0625rem;
    padding: 0.2em 0.6em 0.3em;
    display: inline-block;
    position: relative;
    font-size: 0.74025rem;
    text-align: left;
    font-weight: bold;
    line-height: 1rem;
    text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
    vertical-align: top;
    background-color: #0088CC;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.1875rem;
    transition: background 142ms linear;
    -webkit-transition: background 142ms linear; }

.tail-select-container .select-handle:hover {
    color: white;
    background-color: #005580; }

.tail-select-container.select-label .select-handle {
    margin: 0.3125rem 0.1875rem; }

/* @end GENERAL */
/* @start LABEL */
.tail-select .select-label {
    cursor: pointer;
    color: #343A40;
    width: 100%;
    margin: 0;
    padding: 0 1.875rem 0 0;
    display: block;
    position: relative;
    text-align: left;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%204%205'%3E%3Cpath%20fill%3D'%23343A40'%20d%3D'M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 0.75rem;
    background-size: 0.5rem 0.625rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: #CCCCCC;
    border-radius: 0.1875rem;
    transition: border 142ms linear, background 142ms linear, box-shadow 142ms linear;
    -webkit-transition: border 142ms linear, background 142ms linear, box-shadow 142ms linear; }

.tail-select .select-label:hover {
    color: #343A40;
    border-color: #b9b9b9;
    background-color: #ececec; }

.tail-select .select-label .label-count, .tail-select .select-label .label-inner {
    width: auto;
    margin: 0;
    display: inline-block;
    text-align: left;
    vertical-align: top; }

.tail-select .select-label .label-count {
    float: left;
    color: white;
    margin: 0.625rem -0.1875rem 0 0.5625rem;
    padding: 0.25em 0.4em;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-shadow: none;
    white-space: nowrap;
    border-radius: 0.25rem;
    background-color: #343A40; }

.tail-select .select-label .label-inner {
    margin: 0;
    padding: 0.375rem 0.75rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tail-select.active .select-label {
    color: #343A40;
    border-color: #0088CC;
    background-color: #ececec;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.35);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 136, 204, 0.35); }

/* @end LABEL */
/* @start DROPDOWN */
.tail-select .select-dropdown {
    top: 100%;
    left: 0;
    color: #343a40;
    width: 100%;
    margin: 0.125rem 0 0;
    padding: 0;
    z-index: 27;
    display: none;
    position: absolute;
    background-color: white;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.175); }

.tail-select .select-dropdown .dropdown-search {
    width: 100%;
    margin: 0;
    padding: 0.625rem;
    display: block;
    border-width: 0 0 0.0625rem 0;
    border-style: solid;
    border-color: #e6e6e6; }

.tail-select .select-dropdown .dropdown-inner {
    width: 100%;
    margin: 0;
    padding: 0.0625rem 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto; }

.tail-select .select-dropdown .dropdown-empty {
    margin: 0;
    padding: 1.25rem 1.75rem;
    display: block;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.2; }

.tail-select .select-dropdown .dropdown-action {
    top: 0.5rem;
    right: 0.9375rem;
    width: auto;
    margin: 0;
    padding: 0.4375rem 0;
    z-index: 35;
    display: inline-block;
    position: absolute;
    text-align: center; }

.tail-select .select-dropdown ul, .tail-select .select-dropdown ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    list-style: none;
    vertical-align: top; }

.tail-select .select-dropdown ul li {
    color: #343a40;
    padding: 0.25rem 1.75rem;
    text-align: left;
    font-weight: normal; }

.tail-select .select-dropdown ul li:first-of-type {
    margin-top: 0.5rem; }

.tail-select .select-dropdown ul li:last-of-type {
    margin-bottom: 0.5rem; }

.tail-select .select-dropdown ul li.optgroup-title {
    color: rgba(52, 58, 64, 0.7);
    cursor: default;
    margin: 0;
    padding: 0.5rem 1.5rem;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 1.25rem;
    text-shadow: none;
    letter-spacing: 0.0625rem;
    text-transform: uppercase; }

.tail-select .select-dropdown ul li.optgroup-title b {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2;
    text-shadow: none;
    letter-spacing: 0;
    text-transform: none; }

.tail-select .select-dropdown ul li.optgroup-title button {
    float: right;
    opacity: 0; }

.tail-select .select-dropdown ul:hover li button {
    opacity: 1; }

.tail-select .select-dropdown ul li.dropdown-option {
    cursor: pointer;
    color: #343a40; }

.tail-select .select-dropdown ul li.dropdown-option:before {
    top: 0;
    left: 0;
    width: 1.875rem;
    height: 2.0625rem;
    margin: 0;
    padding: 0;
    z-index: 21;
    display: inline-block;
    content: "";
    position: absolute;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center; }

.tail-select .select-dropdown ul li.dropdown-option .option-description {
    color: rgba(52, 58, 64, 0.7);
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.625rem;
    text-align: left;
    line-height: 0.875rem;
    vertical-align: top; }

.tail-select.hide-selected .select-dropdown ul li.selected,
.tail-select.hide-disabled .select-dropdown ul li.disabled {
    display: none; }

/* Selected */
.tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #0088CC;
    background-color: transparent; }

.tail-select .select-dropdown ul li.dropdown-option.selected:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC                9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNMTIgNWwtOCA4LTQtN                CAxLjUtMS41TDQgMTBsNi41LTYuNUwxMiA1eiIvPjwvc3ZnPg=="); }

.tail-select .select-dropdown ul li.dropdown-option.selected .option-description {
    color: rgba(52, 58, 64, 0.7); }

/* Unselect */
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC                                9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEyIDE2Ij48cGF0aCBkPSJNNy40OCA4bDMuNzUgM                                y43NS0xLjQ4IDEuNDhMNiA5LjQ4bC0zLjc1IDMuNzUtMS40OC0xLjQ4TDQuNTIgOCAuNzcgNC4yNWwxLjQ4LTEuNDhMNiA2                                LjUybDMuNzUtMy43NSAxLjQ4IDEuNDhMNy40OCA4eiIvPjwvc3ZnPg=="); }

/* Hover */
.tail-select .select-dropdown ul li.dropdown-option {
    transition: all 0.3s ease-in; }

.tail-select .select-dropdown ul li.dropdown-option:hover,
.tail-select .select-dropdown ul li.dropdown-option.hover {
    transition: all 0.4s ease;
    color: #343a40;
    background-color: #ffffff; }

.tail-select .select-dropdown ul li.dropdown-option:hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.hover .option-description {
    color: rgba(52, 58, 64, 0.7); }

/* Disabled */
.tail-select.disabled .select-dropdown ul li.dropdown-option,
.tail-select .select-dropdown ul li.dropdown-option.disabled {
    cursor: not-allowed;
    color: rgba(52, 58, 64, 0.35);
    text-shadow: 0 0.0625rem 0 rgba(122, 135, 147, 0.1), 0 -0.0625rem 0 rgba(0, 0, 0, 0.1);
    background-color: rgba(52, 58, 64, 0.02); }

.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description {
    text-shadow: 0 0.0625rem 0 rgba(63, 71, 78, 0.05), 0 -0.0625rem 0 rgba(41, 45, 50, 0.05); }

.tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled .option-description,
.tail-select.disabled .select-dropdown ul li.dropdown-option:hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled:hover .option-description,
.tail-select.disabled .select-dropdown ul li.dropdown-option.hover .option-description,
.tail-select .select-dropdown ul li.dropdown-option.disabled.hover .option-description {
    color: rgba(52, 58, 64, 0.7); }

/* @end DROPDOWN */
[class*="col"] {
    position: static; }

.small-padding-bottom {
    padding-bottom: 0.00625rem; }

.bx, .bxh:hover {
    box-shadow: 0 0.3125rem 1.3125rem 0.125rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem; }

.bx-none, .bxh-none:hover {
    box-shadow: none;
    border-radius: 0; }

@media (min-width: 540px) {
    .bx-sm, .bxh-sm:hover {
        box-shadow: 0 0.3125rem 1.3125rem 0.125rem rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem; }
    .bx-sm-none, .bxh-sm-none:hover {
        box-shadow: none;
        border-radius: 0; } }

@media (min-width: 768px) {
    .bx-md, .bxh-md:hover {
        box-shadow: 0 0.3125rem 1.3125rem 0.125rem rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem; }
    .bx-md-none, .bxh-md-none:hover {
        box-shadow: none;
        border-radius: 0; } }

@media (min-width: 992px) {
    .bx-lg, .bxh-lg:hover {
        box-shadow: 0 0.3125rem 1.3125rem 0.125rem rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem; }
    .bx-lg-none, .bxh-lg-none:hover {
        box-shadow: none;
        border-radius: 0; } }

@media (min-width: 1200px) {
    .bx-xl, .bxh-xl:hover {
        box-shadow: 0 0.3125rem 1.3125rem 0.125rem rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem; }
    .bx-xl-none, .bxh-xl-none:hover {
        box-shadow: none;
        border-radius: 0; } }

.align-vertical {
    display: flex;
    align-items: center; }

.object-fit-contain {
    object-fit: contain; }

.bg-none {
    background-color: transparent; }

.bg-brand-primary {
    background-color: var(--c-brand-primary); }

.c-brand-primary {
    color: var(--c-brand-primary); }

.bg-brand-secondary {
    background-color: var(--c-brand-secondary); }

.c-brand-secondary {
    color: var(--c-brand-secondary); }

.bg-black {
    background-color: #000; }

.c-black {
    color: #000; }

.bg-white {
    background-color: #fff; }

.c-white {
    color: #fff; }

@media (min-width: 540px) {
    .bg-sm-none {
        background-color: transparent; }
    .bg-sm-brand-primary {
        background-color: var(--c-brand-primary); }
    .c-sm-brand-primary {
        color: var(--c-brand-primary); }
    .bg-sm-brand-secondary {
        background-color: var(--c-brand-secondary); }
    .c-sm-brand-secondary {
        color: var(--c-brand-secondary); }
    .bg-sm-black {
        background-color: #000; }
    .c-sm-black {
        color: #000; }
    .bg-sm-white {
        background-color: #fff; }
    .c-sm-white {
        color: #fff; } }

@media (min-width: 768px) {
    .bg-md-none {
        background-color: transparent; }
    .bg-md-brand-primary {
        background-color: var(--c-brand-primary); }
    .c-md-brand-primary {
        color: var(--c-brand-primary); }
    .bg-md-brand-secondary {
        background-color: var(--c-brand-secondary); }
    .c-md-brand-secondary {
        color: var(--c-brand-secondary); }
    .bg-md-black {
        background-color: #000; }
    .c-md-black {
        color: #000; }
    .bg-md-white {
        background-color: #fff; }
    .c-md-white {
        color: #fff; } }

@media (min-width: 992px) {
    .bg-lg-none {
        background-color: transparent; }
    .bg-lg-brand-primary {
        background-color: var(--c-brand-primary); }
    .c-lg-brand-primary {
        color: var(--c-brand-primary); }
    .bg-lg-brand-secondary {
        background-color: var(--c-brand-secondary); }
    .c-lg-brand-secondary {
        color: var(--c-brand-secondary); }
    .bg-lg-black {
        background-color: #000; }
    .c-lg-black {
        color: #000; }
    .bg-lg-white {
        background-color: #fff; }
    .c-lg-white {
        color: #fff; } }

@media (min-width: 1200px) {
    .bg-xl-none {
        background-color: transparent; }
    .bg-xl-brand-primary {
        background-color: var(--c-brand-primary); }
    .c-xl-brand-primary {
        color: var(--c-brand-primary); }
    .bg-xl-brand-secondary {
        background-color: var(--c-brand-secondary); }
    .c-xl-brand-secondary {
        color: var(--c-brand-secondary); }
    .bg-xl-black {
        background-color: #000; }
    .c-xl-black {
        color: #000; }
    .bg-xl-white {
        background-color: #fff; }
    .c-xl-white {
        color: #fff; } }

.f-hero-title {
    font-size: var(--fs-hero-title, 36px);
    line-height: var(--lh-hero-title, 44px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-h1 {
    font-size: var(--fs-h1, 26px);
    line-height: var(--lh-h1, 42px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-h2 {
    font-size: var(--fs-h2, 28px);
    line-height: var(--lh-h2, 41px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-h3 {
    font-size: var(--fs-h3, 25px);
    line-height: var(--lh-h3, 31px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-h4 {
    font-size: var(--fs-h4, 19px);
    line-height: var(--lh-h4, 28px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-button {
    font-size: var(--fs-button, 16px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-pullout {
    font-size: var(--fs-pullout, 27px);
    line-height: var(--lh-pullout, 39px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-body {
    font-size: var(--fs-body, 16px);
    line-height: var(--lh-body, 26px);
    font-weight: var(--fw-normal, normal); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-body-large {
    font-size: var(--fs-body-large, 18px);
    line-height: var(--lh-body-large, 29px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-body-sub {
    font-size: var(--fs-body-sub, 18px);
    line-height: var(--lh-body-sub, 30px);
    font-weight: var(--fw-bold, bold); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-small {
    font-size: var(--fs-body-small, 14px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-widget-large {
    font-size: var(--fs-widget-large, 20px);
    line-height: var(--lh-widget-large, 28px); }

.f-bold {
    font-weight: var(--fw-bold, bold); }

.f-compliance {
    font-size: var(--fs-compliance, 13px);
    color: #6a6a6a; }

@media (min-width: 540px) {
    .f-sm-hero-title {
        font-size: var(--fs-hero-title, 36px);
        line-height: var(--lh-hero-title, 44px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-h1 {
        font-size: var(--fs-h1, 26px);
        line-height: var(--lh-h1, 42px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-h2 {
        font-size: var(--fs-h2, 28px);
        line-height: var(--lh-h2, 41px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-h3 {
        font-size: var(--fs-h3, 25px);
        line-height: var(--lh-h3, 31px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-h4 {
        font-size: var(--fs-h4, 19px);
        line-height: var(--lh-h4, 28px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-button {
        font-size: var(--fs-button, 16px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-pullout {
        font-size: var(--fs-pullout, 27px);
        line-height: var(--lh-pullout, 39px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-body {
        font-size: var(--fs-body, 16px);
        line-height: var(--lh-body, 26px);
        font-weight: var(--fw-normal, normal); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-body-large {
        font-size: var(--fs-body-large, 18px);
        line-height: var(--lh-body-large, 29px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-body-sub {
        font-size: var(--fs-body-sub, 18px);
        line-height: var(--lh-body-sub, 30px);
        font-weight: var(--fw-bold, bold); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-small {
        font-size: var(--fs-body-small, 14px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-widget-large {
        font-size: var(--fs-widget-large, 20px);
        line-height: var(--lh-widget-large, 28px); }
    .f-sm-bold {
        font-weight: var(--fw-bold, bold); }
    .f-sm-compliance {
        font-size: var(--fs-compliance, 13px);
        color: #6a6a6a; } }

@media (min-width: 768px) {
    .f-md-hero-title {
        font-size: var(--fs-hero-title, 36px);
        line-height: var(--lh-hero-title, 44px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-h1 {
        font-size: var(--fs-h1, 26px);
        line-height: var(--lh-h1, 42px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-h2 {
        font-size: var(--fs-h2, 28px);
        line-height: var(--lh-h2, 41px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-h3 {
        font-size: var(--fs-h3, 25px);
        line-height: var(--lh-h3, 31px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-h4 {
        font-size: var(--fs-h4, 19px);
        line-height: var(--lh-h4, 28px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-button {
        font-size: var(--fs-button, 16px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-pullout {
        font-size: var(--fs-pullout, 27px);
        line-height: var(--lh-pullout, 39px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-body {
        font-size: var(--fs-body, 16px);
        line-height: var(--lh-body, 26px);
        font-weight: var(--fw-normal, normal); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-body-large {
        font-size: var(--fs-body-large, 18px);
        line-height: var(--lh-body-large, 29px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-body-sub {
        font-size: var(--fs-body-sub, 18px);
        line-height: var(--lh-body-sub, 30px);
        font-weight: var(--fw-bold, bold); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-small {
        font-size: var(--fs-body-small, 14px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-widget-large {
        font-size: var(--fs-widget-large, 20px);
        line-height: var(--lh-widget-large, 28px); }
    .f-md-bold {
        font-weight: var(--fw-bold, bold); }
    .f-md-compliance {
        font-size: var(--fs-compliance, 13px);
        color: #6a6a6a; } }

@media (min-width: 992px) {
    .f-lg-hero-title {
        font-size: var(--fs-hero-title, 36px);
        line-height: var(--lh-hero-title, 44px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-h1 {
        font-size: var(--fs-h1, 26px);
        line-height: var(--lh-h1, 42px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-h2 {
        font-size: var(--fs-h2, 28px);
        line-height: var(--lh-h2, 41px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-h3 {
        font-size: var(--fs-h3, 25px);
        line-height: var(--lh-h3, 31px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-h4 {
        font-size: var(--fs-h4, 19px);
        line-height: var(--lh-h4, 28px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-button {
        font-size: var(--fs-button, 16px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-pullout {
        font-size: var(--fs-pullout, 27px);
        line-height: var(--lh-pullout, 39px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-body {
        font-size: var(--fs-body, 16px);
        line-height: var(--lh-body, 26px);
        font-weight: var(--fw-normal, normal); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-body-large {
        font-size: var(--fs-body-large, 18px);
        line-height: var(--lh-body-large, 29px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-body-sub {
        font-size: var(--fs-body-sub, 18px);
        line-height: var(--lh-body-sub, 30px);
        font-weight: var(--fw-bold, bold); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-small {
        font-size: var(--fs-body-small, 14px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-widget-large {
        font-size: var(--fs-widget-large, 20px);
        line-height: var(--lh-widget-large, 28px); }
    .f-lg-bold {
        font-weight: var(--fw-bold, bold); }
    .f-lg-compliance {
        font-size: var(--fs-compliance, 13px);
        color: #6a6a6a; } }

@media (min-width: 1200px) {
    .f-xl-hero-title {
        font-size: var(--fs-hero-title, 36px);
        line-height: var(--lh-hero-title, 44px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-h1 {
        font-size: var(--fs-h1, 26px);
        line-height: var(--lh-h1, 42px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-h2 {
        font-size: var(--fs-h2, 28px);
        line-height: var(--lh-h2, 41px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-h3 {
        font-size: var(--fs-h3, 25px);
        line-height: var(--lh-h3, 31px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-h4 {
        font-size: var(--fs-h4, 19px);
        line-height: var(--lh-h4, 28px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-button {
        font-size: var(--fs-button, 16px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-pullout {
        font-size: var(--fs-pullout, 27px);
        line-height: var(--lh-pullout, 39px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-body {
        font-size: var(--fs-body, 16px);
        line-height: var(--lh-body, 26px);
        font-weight: var(--fw-normal, normal); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-body-large {
        font-size: var(--fs-body-large, 18px);
        line-height: var(--lh-body-large, 29px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-body-sub {
        font-size: var(--fs-body-sub, 18px);
        line-height: var(--lh-body-sub, 30px);
        font-weight: var(--fw-bold, bold); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-small {
        font-size: var(--fs-body-small, 14px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-widget-large {
        font-size: var(--fs-widget-large, 20px);
        line-height: var(--lh-widget-large, 28px); }
    .f-xl-bold {
        font-weight: var(--fw-bold, bold); }
    .f-xl-compliance {
        font-size: var(--fs-compliance, 13px);
        color: #6a6a6a; } }

body {
    color: #000;
    font-family: var(--ff-body);
    font-size: var(--fs-body, 16px); }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ff-heading);
    font-weight: normal;
    word-wrap: break-word; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0; }
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0; }

h1 {
    font-size: var(--fs-h1, 26px);
    line-height: var(--lh-h1, 42px); }
h1.hero-title {
    font-size: var(--fs-hero-title, 36px);
    line-height: var(--lh-hero-title, 44px); }

h2 {
    font-size: var(--fs-h2, 28px);
    line-height: var(--lh-h2, 41px); }

h3 {
    font-size: var(--fs-h3, 25px);
    line-height: var(--lh-h3, 31px); }

p {
    line-height: var(--lh-body, 26px); }

.large-text,
.large-text p {
    font-size: var(--fs-body-large, 18px);
    line-height: var(--lh-body-large, 29px); }

li {
    line-height: var(--lh-body, 26px); }

a {
    color: inherit; }
a:hover {
    color: inherit; }

.icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    stroke: none;
    flex-shrink: 0; }
.icon--dropdown {
    width: 0.875rem;
    height: 0.5rem;
    margin-left: 0.5rem; }
.icon--button {
    width: 0.875rem; }
.icon--max {
    width: 100%;
    height: 100%; }
.icon--r-90 {
    transform: rotate(90deg); }
.icon--r-180 {
    transform: rotate(180deg); }
.icon--r-270 {
    transform: rotate(270deg); }

.icon--dropdown {
    transform: rotate(0);
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
[aria-expanded=true] .icon--dropdown,
[aria-selected=true] .icon--dropdown {
    transform: rotate(180deg); }
@media (min-width: 992px) {
    :hover > a > .icon--dropdown,
    :hover > button > .icon--dropdown {
        transform: rotate(180deg); } }

.icon--system--arrow {
    width: 1.25rem; }

.icon--system--cross {
    width: 0.875rem;
    height: 0.875rem; }

button[aria-expanded=true] .icon--open,
button:not([aria-expanded=true]) .icon--close {
    display: none !important; }

::placeholder {
    color: #d0d0d0;
    opacity: 1; }

.hs-form {
    max-width: 46.5625rem; }
.hs-form .hs-form-field {
    margin-bottom: 1.625rem; }
.hs-form label {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-weight: var(--fw-bold, bold); }
.hs-form label .hs-form-required {
    display: inline-block;
    margin-left: 0.25rem;
    color: var(--c-brand-primary); }
.hs-form .hs-input {
    border: 0.0625rem solid #d0d0d0;
    border-radius: 0.3125rem;
    transition-property: border-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    padding: 0.75rem;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
.hs-form .hs-input:focus-visible {
    border-color: var(--c-brand-primary);
    outline: none; }
.hs-form .hs-input.invalid {
    border-color: #c62017; }
.hs-form .hs-fieldtype-text .hs-input,
.hs-form .hs-fieldtype-textarea .hs-input,
.hs-form .hs-fieldtype-select .hs-input {
    width: 100%; }
.hs-form .hs-fieldtype-textarea .hs-input {
    height: 12.5rem; }
.hs-form .hs-fieldtype-select .hs-input {
    background: #fff; }
.hs-form .hs-fieldtype-select .is-placeholder {
    color: #5B5B5B; }
.hs-form .hs-fieldtype-select option {
    color: #000; }
.hs-form .inputs-list label {
    position: relative; }
.hs-form .inputs-list label > span {
    display: flex;
    align-items: center;
    font-weight: normal; }
.hs-form .inputs-list label > span:before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    border: 0.0625rem solid #d0d0d0;
    border-radius: 0.3125rem; }
.hs-form .inputs-list label > span:after {
    content: "";
    display: none;
    position: absolute;
    left: 0.25rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.1875rem;
    background-color: var(--c-brand-primary); }
.hs-form .inputs-list label .hs-input {
    display: none; }
.hs-form .inputs-list label .hs-input:checked + span:before {
    border: 0.0625rem solid var(--c-brand-primary); }
.hs-form .inputs-list label .hs-input:checked + span:after {
    display: block; }
.hs-form .hs-error-msg,
.hs-form .hs-error-msgs,
.hs-form .hs-error-msgs label,
.hs-form .legal-consent-container .hs-error-msgs label {
    margin-bottom: 0;
    color: #c62017;
    font-weight: normal; }
.hs-form .hs-button.primary {
    margin-top: 1.5rem; }
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 0; }

html {
    height: 100%; }
html:not(.smooth-scroll-disabled) {
    scroll-behavior: smooth; }

body {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0; }
body.has-overlay {
    overflow: hidden; }
@media (min-width: 768px) {
    body.has-overlay .top-nav,
    body.has-overlay .main-nav {
        padding-right: var(--scrollbar-width, 0); } }
body.has-overlay header:after, body.has-overlay main:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: var(--c-brand-secondary);
    opacity: 0.8; }

table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
table thead {
    text-align: left; }
table thead tr,
table tbody tr:nth-child(even) {
    background-color: #f5f5f5; }
table td, table th {
    padding: 0.5rem 1rem; }

.btn, .hs-form .hs-button.primary {
    display: inline-block;
    padding: 1rem 3rem;
    border-width: 0.0625rem;
    border-style: solid;
    border-radius: 2.5rem;
    border-color: var(--c-button-border, var(--c-brand-primary));
    font-size: var(--fs-button, 16px);
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition-property: color, background-color, border-color, border-radius, box-shadow;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.btn:hover, .hs-form .hs-button.primary:hover, .btn:focus-visible, .hs-form .hs-button.primary:focus-visible {
    background-color: var(--c-button-bg-hover, var(--c-brand-secondary));
    color: white; }

.btn--alt {
    background-color: white;
    color: #000; }
.btn--alt:hover, .btn--alt:focus-visible {
    background-color: var(--c-brand-primary);
    color: white; }

.btn--naked {
    background-color: transparent;
    border-color: transparent;
    color: white;
    text-decoration: underline;
    font-size: var(--fs-body, 16px); }
.btn--naked:hover, .btn--naked:focus-visible {
    background-color: transparent; }

.bg-brand-secondary .btn, .bg-brand-secondary .hs-form .hs-button.primary, .hs-form .bg-brand-secondary .hs-button.primary {
    background-color: transparent;
    color: white;
    border-color: white; }
.bg-brand-secondary .btn:hover, .bg-brand-secondary .hs-form .hs-button.primary:hover, .hs-form .bg-brand-secondary .hs-button.primary:hover, .bg-brand-secondary .btn:focus-visible, .bg-brand-secondary .hs-form .hs-button.primary:focus-visible, .hs-form .bg-brand-secondary .hs-button.primary:focus-visible {
    background-color: white;
    color: var(--c-brand-secondary); }

.btn--flash {
    overflow: hidden;
    position: relative;
    border: 0.0625rem solid #d8d8d8;
    border-radius: 0.3125rem;
    transition-property: color;
    transition-duration: 600ms;
    transition-timing-function: linear;
    transition-delay: 0s; }
.btn--flash:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: -1.25rem;
    right: calc(100% + 1.25rem);
    transform: skewX(-0.35rad);
    transition-property: right;
    transition-duration: 600ms;
    transition-timing-function: linear;
    transition-delay: 0s; }
.btn--flash:before {
    border-radius: inherit;
    background-color: var(--c-button-flash-bg-back, var(--c-brand-secondary)); }
.btn--flash:hover, .btn--flash:focus-visible {
    background: none;
    color: white;
    text-decoration: none;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.15); }
.btn--flash:hover:before, .btn--flash:focus-visible:before {
    right: -1.25rem; }
.btn--flash > span {
    position: relative;
    z-index: 1; }

.btn--clear-filters {
    font-size: var(--fs-body-small, 14px); }

.contact-card {
    border: none;
    border-radius: 0.3125rem;
    text-decoration: none;
    background-color: #fafafa;
    padding: 2rem; }
.contact-card__image-wrapper {
    width: 100%;
    margin-bottom: 1.5rem; }
.contact-card__image {
    width: 100%;
    height: 13.75rem;
    border-radius: 0.3125rem; }
.contact-card__content {
    font-size: var(--fs-body-small, 14px); }
.contact-card__subtitle {
    color: #6a6a6a; }
@media (min-width: 992px) {
    .contact-card__image-wrapper {
        max-width: 35%;
        margin-right: 1.5rem;
        margin-bottom: 0; }
    .contact-card__image {
        height: 100%; } }

.contact-card__filter-seperator {
    border-top: solid 0.0625rem #d0d0d0;
    margin: 1.5rem 0; }
@media (min-width: 992px) {
    .contact-card__filter-seperator {
        border-left: solid 0.0625rem #d0d0d0;
        margin: 0 1.5rem; } }

.downloads {
    line-height: 2rem; }
.downloads__action {
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.downloads__action:hover, .downloads__action:focus-visible {
    color: var(--c-brand-primary); }
.downloads__row {
    word-break: break-word;
    border-bottom: 0.0625rem solid #d0d0d0; }

.faq {
    margin-bottom: 5.3125rem; }
.faq__title:before {
    content: "";
    width: 0.0625rem;
    height: 1.0625rem;
    background: var(--c-brand-primary);
    margin-right: 0.5rem; }
.faq__title a {
    text-decoration: none; }

.faq-nav {
    border-bottom: 0.0625rem solid #d0d0d0; }
.faq-nav__link {
    display: block;
    border-top: 0.0625rem solid #d0d0d0;
    font-size: 1.375rem;
    line-height: 1.75rem;
    padding: 0.75rem 0;
    text-decoration: none;
    transition-property: color, text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.faq-nav__link:not(:hover):not(:focus) {
    color: #6a6a6a; }
.faq-nav__link:hover, .faq-nav__link:focus-visible {
    text-decoration: underline; }

.filter {
    position: relative;
    background-color: #f6f6f6;
    color: inherit; }
.filter__container {
    position: relative; }
main .filter__inner-container {
    width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-right: auto;
    margin-left: auto; }
@media (min-width: 540px) {
    main .filter__inner-container {
        max-width: 33.75rem; } }
@media (min-width: 768px) {
    main .filter__inner-container {
        max-width: 45rem; } }
@media (min-width: 992px) {
    main .filter__inner-container {
        max-width: 60rem; } }
@media (min-width: 1200px) {
    main .filter__inner-container {
        max-width: 73.125rem; } }
main .filter .btn--naked {
    color: black; }
.hero .filter {
    background-color: #3c3c3b; }
@media (min-width: 992px) {
    .hero .filter {
        margin-left: 3rem;
        margin-right: 3rem; } }
.filter__label {
    display: block;
    font-size: var(--fs-body-large, 18px); }
.filter__filter {
    width: 100%;
    height: 2.75rem;
    padding-left: 0.75rem;
    background: white;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    font-size: var(--fs-body, 16px);
    font-family: var(--ff-body); }

.selected-filters__pill-box {
    border: 0.0625rem solid #E6E6E6;
    border-radius: 0.3125rem;
    padding: 0.25rem 0.625rem 0.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem; }
.selected-filters__pill-box.hide {
    display: none !important; }

.selected-filters__container-pill {
    padding: 0.3125rem 0.625rem 0.3125rem 0.3125rem;
    line-height: 1.625rem;
    font-size: 0.9375rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    flex: 0 0 auto; }
.selected-filters__container-pill:hover {
    cursor: pointer; }
.selected-filters__container-pill svg {
    max-width: 0.625rem;
    max-height: 0.625rem;
    color: #000; }

.form__tail .tail-select {
    width: 100%;
    font-family: var(--ff-body); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option {
    padding-right: .25rem;
    color: #000;
    font-size: 0.9375rem;
    line-height: 1.625rem;
    font-weight: 400; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option:hover:before {
    background-image: var(--plus-icon); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option.disabled {
    color: #717171;
    background: white; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option.disabled::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEwIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4wMTg4NyAyLjI0NDMxTDIuMzAxMzYgOC45NjE4MkwwLjg4NzE0NiA3LjU0NzYxTDcuNjA0NjYgMC44MzAwOTNMOS4wMTg4NyAyLjI0NDMxWiIgZmlsbD0iIzcxNzE3MSIvPgo8L3N2Zz4K); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option.selected:before {
    background-image: var(--tick-icon); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option.selected:hover:before {
    background-image: var(--minus-icon); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option:first-of-type {
    margin-top: 0; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option:hover {
    background-color: #E6E6E6; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option:before {
    height: 0.875rem;
    width: 0.875rem;
    background-size: 0.5625rem;
    top: calc(.875rem + .25rem);
    left: .875rem;
    transform: translate(-50%, -50%);
    border: 0.0625rem solid #2F2F2F;
    border-radius: 0.09375rem; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option--level1 {
    font-weight: 700; }
.form__tail .tail-select .select-dropdown ul li.dropdown-option--level2 {
    padding-left: calc(1.75rem + .875rem); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option--level2:before {
    left: calc(.875rem * 2); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option--level3 {
    padding-left: calc(1.75rem + (.875rem * 2)); }
.form__tail .tail-select .select-dropdown ul li.dropdown-option--level3:before {
    left: calc(.875rem * 3); }
.form__tail .tail-select.active .select-label {
    border-color: transparent;
    background-color: #fff;
    box-shadow: unset; }
.form__tail .tail-select.active .select-label:after {
    transform: rotateZ(0deg); }
.form__tail .tail-select .select-label {
    background-image: none; }
.form__tail .tail-select .select-label:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1.875rem;
    height: 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAHCAYAAAA4R3wZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACESURBVHgBhZCxEUBAEEV3RU60mT0SJSiBTuhACTpRghKUogQiMmfXDAGHN7PJn//+3ByCBxJCE/aISOuylrNw7wQ+yURmAITCgct1wDf+EEXqVBCxhk1OBjjhDr7QgpzjlKsrY66O7E32Sb/yKVlrG3h7zV2mjIgtjxK08IN24iSe9AN3jIon5DflWhwAAAAASUVORK5CYII=");
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateZ(180deg); }
.form__tail .tail-select .select-label:hover {
    background-color: white; }
.form__tail .tail-select .select-label .label-count {
    color: #717171;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1rem;
    margin: 0;
    padding: .625rem 0.875rem;
    position: relative; }
.form__tail .tail-select .select-label .label-count:after {
    content: '';
    width: 0.0625rem;
    height: calc(100% - 0.25rem);
    top: 0.125rem;
    right: 0;
    background: #E6E6E6;
    position: absolute; }
.form__tail .tail-select .select-label .label-inner {
    padding-left: 0.625rem;
    font-weight: 700;
    font-size: 1rem; }

.tail-select-container {
    margin: 0;
    padding: 0;
    border-radius: 0; }
.tail-select-container .select-handle {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #000;
    background: #fff;
    border: 0.0625rem solid #E6E6E6;
    border-radius: 0.3125rem;
    padding: 0.25rem 1.875rem 0.25rem 0.5rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.125rem;
    margin-top: 0.125rem; }
.tail-select-container .select-handle:after {
    position: absolute;
    width: 1.875rem;
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    background-position: center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVHgBfZDRCYAwDEQjLuAIGckRHKUjuIEjiBP46RiO0BH0CjkITduDV2h55EpExlnKMdvlACu4nKDgARMfEvhMpvAa6kdTPHsCs5uYewIrclUdBFaklnhL/APFzU9SiSlrkR962hk3vqtNSgAAAABJRU5ErkJggg==");
    background-repeat: no-repeat; }
.tail-select-container .select-handle:hover {
    background: #fff;
    color: #000;
    border-color: var(--c-button-border); }

.filter__title {
    position: relative; }
.filter__title .loading-spinner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.filter__title .loading-spinner.loading {
    display: block; }
.filter__title .loading-spinner svg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
.filter__title .loading-spinner svg {
    width: 2.5rem;
    height: 2.5rem; }
.filter__title .loading-spinner svg circle {
    fill: transparent;
    stroke: #212121;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 125.6;
    -webkit-transform-origin: 1.25rem 1.25rem 0;
    -moz-transform-origin: 1.25rem 1.25rem 0;
    -ms-transform-origin: 1.25rem 1.25rem 0;
    -o-transform-origin: 1.25rem 1.25rem 0;
    transform-origin: 1.25rem 1.25rem 0;
    -webkit-animation: spinner 2s linear infinite;
    -moz-animation: spinner 2s linear infinite;
    -ms-animation: spinner 2s linear infinite;
    -o-animation: spinner 2s linear infinite;
    animation: spinner 2s linear infinite; }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        stroke-dashoffset: 26.4; }
    50% {
        -webkit-transform: rotate(720deg);
        stroke-dashoffset: 125.6; }
    100% {
        -webkit-transform: rotate(1080deg);
        stroke-dashoffset: 26.4; } }

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        stroke-dashoffset: 26.4; }
    50% {
        -moz-transform: rotate(720deg);
        stroke-dashoffset: 125.6; }
    100% {
        -moz-transform: rotate(1080deg);
        stroke-dashoffset: 26.4; } }

@-ms-keyframes spinner {
.filter__title 0% {
    -ms-transform: rotate(0deg);
    stroke-dashoffset: 26.4; }
.filter__title 50% {
    -ms-transform: rotate(720deg);
    stroke-dashoffset: 125.6; }
.filter__title 100% {
    -ms-transform: rotate(1080deg);
    stroke-dashoffset: 26.4; } }

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        stroke-dashoffset: 26.4; }
    50% {
        -o-transform: rotate(720deg);
        stroke-dashoffset: 125.6; }
    100% {
        -o-transform: rotate(1080deg);
        stroke-dashoffset: 26.4; } }

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        stroke-dashoffset: 26.4; }
    50% {
        transform: rotate(720deg);
        stroke-dashoffset: 125.6; }
    100% {
        transform: rotate(1080deg);
        stroke-dashoffset: 26.4; } }

img {
    max-width: 100%;
    object-fit: cover; }

.in-page-nav {
    background-color: #f6f6f6;
    border-radius: 3.125rem;
    font-size: 1.0625rem;
    margin-bottom: 6.25rem; }
.in-page-nav__label {
    background-color: var(--c-brand-primary);
    border-radius: 3.125rem;
    color: white; }
.in-page-nav a {
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.in-page-nav a:hover, .in-page-nav a:focus-visible {
    text-decoration-color: currentColor; }

.map {
    width: 100%;
    height: 28.125rem; }

.media-card {
    border-bottom: 0.125rem solid var(--c-brand-primary);
    text-decoration: none; }
.media-card > * {
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.media-card h3 {
    font-weight: 500;
    color: var(--c-brand-secondary); }
.media-card__more {
    text-decoration: underline;
    font-weight: 500; }
.media-card:hover h3, .media-card:focus-visible h3 {
    text-decoration-color: currentColor; }
.media-card__thumbwrap {
    position: relative;
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden;
    background: var(--c-brand-primary); }
.media-card__content-type {
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    color: #5b5b5b; }

.pager__page {
    width: 2.125rem;
    height: 2.125rem;
    border: 0.0625rem solid transparent;
    border-radius: 50%; }
.pager__page.is-selected {
    border-color: var(--c-brand-primary); }
.pager__page a {
    text-decoration: none; }

.product-details__title {
    font-size: 1.75rem;
    border-bottom: 0.0625rem solid #d0d0d0; }

.product-details__content:not(.is-active) {
    display: none; }

.product-details__content__certificationimage {
    max-width: 100%;
    margin: 0 auto 1.25rem auto;
    object-fit: none; }
@media (min-width: 768px) {
    .product-details__content__certificationimage {
        max-width: 25%;
        margin: 0 1.25rem 1.25rem 0; } }

.product-details__colour {
    display: block; }

.product-details__talk-to-us {
    background-color: #f6f6f6;
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.product-details__talk-to-us:hover, .product-details__talk-to-us:focus-visible {
    text-decoration-color: currentColor; }

.product-details__badge {
    border: 0.0625rem solid #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.25rem;
    width: 9.375rem;
    padding: 0.9375rem; }
.product-details__badge:not(:last-child) {
    margin-right: 1.25rem; }
.product-details__badge img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }

.simple-card {
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    transition-property: border-color, background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    text-decoration: none;
    cursor: pointer; }
.simple-card:hover, .simple-card:focus-visible {
    border-color: var(--c-brand-primary);
    background-color: #fafafa; }
.simple-card__subtitle {
    color: #6a6a6a; }
.simple-card__image {
    height: 12.5rem;
    width: calc(100% + 2rem);
    margin: -1rem -1rem 1rem -1rem;
    object-fit: contain;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    max-width: none;
    background-color: #FFFFFF; }
.simple-card__tag {
    text-transform: uppercase;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    color: #5b5b5b; }
.simple-card__more {
    text-decoration: underline; }
.simple-card__badge {
    width: 3.75rem;
    height: 3.75rem;
    object-fit: contain; }
.simple-card__badge:not(:last-child) {
    margin-right: 1.25rem; }

.site-search__suggestions {
    background: white;
    margin-top: -0.375rem;
    padding-top: 0.3125rem;
    border: 0.0625rem solid var(--c-brand-primary);
    border-top: none;
    border-radius: 0.3125rem; }
.site-search__suggestions:not(.is-active) {
    display: none; }

.site-search__suggestion {
    display: block;
    padding: 1.875rem 1rem; }
:not(:last-child) > .site-search__suggestion {
    border-bottom: 0.0625rem solid var(--c-brand-primary); }

@media (min-width: 992px) {
    .site-search__suggestion {
        margin: 0 0.625rem;
        padding: 1.875rem; } }

.searchresult {
    margin-bottom: 5.3125rem; }
.searchresult__resulttitle {
    display: flex; }
.searchresult__resulttitle svg {
    color: var(--c-brand-primary);
    transition: 0.2s all ease; }
.searchresult__resulttitle__title a {
    text-decoration: none; }

.searchfilters {
    display: flex;
    gap: 0.9375rem 0.625rem;
    flex-wrap: wrap; }
.searchfilters__filter {
    padding: 0.625rem 1.25rem;
    border-radius: 2.5rem;
    background: #FFF;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 0 0.625rem;
    border: 0.0625rem solid #181A18;
    transition: 0.2s all ease; }
.searchfilters__filter svg {
    color: #181A18;
    transition: 0.2s all ease; }
.searchfilters__filter:hover, .searchfilters__filter--active {
    border-color: var(--c-brand-primary); }
.searchfilters__filter:hover svg, .searchfilters__filter--active svg {
    color: var(--c-brand-primary); }

.text-search {
    height: 5.3125rem;
    background: #f5f5f5;
    border: 0.0625rem solid #d8d8d8;
    border-radius: 0.3125rem; }
.text-search__input {
    height: 100%;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 1.25rem;
    min-width: 0; }
.text-search__input::placeholder {
    color: #6a6a6a; }
@media (max-width: 991.98px) {
    .text-search__button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.125rem;
        height: 3.125rem;
        padding: 0;
        color: var(--c-button-border, var(--c-brand-primary)); }
    .text-search__button:hover {
        color: white; }
    .text-search__button .icon {
        width: 1.1875rem;
        height: 1.1875rem; } }

.carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none; }
.carousel-nav__arrow {
    pointer-events: auto;
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 1.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: var(--c-brand-primary);
    transition-property: background-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.carousel-nav__arrow:hover, .carousel-nav__arrow:focus-visible {
    background: var(--c-brand-primary);
    color: white; }
.carousel-nav__arrow--prev {
    transform: translate(-50%, -50%); }
.carousel-nav__arrow--next {
    transform: translate(50%, -50%); }

.footer {
    background-color: #f9f9f9;
    padding-top: 1.5625rem; }
.footer__logo {
    width: 12.1875rem;
    height: 4.125rem;
    object-fit: contain; }
.footer__slogan {
    color: #6a6a6a;
    letter-spacing: 0.07rem; }
.footer a, .footer button {
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.footer a:hover, .footer a:focus-visible, .footer button:hover, .footer button:focus-visible {
    text-decoration-color: currentColor; }
.footer__lower {
    border-top: 0.0625rem solid #d0d0d0; }
.footer__social {
    color: #6a6a6a; }
.footer__social li {
    margin-right: 0.3125rem; }
.footer__social .icon--system--youtube {
    width: 2.5rem;
    height: 2.5rem; }
.footer__social .icon--system--linkedin {
    width: 1.25rem;
    height: 1.25rem; }
.footer__social .icon--system--facebook {
    width: 1.25rem;
    height: 1.25rem; }
.footer__social .icon:hover {
    color: var(--c-brand-primary); }
@media (min-width: 992px) {
    .footer {
        margin-top: 3.75rem;
        padding-top: 4.75rem; }
    .footer__links {
        column-count: 2;
        column-gap: 1.875rem; }
    .footer__compliance-nav {
        margin-top: 5.625rem; } }

.main-nav {
    z-index: 1060; }
.main-nav a {
    text-decoration: none; }
.main-nav__logo {
    object-fit: contain;
    object-position: left; }
.main-nav__l1-link {
    text-decoration: none;
    border-top: 0.25rem solid white;
    border-bottom: 0.25rem solid white; }
.main-nav .site-search__toggle,
.main-nav .language-selector__toggle, .main-nav__toggle {
    border-left: 0.0625rem solid #d0d0d0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent; }
.main-nav__persona {
    font-weight: var(--fw-bold); }
.main-nav__persona-item, .main-nav__persona-link {
    border-radius: 0.3125rem; }
.main-nav--brand .main-nav__button--document-basket {
    width: 2.625rem;
    height: 2.625rem;
    border: 0.0625rem solid #d0d0d0;
    border-radius: 1.3125rem;
    color: var(--c-brand-primary);
    background-color: #fafafa; }
.main-nav--brand .main-nav__button--document-basket .icon {
    width: 1rem;
    height: 1.3125rem; }

.top-nav__link,
.language-selector__link {
    text-decoration: none; }

.brand-nav__logo {
    height: 3.5rem;
    width: 7.25rem;
    object-fit: contain; }

.language-selector__menu {
    background: white;
    right: 0; }

.language-selector__item {
    border-bottom: 0.0625rem solid #e3e3e3; }

.language-selector__link:hover {
    text-decoration: underline; }

.site-search__popover {
    background: white;
    left: 0;
    right: 0; }

.site-search__search-box {
    border: 0.0625rem solid var(--c-brand-primary);
    border-radius: 0.3125rem;
    position: relative; }

.site-search__button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0.3125rem; }

.site-search__input {
    border: none;
    border-radius: inherit;
    font-family: inherit;
    width: 100%;
    height: 5.4375rem; }

@media (max-width: 991.98px) {
    .main-nav__l1-link, .main-nav__l2-link, .main-nav__l3-link, .main-nav__text-button, .top-nav__link, .brand-nav__link {
        display: flex;
        height: 4.5625rem;
        width: 100%; }
    .main-nav__container {
        position: fixed;
        z-index: 1030;
        width: 100%;
        background: white; }
    .main-nav__container.is-active {
        height: 100%;
        overflow-y: scroll; }
    .main-nav__logo {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        width: 100%;
        height: 3rem;
        padding-left: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background-color: white;
        object-position: left;
        border-bottom: 0.0625rem solid #e3e3e3; }
    .is-active .main-nav__logo {
        width: calc(100% - var(--scrollbar-width, 0)); }
    .main-nav__section {
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        z-index: 1030; }
    .main-nav__section--fixed {
        position: fixed;
        top: 3.5rem;
        overflow-y: scroll; }
    .main-nav__section--in-flow {
        position: relative;
        top: 0; }
    .main-nav__section:not(.is-active) {
        display: none !important; }
    .main-nav__menu {
        margin-top: 3.5rem;
        flex-basis: 100%; }
    .main-nav__l1-item, .main-nav__l2-item, .main-nav__l3-item {
        border-bottom: 0.0625rem solid #e3e3e3; }
    .main-nav__toggle {
        position: fixed;
        top: 0;
        right: 0;
        height: 3.5rem;
        z-index: 2000;
        padding: 0 1.25rem; }
    .main-nav__toggle .icon {
        width: 1.125rem; }
    .is-active .main-nav__toggle {
        right: var(--scrollbar-width, 0); }
    .main-nav__persona-link {
        border: 0.0625rem solid #74c4ba; }
    .main-nav__back {
        background-color: #f6f6f6; }
    .main-nav__additional-links {
        width: 100%; }
    .main-nav + .hero {
        margin-top: 3.5rem; }
    .main-nav__l2 > .container,
    .brand-nav > .container {
        max-width: none;
        padding: 0; }
    .top-nav__item {
        border-top: none;
        border-bottom: 0.0625rem solid #e3e3e3; }
    .top-nav:not(.is-active) .top-nav__item:not(.language-selector) {
        display: none; }
    .language-selector,
    .site-search {
        position: fixed;
        top: 0; }
    .language-selector__toggle,
    .site-search__toggle {
        height: 3.5rem; }
    .language-selector .icon:not(.icon--chevron),
    .site-search .icon:not(.icon--chevron) {
        transition: fill 300ms ease-in-out; }
    .language-selector__toggle[aria-expanded=true] .icon:not(.icon--chevron),
    .site-search__toggle[aria-expanded=true] .icon:not(.icon--chevron) {
        fill: var(--c-brand-primary); }
    .language-selector {
        right: 3.6875rem;
        z-index: 2000; }
    .is-active .language-selector {
        right: calc(3.6875rem + var(--scrollbar-width, 0)); }
    .language-selector__toggle {
        padding: 0 0.5rem; }
    .language-selector__menu {
        top: 0;
        margin-top: 3.5rem; }
    .site-search {
        position: fixed;
        top: 0;
        right: 7.625rem;
        z-index: 2001; }
    .site-search__toggle {
        padding: 0 0.75rem; }
    .site-search__toggle:not([aria-expanded=true]) + .site-search__popover {
        display: none; }
    .site-search__popover {
        position: fixed;
        top: 3.5rem;
        height: calc(100vh - 3.5rem);
        padding: 1.875rem 1.25rem 0 1.25rem; }
    .site-search__button {
        color: #233d52;
        right: 1rem;
        bottom: 0;
        background: white; }
    .site-search__button .icon {
        width: 1.1875rem;
        height: 1.1875rem; }
    .site-search__input {
        font-size: 1.125rem;
        padding-left: 1.25rem;
        padding-right: 3.1875rem; }
    .brand-nav__item {
        border-bottom: 0.0625rem solid #e3e3e3; }
    .main-nav--cpg .main-nav__menu {
        order: 10; }
    .main-nav--brand + .top-nav.is-active {
        z-index: 1060;
        border-top: 0.0625rem solid #e3e3e3; }
    .main-nav--brand + .top-nav .language-selector {
        height: 3.5rem;
        border-bottom: none;
        border-left: 0.0625rem solid #d0d0d0; }
    .main-nav--brand + .top-nav .language-selector__menu {
        right: -3.6875rem;
        width: 100vw;
        overflow-y: auto; } }

@media (min-width: 992px) {
    .main-nav {
        position: relative;
        height: 5.4375rem;
        border-bottom: 0.0625rem solid #ededed; }
    .main-nav__container {
        position: sticky;
        top: -3.0625rem;
        z-index: 10;
        background: white; }
    .main-nav__logo {
        height: 23.88rem;
        width: 21.25rem;
        margin-left: 3.75rem; }
    .main-nav__section:not(.main-nav__menu):not(.is-active) {
        display: none !important; }
    .main-nav__l1-link {
        height: 100%; }
    .main-nav__l1-item:hover .main-nav__l1-link, .main-nav__l1-link[aria-expanded=true] {
        border-bottom-color: var(--c-brand-primary); }
    .main-nav__l2-items {
        width: 100%;
        padding: 0 0.9375rem; }
    .main-nav__l2-item-container {
        flex: 1 0 25%;
        width: 25%; }
    .main-nav__l2-link {
        border-left: 0.0625rem solid var(--c-brand-primary);
        padding-left: 0.5rem;
        line-height: 1.3;
        font-weight: var(--fw-bold); }
    .main-nav__l2-link:hover {
        text-decoration: underline; }
    .main-nav__l3-link:hover {
        text-decoration: underline; }
    .main-nav__persona {
        flex: 0 0 25%;
        max-width: 25%;
        width: 100%;
        padding: 0 0.9375rem; }
    .main-nav__text-button {
        border: 0.0625rem solid #d0d0d0;
        border-radius: 0.3125rem; }
    .main-nav__l2,
    .brand-nav {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 3.9375rem 0 4.6875rem;
        margin: 0 auto;
        background-color: white;
        border-top: 0.0625rem solid #ededed;
        justify-content: center;
        animation: fadeIn 0.3s; }
    @keyframes fadeIn {
        from {
            opacity: 0; }
        to {
            opacity: 1; } }
    .brand-nav {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        color: #000; }
    .brand-nav__items {
        display: flex;
        flex-wrap: wrap;
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
        width: 100%; }
    .brand-nav__item-container {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }
    .brand-nav__item {
        height: 50%;
        font-size: var(--fs-body-small, 14px); }
    .brand-nav__link {
        height: 2.8125rem; }
    .brand-nav__description {
        max-width: 16.375rem; }
    .main-nav--cpg .site-search__toggle,
    .main-nav--cpg .language-selector__toggle {
        padding: 0 0.875rem;
        border-bottom: 0.25rem solid transparent; }
    .main-nav--cpg .site-search:hover [aria-haspopup=menu], .main-nav--cpg .site-search__toggle[aria-expanded=true],
    .main-nav--cpg .language-selector:hover [aria-haspopup=menu],
    .main-nav--cpg .language-selector__toggle[aria-expanded=true] {
        border-bottom-color: var(--c-brand-primary); }
    .language-selector__menu {
        position: absolute;
        width: 18.0625rem;
        top: 100%;
        color: #000;
        max-height: calc(100vh - 8.5rem);
        overflow: auto; }
    .language-selector__toggle {
        height: 100%; }
    .site-search__toggle {
        height: 100%; }
    .site-search__toggle:not([aria-expanded=true]) + .site-search__popover {
        display: none; }
    .site-search__popover {
        position: absolute;
        top: 100%;
        margin-top: 0.0625rem;
        height: calc(100vh - 3.0625rem - 5.4375rem);
        padding: 7.5rem 13.25rem; }
    .site-search__button {
        height: 5.4375rem;
        width: 5.4375rem;
        background-color: var(--c-brand-primary);
        color: white; }
    .site-search__button .icon {
        width: 2.1875rem;
        height: 2.1875rem; }
    .site-search__input {
        font-size: 1.625rem;
        padding-left: 2.5rem; }
    .top-nav {
        display: block;
        position: relative;
        z-index: 1061; }
    .top-nav__item {
        height: 3.0625rem;
        padding: 0 1.1875rem; }
    .top-nav__link {
        height: 100%; }
    .top-nav__link:hover, .top-nav__link[aria-expanded=true] {
        text-decoration: underline; }
    .main-nav--brand .main-nav__l1-link {
        border-right: 0.0625rem solid #d0d0d0; }
    .main-nav--brand .main-nav__button {
        width: 2.625rem;
        height: 2.625rem;
        border: 0.0625rem solid #d0d0d0;
        border-radius: 1.3125rem;
        color: var(--c-brand-primary);
        background-color: #fafafa; }
    .main-nav--brand + .top-nav {
        background: #3c3c3b; }
    .main-nav--brand + .top-nav__link {
        font-size: var(--fs-body-small, 14px);
        font-weight: var(--fw-bold); }
    .main-nav--brand + .top-nav .language-selector {
        border-left: 0.0625rem solid #fff; } }

@media screen and (max-width: 360px) {
    .main-nav__logo {
        padding-left: 0; } }

@media (min-width: 1200px) {
    .main-nav__tool-opener {
        padding: 0 1.75rem; } }

.accordion {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
.accordion__item {
    overflow: hidden;
    background-color: white;
    border-bottom: 0.0625rem solid #d0d0d0;
    border-left: 0.125rem solid var(--c-brand-primary); }
.accordion__item h3 {
    z-index: 1;
    background-color: white; }
.accordion__content {
    padding: 0 6.25rem 0 0; }
.accordion__content.is-initialised {
    transition: margin-top 300ms ease-in-out, opacity 300ms ease-in-out 150ms;
    opacity: 0; }
body:not(.no-js) .accordion__content:not(.is-initialised) {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
.accordion__content.is-active {
    opacity: 1;
    margin-top: 0 !important; }
.accordion__content p:first-child {
    margin-top: 0; }
.accordion__content p:last-child {
    margin-bottom: 0; }

.block-carousel-image {
    width: 100%;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
.block-carousel-image__header {
    min-height: 23.875rem;
    padding-bottom: 9.375rem;
    background-size: cover; }
.block-carousel-image__intro {
    max-width: 47.0625rem; }
.block-carousel-image__carousel {
    margin-top: -6.25rem; }
@media (min-width: 992px) {
    .block-carousel-image__carousel {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
.block-carousel-image .carousel-nav {
    left: 1.875rem;
    right: 1.875rem;
    top: 0; }
@media (max-width: 991.98px) {
    .block-carousel-image .carousel-nav__arrow--prev {
        transform: translate(-50%, -50%); }
    .block-carousel-image .carousel-nav__arrow--next {
        transform: translate(50%, -50%); } }
@media (min-width: 992px) {
    .block-carousel-image .carousel-nav {
        left: 0.9375rem;
        right: 0.9375rem; } }
.block-carousel-image .block {
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.block-carousel-image .block:hover, .block-carousel-image .block:focus-visible {
    text-decoration-color: currentColor; }
.block-carousel-image .block__content {
    margin-top: -3.125rem;
    margin-left: 1.75rem; }

.block {
    display: block;
    margin: 0 0.9375rem; }
.block__image-wrapper {
    display: block;
    height: 12.3125rem;
    width: 100%;
    padding: 0.1875rem;
    background-color: white; }
.block__image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.block__content {
    position: relative;
    height: 100%; }

.block-carousel-text {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
.block-carousel-text__carousel {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
.block-carousel-text .block {
    flex-basis: 100%;
    border: 0.0625rem solid white;
    border-radius: 0.3125rem;
    text-decoration: none;
    transition-property: border-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.block-carousel-text .block__content {
    height: 100%;
    min-height: 12.5rem; }
.block-carousel-text .block .icon {
    width: 1.125rem;
    height: 1.125rem;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.block-carousel-text .block:hover, .block-carousel-text .block:focus-visible {
    border-color: var(--c-brand-primary); }
.block-carousel-text .block:hover .icon, .block-carousel-text .block:focus-visible .icon {
    color: var(--c-brand-primary); }
@media (min-width: 768px) {
    .block-carousel-text .block {
        min-width: calc(50% - $grid-gutter-width); } }
@media (min-width: 992px) {
    .block-carousel-text .block {
        min-width: calc(25% - $grid-gutter-width); } }

.block-grid .block {
    margin: 0; }

.card-nav, .card-nav > * {
    position: relative;
    z-index: 1; }

.card-nav--bg:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--c-brand-primary);
    opacity: 0.03; }

.card-nav__card {
    min-height: 11.25rem;
    text-decoration: none;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    background-color: white;
    transition-property: border-color, background-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.card-nav__card .icon {
    color: var(--c-brand-primary);
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.card-nav__card:hover, .card-nav__card:focus-visible {
    border-color: var(--c-brand-primary);
    background-color: var(--c-brand-primary); }
.card-nav__card:hover, .card-nav__card:hover .icon, .card-nav__card:focus-visible, .card-nav__card:focus-visible .icon {
    color: white; }

.content-search {
    margin-bottom: 2.8125rem; }
.content-search__terms {
    margin-left: -1rem; }
.content-search__term {
    display: block;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
    padding: 0.375rem 1rem;
    background-color: #f5f5f5;
    border: 0.0625rem solid transparent;
    border-radius: 5rem;
    font-size: 1.0625rem;
    line-height: normal;
    text-decoration: none;
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.content-search__term:hover, .content-search__term:focus-visible {
    text-decoration-color: currentColor; }

hr {
    border-width: 0.0625rem 0 0 0;
    border-style: solid;
    border-color: #d0d0d0; }

.double-card-list {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem; }
.double-card-list__image {
    border-radius: 0.3125rem; }
.double-card-list__heading:before {
    content: "";
    height: 1.125rem;
    width: 0.0625rem;
    margin-right: 1rem;
    background: var(--c-brand-primary); }
.double-card-list__link {
    border: 0.0625rem solid #d0d0d0;
    border-bottom: 0.125rem solid var(--c-brand-primary);
    border-radius: 0.3125rem 0.3125rem 0 0;
    text-decoration: none;
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.double-card-list__link--primary {
    flex: 1; }
.double-card-list__link:hover, .double-card-list__link:focus-visible {
    background-color: #f6f6f6; }
.double-card-list__link-title, .double-card-list__read-more {
    text-decoration: underline; }
.double-card-list__link-title {
    text-decoration-color: transparent;
    transition-property: text-decoration-color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.double-card-list__link:hover .double-card-list__link-title,
.double-card-list__link:focus .double-card-list__link-title {
    text-decoration-color: currentColor; }
.double-card-list__description {
    text-decoration: none; }

.embed-warning {
    display: none; }

iframe[class^="optanon-category"]:not([src]) + .embed-warning,
script[class^="optanon-category"][type="text/plain"] + .embed-warning {
    display: block;
    border: 0.0625rem solid #d0d0d0;
    padding: 0.625rem;
    color: #000000aa;
    font-size: 1rem; }

.feature-card {
    position: relative;
    overflow: hidden;
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem; }
.feature-card__image-wrapper {
    width: 100%; }
.feature-card__image {
    width: 100%;
    height: 13.75rem; }
.feature-card__content {
    position: relative;
    margin-top: -1.875rem;
    background-color: white;
    margin: -1.875rem 1rem 0 1rem; }
.feature-card__subtitle {
    color: #747474;
    font-size: var(--fs-body-small, 14px);
    text-transform: uppercase;
    letter-spacing: 0.1em; }
@media (min-width: 992px) {
    .feature-card {
        justify-content: end; }
    .feature-card--swapped {
        justify-content: start; }
    .feature-card__container {
        width: 100%;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin-right: auto;
        margin-left: auto; } }
@media (min-width: 992px) and (min-width: 540px) {
    .feature-card__container {
        max-width: 33.75rem; } }
@media (min-width: 992px) and (min-width: 768px) {
    .feature-card__container {
        max-width: 45rem; } }
@media (min-width: 992px) and (min-width: 992px) {
    .feature-card__container {
        max-width: 60rem; } }
@media (min-width: 992px) and (min-width: 1200px) {
    .feature-card__container {
        max-width: 73.125rem; } }
@media (min-width: 992px) {
    .feature-card__image-wrapper {
        position: absolute;
        top: 0;
        bottom: 1.375rem;
        left: 0;
        width: 46.875rem;
        max-width: 60%; }
    .feature-card--swapped .feature-card__image-wrapper {
        left: auto;
        right: 0; }
    .feature-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .feature-card__content {
        margin-top: 2.5rem;
        min-height: 25rem;
        max-width: 36.5625rem;
        width: 50%;
        background-color: #f9f9f9; }
    .feature-card .btn:not(:hover):not(:focus), .feature-card .hs-form .hs-button.primary:not(:hover):not(:focus), .hs-form .feature-card .hs-button.primary:not(:hover):not(:focus) {
        background-color: transparent; } }

.hero {
    position: relative;
    width: 100%;
    min-height: 25rem;
    overflow: hidden; }
.hero--product-finder {
    overflow: visible; }
.hero--home {
    min-height: 37.5rem; }
.hero--plain {
    min-height: 0; }
.hero--article {
    min-height: 0; }
.hero__content {
    position: relative;
    width: 100%; }
.hero__content .hero-title,
.hero__content .hero__copy {
    max-width: 37.5rem; }
.hero__copy {
    border-left: 0.125rem solid var(--c-brand-primary);
    padding-left: 1.25rem;
    margin-top: 3.125rem; }
.hero__media, .hero__media > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.hero__media--video ~ .hero__media--image {
    display: none; }
.hero__media--video video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.hero__media--image {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.hero__media--image.is-active ~ .hero__media--image {
    opacity: 0; }
.hero__media-control {
    position: absolute;
    bottom: 0.9375rem;
    right: 0.9375rem;
    z-index: 1;
    box-sizing: border-box;
    height: 2.25rem;
    width: 0;
    transition-property: opacity, border;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    transition-delay: 0s;
    opacity: 1; }
.hero__media-control[aria-label=pause] {
    border-style: double;
    border-width: 0 0 0 1.6875rem;
    border-color: white; }
.hero__media-control[aria-label=play] {
    border-style: solid;
    border-width: 1.125rem 0 1.125rem 1.6875rem;
    border-color: transparent transparent transparent white; }
.hero:hover:not(.is-active) .hero__media-control:not(:hover):not(:focus) {
    opacity: 0.4; }
.hero:not(:hover):not(.is-active) .hero__media-control:not(:focus), .hero__media-control:not([aria-label]) {
    opacity: 0;
    pointer-events: none; }
.hero__device {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
.hero__device:before, .hero__device:after {
    content: "";
    position: absolute;
    border-width: 0.0625rem;
    border-style: solid;
    border-radius: 50%; }
.hero__device:before {
    border-color: #74c4ba; }
.hero__device:after {
    border-color: var(--c-brand-primary); }
.hero__tab {
    border-bottom: 0.1875rem solid transparent; }
.hero__tab a {
    text-decoration: none; }
.hero__tab.is-active {
    border-bottom-color: var(--c-brand-primary);
    font-weight: var(--fw-bold, bold); }
.hero__tab.is-active .icon {
    color: var(--c-brand-primary); }
.hero--plain .hero__content {
    margin-top: 4.6875rem;
    padding-bottom: 4.6875rem; }
.hero--article .hero__content {
    margin-top: 4.6875rem; }
.hero__article-details {
    font-size: 0.9375rem;
    border-bottom: 0.0625rem solid #c0c0c0;
    margin-top: 4.6875rem; }
.hero__article-details .icon--envelope {
    width: 1.4375rem;
    height: 0.9375rem;
    color: #a7a7a7; }
.hero__article-details .icon--twitter {
    width: 1.5rem;
    height: 1.0625rem; }
.hero__article-details .icon--linkedin {
    width: 1.375rem;
    height: 1.3125rem;
    color: #a7a7a7; }
.hero:not(.hero--plain):not(.hero--article) .breadcrumb {
    position: absolute;
    top: 1rem;
    left: 0; }
.hero--plain .breadcrumb,
.hero--article .breadcrumb {
    position: relative;
    z-index: 1;
    order: -1;
    height: 3.75rem; }
.hero--plain .breadcrumb:before,
.hero--article .breadcrumb:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9; }
@media (prefers-reduced-motion: reduce), (max-width: 991.98px) {
    .hero__media--video, .hero__media-control {
        display: none; }
    .hero__media--video ~ .hero__media--image {
        display: block; } }
@media (max-width: 991.98px) {
    .hero {
        min-height: 25.75rem; }
    .hero--home {
        min-height: 32.0625rem; }
    .hero--product-finder {
        min-height: 0; }
    .hero--product-finder .hero__content,
    .hero--product-finder .hero__media {
        height: 31.25rem; }
    .hero + .video {
        margin-top: -3.75rem; }
    .hero__device--1:before {
        bottom: -6.25rem;
        right: 2rem;
        width: 12.5625rem;
        height: 12.5625rem; }
    .hero__device--1:after {
        bottom: -6.25rem;
        right: -14.5625rem;
        width: 21.6875rem;
        height: 21.6875rem; }
    .hero__device--2:before {
        bottom: -9.1875rem;
        right: 7.3125rem;
        width: 27.5rem;
        height: 27.5rem; }
    .hero__device--2:after {
        bottom: 5.5rem;
        right: -2.125rem;
        width: 22.5rem;
        height: 22.5rem; }
    .hero--article .hero__device,
    .hero--plain .hero__device {
        display: none; } }
@media (min-width: 992px) {
    .hero__copy {
        padding-left: 3.125rem; }
    .hero--article .hero-title,
    .hero--article .hero__article-details {
        margin-left: 6.25rem;
        margin-right: 6.25rem; }
    .hero + .video {
        margin-top: -6.25rem; }
    .hero__device--1:before {
        bottom: -15.9375rem;
        right: 16.3125rem;
        width: 31.4375rem;
        height: 31.4375rem; }
    .hero__device--1:after {
        top: -0.9375rem;
        right: -25rem;
        width: 54.25rem;
        height: 54.25rem; }
    .hero__device--2:before {
        bottom: 5.5rem;
        right: -2.125rem;
        width: 22.5rem;
        height: 22.5rem; }
    .hero__device--2:after {
        bottom: -9.1875rem;
        right: 7.3125rem;
        width: 27.5rem;
        height: 27.5rem; }
    .hero__device--3:before {
        bottom: 11rem;
        right: 19.625rem;
        width: 15.1875rem;
        height: 15.1875rem; }
    .hero__device--3:after {
        bottom: -7.0625rem;
        right: -3.6875rem;
        width: 30.9375rem;
        height: 30.9375rem; }
    .hero__device--4:before {
        bottom: -26.4375rem;
        right: -2.875rem;
        width: 40.8125rem;
        height: 40.8125rem; }
    .hero__device--4:after {
        bottom: -27.75rem;
        right: -23.3125rem;
        width: 42.125rem;
        height: 42.125rem; }
    .hero__device--5:before {
        bottom: -3.5625rem;
        right: -2.8125rem;
        width: 20.625rem;
        height: 20.625rem; }
    .hero__device--5:after {
        display: none; }
    .hero--plain .hero__device,
    .hero--article .hero__device {
        top: 3.75rem; }
    .hero .text-search__container {
        display: none; } }

.breadcrumb {
    color: inherit;
    font-size: var(--fs-body-small, 14px); }
.breadcrumb__item {
    display: flex; }
.breadcrumb__item:not(:first-child):before {
    content: ">";
    color: var(--c-brand-primary);
    margin: 0 0.25rem; }
.breadcrumb a {
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.breadcrumb a:hover, .breadcrumb a:focus-visible {
    text-decoration-color: currentColor; }

.share-links .icon {
    color: #a7a7a7; }
.share-links .icon:hover {
    color: var(--c-brand-primary); }

.hotspots__container {
    max-width: 90rem; }
@media (min-width: 992px) {
    .hotspots__container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        margin-right: auto;
        margin-left: auto; } }

.hotspots__wrapper {
    position: relative;
    margin: auto; }
.hotspots__wrapper img {
    width: 100%; }

.hotspot {
    position: absolute;
    display: block;
    cursor: crosshair; }
.hotspot:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    border: 0.1875rem solid var(--c-brand-primary);
    opacity: 0.7;
    transform: translate(-50%, -50%); }
.hotspot:before {
    position: absolute;
    width: 1.625rem;
    height: 2.4375rem;
    top: -0.8125rem;
    left: -0.8125rem;
    padding-bottom: 0.8125rem; }
.hotspot.is-active:after {
    opacity: 1; }
.hotspot.is-active:before {
    content: ""; }
.hotspot__label {
    padding: 0.9375rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 1.625rem;
    transform: translateX(-50%);
    width: 17.5rem;
    z-index: 3000; }
.hotspot:not(.is-active) .hotspot__label {
    display: none; }

.iframe-container {
    position: relative;
    padding-top: 56.25%; }
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.image-carousel {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem; }
@media (min-width: 992px) {
    .image-carousel {
        padding-left: 6.25rem;
        padding-right: 6.25rem; } }
.image-carousel__carousel > div {
    display: flex; }
.image-carousel__carousel > div > div {
    float: none !important; }
.image-carousel__image-wrapper {
    height: 100%;
    display: flex; }
.image-carousel__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; }
@media (max-width: 991.98px) {
    .image-carousel .carousel-pagination {
        margin-left: 2.375rem;
        margin-right: 2.375rem; }
    .image-carousel .carousel-nav {
        top: 100%; }
    .image-carousel .carousel-nav__arrow {
        transform: none; } }

.carousel-pagination__thumb {
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }

.carousel-pagination__item {
    height: 100%; }

.carousel-pagination__item:not(.is-active) .carousel-pagination__thumb {
    opacity: 0.5; }

@media (max-width: 991.98px) {
    .carousel-pagination__item {
        width: 0.6875rem;
        height: 0.6875rem;
        border-radius: 0.6875rem;
        background: #ececec;
        border: 0.0625rem solid transparent;
        transition-property: border-color, background-color;
        transition-duration: 300ms;
        transition-timing-function: ease-in-out;
        transition-delay: 0s; }
    .carousel-pagination__item.is-active {
        background-color: white;
        border-color: var(--c-brand-primary); } }

@media (min-width: 992px) {
    .carousel-pagination {
        display: flex;
        flex-wrap: wrap;
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; }
    .carousel-pagination > li {
        position: relative;
        width: 100%;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        flex: 0 0 16.66667%;
        max-width: 16.66667%; } }

.filter {
    position: relative;
    margin-bottom: 4.6875rem;
    background-color: #f6f6f6;
    color: inherit; }
.filter__label {
    display: block;
    font-size: var(--fs-body-large, 18px); }
.filter__filter {
    width: 100%;
    height: 2.75rem;
    padding-left: 0.75rem;
    background: white;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    font-size: inherit;
    font-family: inherit; }
.filter__sort {
    border-color: black;
    border-style: solid;
    border-width: 0.0625rem 0 0 0; }
@media (min-width: 992px) {
    .filter__sort {
        border-width: 0 0 0 0.0625rem; } }

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; }

.modal__container {
    background-color: #fff;
    padding: 1.875rem 4rem;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box; }
@media (min-width: 768px) {
    .modal__container {
        border-radius: 0.3125rem;
        height: auto;
        max-height: 100vh;
        width: 45rem; } }
@media (min-width: 992px) {
    .modal__container {
        width: 60rem; } }

.modal__close {
    float: right;
    background: transparent;
    border: 0;
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: -1.75rem; }
.modal__close:before {
    content: "\2715"; }

.modal__content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@keyframes mmfadeOut {
    from {
        opacity: 1; }
    to {
        opacity: 0; } }

@keyframes mmslideIn {
    from {
        transform: translateY(15%); }
    to {
        transform: translateY(0); } }

@keyframes mmslideOut {
    from {
        transform: translateY(0); }
    to {
        transform: translateY(-10%); } }

.micromodal-slide {
    display: none; }

.micromodal-slide.is-open {
    display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform; }

.contact-modal__header {
    gap: 2rem; }
.contact-modal__header h1 {
    line-height: 1.625rem;
    margin-top: 1rem; }
.contact-modal__header img {
    height: 12.5rem;
    width: calc(100%);
    object-fit: contain; }
@media (min-width: 992px) {
    .contact-modal__header {
        display: flex; }
    .contact-modal__header h1 {
        margin-top: 2rem; }
    .contact-modal__header img {
        height: auto;
        width: calc(45%);
        margin: 0; } }

.contact-modal__title {
    align-self: flex-end; }

.contact-modal__subtitle {
    font-size: var(--fs-h1, 26px);
    line-height: 1.625rem;
    color: #6a6a6a; }

.contact-modal__content {
    font-size: var(--fs-body-large, 18px); }

.newsletter-signup {
    background: #233d52;
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
    border-radius: 0.375rem; }
.newsletter-signup p {
    max-width: 36.5625rem; }
.newsletter-signup .btn:hover, .newsletter-signup .hs-form .hs-button.primary:hover, .hs-form .newsletter-signup .hs-button.primary:hover,
.newsletter-signup .btn:focus-visible,
.newsletter-signup .hs-form .hs-button.primary:focus-visible,
.hs-form .newsletter-signup .hs-button.primary:focus-visible {
    background-color: var(--c-button-bg-hover, var(--c-brand-primary));
    color: white; }

.pullout {
    max-width: 46.875rem;
    padding-left: 6.25rem;
    margin: 5.3125rem 0;
    border-left: 0.125rem solid var(--c-brand-primary);
    font-size: var(--fs-pullout, 27px);
    line-height: var(--lh-pullout, 39px); }
.pullout hr {
    margin-bottom: 2.8125rem; }

.quote {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    padding: 3rem 1rem; }
.quote .icon {
    width: 4.1875rem;
    height: 3.125rem; }
.quote p {
    font-size: var(--fs-pullout, 27px);
    line-height: var(--lh-pullout, 39px);
    color: var(--c-brand-secondary); }
.quote p:last-child {
    margin-bottom: 0; }
@media (min-width: 992px) {
    .quote {
        padding: 6.25rem; }
    .quote .icon {
        margin-top: calc(var(--lh-pullout, 39px) - var(--fs-pullout, 27px)); }
    .quote p {
        margin-top: 0; } }

.tabs {
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem; }
.tabs__panel {
    width: 100%; }
.tabs__tab {
    border-bottom: 0.25rem solid transparent; }
.tabs__tab[aria-selected='true'] {
    border-color: var(--c-brand-primary);
    font-weight: var(--fw-bold, bold); }
@media (max-width: 991.98px) {
    .tabs__tab {
        width: 100%;
        border-bottom: 0.0625rem solid #d0d0d0;
        margin-bottom: 0.1875rem; }
    .tabs__tab[aria-selected='true'] {
        border-bottom-width: 0.25rem;
        margin-bottom: 0; } }
@media (min-width: 992px) {
    .tabs__panel {
        border-top: 0.0625rem solid #d0d0d0; }
    .tabs__panel p:first-child {
        margin-top: 0; }
    .tabs__panel p:last-child {
        margin-bottom: 0; } }

.talk-to-us {
    max-width: 37.5rem; }

.text-block {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }
.text-block__link {
    border: 0.0625rem solid #d0d0d0;
    border-radius: 0.3125rem;
    text-decoration: underline transparent;
    transition-property: text-decoration;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.text-block__link:hover, .text-block__link:focus-visible {
    text-decoration-color: currentColor; }
.text-block img:first-child {
    float: left;
    padding-right: 1.25rem; }
.text-block img:last-child {
    float: right;
    padding-left: 1.25rem; }
@media (min-width: 992px) {
    .text-block {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem; }
    .text-block--centred {
        margin-left: 6.25rem;
        margin-right: 6.25rem; } }

.three-button-links {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem; }
.three-button-links__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 7.1875rem;
    font-size: var(--fs-widget-large, 20px); }
.three-button-links__link:hover, .three-button-links__link:focus-visible {
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.25); }

.video {
    position: relative;
    background: black;
    max-width: 59rem;
    border: 0.1875rem solid white; }
.video__player {
    max-width: 100%;
    max-height: 100%; }
.video__play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s; }
.video__play .icon {
    width: 4.0625rem;
    height: 4.0625rem; }
.video__player.is-playing + .video__play {
    opacity: 0;
    pointer-events: none; }

.input-label-custom {
    display: block;
    position: relative;
    margin-bottom: 0.625rem; }
.input-label-custom input {
    width: 100%;
    height: 2.75rem;
    padding-left: 0.75rem;
    background: white;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    font-size: inherit;
    font-family: inherit; }

.input-label-custom textarea {
    width: 100%;
    height: 6.25rem;
    padding: 0.75rem;
    background: white;
    border: 0.0625rem solid #e6e6e6;
    border-radius: 0.3125rem;
    font-size: inherit;
    font-family: inherit; }

.wpcf7-submit {
    display: inline-block;
    width: 100%;
    height: 2.75rem;
    padding: 0.625rem 1.25rem;
    background-color: var(--c-brand-primary);
    color: white;
    font-size: var(--fs-body-large, 18px);
    text-align: center;
    text-decoration: none;
    border-radius: 0.3125rem;
    transition-property: background-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    border: none;
    cursor: pointer; }