/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url('/static/fonts/lato-v16-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/lato-v16-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('/static/fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/fonts/lato-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/static/icons/MaterialIcons-Regular.woff2) format('woff2'),
       url(/static/icons/MaterialIcons-Regular.woff) format('woff'),
       url(/static/icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

html {
    scroll-behavior: smooth;
}

body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 15px; /* fallback */
    font-size: calc(13px + .4vw);
    color: #3B3B3B;
    overflow-x: hidden;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 600px) {
    body {
        font-size: 16px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Lato", sans-serif;
    color: #023a71;
    font-weight: 300;
}

h1 {
    font-size: 72px; /* fallback */
    font-size: calc(2em + 1.0vw);
    line-height: 1.1em;
    margin-top: 0;
}

h2 {

    font-size: 2em;
    line-height: 1em;
    margin-top: 0;
    text-align: center;
}

h3 {

    font-size: 1.5em;
    line-height: 1.1em;
    margin-top: 0;
    word-wrap: break-word;
}

h4 {
    font-size: 24px; /* fallback */
    /*font-size: calc(0.6em + 1vw);*/
    font-size: 1.2em;
    line-height: 1.1em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.1em;
    color: #000;
    margin: 0;
    font-weight: 400;
}

@media only screen and (min-width: 600px) {

    h2 {

        font-size: 3em;
        text-align: left;
    }

    h3 {

        font-size: 2em;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

:root {
    --c-darkblue: #1A3866;
    --c-yellow: #deb352;
}

.primary {
    background-color: #114488;
}

.primary-bg {
    background-image: url("/static/img/background-2400-2.jpg");
    background-size: cover;
}

.primary-bg-dark {
    background-image: url("/static/img/background-2400-2.jpg");
    box-shadow: inset 0 0 0 1000px rgba(26, 56, 102,.8);
}

.primary-bg-dark-lg {
    background: url("/static/img/bg_benchmarks.jpg") center center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(26, 56, 102,.8);
}

.secondary {
    background-color: #0f3a6d;
}

.tertiary {
    background-color: #deb352;
}

.darkblue {
    background-color: #1A3866;
}

.grey2 {
    background-color: #f0f2f6;
}

.text {
    color: #3B3B3B;
}

.text-darkblue {
    color: #1A3866 !important;
}

.text-grey {
    color: #929292;
}

.text-lightgrey {
    color: #E0E0E0;
}

.text-lightblue {
    color: #5988cf;
}

.text-tertiary {
    color: #deb352;
}

.clickable {
    cursor: pointer;
}

.vspacer {
    height: 70px;
}

.vspacer-small {
    height: 20px;
}

@media only screen and (max-width: 993px) {
    .vspacer {
        height: 30px;
    }
    .vspacer-small {
        height: 10px;
    }
}

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

.nomarginbottom {
    margin-bottom: 0 !important;
}

.tile {
    margin-top: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
    position: relative;
}

.tile-grey {
    background-color: #f1eee8;
}

.tile-grey2 {
    background-color: #f0f2f6;
}

.tile-blue {
    background-color: #114488;
}

.tile-blue a {

    color: white;
}

.tile-blue a:hover {

    text-decoration: none;
}

.white-text a {

    color: white;
}

.tile-grey a {

    color: #3B3B3B;
}

.tile-grey a:hover {

    text-decoration: none;
}

@media only screen and (min-width: 993px) {
    .tile-left {
        border-right: 10px solid #fff;
    }

    .tile-right {
        border-left: 10px solid #fff;
    }
}

.faqrow {
    padding: 30px 50px;
    background-color: #f0f2f6;
}

.padding {
    padding: 10px;
}

.paddingleftright {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.paddingtopbottom {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media only screen and (min-width: 600px) {

    .paddingleftright {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .paddingtopbottom {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
}

.nav-wrapper li a i {
    font-size: 1.5rem;
    margin-right: 5px;
}

nav a {
    color: #023366;
    text-decoration: none;
    font-weight: normal;
}

nav ul a {
    color: #023366;
    font-size: 1.1rem;
}

nav .brand-logo {
    padding-top: 4px !important;
}

nav .nav-text {

    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -16px;
}

@media only screen and (min-width: 600px) {

    nav .nav-text {

        font-size: 16px;
        top: -10px;
    }
}

/* remove Firefox dotted border */
a, a:visited, a:focus, a:active, a:hover {
    outline: none;
}

a {
    color: #023a71;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {

    text-decoration: none;
}

a.inverted {
    color: #fff;
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

.sidenav li>a {
    color: #023a71;
    text-decoration: none;
}

.btn-floating:hover.tertiary {
    background-color: #CB7200;
}

img {
    max-width: 80vw;
}

img.fullwidth {
    width: 100%;
    max-width: 100vw;
}

.btn {
    background-color: #5090e1;
    color: #ffffff;
    border-radius: 8px;
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    padding: 0 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    white-space: nowrap;
    transition: background-color .2s ease-out, border-color .2s ease-out;
}

.btn:focus {
    background-color: #5090e1;
}

.btn:hover {
    background-color: #1d5ba9;
    box-shadow: none;
}

.btn-flat:focus {
    background-color: #114488;
}

.btn.btn-secondary {
    background-color: #ffffff;
    color: #114488;
    border: 3px solid #deb352;
    line-height: 32px;
}

.btn.btn-secondary:hover {
    background-color: #f1eee8;
    border: 3px solid #b69342;
}

.btn.btn-tertiary {
    background-color: #deb352;
    color: #114488;
}

.btn.btn-tertiary:hover {
    background:#be9842;
}

.btn.inverted {
    background-color: #ffffff;
    color: #5090e1;
}

.btn:hover.inverted {
    background-color: #d9e4f3;
}

.btn.btn-secondary.inverted {
    border: 3px solid #ffffff;
    background-color:rgba(0,0,0,0.0);
    color: #ffffff;
}

.btn.btn-secondary:hover.inverted {
    border: 3px solid #d9e4f3;
    color: #d9e4f3;
}

td .btn {
    margin-bottom: 0;
}

table.condensed td {
    padding: 4px 5px;
}

nav ul .btn {
    margin-bottom: 0px;
}

.page-footer {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 23px;
    font-size: 0.9rem;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.page-footer li {
    line-height: 28px;
}

@media only screen and (min-width: 993px) {
    .page-footer li {
        display: inline;
        margin-right: 20px;
    }
}

#loading {
    width: 40px;
    height: 40px;
}

.preloader-wrapper .circle {
    background-color: unset;
}

#docmetriccookiebar {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#btnclosecookiebar {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

form {
    display: inline;
}

.stoerer {
    display: inline-block;
    border-radius: 100px;
    max-height: 200px;
    max-width: 200px;
    height: 30vw;
    width: 30vw;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 54px;
    padding-bottom: 54px;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.6rem;
    transform: rotate(-7deg);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 5%;
}

.circle {
    display: inline-block;
    border-radius: 112px; /* one half of ( (border * 2) + height + padding ) */
    height: 1.4em;
    width: 1.4em;
    //padding: 0.07em;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
    color: #1A3866;
    background-color: #587cab;
}

.circle.active {
    background-color: #fff;
}

.circle-wrapper {
    text-align: center;
    border: none;
    border-bottom: 4px dashed #587cab;
    height: 2.3em;
}

span.badge.home {
    height: 3em;
    font-weight: bold;
    font-size: 0.5em;
    color: #fff;
    background-color: #deb352;
    border-radius: 7px;
    float: none;
    padding: 0.5em 0.5em;
    white-space: nowrap;
    margin-bottom: 20px;
    vertical-align: 30%;
}

ul.homelist li {
    list-style-image:url("/static/img/check.svg");
    font-weight: bold;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #bfbfbf;
}

.home-dark-bg {
    background-color: #023366;
}

.home-dark-text {
    color: #023366;
}

#results ul li {
    cursor: pointer;
}

.vl {
    border-left: 1px solid grey;
    height: 75%;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 5%;
}

figure {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.1em;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 5px;
}

label {
    color: #fff;
}

label span {
    color: #9e9e9e;
}

.dropdown-content li>span {
    font-size: 1em;
    color: #023366;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-content li {
    min-height: 20px;
}

input[type=text].inverted, input[type=password].inverted, input[type=email].inverted {
    color: #fff !important;
}

.input-field>label {
    color: #023366 !important;
}

.input-field>label.active {
    color: #023366 !important;
}

.input-field>label.inverted {
    color: #fff !important;
}

.input-field>label.active.inverted {
    color: #fff !important;
}

.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label {
    color: #023366 !important;
}

.input-field input[type=text]:focus + label.inverted, .input-field input[type=password]:focus + label.inverted {
    color: #fff !important;
}

.input-field input[type=text]:focus, .input-field input[type=password]:focus, .input-field input[type=email]:focus, input[type=text]:focus.search {
    border-bottom: 1px solid #023366 !important;
    box-shadow: 0 1px 0 0 #023366 !important;
}

.input-field input[type=text]:focus.inverted, .input-field input[type=password]:focus.inverted, .input-field input[type=email]:focus.inverted {
    border-bottom: 1px solid #fff !important;
    box-shadow: 0 1px 0 0 #fff !important;
}

input[type="radio"]:checked+span:after, input[type="radio"].with-gap:checked+span:after {
    background-color: #023366;
}

input[type="radio"]:checked+span:after, input[type="radio"].with-gap:checked+span:before, input[type="radio"].with-gap:checked+span:after {
    border: 2px solid #023366;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #7AB5FD;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #023366;
}

.datepicker-date-display {
    background-color: #ff7043;
}

.datepicker-table td.is-selected {
    background-color: #023366;
}

.datepicker-table td.is-today {
    color: #023366;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #023366;
}

.select-wrapper input.select-dropdown {
    font-size: 1em;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #fff !important;
}

[type="checkbox"]+span:not(.lever) {
    font-size: 1.2em;
    line-height: 1.5;
}

@media only screen and (min-width: 600px) {
    [type="checkbox"]+span:not(.lever) {
        font-size: 1.5em;
    }
}

.checkbox-orange[type="checkbox"].filled-in:checked + span:not(.lever):after
{
    border: 2px solid #f29300;
    background-color: #f29300;
}

.checkbox-admin[type="checkbox"].filled-in:checked + span:not(.lever):after
{
    border: 2px solid #5090e1;
    background-color: #5090e1;
}

.checkbox-admin[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 2px solid #5090e1 !important;
}

.select-white .select-wrapper input.select-dropdown {
    color: #fff;
    border-bottom: 1px solid #fff !important;
}

.select-white label {
    color: #fff !important;
}

.select-white .select-wrapper .caret {
    fill: #fff !important;
}

.modal .modal-footer {
    height: 64px;
}

input[type=range] + .thumb {
    display: none;
}

input[type=range] + .thumb.active .value {
    display: none;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #114488;
}

input[type=range]::-moz-range-thumb {
    background-color: #114488;
}

input[type=range]::-ms-thumb {
    background-color: #114488;
}

.rel {

    position: relative;
}

.hid {

    overflow: hidden;
}

strong {

    font-weight: bold;
}

.darkblue-text {

    color: #114488;
}

.small-text {

    font-size: 13px;
}

.w-100 {

    width: 100%;
}

.mw-100 {

    max-width: 100%;
}

.h-100 {

    height: 100%;
}

.w-50 {

    width: 50%;
}

.m-auto {

    margin: auto;
}

.mt-auto {

    margin-top: auto;
}

.ml-auto {

    margin-left: auto;
}

.mt-0 {

    margin-top: 0;
}

.mb-0 {

    margin-bottom: 0;
}

.ml-1 {

    margin-left: 8px !important;
}

.mr-1 {

    margin-right: 8px !important;
}

.ml-2 {

    margin-left: 15px !important;
}

.mr-2 {

    margin-right: 15px !important;
}

.mb-2 {

    margin-bottom: 15px !important;
}

.mt-2 {

    margin-top: 15px !important;
}

.mt-4 {

    margin-top: 30px !important;
}

.nowrap {

    white-space: nowrap;
}

.vspacer-medium {

    height: 40px;
}

.flex-col {

    display: flex;
    flex-flow: column;
}

.flex-row {

    display: flex;
    flex-flow: row;
    align-items: center;
}

.v-center {

    display: flex;
    flex-flow: column;
    justify-content: center;
}

.tile-icons {

    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-top: auto;
}

@media only screen and (min-width: 600px) {

    .tile-icons {

        justify-content: flex-end;
        position: relative;
        top: -20px;
    }
}

.tile-icons img {

    height: 64px;
    margin-left: 8px;
}

.tile-icons i {

    width: 64px;
    height: 64px;
    font-size: 64px;
}

.carousel.carousel-slider .carousel-item {

    min-height: 1px;
    text-decoration: none;
    font-weight: normal;
}

.carousel-benchmarks {

    height: 425px !important;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .carousel-benchmarks {
        height: 470px !important;
    }
}

@media only screen and (min-width: 765px) and (max-width: 992px) {
    .carousel-benchmarks {
        height: 600px !important;
    }
}

.carousel .indicators .indicator-item {

    width: 12px;
    height: 12px;
    margin: 12px 8px;
}

.tile-grey .carousel .indicators .indicator-item {

    background: #114488;
    opacity: .5;
}

.tile-grey .carousel .indicators .indicator-item.active {

    opacity: 1;
}

.benchmarks-banner {

    padding: 1rem 2rem;
    background: #deb352;
    color: #114488;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (min-width: 600px) {

    .benchmarks-banner {

        width: 800px;
        padding: 2rem 12rem;
        transform: rotate(-45deg);
        position: absolute;
        bottom: 4rem;
        right: -13rem;
    }
}

.disrupter {

    width: 250px;
    height: 250px;
    margin: auto;
    font-size: 18px;
}

.disrupter .outer {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(222,179,83,.25);
    padding: 2rem;
}

.disrupter .inner {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(222,179,83,1);
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #114488;
    font-weight: bold;
    transform: rotate(12deg);
    padding: 1rem;
    line-height: 1.2;
}

.disrupter-small {

    width: 120px;
    height: 120px;
    font-size: 14px;
}

.disrupter-small .outer {

    padding: 1rem;
}

.disrupter-small .inner {

    padding: .5rem;
}

.disrupter-medium {

    width: 170px;
    height: 170px;
    font-size: 15px;
}

.disrupter-medium .outer {

    padding: 1.5rem;
}

.disrupter-medium .inner {

    padding: 1rem;
}

@media only screen and (min-width: 600px) {

    .disrupter-benchmarks {

        position: absolute;
        top: -10px;
        right: 20px;
    }

    .disrupter-vsp {

        position: absolute;
        top: 20px;
        right: 20px;
    }
}

.vsp-logos {

    margin-top: 1rem;
}

.vsp-logos img {

    display: block;
    margin: 1.5rem auto;
}

@media only screen and (min-width: 1024px) {

    .vsp-logos img {

        display: inline-block;
        margin: 0;
        margin-right: 3rem;
    }
}

.collapsible {

    box-shadow: none;
}

.collapsible-header {

    text-decoration: none;
}

.collapsible-header:hover {

    background: #eee;
}

.collapsible-header h3 {

    margin-bottom: .5rem;
}

.collapsible-header p {

    margin: 0;
}

.collapsible-body > *:first-child {

    margin-top: 0;
}

.collapsible-body > *:last-child {

    margin-bottom: 0;
}

.collapsible-body ul {

    padding-left: 1rem;
}

.collapsible-body ul > li {

    list-style-type: square;
    padding-left: .5rem;
}

.card-tabs {

    position: relative;
    z-index: 10;
    margin: 4px;
    margin-top: -1px;
}

.card-tabs .card-content {

    padding: 24px 12px;
}

.tabs {

    position: relative;
    z-index: 11;
    height: 56px;
}

.tabs .tab {

    margin: 4px;
    height: 56px;
    line-height: 56px;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}

.tabs .tab a {

    background: #fff;
    color: #5090e1;
    text-decoration: none;
    display: inline-block;
}

.tabs .tab a:hover {

    color: #0f3a6d;
}

.tabs .tab.active {

    box-shadow: 0 1px 4px 0 rgba(0,0,0,.3), 0 -1px 0 0 white;
}

.tabs .tab.active a {

    background: #f0f2f6;
    color: #0f3a6d;
}

.modal-btn {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    top: 42%;
}

.prev-modal-btn {
    left: 5px;
}

.next-modal-btn {
    right: 5px;
}

.modal-benchmarks {
    color: black;
    height: fit-content;
    max-height: none; /* Overwrite "modal" class and prevent text overflow */
    overflow-y: visible;
    padding: 2rem;
}

.modal-benchmarks img {
    width: 80%;
    margin-bottom: 1rem;
}

.modal-benchmarks .modal-close {

    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 1009;
    background: #0f3a6d;
    color: white;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);
}

.modal-benchmarks .modal-close:hover {

    background: #0D47A1;
}

.benchmarks-market .source {

    font-size: 12px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.benchmarks-market .source a {

    color: #3B3B3B;
    font-weight: normal;
}

.benchmarks-market .card-content .card-title {

    font-size: 1.25rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.benchmarks-market .card-value {

    display: block;
    color: #0D47A1;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.benchmarks-market #chart_revenue {

    height: 430px;
}

.benchmark-preview .overlay {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.80);
    display: flex;
    justify-content: center;
    align-items: center;
}

.benchmark-preview .overlay .box {

    position: relative;
    width: 540px;
    padding: 1rem;
    padding-right: 200px;
    border-radius: 4px;
    background: #deb352;
    color: #114488;
    font-weight: normal;
    box-shadow: 0 0 8px #999;
    text-align: left;
    line-height: 1.1;
    overflow: hidden;
    text-decoration: none;
}

@media only screen and (min-width: 600px) {

    .benchmark-preview .overlay .banner {

        width: 200px;
        height: 200px;
        transform: rotate(15deg);
        position: absolute;
        top: -20px;
        right: -20px;
        background: #114488;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.benchmark-preview .overlay .cta {

    position: absolute;
    top: 44px;
    right: 20px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.benchmark-preview {

    border: 1px solid #114488;
    position: relative;
    overflow: hidden;
}

.preview-banner {

    width: 400px;
    text-align: center;
    background: #114488;
    color: white;
    font-size: 1.5rem;
    padding: .5rem .5rem;
    transform: rotate(30deg);
    position: absolute;
    top: 35px;
    right: -100px;
}

.benchmark-preview .screen {
    position: relative;
}

.benchmark-preview .screen {
    width: 100%;
}

/* UI Component: Alert (zB in home.html) */

.alert-backdrop {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100vh;
    z-index: 998;
    
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.alert {
    background-color: white;
    border-radius: 2px;
    padding: 17px 20px;
    width: 410px;
    height: fit-content;
    margin: 15% auto 0 auto;
}

.alert__title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.3em;
}

.alert__title i {
    margin-right: 6px;
}

.alert__ctrl {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 5px;
}

.alert__ctrl .btn {
    padding: 0 12px;
    margin: 0;
}

@media only screen and (max-width: 450px) {
    .alert {
        width: 75%;
    }

    .alert__ctrl {
        flex-direction: column;
    }

    .alert__ctrl .btn {
        padding: 0;
        margin-bottom: 10px;
    }
}
/* -------------------------------- */
