@-webkit-keyframes rotate_main {
    0% {
        -webkit-transform: rotate(0deg);
        -transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -transform: rotate(360deg);
    }
}
@keyframes rotate_main {
    0% {
        -webkit-transform: rotate(0deg);
        -transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -transform: rotate(360deg);
    }
}




@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/lato-v24-latin-100.eot');
    src: url('../fonts/lato-v24-latin-100.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-v24-latin-100.woff2') format('woff2'),
    url('../fonts/lato-v24-latin-100.woff') format('woff'),
    url('../fonts/lato-v24-latin-100.ttf') format('truetype'),
    url('../fonts/lato-v24-latin-100.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v24-latin-300.eot');
    src: url('../fonts/lato-v24-latin-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-v24-latin-300.woff2') format('woff2'),
    url('../fonts/lato-v24-latin-300.woff') format('woff'),
    url('../fonts/lato-v24-latin-300.ttf') format('truetype'),
    url('../fonts/lato-v24-latin-300.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v24-latin-regular.eot');
    src: url('../fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-v24-latin-regular.woff2') format('woff2'),
    url('../fonts/lato-v24-latin-regular.woff') format('woff'),
    url('../fonts/lato-v24-latin-regular.ttf') format('truetype'),
    url('../fonts/lato-v24-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v24-latin-700.eot');
    src: url('../fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-v24-latin-700.woff2') format('woff2'),
    url('../fonts/lato-v24-latin-700.woff') format('woff'),
    url('../fonts/lato-v24-latin-700.ttf') format('truetype'),
    url('../fonts/lato-v24-latin-700.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/lato-v24-latin-900.eot');
    src: url('../fonts/lato-v24-latin-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato-v24-latin-900.woff2') format('woff2'),
    url('../fonts/lato-v24-latin-900.woff') format('woff'),
    url('../fonts/lato-v24-latin-900.ttf') format('truetype'),
    url('../fonts/lato-v24-latin-900.svg#Lato') format('svg');
}






/* Document */

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
    min-height: 100vh;
    color: #242423;
}

body.ready {
    transition: padding 0.25s;
}

body .website {
    overflow: hidden;
}

body.ready svg {
    transition: 0.25s;
}

h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
}

h1,
.h2-h1 h2,
.h3-h1 h3 {
    font-size: 2rem;
}
h2,
.h1-h2 h1,
.h3-h2 h3 {
    font-size: 1.75rem;
}
h3,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 1.5rem;
}
h4,
.h1-h4 h1,
.h2-h4 h2,
.h3-h4 h3 {
    font-size: 1.25rem;
}



.anchor {
    display: block;
    -ms-transform: translateY(-165px);
    -webkit-transform: translateY(-165px);
    transform: translateY(-165px);
}
.table-overflow:not(.overflow) {
    overflow: auto;
}

.no-wrap {
    white-space: nowrap !important;
}
.no-overflow {
    overflow: hidden !important;
}
.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}



/* Container */

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}
.container-wrap {
    display: block;
    position: relative;
}
.container-wrap.has-left {
    padding-left: 300px;
}
.container-wrap.has-right {
    padding-left: 300px;
}
.container-wrap > .container-aside {
    position: absolute;
    top: 0;
    z-index: 25;
    width: 300px;
}
.container-wrap.has-left > .container-aside {
    padding-right: 45px;
    left: 0;
}
.container-wrap.has-right > .container-aside {
    padding-left: 45px;
    right: 0;
}






/* Rows */

.row.zero {             margin: 0 0;        }
.row.zero > div {       padding: 0 0;       }

.row.minimal {          margin: 0 -5px;     }
.row.minimal > div {    padding: 0 5px;     }

.row.compact {          margin: 0 -10px;    }
.row.compact > div {    padding: 0 10px;    }

.row.small {            margin: 0 -20px;    }
.row.small > div {      padding: 0 20px;    }

.row.medium {           margin: 0 -30px;    }
.row.medium > div {     padding: 0 30px;    }

.row.large {            margin: 0 -50px;    }
.row.large > div {      padding: 0 50px;    }


.row.minimal-bottom {           margin-bottom: -10px;       }
.row.minimal-bottom > div {     padding-bottom: 10px;       }

.row.compact-bottom {           margin-bottom: -20px;       }
.row.compact-bottom > div {     padding-bottom: 20px;       }

.row.small-bottom {             margin-bottom: -40px;       }
.row.small-bottom > div {       padding-bottom: 40px;       }

.row.medium-bottom {            margin-bottom: -60px;       }
.row.medium-bottom > div {      padding-bottom: 60px;       }

.row.large-bottom {             margin-bottom: -100px;      }
.row.large-bottom > div {       padding-bottom: 100px;      }




/* Wrapper */

.main-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
}

.wrapper {
    display: block;
}
.wrapper:not(.static) {
    position: relative;
    z-index: 75;
}

.wrapper.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper .container:not(.static) {
    position: relative;
    z-index: 25;
}

.wrapper.container-float > .container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

@media all and (min-width: 992px) {

    .wrapper.min-height {
        min-height: calc( 100vh - 423px );
    }

}


.wrapper.mh-full {
    min-height: 100vh;
}

.wrapper.mh-small {
    min-height: 300px;
}

.wrapper.mh-medium {
    min-height: 500px;
}

.wrapper.mh-large {
    min-height: 750px;
}

.wrapper.mh-spacing {
    min-height: 1000px;
}

.wrapper.mini {
    padding: 15px 0;
}

.wrapper.small {
    padding: 35px 0;
}

.wrapper.medium {
    padding: 50px 0;
}

.wrapper.large {
    padding: 100px 0;
}

.wrapper.spacing {
    padding: 150px 0;
}


.wrapper.medium-bottom {
    padding-bottom: 50px;
}


@media all and (min-width: 768px) and (max-height: 900px) {

    .wrapper.order-wrapper.large {
        padding: 40px 0 40px;
    }
    .wrapper.order-wrapper.large .form-wrap.bottom {
        margin-bottom: 30px;
    }

}








/* Wrapper Colors */

.wrapper.bg-light {
    background-color: #ecf2f8;
}

.wrapper.bg-light-50 {
    background-color: #f6f8fb;
}

.wrapper.bg-light-25 {
    background-color: #fafbfd;
}

.wrapper.bg-dark {
    background-color: #003566;
    color: #fff;
}





/* Wrapper Variations */

.wrapper.bg-has-left {
    overflow: hidden;
}
.wrapper.bg-has-left > .container::before {
    content: ' ';
    position: absolute;
    top: -150px;
    left: -600px;
    bottom: -150px;
    width: 900px;
    margin-left: -25px;
    background-color: #ecf2f8;
}

@media all and (min-width: 992px) {

    .wrapper.bg-has-left .container-aside .button {
        border-radius: 7px 0 0 7px;
        border: 1px solid #d1d1d1;
        border-right: 0 !important;
    }
    .wrapper.bg-has-left .container-aside .button:hover,
    .wrapper.bg-has-left .container-aside .button:focus,
    .wrapper.bg-has-left .container-aside .button.active {
        background-color: #fff;
        border-color: #b2b2b2;
    }


    .wrapper.bg-has-left .container-aside .button.featured {
        background-color: #29aa5d;
        border: 1px solid #29aa5d;
        color: #fff;
    }
    .wrapper.bg-has-left .container-aside .button.featured:hover,
    .wrapper.bg-has-left .container-aside .button.featured:focus {
        background-color: #006f35;
        border-color: #006f35;
    }


}









/* Overlays */

.overlay::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.overlay.opacity-0::before { opacity: 0; }
.overlay.opacity-10::before { opacity: 0.1; }
.overlay.opacity-20::before { opacity: 0.2; }
.overlay.opacity-30::before { opacity: 0.3; }
.overlay.opacity-40::before { opacity: 0.4; }
.overlay.opacity-50::before { opacity: 0.5; }
.overlay.opacity-60::before { opacity: 0.6; }
.overlay.opacity-70::before { opacity: 0.7; }
.overlay.opacity-80::before { opacity: 0.8; }
.overlay.opacity-90::before { opacity: 0.9; }

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

.overlay.bg-light::before {
    background-color: #ecf2f8;
}







/* Images */

.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.image-wrap .image,
.image-wrap .image-inner {
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-wrap .image.contain,
.image-wrap .image-inner.contain {
    background-size: contain;
}
.image-wrap .image-inner {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 5;
}
.image-wrap .image > img {
    width: 100%;
    height: auto;
}
body.ready .image-wrap {
    transition: 0.25s;
}

.image-wrap.max-small {
    max-height: 150px;
}
.image-wrap.max-medium {
    max-height: 200px;
}
.image-wrap.max-large {
    max-height: 400px;
}


.image-wrap.small {
    height: 150px;
}
.image-wrap.medium {
    height: 200px;
}
.image-wrap.large {
    height: 400px;
}






/* Videos */

.video-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.video-wrap.fullscreen {
    height: 100vh;
    min-height: 800px;
}
.video-wrap.fullscreen > video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}
.video-wrap.fullscreen > .container {
    height: 100%;
}





/* Alerts */

.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 20px 25px 20px;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    text-decoration: none !important;
}

.alert.bottom {
    margin-bottom: 20px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:not(:last-child) {
    margin-bottom: 10px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert h2,
.alert h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}


.alert.alert-info {
    border-color: #c3d2e1;
    background-color: #ecf2f8;
    color: #28537c;
}
.alert.alert-info.alert-inset {
    box-shadow: inset 10px 0 #c3d2e1;
    padding-left: 35px;
}


.alert.alert-success {
    border-color: #cbebd3;
    background-color: #effef4;
    color: #16803d;
}
.alert.alert-success.alert-inset {
    box-shadow: inset 10px 0 #cbebd3;
    padding-left: 35px;
}
.alert.alert-success.darker {
    color: #197039;
    border-color: #afd7b8;
}



.alert.alert-danger {
    border-color: #ffdcdb;
    background-color: #fff8f7;
    color: #b45759;
    color: #d14144;
}
.alert.alert-danger.alert-inset {
    box-shadow: inset 10px 0 #ffdcdb;
    padding-left: 35px;
}
.alert.alert-danger.darker {
    color: #b45759;
    border-color: #e2c0bf;
}



.alert.alert-notice,
.alert.alert-warning {
    border-color: #f1e2cd;
    background-color: #fffbf0;
    color: #91662b;
}
.alert.alert-notice.alert-inset,
.alert.alert-warning.alert-inset {
    box-shadow: inset 10px 0 #f1e2cd;
    padding-left: 35px;
}
.alert.alert-notice.alert-pretty,
.alert.alert-warning.alert-pretty {
    color: #141340 !important;
    background-color: #fffbf0;
    box-shadow: inset 7px 1px 0 #f9dc5c;
    border: 1px solid #f9dc5c;
}




.alert-notice-wrap.top {
    margin-top: 30px;
}
.alert-notice-wrap.bottom {
    margin-bottom: 30px;
}
.alert-notice-wrap {
    padding: 45px 0 5px!important;
}
.alert-notice-wrap .alert.alert-notice {
    margin: 0 !important;
}

.alert.alert-notice {
    padding-left: 80px;
}
.alert.alert-notice > .icon {
    display: inline-block;
    position: absolute;
    z-index: 5;
    left: 24px;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.alert.alert-notice.alert-notice {
    padding-left: 90px;
}
.alert.alert-notice.alert-notice > .icon {
    left: 34px;
}
.alert.alert-notice > .icon svg,
.alert.alert-notice > .icon svg path {
    fill: currentColor;
}






/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.5em;
    max-width: 100%;
    z-index: 25;
}
.article.bottom {
    margin-bottom: 30px;
}
.article.top {
    margin-top: 30px;
}

.article-xs {
    width: 320px;
}
.article-sm {
    width: 525px;
}
.article-md {
    width: 768px;
}
.article-md-sm {
    width: 670px;
}
.article-lg {
    width: 992px;
}

.article.centered {
    margin-left: auto;
    margin-right: auto;
}

.article.center {
    text-align: center;
}
.article.center-title h1,
.article.center-title h2,
.article.center-title h3 {
    text-align: center;
}

.article p:last-child {
    margin-bottom: 0 !important;
}
.article p:not(:last-child) {
    margin: 0 0 15px;
}

.article b,
.article strong {
    font-weight: 700;
}

.article ol,
.article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.article h1:last-child,
.article h2:last-child,
.article h3:last-child {
    margin-bottom: 0;
}

.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}

.article .button:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 10px;
}

.article.bold {
    font-weight: 600;
}

.article.enhanced {
    font-size: 1.2rem;
}

.article.subtle {
    font-size: 0.85rem;
    color: #7a7a7a;
}

.article.slogan > .text {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 18px 15px;
}






/* Article Wrap */

.article-wrap {
    position: relative;
    max-width: 100%;
}

.article-wrap.medium {
    width: 670px;
}

.article-wrap.centered {
    margin-left: auto;
    margin-right: auto;
}

.article-wrap.bottom {
    margin-bottom: 60px;
}

.article-wrap.bottom.offset {
    margin-bottom: 40px;
}

.article-wrap.top {
    margin-top: 60px;
}

.article-wrap.top.offset {
    margin-top: 100px;
}

.article-wrap.has-left {
    padding-left: 33.333%;
}
.article-wrap.has-right {
    padding-right: 33.333%;
}
.article-wrap > .image-wrap {
    width: 33.333%;
}

.article-wrap.has-half.has-left {
    padding-left: 50%;
}
.article-wrap.has-half.has-right {
    padding-right: 50%;
}
.article-wrap.has-half > .image-wrap {
    width: 50%;
}

.article-wrap.has-exact.has-left {
    padding-left: 380px;
}
.article-wrap.has-exact.has-right {
    padding-right: 380px;
}
.article-wrap.has-exact > .image-wrap {
    width: 380px;
}
.article-wrap.has-exact.height-exact > .image-wrap {
    height: 380px;
}
.article-wrap.has-exact.height-exact {
    min-height: 380px;
}

.article-wrap > .image-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.article-wrap > .image-wrap.offset-top {
    top: 50px;
}
.article-wrap > .image-wrap > .image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.article-wrap.has-left > .image-wrap {
    left: 0;
    padding-right: 30px;
}
.article-wrap.has-right > .image-wrap {
    right: 0;
    padding-left: 30px;
}

.article-wrap.has-left.has-double > .image-wrap {
    padding-right: 60px;
}
.article-wrap.has-right.has-double > .image-wrap {
    padding-left: 60px;
}

.article-wrap .article-helper {
    position: absolute;
    right: 0;
    top: -10px;
}





/* Article Slogan */

.article-slogan {
    display: inline-block;
    color: #fff;
    background-color: #003566;
    border-radius: 10px;
    padding: 10px 20px;
}




/* Article USP */
.article-usp {
    display: block;
    position: relative;
}
.article-usp ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.article-usp ul > li {
    display: block;
    position: relative;
    padding: 4px 0 4px 50px;
    min-height: 32px;
}
.article-usp ul > li::after,
.article-usp ul > li::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 5;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}


html:not(.webp) .article-usp ul > li::after {
    background-image: url('/images/check-blue.png');
}
html.webp .article-usp ul > li::after {
    background-image: url('/images/check-blue.webp');
}


html:not(.webp) .article-usp.is-green ul > li::after {
    background-image: url('/images/check-green.png');
}
html.webp .article-usp.is-green ul > li::after {
    background-image: url('/images/check-green.webp');
}


html:not(.webp) .article-usp.is-green ul > li::after {
    background-image: url('/images/check-green.png');
}
html.webp .article-usp.is-green ul > li::after {
    background-image: url('/images/check-green.webp');
}


html:not(.webp) .article-usp.circular ul > li::after {
    background-image: url('/images/check-circle.png');
}
html.webp .article-usp.circular ul > li::after {
    background-image: url('/images/check-circle.webp');
}


@media all and (min-width: 768px) {

    .article-usp.flex-between ul {
        display: flex;
        justify-content: space-between;
    }

}





/* Article USP (Inline) */
.article-usp.inline ul > li {
    display: inline-block;
    vertical-align: top;
    padding-left: 34px;
}
.article-usp.inline ul > li:not(:last-child) {
    margin-right: 10px;
}





/* Article Table */

.article-wrap.has-table table {
    border: none;
}
.article-wrap.has-table table [data-link] {
    cursor: pointer;
}
.article-wrap.has-table table thead tr th {
    border: none;
    text-align: left;
    padding-bottom: 8px;
}
.article-wrap.has-table table tbody tr td {
    border: none;
}
.article-wrap.has-table table thead tr th {
    padding-right: 0;
    padding-left: 0;
}
.article-wrap.has-table table thead tr th > strong {
    display: block;
    padding: 10px 15px 11px;
    width: 100%;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.02em;
    background-color: #003566;
    color: #fff;
}
.article-wrap.has-table table thead tr th:first-child > strong {
    border-radius: 6px 0 0 6px;
}
.article-wrap.has-table table thead tr th:last-child > strong {
    border-radius: 0 6px 6px 0;
}
.article-wrap.has-table table td> .content {
    position: relative;
}
.article-wrap.has-table table tbody tr td > span,
.article-wrap.has-table table tbody tr td > .content > span {
    display: block;
    padding: 10px 15px 11px;
    width: 100%;
}
.article-wrap.has-table table tbody tr td span > a {
    text-decoration: none !important;
}
.article-wrap.has-table table tbody tr:nth-child(odd) td {
    background-color: #f4f6f8;
}
.article-wrap.has-table table tbody tr:nth-child(odd) td:first-child {
    border-radius: 7px 0 0 7px;
}
.article-wrap.has-table table tbody tr:nth-child(odd) td:last-child {
    border-radius: 0 7px 7px 0;
}
.article-wrap.has-table table tbody tr td > .heading {
    display: none;
}
.article-wrap.has-table table tbody tr td .icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
}
.article-wrap.has-table table tbody tr td .icon svg,
.article-wrap.has-table table tbody tr td .icon svg path {
    fill: currentColor !important;
}
.article-wrap.has-table table tbody tr td .icon.positive {
    color: #00c800;
}
.article-wrap.has-table table tbody tr td .icon.negative {
    color: #ca0000;
}








/* Table Specific */

.article-wrap.has-table table td[data-key="online"],
.article-wrap.has-table table td[data-key="delivery_guarantee"] {
    padding-right: 0 !important;
    text-align: center;
}

.article-wrap.has-table table td[data-key="provider"] [data-field="name"] {
    display: block;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.article-wrap.has-table table td[data-key="provider"] [data-field="description"] {
    display: block;
    font-size: 0.95rem;
    line-height: 1.25em;
    color: #b5b5b5;
}

.article-wrap.has-table table td[data-key="provider"] [data-field="important"] {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
    background-color: #FF8811;
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
}

.article-wrap.has-table table td[data-key="delivery"] > .content > span {
    white-space: nowrap;
    color: #b5b5b5;
}

.article-wrap.has-table table td[data-key="price"] {
    font-size: 1.2rem;
    font-weight: 300;
}

.article-wrap.has-table table tr:first-child td[data-key="delivery"] > .content > span {
    font-weight: 600;
    color: #000814;
}

.article-wrap.has-table table tr:first-child td[data-key="provider"] [data-field="description"] {
    color: #000814;
}

.article-wrap.has-table table tr:first-child td[data-key="price"] {
    font-weight: 400;
}

.article-wrap.has-table table tbody tr:first-child td {
    background-color: #d9dbdd;
}

.article-wrap.has-table table tr:first-child .content.has-best-choice {
    padding-right: 50px;
}

.article-wrap.has-table table tr:first-child .content.has-best-choice .best-choice {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article-wrap.has-table table tr:first-child .content .button {
    display: inline-block;
    font-size: 1rem;
}

.article-wrap.has-table table tr:first-child .content .button > span {
    display: inline-block;
    padding: 12px 18px 12px;
}




/* Flags */

i.flag {
    display: inline-block;
    position: relative;
    vertical-align: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 20;
    width: 22px;
    height: 12px;
}
i.flag.nl,
i.flag.nld {
    background-image: url('/images/flag-nl.png');
}
i.flag.uk,
i.flag.en,
i.flag.eng {
    background-image: url('/images/flag-uk.png');
}







/* Buttons */

.button {
    font-family: 'Lato', sans-serif;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.02em;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    z-index: 35;
}
.button > span {
    padding: 14px 18px 15px;
}
.button.enhanced > span {
    font-size: 1.05rem;
    padding: 18px 22px 19px;
}
.button.compact > span {
    padding: 10px 14px 11px;
    font-size: 1rem;
}



.button,
.button > span {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.button > span {
    display: block;
    position: relative;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}
body.ready .button {
    padding: 0 !important;
}
body.ready .button,
body.ready .button > span {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
body:not(.ready) .button {
    min-height: 2.675em;
    visibility: hidden;
}





/* Button Variations */

.button.uppercase,
.button.uppercase > span {
    text-transform: uppercase;
}
.button.subtle,
.button.subtle > span {
    padding-left: 0;
    padding-right: 0;
}
.button.thin {
    font-weight: 500;
}
.button.full {
    width: 100%;
    text-align: left;
}
.button.full-width {
    width: 100%;
}



/* Button Icons */
.button[data-icon] > span,
.button[data-icon]:not(.ready) {
    padding-right: 50px !important;
}
.button[data-icon-left] > span,
.button[data-icon-left]:not(.ready) {
    padding-left: 50px !important;
}
.button.enhanced[data-icon] > span,
.button.enhanced[data-icon]:not(.ready) {
    padding-right: 55px !important;
}
.button.enhanced[data-icon-left] > span,
.button.enhanced[data-icon-left]:not(.ready) {
    padding-left: 55px !important;
}
.button .icon {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 12;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.button[data-icon] .icon {
    right: 11px;
}
.button[data-icon-left] .icon {
    left: 11px;
}
.button .icon > svg {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    top: 50%;
    fill: currentColor;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0s;
    height: 32px;
}
.button.flipped .icon > svg {
    transform: translateY(-50%) scaleX(-1);
    -webkit-transform: translateY(-50%) scaleX(-1);
}



/* Button Icons Sizes */

.button[data-icon^="flags/"] .icon > svg,
.button[data-icon-left^="flags/"] .icon > svg {
    width: 22px;
}
.button[data-icon="send"] .icon > svg,
.button[data-icon-left="send"] .icon > svg {
    width: 18px;
}
.button[data-icon="right"] .icon > svg,
.button[data-icon-left="right"] .icon > svg {
    width: 8px;
}
.button[data-icon="star"] .icon > svg,
.button[data-icon-left="star"] .icon > svg {
    width: 19px;
}
.button[data-icon="arrow"] .icon > svg,
.button[data-icon-left="arrow"] .icon > svg {
    width: 20px;
}
.button[data-icon="forward"] .icon > svg,
.button[data-icon-left="forward"] .icon > svg {
    width: 18px;
}
.button[data-icon="check"] .icon > svg,
.button[data-icon-left="check"] .icon > svg {
    width: 18px;
}
.button[data-icon="close"] .icon > svg,
.button[data-icon-left="close"] .icon > svg {
    width: 16px;
}
.button[data-icon="cart"] .icon > svg,
.button[data-icon-left="cart"] .icon > svg {
    width: 24px;
}




/* Button Icon Variations */

.button[data-icon="right"] .icon {
    right: 0;
}
.button[data-icon="right"] > span {
    padding-right: 32px !important;
}



/* Button Primary */
.button.main > span {
    background-color: #003566;
    color: #fff;
}
.button.main.focus > span,
.button.main:hover > span,
.button.main.hover > span {
    background-color: #001D3D;
    color: #fff;
}

.button.hover-main.focus > span,
.button.hover-main:hover > span,
.button.hover-main.hover > span {
    color: #003566;
}

.button.main.outline > span {
    color: #003566;
    box-shadow: inset 0 0 0 0.15rem #003566;
    background-color: transparent;
}
.button.main.outline:not(.static):focus > span,
.button.main.outline:not(.static):hover > span,
.button.main.outline:not(.static).hover > span {
    color: #fff;
    background-color: #003566;
}



/* Button Secondary */
.button.second > span {
    background-color: #FF8811;
    color: #fff;
}
.button.second.focus > span,
.button.second:hover > span,
.button.second.hover > span {
    background-color: #b05011;
    color: #fff;
}

.button.hover-second.focus > span,
.button.hover-second:hover > span,
.button.hover-second.hover > span {
    color: #FF8811;
}

.button.second.outline > span {
    color: #FF8811;
    box-shadow: inset 0 0 0 0.15rem #FF8811;
    background-color: transparent;
}
.button.second.outline:not(.static):focus > span,
.button.second.outline:not(.static):hover > span,
.button.second.outline:not(.static).hover > span {
    color: #fff;
    background-color: #FF8811;
}



/* Button Green */
.button.green > span {
    background-color: #29aa5d;
    color: #fff;
}
.button.green.focus > span,
.button.green:hover > span,
.button.green.hover > span {
    background-color: #006f35;
    color: #fff;
}

.button.hover-green.focus > span,
.button.hover-green:hover > span,
.button.hover-green.hover > span {
    color: #29aa5d;
}

.button.green.outline > span {
    color: #29aa5d;
    box-shadow: inset 0 0 0 0.15rem #29aa5d;
    background-color: transparent;
}
.button.green.outline:not(.static):focus > span,
.button.green.outline:not(.static):hover > span,
.button.green.outline:not(.static).hover > span {
    color: #fff;
    background-color: #29aa5d;
}



/* Button Gray */
.button.black > span {
    background-color: #000814;
    color: #fff;
}
.button.black.focus > span,
.button.black:hover > span,
.button.black.hover > span {
    background-color: #4a475f;
    color: #fff;
}

.button.black.outline > span {
    color: #000814;
    box-shadow: inset 0 0 0 0.15rem #000814;
    background-color: transparent;
}
.button.black.outline:not(.static):focus > span,
.button.black.outline:not(.static):hover > span,
.button.black.outline:not(.static).hover > span {
    color: #fff;
    background-color: #000814;
}



/* Button Gray */
.button.gray > span {
    background-color: #e1e5e9;
}
.button.gray.focus > span,
.button.gray:hover > span,
.button.gray.hover > span {
    background-color: #c6cbd0;
}

.button.gray.outline > span {
    color: #242423;
    box-shadow: inset 0 0 0 0.065rem #d1d1d1;
    background-color: transparent;
}
.button.gray.outline:not(.static):focus > span,
.button.gray.outline:not(.static):hover > span,
.button.gray.outline:not(.static).hover > span {
    box-shadow: inset 0 0 0 0.065rem #b2b2b2;
}



/* Button Basic White */
.button.basic.white > span {
    border: 1px solid #9ca3af;
    background-color: #fff;
}
.button.basic.white:focus > span,
.button.basic.white:hover > span,
.button.basic.white.hover > span {
    background-color: #f9fafb;
}





/* Button Basic Transparent */
.button.basic.transparent {

}
.button.basic.transparent,
.button.basic.transparent > span {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
}
.button.basic.transparent.effect::before,
.button.basic.transparent.effect::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: #000;
    transform-origin: 0 0;
}
body.ready .button.basic.transparent.effect::before,
body.ready .button.basic.transparent.effect::after {
    transition: 0.25s;
}
.button.basic.transparent.effect:not(:hover):not(.active)::after {
    transform: scaleX(0);
}
.button.basic.transparent.effect::before {
    opacity: 0.1;
}






/* Button Simple */
.button-simple {
    border: 1px solid #b2b2b2;
    font-size: 1.1rem;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #ecf2f8;
}





/* Progress Steps */
ul.progress-steps {
    display: inline-block;
    position: relative;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
}
ul.progress-steps > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    width: 140px;
    color: #d2d9e0;
}
ul.progress-steps > li > .number {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    border-radius: 999px;
    border: 0.135rem solid currentColor;
}
ul.progress-steps > li > .number > span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    /*height: 27px;*/
    /*width: 27px;*/
    overflow: hidden;
    border-radius: 999px;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
ul.progress-steps > li.active > .number > span {
    font-weight: 600;
}
ul.progress-steps > li > .description > span {
    display: block;
    margin-top: 2px;
    font-size: 0.9rem;
    font-weight: 400;
    white-space: nowrap;
}
ul.progress-steps > li.active > .description > span {
    font-weight: 600;
}
ul.progress-steps > li:not(:first-child) > .number::before,
ul.progress-steps > li:not(:last-child) > .number::after {
    content: ' ';
    position: absolute;
    top: 14px;
    width: 55px;
    z-index: -10;
    height: 0.125rem;
    background: #d2d9e0;
}
ul.progress-steps > li:not(:first-child) > .number::before {
    left: -57px;
}
ul.progress-steps > li:not(:last-child) > .number::after {
    right: -57px;
}

ul.progress-steps > li.active {
    color: #003566;
}
ul.progress-steps > li.complete > .number::before,
ul.progress-steps > li.active > .number::before {
    background: #003566;
}

ul.progress-steps > li.complete {
    color: #003566;
}
ul.progress-steps > li.complete > .number::after {
    background: #003566;
}

ul.progress-steps > li.complete > .number > span {
    background-color: #003566;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    font-size: 0;
}

html:not(.webp) ul.progress-steps > li.complete > .number > span {
    background-image: url('/images/check-white.png');
}
html.webp ul.progress-steps > li.complete > .number > span {
    background-image: url('/images/check-white.webp');
}

ul.progress-steps.links > li.complete[data-href] > .number,
ul.progress-steps.links > li.complete[data-href] > .description > span {
    cursor: pointer;
}







/* Hamburger */

.hamburger-wrap {
    display: none;
    position: absolute;
    z-index: 25;
    right: 0;
    top: 20px;
    height: 50px;

    /*outline: 1px solid #d0d0d0;*/

}
.hamburger {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 48px;
    height: 48px;
    margin-top: 0 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 3px 6px 0;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 3px;
    margin: 9px 0;
    background: #003566;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.25s;
    box-sizing: content-box;
}

.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(12px) ;
}
.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-12px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}
.hamburger.cross div:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}
body.ready .hamburger-wrap {
    transition: 0.25s;
}









/* Website Header, Footer, Theme */





/* Logo Default */

.logo-wrap {
    display: block;
    position: relative;
}
.logo-wrap.centered {
    margin-left: auto;
    margin-right: auto;
}
.logo-wrap > .logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
body.ready .logo-wrap,
body.ready .logo-wrap > .logo {
    transition: 0.25s;
}





/* Logo Theme */

.logo-wrap.logo-text {
    width: 1400px;
    height: 280px;
}
.logo-wrap.logo-text,
.logo-wrap.logo-text > .logo {
    transform-origin: 0 0;
    text-decoration: none !important;
}
.logo-wrap.logo-text > .logo {
    color: #003566;
}
.logo-wrap.logo-text > .logo > .icon {
    display: block;
    height: 280px;
}
.logo-wrap.logo-text > .logo > .icon svg {
    height: 280px;
}
.logo-wrap.logo-text > .logo > .icon svg,
.logo-wrap.logo-text > .logo > .icon svg path {
    fill: currentColor !important;
}
.logo-wrap.logo-text > .logo > .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 280px;
    padding-left: 25px;
}
.logo-wrap.logo-text > .logo > .text strong,
.logo-wrap.logo-text > .logo > .text span {
    display: block;
    position: relative;
    white-space: nowrap;
    font-size: 10.5rem;
    text-align: right;
}
.logo-wrap.logo-text > .logo > .text strong {
    text-transform: uppercase;
    line-height: 0.695em;
    font-weight: 700;
}
.logo-wrap.logo-text > .logo > .text span {
    text-transform: lowercase;
    line-height: 1.05em;
    font-weight: 300;
    font-size: 10.75rem;
}




/* Logo No Icon */
.logo-wrap.logo-text.no-icon > .logo > .text {
    left: 0;
}
.logo-wrap.logo-text.no-icon > .logo > .icon {
    display: none !important;
}




/* Logo Sizes */

.logo-wrap.logo-text.huge {
    width: 700px;
    height: 140px;
}
.logo-wrap.logo-text.huge > .logo {
    transform: scale(0.5);
}

.logo-wrap.logo-text.large {
    width: 350px;
    height: 70px;
}
.logo-wrap.logo-text.large > .logo {
    transform: scale(0.25);
}

.logo-wrap.logo-text.medium {
    width: 280px;
    height: 56px;
}
.logo-wrap.logo-text.medium > .logo {
    transform: scale(0.2);
}

/*.logo-wrap.logo-text.regular {*/
/*    width: 245px;*/
/*    height: 50px;*/
/*}*/
/*.logo-wrap.logo-text.regular > .logo {*/
/*    transform: scale(0.175);*/
/*}*/

.logo-wrap.logo-text.regular {
    width: 210px;
    height: 42px;
}
.logo-wrap.logo-text.regular > .logo {
    transform: scale(0.15);
}

.logo-wrap.logo-text.small {
    width: 175px;
    height: 45px;
}
.logo-wrap.logo-text.small > .logo {
    transform: scale(0.125);
}






/* Header */

body.fixed:not(.has-banner):not(.menu-dropdown) {
    padding-top: 100px;
}
body.fixed.has-banner .banner-wrapper > .container {
    margin-top: 100px;
}

body.fixed.ready {
    transition: padding 0.25s;
}

body.fixed .header-wrapper {
    position: fixed;
}

.header-wrapper {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 750;
}

.header-wrapper .container {
    position: relative;
}
.header-wrapper .header-inner {
    display: block;
    position: relative;
    min-height: 100px;
    padding: 15px 0;
}
.header-wrapper .header-logo {
    position: relative;
    height: 70px;
    z-index: 20;
}
.header-wrapper .header-logo > .logo-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
body.ready .header-wrapper,
body.ready .header-wrapper .header-logo,
body.ready .header-wrapper .header-logo svg,
body.ready .header-wrapper .header-logo svg path {
    transition: 0.25s;
}
.header-wrapper .header-before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    height: 100%;
    box-shadow: 0 0.125rem 1.25rem 0 rgba(0,0,0,.1);
}
.header-wrapper .header-before {
    background-color: #fff;
}
body.ready .header-wrapper .header-before {
    transition: 0.25s;
}

.header-wrapper .header-steps {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 25;
    transform: translateY(-50%);
}






/* Slogan Wrapper */

.header-wrapper .slogan-wrap {
    position: relative;
    padding: 10px 0 0;
    z-index: 35;
}

.header-wrapper .slogan-wrap .article {
    color: #b05f1c;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -0.025em;
    text-align: center;
}





/* Menu Default */

.menu-wrap {
    display: block;
    position: relative;
}
.menu-wrap ul {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrap ul > li > a {
    display: inline-block;
    position: relative;
    padding: 2px 0;
}





/* Menu Regular */

.menu-wrap.regular ul > li {
    display: block;
}



/* Menu Regular */

.menu-wrap.inline ul {
    display: inline-block;
}

.menu-wrap.inline ul > li {
    display: inline-block;
    vertical-align: top;
}

.menu-wrap.inline ul > li:not(:last-child) {
    margin-right: 35px;
}

.menu-wrap.inline ul > li > a {
    display: block;
}





/* Menu Main */

.menu-wrap.main-menu ul > li {
    display: inline-block;
}
.menu-wrap.main-menu ul > li:not(:last-child) {
    margin-right: 35px;
}
.menu-wrap.main-menu ul > li.featured:last-child > a {
    margin-left: 5px;
}
.menu-wrap.main-menu ul > li > a {
    position: relative;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 600;
    color: #000814;
    padding: 10px 0;
}
.menu-wrap.main-menu ul:not(:hover) > li.active > a,
.menu-wrap.main-menu ul > li > a:hover,
.menu-wrap.main-menu ul > li > a:focus {
    color: #003566;
}
body.ready .menu-wrap.main-menu ul > li > a {
    transition: 0.25s;
}

.menu-wrap .icon svg,
.menu-wrap .icon svg path {
    fill: currentColor;
    transition: 0s;
}





/* Menu Navigation */

.menu-wrap.main-menu {
    position: absolute;
    top: 0;
    left: 235px;
    right: 20px;
    z-index: 25;
}

.menu-wrap.main-menu > .menu {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
}

.menu-wrap.main-menu > .menu li {
    position: relative;
    text-align: left;
}

.menu-wrap.main-menu.with-center > .menu {
    left: 0;
    text-align: center;
    padding-right: 180px;
}

.menu-wrap.main-menu.with-center > .menu > li:last-child {
    position: absolute;
    right: 0;
}


@media all and (min-width: 992px) {

    .menu-wrap.main-menu > .menu {
        white-space: nowrap;
    }

}



body.page-order {
    background-color: #ecf2f8;
}
body.page-order .footer-wrapper,
body.page-order .hamburger-wrap,
body.page-order .menu-wrap.main-menu {
    display: none;
}






/* Footer */

.footer-wrapper {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid #e1e5e9;
}

.footer-wrapper .footer-inner.has-aside {
    position: relative;
    padding-left: 40%;
}

.footer-wrapper .footer-inner.has-aside .footer-aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
}

.footer-wrapper .footer-columns {
    position: relative;
}

.footer-block {
    position: relative;
    margin-bottom: 30px;
}

.footer-block h2 {
    font-weight: 800;
    font-size: 1.5rem;
    margin: 6px 0 15px;
    text-transform: uppercase;
    color: #003566;
}

.footer-menu {
    position: relative;
    text-align: center;
}

.footer-menu ul > li > a {
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 400;
    color: #000814;
}

.footer-menu.top {
    margin-top: 50px;
}

.footer-menu.bottom {
    margin-bottom: 45px;
}

.footer-copyright {
    position: relative;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.65em;
}

.footer-copyright > span {
    display: inline-block;
}

.footer-copyright > span:not(:last-child) {
    margin-right: 5px;
}










/* Website Non-Global Block Elements */








/* Block: Article */

.block-article {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
}
.block-article.shadow {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.block-article.full {
    height: 100%;
}
.block-article.w-medium {
    width: 340px;
}

.block-article.overflow {
    overflow: hidden;
}

.block-article .image-wrap {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 25;
}

.block-article .image-wrap.limited > .image {
    width: 180px;
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
}

.block-article .image-wrap:not(:first-child) {
    margin-top: 20px;
}
.block-article h2 {
    font-size: 1.5rem;
}
.block-article h2:last-child {
    margin-bottom: 0;
}
.block-article .article.bottom {
    margin-bottom: 20px;
}

.block-article .buttons {
    position: relative;
    margin-top: -10px;
    z-index: 25;
}
.block-article .buttons > div {
    padding-top: 10px;
}

.block-article.is-blog h2 {
    font-size: 1.25rem;
}





/* Block Background */

.block-article > .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.block-article > .background > svg {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.block-article > .background::before {
    content: ' ';
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    z-index: 3;
    background: #fff;
    border-radius: 6px;
}




/* Modals */


.modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, .75)
}

.modal-wrap .container {
    display: block;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    height: 100%
}

.modal-wrap .modal-screen {
    display: block;
    position: relative;
    overflow: visible
}

.modal-wrap .modal-screen.minimal {
    width: 560px;
    max-height: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-wrap .modal-screen.medium {
    width: 600px;
    max-height: 100%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.modal-wrap .modal-screen.medium.maps {
    width: 800px
}

.modal-wrap .modal-screen.medium.maps .screen {
    padding: 0;
    height: 650px;
    background-color: #aadaff
}

.modal-wrap .modal-screen.medium.maps #map {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 7
}

.modal-wrap .modal-screen.medium .search {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    z-index: 20
}

.modal-wrap .modal-screen.medium .search .maps-input {
    display: block;
    background: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 18px 56px 17px 22px;
    border: none;
    outline: none;
    overflow: hidden;
    transition: 0.2s;
    box-shadow: 0 0 12px rgba(30, 30, 30, .15)
}

.modal-wrap .modal-screen.medium .search .maps-input:focus {
    box-shadow: 0 0 20px rgba(30, 30, 30, .35)
}

.modal-wrap .modal-screen.medium .search .maps-search {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    width: 54px;
    outline: none;
    border: none;
    background: none;
    border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    border-left: 1px solid #ececec;
    transition: 0.25s
}

.modal-wrap .modal-screen.medium .search .maps-search:hover {
    background: #f9f9f9
}

.modal-wrap .modal-screen.medium .search .maps-search::before {
    content: ' ';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 25;
    background-image: url(/images/icon-search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    transition: 0.25s;
    opacity: .35
}

.modal-wrap .modal-screen.medium .search .maps-search:hover::before {
    opacity: .85
}

.modal-wrap .modal-screen.medium .results {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 25;
    width: 500px;
    border-radius: 9px 0 0 0;
    -moz-border-radius: 9px 0 0 0;
    -webkit-border-radius: 9px 0 0 0;
    padding: 16px 20px 35px 20px;
    box-shadow: 0 0 14px rgba(30, 30, 30, .18);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: #fff;
    transition: 0.25s
}

.modal-wrap .modal-screen.medium .results.active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-wrap .modal-screen.medium .results-close {
    display: inline-block;
    cursor: pointer!important;
    width: 50px;
    height: 50px;
    background-image: url(/images/icon-close-red.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.modal-wrap .modal-screen.medium .results .field {
    display: block;
    position: relative;
    padding-left: 150px;
    margin: 0 0 5px
}

.modal-wrap .modal-screen.medium .results .field.address {
    min-height: 47px
}

.modal-wrap .modal-screen.medium .results .field label.label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0
}

.modal-wrap .modal-screen.medium .results .field>p {
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.modal-wrap .modal-screen.medium .results .actions {
    position: absolute;
    text-align: left;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 15px
}

.modal-wrap .modal-screen.medium .results .actions .button {
    margin: 0;
    min-height: 0;
    font-size: 14px;
    padding: 6px 12px 7px
}

.modal-wrap .modal-screen .actions {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;
    margin: 0 !important;
}

.modal-wrap .modal-screen .actions .button {
    margin: 0
}

.modal-wrap .modal-screen .screen {
    display: block;
    position: relative;
    background: #fff;
    min-height: 300px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    padding: 25px;
    max-width: 100%;
    max-height: 80vh;
    overflow: auto
}
.modal-wrap .modal-screen .screen.has-bottom {
    min-height: 230px;
    padding-bottom: 75px;
}

.modal-wrap .modal-close {
    display: inline-block;
    cursor: pointer!important;
    width: 40px;
    height: 40px;
    background-image: url(/images/icon-close-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 5px;
    right: -52px;
    z-index: 10
}

.modal-wrap .modal-close:hover {
    background-image: url(/images/icon-close-red.png)
}

.modal-wrap .modal-screen .request-form {
    padding: 0;
    margin-bottom: 54px
}

.modal-wrap .modal-screen .request-form .form-set .field {
    padding-left: 220px;
    margin: 0 0 5px
}

.modal-wrap .modal-screen .request-form .form-set .field label:not(.checkbox) {
    top: 2px;
    font-size: 9.5pt
}

.modal-wrap .modal-screen .request-form .form-set .permit-fields {
    border-top: 1px solid #e8e8e8;
    margin-top: 20px;
    padding-top: 20px
}

.modal-wrap .modal-screen .request-form .form-set .permit-fields .field {
    padding-left: 250px
}

.modal-wrap .modal-screen .request-form .alert {
    font-size: 14px;
    line-height: 1.35em;
    margin-bottom: 25px
}

.modal-wrap .modal-screen .request-form .form-set {
    padding: 15px 25px 20px
}

.modal-wrap .modal-screen .request-form .form-set .field-row {
    padding-bottom: 10px
}

.modal-wrap .modal-screen .request-form .form-set .field-row:not(:first-child) {
    padding-top: 10px;
    border-top: 1px solid #eaeaea
}

.modal-wrap .modal-screen .request-form .form-set .field-row .fr-value {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 8px;
    min-width: 48px;
    color: #2a4970;
    background: #f3f3f3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.modal-wrap .modal-screen .request-form .form-set .field-row.red {
    border-color: #e8d2d2;
    border-left: 2px solid #01982b;
    background-color: #f7f0f0
}

.modal-wrap .modal-screen .request-form .form-set .field-row.red .fr-value {
    color: #fff;
    background: #01982b
}

.modal-wrap .modal-screen .request-form .form-set .field-row .fr-label {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 5px
}

.modal-wrap .modal-screen .request-form .form-set .field-row.full .fr-label {
    margin-bottom: 8px
}

.modal-wrap .modal-screen .request-form .form-set .field {
    margin-left: 8px
}

.modal-wrap .modal-screen .article h3 {
    font-size: 1.5rem;
}









/* FAQ */

.faq-wrap {
    position: relative;
}
.faq-wrap.top {
    margin-top: 50px;
}

.faq-wrap .faq-item:not(.content-block) {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: inset 0 0 0 0.15rem #000814;
}
.faq-wrap .faq-item:not(:last-child) {
    margin-bottom: 15px;
}

.faq-wrap .faq-item.content-block {
    padding: 0;
}
.faq-wrap .faq-item.content-block.active,
.faq-wrap .faq-item.content-block.active:not(.static) {
    background-color: #f9fafb;
}

.faq-wrap .faq-item > .title {
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
}
.faq-wrap .faq-item > .title > *:first-child {
    font-size: 1.25rem;
    margin: 0;
}
.faq-wrap .faq-item > .title > .close {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 32px;
    height: 32px;
}
.faq-wrap .faq-item.active-pre > .title > .close,
.faq-wrap .faq-item.active > .title > .close {
    transform: rotate(90deg);
}
.faq-wrap .faq-item > .title > .close > svg,
.faq-wrap .faq-item > .title > .close > svg path {
    fill: currentColor;
}
.faq-wrap .faq-item > .title > .close > svg {
    position: relative;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
body.ready .faq-wrap .faq-item > .title > .close {
    transition: 0.25s;
}

.faq-wrap .faq-item:not(.active) > .contents {
    display: none;
}

.faq-wrap .faq-item > .contents {
    padding: 0 20px 20px;
}







/* Tabs */

.tabs-wrap {
    display: block;
    position: relative;
}
.tabs-wrap > ul {
    position: relative;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 15px -5px 0;
    white-space: nowrap;
    overflow: auto;
}
.tabs-wrap li.tab-item {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    padding: 15px;
    border: 3px solid #000814;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background-color: #e5e8ee;
    color: #827c89;
}
.tabs-wrap li.tab-item::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 10px;
    z-index: 10;
}
.tabs-wrap li.tab-item.active,
.tabs-wrap li.tab-item.active::after {
    background-color: #ffffff;
    color: #000814;
}
.tabs-wrap li.tab-item:not(:last-child) {
    margin-right: 10px;
}
.tabs-wrap li.tab-item span {
    font-size: 1.25rem;
    font-weight: 600;
}
.tabs-wrap .tab-content {
    position: relative;
    padding: 20px;
    border: 3px solid #000814;
    border-radius: 0 10px 10px 10px;
    background-color: #ffffff;
}
.tabs-wrap .tab-content:not(.active) {
    display: none;
}









/* Forms */

.form-wrap {
    display: block;
    position: relative;
    max-width: 100%;
}
.form-wrap.centered {
    margin-left: auto;
    margin-right: auto;
}
.form-wrap.form-sm {
    width: 525px;
}
.form-wrap.form-md-sm {
    width: 670px;
}
.form-wrap.form-md {
    width: 768px;
}
.form-wrap.form-lg {
    width: 992px;
}
.form-wrap.top {
    margin-top: 35px;
}
.form-wrap.bottom {
    margin-bottom: 35px;
}





.form-wrap .field .input {
    width: 100%;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #dadada;
    outline: none;
}
.form-wrap .field .input:focus {
    outline: 1px solid #003566;
    border-color: #003566;
}

.form-wrap .field select.input {
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-wrap .field textarea.input {
    height: 10em;
}

.form-wrap .actions {
    display: block;
    position: relative;
}

.form-wrap .actions.top {
    margin-top: 30px;
}

.form-wrap .actions.bottom {
    margin-bottom: 10px;
}

.form-wrap .field {
    display: block;
    position: relative;
}

.form-wrap .field.top {
    margin-top: 25px;
}

.form-wrap .field.bottom {
    margin-bottom: 15px;
}

.form-wrap .field.bottom.offset {
    margin-bottom: 25px;
}

.form-wrap .field-input {
    display: block;
    position: relative;
}

.form-wrap .field label.label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 5px;
}

.form-wrap .field label.label.offset {
    margin-bottom: 6px;
}

.form-wrap .field-input.has-space .input {
    padding: 13px 16px;
}

.form-wrap .field-input.has-icon > .input {
    padding-left: 36px;
}
.form-wrap .field-input.has-icon > .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 39px;
    width: 39px;
}
.form-wrap .field-input.has-icon > .icon > svg,
.form-wrap .field-input.has-icon > .icon > img {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.form-wrap .field-input.has-icon.has-method > .icon {
    width: 32px;
    left: 8px;
}
.form-wrap .field-input.has-icon.has-method > .icon > img {
    width: auto;
}

body:not(.ready) .form-wrap .field-input.has-icon.has-method > .icon > img {
    opacity: 0;
}

.form-wrap .field-input.has-button > .input {
    padding-right: 95px;
}
.form-wrap .field-input.has-button > .button {
    position: absolute;
    top: 0;
    right: 0;
}

.form-wrap .field-input.has-method.has-icon > .input {
    padding-left: 46px;
}
.form-wrap .field-input.has-space.has-icon > .input {
    padding-left: 54px;
}
.form-wrap .field-input.has-space.has-icon > .icon {
    top: 7px;
    left: 7px;
}
.form-wrap .field-input.has-space.has-icon > .icon > svg {
    width: 22px;
}
.form-wrap .field-input.has-space.has-button > .button {
    top: 7px;
    right: 7px;
}





/* Form Inline */

.form-wrap .field.inline {
    position: relative;
    padding-left: 175px;
}

.form-wrap .field.inline label.label {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
}




/* Form Options (Checkbox & Radio) */

.form-wrap label.option {
    display: block;
    position: relative;
    padding-left: 36px;
    min-height: 26px;
}

.form-wrap label.option.inline {
    display: inline-block;
}

.form-wrap label.option.inline.minimal {
    min-width: 157px;
}

.form-wrap label.option.inline.offset:not(:last-child) {
    margin-right: 15px;
}

.form-wrap label.option > input[type="checkbox"],
.form-wrap label.option > input[type="radio"] {
    display: none;
}

.form-wrap label.option::before,
.form-wrap label.option::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px;
}

.form-wrap label.option::before {
    border: 1px solid #dadada;
}

.form-wrap label.option.checked::before {
    outline: 1px solid #003566;
    border-color: #003566;
}

.form-wrap label.option::after {
    border-radius: 3px;
}

.form-wrap label.option.radio::before,
.form-wrap label.option.radio::after {
    border-radius: 999px;
}

.form-wrap label.option::after {
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #003566;
}

.form-wrap label.option:not(.checked)::after {
    opacity: 0;
}

.form-wrap label.option > .description {
    display: inline-block;
    position: relative;
    font-size: 0.925rem;
}

.form-wrap label.option > .description > span {

}

.form-wrap label.option > .description.has-icon {
    padding-left: 42px;
}

.form-wrap label.option > .description .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
}

.form-wrap label.option > .description .icon > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.form-wrap label.option > .description .icon .icon-frame {
    position: relative;
    top: 50%;
    width: 32px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    transform: translateY(-50%);
}

.form-wrap label.option > .description .icon .icon-frame img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    border-radius: 2px;
    transform: translateY(-50%) translateX(-50%);
}


.form-wrap label.option .field-input {
    display: block;
    margin: 10px 0 15px -8px;
}





/* UI Cart Table */

table.ui-cart {
    width: 100%;
    margin: 0;
}
table.ui-cart.top {
    margin-top: 20px;
}
table.ui-cart.bottom {
    margin-bottom: 20px;
}
table.ui-cart tr td {
    white-space: normal;
    padding: 5px 0;
    color: #888;
}
table.ui-cart tr td:last-child {
    width: 50px;
    white-space: nowrap;
    padding-right: 0 !important;
}
table.ui-cart tr td strong {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3em;
}
table.ui-cart tr td strong.medium {
    color: #000;
    font-size: 1.1rem;
}
table.ui-cart tr td .enhance {
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
}
table.ui-cart tr td .enhance sup {
    font-size: 1.2rem;
    vertical-align: -8px;
}
table.ui-cart tr td em.enhance.colour,
table.ui-cart tr td em.enhance.colour * {
    color: #000000;
}
table.ui-cart tfoot {
    border-top: 2px solid #ddd;
}
table.ui-cart tr td {
    padding-right: 10px;
}
table.ui-cart tfoot tr:first-child td {
    padding-top: 20px !important;
}
table.ui-cart tbody:not(:last-child) tr:last-child td {
    padding-bottom: 15px !important;
}




/* UI Segment */

.ui-segment {
    display: block;
    position: relative;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 25px 26px 20px 26px;
    background: #fff;
    color: #000;
    z-index: 35;
    max-width: 100%;
    overflow: hidden;
}
.ui-segment h2 {
    font-weight: 700;
}





/* UI Safety */

.ui-safety {
    position: relative;
    padding: 5px 0 5px 55px;
    margin: 25px 0 5px;
}
.ui-safety::before {
    content: ' ';
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    top: 0; left: 0;
}

html:not(.webp) .ui-safety::before {
    background-image:url('/images/icon-lockpad.png');
}

html.webp .ui-safety::before {
    background-image:url('/images/icon-lockpad.webp');
}

.ui-safety.compact {
    padding-left: 60px;
}
.ui-safety.compact::before {
    background-size: 32px;
}
.ui-safety p {
    font-size: 0.85rem;
    margin: 0;
    color: #7a7a7a;
}
.ui-safety p > strong {
    font-size: 1.1rem;
    line-height: 1em;
    color: #000;
}





/* Content Wrap */
.content-wrap {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.content-wrap.top {
    margin-top: 30px;
}
.content-wrap.bottom {
    margin-bottom: 35px;
}
.content-wrap.medium {
    width: 670px;
}






/* Content Rows */
.row.content-row.has-top {
    padding-top: 20px;
}
.row.content-row > div > .content-block {
    height: 100%;
}
.row.content-row > div {
    padding-bottom: 30px;
}
.row.content-row.compact > div {
    padding-bottom: 20px;
}





/* Content Blocks */

.content-block {
    display: block;
    position: relative;
    border-radius: 0.375rem;
    border: 1px solid #9ca3af;
    background-color: #fff;
    padding: 1rem 1.5rem;
    max-width: 100%;
    text-decoration: none !important;
}
.content-block.shadow {
    border-color: transparent;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.content-block.bottom {
    margin-bottom: 30px;
}
.content-block.centered {
    margin-left: auto;
    margin-right: auto;
}
.content-block.medium {
    width: 320px;
}
.content-block.compact {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.content-block:not(:last-child) {
    margin-bottom: 15px;
}

.content-block:not(.static) {
    cursor: pointer;
}

.content-block:not(.static):hover {
    background-color: #f9fafb;
}

.content-block.alternate:not(.static) {
    background-color: #f9fafb;
}

.content-block.alternate:not(.static):hover {
    background-color: #ecf2f8;
}

.content-block.active,
.content-block.active:not(.static) {
    border-color: #003566;
    background-color: #ecf2f8;
}

.content-block > .content-label {
    font-weight: 600;
    font-size: 0.85rem;
    position: absolute;
    top: 4px;
    left: -1px;
    z-index: -1;
    color: #003566;
    background: #f9fafb;
    border: 1px solid #9ca3af;
    transform: translateY(-100%);
    border-radius: 5px 5px 0 0;
    padding: 4px 10px 8px;
}

.content-block > .content-label.active,
.content-block.active > .content-label {
    color: #fff;
    background: #003566;
    border-color: #003566;
}

.content-block ul.meta {
    display: block;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.content-block ul.meta.near {
    margin-top: 5px;
}
.content-block ul.meta > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0.9rem;
    color: #7a7a7a;
}
.content-block ul.meta > li:not(:last-child) {
    padding-right: 16px;
}
.content-block ul.meta > li:not(:last-child)::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 4px;
    width: 4px;
    height: 4px;
    background: #7a7a7a;
    border-radius: 999px;
}


.content-block .title {
    display: block;
    position: relative;
}
.content-block .title.top {
    margin-top: 10px;
}
.content-block .title.bottom {
    margin-bottom: 10px;
}
.content-block .title.bottom.offset {
    margin-bottom: 20px;

}
.content-block .title.min-height {
    min-height: 72px;
}
.content-block .title > .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1.15rem;
}
.content-block .title > .name.medium {
    font-size: 1.1rem;
}
.content-block .title > .name.small {
    font-size: 1rem;
}

.content-block .title > .name.block {
    display: block;
}
.content-block .title > .name:not(.block) {
    margin-right: 10px;
}
.content-block .title > .name.bottom {
    margin-bottom: 10px;
}
.content-block.has-flags .title > .name {
    padding-right: 16px;
}
.content-block.has-flags.has-double .title > .name {
    padding-right: 36px;
}

.content-block .button.top {
    margin-top: 15px;
}


.content-block.has-float {
    padding-right: 135px;
}

.content-block.has-float.is-company {
    padding-right: 200px;
}


.content-block.has-reset .title {
    padding-right: 135px;
}

.content-block .button.float {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.content-block .button.float.top {
    margin-top: 0;
    bottom: auto;
    top: 5px;
    right: 20px;
}
.content-block .button.float.centered {
    margin-top: 0;
    bottom: 50%;
    right: 25px;
    transform: translateY(50%);
}

@media all and (min-width: 575px) {


    .content-block .image-wrap {
        position: relative;
    }
    .content-block .image-wrap .flags {
        position: absolute;
        top: 7px;
        right: 0;
        text-align: right;
    }


}




@media all and (min-width: 768px) {

    /*.content-block.has-float {*/
    /*    padding-right: 135px;*/
    /*}*/

    /*.content-block .button.float {*/
    /*    position: absolute;*/
    /*    bottom: 15px;*/
    /*    right: 15px;*/
    /*}*/
    /*.content-block .button.float.top {*/
    /*    margin-top: 0;*/
    /*    bottom: auto;*/
    /*    top: 5px;*/
    /*    right: 20px;*/
    /*}*/
    /*.content-block .button.float.centered {*/
    /*    margin-top: 0;*/
    /*    bottom: 50%;*/
    /*    right: 25px;*/
    /*    transform: translateY(50%);*/
    /*}*/

}

.content-block .prices {
    line-height: 1em;
    min-height: 38px;
}
.content-block .prices span {
    display: block;
    font-weight: 700;
}
.content-block .prices small {
    display: block;
    font-size: 0.8rem;
}

.content-block > .flags {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 10px;
}



.content-block .alert.minimal {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 8px;
    line-height: 1.15em;
    font-size: 0.8rem;
}

.content-block .article.is-product {
    font-size: 0.85rem;
    line-height: 1.35em;
    margin: 25px 0 0;
    color: #7a7a7a;
}

.content-block .image.is-preview {
    display: block;
    position: relative;
    height: 124px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.content-block .image.is-preview > .alert.minimal {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 15;
    right: 10px;
    text-align: center;
}

.content-block.has-bottom {
    padding-bottom: 74px;
}

.content-block.has-bottom > .bottom-segment {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 25;
    border-radius: 5px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.content-block.has-bottom > .bottom-segment > .button.float {
    top: 0;
}







/* Status Order Segment */
.status-segment {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0.375rem;
    border: 1px solid #9ca3af;
    padding: 1rem 55px 1.25rem 1rem;
    min-height: 100px;
    max-width: 100%;
    width: 900px;
}
.status-segment .status-indicator {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 25;
    right: 25px;
    top: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.status-segment .status-progress-bar,
.status-segment .status-progress-bar > .status-progress {
    height: 4px;
}
.status-segment .status-progress-bar {
    position: absolute;
    left: 0; right: 0;
    bottom: 0; z-index: 35;
    background: #e6eef7;
}
.status-segment .status-progress-bar > .status-progress {
    display: inline-block;
    vertical-align: top;
    background: #2F8DB1;
    transition: 0.25s;
}
.status-segment.is-failed .status-progress-bar > .status-progress {
    width: 100% !important;
    background: #b45759;
    background: #f15349;
}
.status-segment.is-success .status-progress-bar > .status-progress {
    width: 100% !important;
    background: #16803d;
    background: #33ba7c;
}

.status-segment .status-icon {
    display: block;
    position: absolute;
    top: 0; right: 0;
    transition: 0.5s;
    width: 64px;
    height: 64px;
}

.status-segment .status-icon.status-loader {
    border-radius: 999px;
    border: 1px solid #c3d2e0;
    background: #ecf2f8;
    background: #f4f7fb;
}

.status-segment .status-icon::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 35;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.status-segment .status-icon.status-loader {
    -webkit-animation: infinite linear rotate_main 2s;
    animation: infinite linear rotate_main 2s;
}
.status-segment .status-icon.status-loader::after {
    background-image:url('/images/svg/status-loading.svg');
    background-size: 48px;
}
.status-segment .status-icon.status-failed::after {
    background-image:url('/images/svg/status-negative.svg');
    background-size: 64px;
}
.status-segment .status-icon.status-success::after {
    background-image:url('/images/svg/status-positive.svg');
    background-size: 64px;
}

.status-segment:not(.is-loading) .status-icon.status-loader { display: none; }
.status-segment:not(.is-failed) .status-icon.status-failed { display: none; }
.status-segment:not(.is-success) .status-icon.status-success { display: none; }

.status-segment:not(.is-loading) .status-article .status-loading { display: none; }
.status-segment:not(.is-failed) .status-article .status-failed { display: none; }
.status-segment:not(.is-success) .status-article .status-success { display: none; }

.status-segment .alert {
    padding-right: 45px;
    max-width: 100%;
    width: 680px;
    margin: 0;
}
.status-segment .alert h2,
.status-segment .alert h3 {
    margin-bottom: 12px;
}
.status-segment .alert p:not(:last-child) {
    margin-bottom: 10px;
}







/* Legacy Wrap */
.legacy-wrap {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 35%;
    max-width: 100%;
    min-height: 655px;
}
.legacy-wrap.top {
    margin-top: 45px;
}
.legacy-wrap .content-wrap {
    z-index: 25;
}
.legacy-wrap .legacy-section {
    display: block;
    position: relative;
}
.legacy-wrap.border .legacy-section {
    border-radius: 0.375rem;
    border: 1px solid #9ca3af;
    background-color: #fff;
    padding: 1.5rem 1.5rem;
    max-width: 100%;
}
.legacy-wrap.shadow .legacy-section {
    border-color: transparent;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.legacy-wrap .legacy-aside {
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    transition: padding 0.6s;
}

.legacy-wrap .legacy-aside .legacy-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
}
.legacy-wrap .legacy-aside .example-image {
    margin-bottom: 40px;
}
.legacy-wrap .legacy-aside .article-wrap {
    padding-left: 40px;
}
.legacy-wrap .legacy-aside .article-usp.flex-between ul {
    display: block;
    margin-top: 10px;
}
.legacy-wrap .legacy-aside .field {
    display: block;
    position: relative;
}
.legacy-wrap .legacy-aside .field > label {
    display: inline-block;
    vertical-align: top;
    min-width: 110px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #7a7a7a;
    margin: 0;
}
.legacy-wrap .legacy-aside .field > ul,
.legacy-wrap .legacy-aside .field > span {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 135px;
    max-width: 100%;
}









/* Main Theme Responsive */
@media all and (max-width: 1400px) {



}

@media all and (max-width: 1200px) {




    /* Legacy Wrap */
    .legacy-wrap {
        padding-left: 30%;
    }
    .legacy-wrap .legacy-aside {
        width: 30%;
    }






}


@media all and (min-width: 992px) and (max-width: 1200px) {



    /* Header */
    /*.header-wrapper .logo-wrap.logo-text {*/
    /*    width: 70px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.header-wrapper .logo-wrap.logo-text > .logo::before {*/
    /*    opacity: 0;*/
    /*}*/



}


@media all and (max-width: 992px) {




    /* Container */

    .container-wrap.has-left {
        padding-left: 0;
    }
    .container-wrap.has-right {
        padding-left: 0;
    }
    .container-wrap > .container-aside {
        position: relative;
        width: auto;
    }
    .container-wrap.has-left > .container-aside {
        padding-right: 0;
        left: 0;
    }
    .container-wrap.has-right > .container-aside {
        padding-left: 0;
        right: 0;
    }





    /* Wrapper */

    .wrapper.medium {
        padding: 35px 0;
    }

    .wrapper.large {
        padding: 50px 0;
    }

    .wrapper.spacing {
        padding: 75px 0;
    }





    /* Wrapper Variations */

    .wrapper.bg-has-left > .container::before {
        display: none;
    }

    .wrapper.bg-has-left .container-aside .button {
        border: 1px solid #d1d1d1;
    }
    .wrapper.bg-has-left .container-aside .button:hover,
    .wrapper.bg-has-left .container-aside .button:focus,
    .wrapper.bg-has-left .container-aside .button.active {
        background-color: #fff;
        border-color: #b2b2b2;
    }






    /* Articles */

    .article-wrap.has-exact.has-left {
        padding-left: 300px;
    }
    .article-wrap.has-exact.has-right {
        padding-right: 300px;
    }
    .article-wrap.has-exact > .image-wrap {
        width: 300px;
    }
    .article-wrap.has-exact.height-exact > .image-wrap {
        height: 300px;
    }
    .article-wrap.has-exact.height-exact {
        min-height: 300px;
    }



    /* Header */

    body.fixed:not(.has-banner):not(.menu-dropdown) {
        padding-top: 90px;
    }

    body.fixed.has-banner .banner-wrapper > .container {
        margin-top: 90px;
    }

    .header-wrapper .header-logo.logo-text.medium > .logo {
        transform: scale(0.4);
        margin-top: 7px;
    }

    .header-wrapper .header-inner {
        min-height: 90px;
        padding: 10px 0;
    }

    .header-wrapper .hamburger-wrap {
        display: block;
    }

    .header-wrapper .slogan-wrap .article {
        font-size: 0.825rem;
    }






    /* Footer */

    .footer-wrapper .footer-inner.has-aside {
        padding-left: 0;
    }

    .footer-wrapper .footer-inner.has-aside .footer-aside {
        position: relative;
        width: auto;
        margin-bottom: 30px;
    }






    /* Navigation */

    .menu-wrap.main-menu {
        position: absolute;
        top: 90px;
        left: 0;
        right: 0;
        z-index: 65;
        text-align: left;
        transform-origin: 0 0;
    }

    body:not(.menu-open) .menu-wrap.main-menu {
        transform: scaleY(0);
    }

    .menu-wrap.main-menu::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -200px;
        right: -200px;
        background-color: #fff;
        box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    }

    .menu-wrap.main-menu > .menu {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        text-align: left;
        transform: none;
        padding: 0 0 35px;
    }

    .menu-wrap.main-menu.has-float > .menu {
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
    }

    .menu-wrap.main-menu.with-center > .menu > li:last-child {
        position: relative;
    }





    /* Menu Main */

    .menu-wrap.main-menu ul > li {
        display: block;
    }
    .menu-wrap.main-menu ul > li:not(:last-child) {
        margin-right: 0;
    }
    .menu-wrap.main-menu ul > li.featured:last-child > a {
        margin-top: 15px;
        margin-left: 0;
    }
    .menu-wrap.main-menu ul > li > a {
        padding: 6px 0;
    }





    /* Order Page */
    .order-wrapper.min-height .article-wrap.main {
        padding-top: 50px;
    }





    /* Legacy */
    .legacy-wrap {
        padding: 0;
    }
    .legacy-wrap .legacy-aside {
        position: static;
        width: 370px;
        max-width: 100%;
        margin-top: 45px;
    }
    .legacy-wrap .legacy-aside .legacy-inner {
        position: static;
    }





}


@media all and (max-width: 768px) {



    h1,
    .h2-h1 h2,
    .h3-h1 h3 {
        font-size: 1.65rem;
    }
    h2,
    .h1-h2 h1,
    .h3-h2 h3 {
        font-size: 1.4rem;
    }
    h3,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.25rem;
    }
    h4,
    .h1-h4 h1,
    .h2-h4 h2 {
        font-size: 1.25rem;
    }







    /* Wrapper */
    .wrapper.large {
        padding: 40px 0;
    }






    /* Article Wrap */

    .article-wrap.bottom {
        margin-bottom: 40px;
    }

    .article-wrap > .image-wrap {
        position: relative;
        top: auto;
        bottom: auto;
        width: auto !important;
        height: 250px;
    }
    .article-wrap > .image-wrap.offset-top {
        margin-top: 30px;
        top: auto;
    }
    .article-wrap.has-left > .image-wrap {
        padding-right: 0 !important;
    }
    .article-wrap.has-right > .image-wrap {
        padding-left: 0 !important;
    }
    .article-wrap.has-left {
        padding-left: 0 !important;
    }
    .article-wrap.has-right {
        padding-right: 0 !important;
    }

    .article.enhanced {
        font-size: 1rem;
    }

    .article-slogan.bottom {
        margin-bottom: 25px;
    }

    .article-slogan h1 {
        font-size: 1.25rem;
    }

    .article-usp.inline ul > li {
        display: block;
    }





    /* Header */
    .header-steps.responsive ul.progress-steps > li:not(.active) {
        display: none;
    }
    .header-steps.responsive ul.progress-steps > li > .number::before,
    .header-steps.responsive ul.progress-steps > li > .number::after {
        display: none;
    }




    /* Footer */
    .footer-block h2 {
        font-size: 1.35rem;
    }
    .footer-copyright {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 360px;
    }
    .footer-wrapper .menu-wrap.inline ul > li {
        display: block;
    }
    .footer-wrapper .menu-wrap.inline ul > li:not(:last-child) {
        margin: 0;
    }




    /* Content Blocks */
    .content-block.has-reset .title {
        padding-right: 0;
    }
    .content-block.has-float.is-company {
        padding-right: 0;
    }

    .content-block .button.float.top {
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin-top: 12px;
    }
    .content-wrap.has-button-float {
        padding-top: 30px;
    }
    .content-wrap.has-button-float .button.float.top {
        position: absolute;
        top: 5px;
        right: 1rem;
        margin: 0;
        transform: translateY(-100%);
    }
    .content-wrap.has-button-float .button.float.top > span::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        left: -1rem;
        right: -1rem;
        margin-right: -1px;
        background-color: #fff;
        border-radius: 6px 6px 0 0;
        border: 1px solid #9ca3af;
        border-bottom: none;
    }
    .content-wrap.has-button-float .button.float.top > span::after {
        content: ' ';
        display: block;
        position: absolute;
        left: -1rem;
        bottom: -15px;
        width: 20px;
        height: 20px;
        background-color: #fff;
    }
    body.page-order[data-segments="3"] .content-wrap.has-button-float {
        padding-top: 0;
    }
    body.page-order[data-segments="3"] .content-wrap.has-button-float .button.float.top {
        display: none;
    }








    /* Order Page */
    .order-wrapper.min-height .article-wrap.top.offset {
        margin-top: 60px;
    }



}




@media all and (max-width: 768px) and (min-height: 520px) {



    /* Order Page */
    .order-wrapper.min-height  .article-wrap.usps {
        position: fixed;
        bottom: 20px;
    }



}




@media all and (max-width: 575px) {

.content-block .image.is-preview{
    display: none;
}

    .article.bottom {
        margin-bottom: 20px;
    }
    .article.top {
        margin-top: 20px;
    }
    .article .button:not(.wrap) {
        white-space: normal;
    }
    .article-usp ul > li {
        padding: 1px 0 1px 40px;
        min-height: 34px;
    }
    .article-usp ul > li::after,
    .article-usp ul > li::before {
        top: -1px;
    }




    /* Header */
    .header-wrapper .slogan-wrap {
        margin-left: -10px;
        margin-right: -10px;
    }
    .header-wrapper .slogan-wrap .article {
        font-size: 0.785rem;
        max-width: 100%;
        width: 400px;
        height: 30px;
        margin: 0 auto;
        overflow: hidden;
    }




    /* Form */

    /*.form-wrap .field-input.has-space.has-icon > .input {*/
    /*    padding-left: 36px;*/
    /*}*/
    /*.form-wrap .field-input.has-space.has-icon > .icon > svg {*/
    /*    width: 18px;*/
    /*    margin-left: -7px;*/
    /*}*/



    .form-wrap .field-input.has-space.has-icon > .input {
        padding-left: 16px;
    }
    .form-wrap .field-input.has-space.has-icon > .icon {
        display: none;
    }
    .form-wrap .field-input.has-button > .input {
        padding-right: 90px;
    }
    .form-wrap .field-input.has-button .button.compact > span {
        padding-left: 10px;
        padding-right: 10px;
    }









}


@media all and (max-width: 450px) {





    /* Header */
    .header-wrapper .header-steps.responsive {
        display: none;
    }





    /* Articles */
    .article-wrap .article-helper:not(.always) {
        position: relative;
        right: auto;
        top: auto;
    }






    /* Products */
    .row.products-row > div.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row.products-row .content-block.medium {
        width: 100%;
        margin-left: 0;
    }





    /* Forms */
    .form-wrap .field.inline {
        padding-left: 0;
    }
    .form-wrap .field.inline label.label {
        position: relative;
        top: auto;
        left: auto;
    }
    .form-wrap label.option.inline {
        display: block;
    }




    /* Content Blocks */
    .content-block.has-bottom {
        padding-bottom: 70px;
    }
    .content-block .title.min-height {
        min-height: 0;
    }
    .content-block .article.is-product {
        margin: 15px 0 0;
    }
    .content-wrap .article-wrap.bottom.offset {
        margin-bottom: 20px;
    }






}


@media all and (max-height: 700px) and (max-width: 575px) {



}


@media all and (max-height: 675px) and (min-width: 768px) {



}


@media all and (min-height: 675px) and (min-width: 768px) {



}








/* Mobile Friendly -  Bootstrap Responsive */




/*@media all and (min-width: 1199px) and (min-width: 1400px) {*/

.visible-xs { display: none !important; }


@media all and (min-width: 1200px) {

    .flex-between-xl {
        display: flex !important;
        justify-content: space-between;
    }

    .hidden-xl { display: none !important; }
    .visible-xl { display: block !important; }

    .left-xl { text-align: left !important; }
    .right-xl { text-align: right !important; }

    .no-br-xl br, .no-br br { display: none; }


}
@media all and (min-width: 992px) and (max-width: 1199px) {

    .flex-between-lg {
        display: flex !important;
        justify-content: space-between;
    }

    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }

    .left-lg { text-align: left !important; }
    .right-lg { text-align: right !important; }

    .no-br-lg br, .no-br br { display: none; }



}
@media all and (min-width: 768px) and (max-width: 991px) {

    .flex-between-md {
        display: flex !important;
        justify-content: space-between;
    }

    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }

    .left-md { text-align: left !important; }
    .right-md { text-align: right !important; }

    .no-br-md br, .no-br br { display: none; }


}
@media all and (min-width: 575px) and (max-width: 767px) {

    .flex-between-sm {
        display: flex !important;
        justify-content: space-between;
    }

    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }

    .left-sm { text-align: left !important; }
    .right-sm { text-align: right !important; }

    .no-br-sm br, .no-br br { display: none; }



}
@media all and (min-width: 0px) and (max-width: 574px) {

    .flex-between-xs {
        display: flex !important;
        justify-content: space-between;
    }

    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }

    .left-xs { text-align: left !important; }
    .right-xs { text-align: right !important; }

    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }

    .no-br-xs br, .no-br br { display: none; }



}