@charset "UTF-8";
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
  Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Regular.woff2") format("woff2"), url("../fonts/Usual-Regular.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Light.woff2") format("woff2"), url("../fonts/Usual-Light.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-LightItalic.woff2") format("woff2"), url("../fonts/Usual-LightItalic.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Bold.woff2") format("woff2"), url("../fonts/Usual-Bold.woff") format("woff"); /* Pretty Modern Browsers */
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#bootstrapCookieConsentSettingsModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5em 0.5em;
  margin: 0;
  outline: 0;
  z-index: 99999999;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  overflow-y: auto;
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal {
    bottom: 0;
  }
}
#bootstrapCookieConsentSettingsModal .modal-dialog {
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 0;
  margin: 0 auto;
  max-width: 954px;
  position: relative;
}
#bootstrapCookieConsentSettingsModal .modal-content {
  background-color: #141414;
  color: #f8f8f8;
  overflow: hidden;
  z-index: 999999999;
  width: 100%;
  height: auto;
  box-shadow: 0px 0px 1px 0px rgba(10, 22, 70, 0.15), 0px 2px 6px -1px rgba(10, 22, 70, 0.2);
  text-align: center;
  border-radius: 4px;
  padding: 1em 1em 1em 104px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-content {
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    padding-left: 1em;
    transform: none;
  }
}
#bootstrapCookieConsentSettingsModal .modal-content a.bccs-link-cookie-details, #bootstrapCookieConsentSettingsModal .modal-content a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: color 200ms ease-in-out, border 200ms ease-in-out;
  border-bottom: 1px solid #ececec;
  margin-bottom: -1px;
  width: auto;
}
.no-touchevents #bootstrapCookieConsentSettingsModal .modal-content a.bccs-link-cookie-details:hover, .active #bootstrapCookieConsentSettingsModal .modal-content a.bccs-link-cookie-details, .no-touchevents ul.menu li:hover #bootstrapCookieConsentSettingsModal .modal-content a.bccs-link-cookie-details, .no-touchevents #bootstrapCookieConsentSettingsModal .modal-content a:hover, .active #bootstrapCookieConsentSettingsModal .modal-content a, .no-touchevents ul.menu li:hover #bootstrapCookieConsentSettingsModal .modal-content a {
  cursor: pointer;
  color: inherit;
  opacity: 1;
  text-decoration: none;
  border-color: currentColor !important;
}
#bootstrapCookieConsentSettingsModal .modal-content:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='80px' height='80px' viewBox='0 0 120 120' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eboana-house%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='7.84700087e-05 55.4930489 3.54135152 55.4930489 3.54135152 59.0341388 7.84700087e-05 59.0341388'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='CookieBanner-Copy' transform='translate(-626.000000, -156.000000)'%3E%3Cg id='boana-house' transform='translate(625.999922, 156.000000)'%3E%3Cg id='surfaces' transform='translate(14.180472, 0.000105)'%3E%3Cpolygon id='surface' fill='%23B9BCC5' points='32.1193965 0 0.205905304 38.2468056 29.1328279 47.1353651 61.0463191 8.88855951'%3E%3C/polygon%3E%3Cpolygon id='surface' fill='%23575757' points='92.9597057 47.1353913 92.9597057 47.1353913 64.032783 38.2468318 32.1192919 2.61566697e-05 60.8793349 8.83731859'%3E%3C/polygon%3E%3Cpolygon id='surface' fill='%23575757' points='0 96.7498071 63.8267208 96.7498071 92.959758 105.638367 29.1327756 105.638367'%3E%3C/polygon%3E%3C/g%3E%3Cpath d='M75.2266884,9.66907061 L106.640178,47.3166481 L106.640178,105.138497 L43.8134572,105.138497 L43.8134572,47.3166469 L75.2266884,9.66907061 Z' id='Stroke-25' stroke='%23878787'%3E%3C/path%3E%3Cpath d='M46.2997919,0.780484941 L77.7132815,38.4280624 L77.7132815,96.2499117 L14.8865607,96.2499117 L14.8865607,38.4280612 L46.2997919,0.780484941 Z' id='Stroke-29' stroke='%23878787'%3E%3C/path%3E%3Cg id='Dots'%3E%3Cpath d='M3.54135152,57.2635938 C3.54135152,58.2415917 2.74854286,59.0341388 1.77080654,59.0341388 C0.79280866,59.0341388 0,58.2415917 0,57.2635938 C0,56.285596 0.79280866,55.4930489 1.77080654,55.4930489 C2.74854286,55.4930489 3.54135152,56.285596 3.54135152,57.2635938' id='Fill-1' fill='%23657EE4'%3E%3C/path%3E%3Cpath d='M53.3824149,74.6163732 C53.3824149,75.5943711 52.5896062,76.3869182 51.6118699,76.3869182 C50.633872,76.3869182 49.8410634,75.5943711 49.8410634,74.6163732 C49.8410634,73.6383753 50.633872,72.8458282 51.6118699,72.8458282 C52.5896062,72.8458282 53.3824149,73.6383753 53.3824149,74.6163732' id='Fill-4' fill='%231E90FF'%3E%3C/path%3E%3Cpolygon id='Fill-6' fill='%23FFA502' points='120.000183 38.6818172 116.372515 39.8559901 115.198603 36.2283216 118.826272 35.0544102'%3E%3C/polygon%3E%3Cpolygon id='Fill-9' fill='%231DD1A1' points='18.6009495 19.1234028 15.9049815 21.8193708 13.2090136 19.1236644 15.9049815 16.4274349'%3E%3C/polygon%3E%3Cpath d='M49.8411418,117.899515 C49.8411418,118.877513 49.0483332,119.67006 48.0705969,119.67006 C47.092599,119.67006 46.2997903,118.877513 46.2997903,117.899515 C46.2997903,116.921517 47.092599,116.12897 48.0705969,116.12897 C49.0483332,116.12897 49.8411418,116.921517 49.8411418,117.899515' id='Fill-11' fill='%23FF3F34'%3E%3C/path%3E%3Cpath d='M101.337608,64.4108515 C101.337608,65.3888494 100.5448,66.1813965 99.5670635,66.1813965 C98.5890656,66.1813965 97.796257,65.3888494 97.796257,64.4108515 C97.796257,63.4328536 98.5890656,62.6403066 99.5670635,62.6403066 C100.5448,62.6403066 101.337608,63.4328536 101.337608,64.4108515' id='Fill-13' fill='%231DD1A1'%3E%3C/path%3E%3Cpolygon id='Fill-15' fill='%23FF3F34' points='89.8079839 2.69596795 87.1120159 5.3919359 84.416048 2.69622952 87.1120159 0'%3E%3C/polygon%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  float: left;
  position: absolute;
  left: 0.5em;
  top: 1em;
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-content:before {
    content: "";
    display: none;
  }
}
#bootstrapCookieConsentSettingsModal .modal-header {
  display: inline;
  position: relative;
  padding: 0;
  color: #ececec;
  background-color: transparent;
}
#bootstrapCookieConsentSettingsModal .modal-header h4.modal-title {
  font-size: 18px;
  line-height: 1.3846153;
  letter-spacing: 0.2px;
  padding: 0;
  margin: 0 0 4px;
  text-align: left;
}
@media (max-width: 480px) {
  #bootstrapCookieConsentSettingsModal .modal-header h4.modal-title {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin: 0;
  }
}
#bootstrapCookieConsentSettingsModal .modal-body {
  display: inline;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-body {
    padding-top: 0.5em;
  }
}
#bootstrapCookieConsentSettingsModal .modal-body p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  line-height: 17px !important;
  color: #b2b2b1;
  text-align: left;
  padding: 0;
  margin: 0 0 1em;
  max-width: 753px;
  color: #878787;
}
@media (max-width: 1279px) {
  #bootstrapCookieConsentSettingsModal .modal-body p {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-body p {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  #bootstrapCookieConsentSettingsModal .modal-body p {
    font-size: 13px;
    line-height: 22px;
  }
}
#bootstrapCookieConsentSettingsModal .modal-body p a {
  border-color: #575757;
}
#bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #b2b2b1;
}
@media (max-width: 1279px) {
  #bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  #bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label {
    font-size: 13px;
    line-height: 22px;
  }
}
#bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label b {
  font-weight: 300;
}
#bootstrapCookieConsentSettingsModal .modal-body input[type=checkbox] + label:before {
  background-color: transparent;
}
#bootstrapCookieConsentSettingsModal .modal-body .bccs-option {
  float: left;
  margin-right: 32px;
}
#bootstrapCookieConsentSettingsModal .modal-body ul {
  float: left;
  margin: 0;
  padding: 0 0 16px 31px;
  display: none;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li {
  list-style: none;
  font-size: 11px !important;
  padding-left: 0 !important;
  color: #878787;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li a.bccs-link-cookie-details {
  font-size: 1em !important;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li .collapse {
  display: none;
  padding: 16px 0 24px;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li .collapse.show {
  display: block;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li .collapse table {
  padding-bottom: 12px;
  display: block;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li .collapse table td {
  padding-bottom: 4px;
}
#bootstrapCookieConsentSettingsModal .modal-body ul li .collapse table td + td {
  padding-left: 16px;
}
#bootstrapCookieConsentSettingsModal .modal-footer {
  display: block;
  width: 100%;
  padding: 0em 0em;
  text-align: right;
  overflow: hidden;
}
@media (max-width: 480px) {
  #bootstrapCookieConsentSettingsModal .modal-footer {
    text-align: center;
    padding-top: 0;
  }
}
#bootstrapCookieConsentSettingsModal .modal-footer button {
  background-color: #323232;
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}
.no-touchevents #bootstrapCookieConsentSettingsModal .modal-footer button:hover {
  background-color: #292929;
  color: #fff;
}
#bootstrapCookieConsentSettingsModal .modal-footer button#bccs-buttonAgree {
  color: #fff;
  background-color: #FF3F34;
}
´ .no-touchevents #bootstrapCookieConsentSettingsModal .modal-footer button#bccs-buttonAgree:hover {
  color: #fff;
  background-color: #D9352C;
}
´ #bootstrapCookieConsentSettingsModal .modal-footer button#bccs-buttonAgree + #bootstrapCookieConsentSettingsModal .modal-footer button#bccs-buttonAgree {
  background-color: #ececec;
  color: #575757;
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-footer button#bccs-buttonAgree {
    float: right;
    width: 49%;
    clear: none;
  }
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-footer button {
    width: 49%;
    float: left;
  }
}
#bootstrapCookieConsentSettingsModal .modal-footer a, #bootstrapCookieConsentSettingsModal .modal-footer #bccs-link-imprint {
  position: static !important;
  font-size: 13px !important;
  left: auto !important;
  float: left;
  color: #575757;
  margin-top: 1.5em;
  border-bottom: 0;
  font-weight: 300;
}
@media (max-width: 767px) {
  #bootstrapCookieConsentSettingsModal .modal-footer a, #bootstrapCookieConsentSettingsModal .modal-footer #bccs-link-imprint {
    width: 100%;
    text-align: left;
    margin: 1em 0;
  }
}
#bootstrapCookieConsentSettingsModal #bccs-buttonSave, #bootstrapCookieConsentSettingsModal #bccs-buttonAgree {
  display: none;
}

.inline-svg-icon {
  display: inline-block;
  font-style: normal !important;
  text-align: center;
  padding: 0;
  position: relative;
}
.inline-svg-icon svg {
  display: block;
  width: 1em;
  height: auto;
  padding: 0;
  margin: 0;
}
.inline-svg-icon svg path {
  fill: currentColor;
  transition: color 200ms ease-in-out;
}
.inline-svg-icon.center svg {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.inline-svg-icon.grey-95 svg path {
  fill: #141414;
}
.inline-svg-icon.white svg path {
  fill: #fff;
}

/*
// screensize colors V2
$xl-color: #f1c40f;
$xl-color: #F39C12;
$l-color: #e74c3c;
$m-color: #8e44ad;
$s-color: #3498db;
$xs-color: #2C3E50;


// screensize colors V3
$xxl-color: #f1c40f;
$xl-color: #F39C12;
$l-color: #2ecc71;
$m-color: #3498db;
$s-color: #9b59b6;
$xs-color: #2C3E50;

// screensize colors V3
$xxl-color: #34495e;
$xl-color: #9b59b6;
$l-color: #3498db;
$m-color: #2ecc71;
$s-color: #e74c3c;
$xs-color: #f39c12;

// screensize colors V5 BLUE
$xxl-color: #82ccdd;
$xl-color: #3c6382;
$l-color: #6a89cc;
$m-color: #38ada9;
$s-color: #1e3799;
$xs-color: #0c2461;

// screensize colors German Pallete
$xxl-color: #3867d6;
$xl-color: #0fb9b1;
$l-color: #20bf6b;
$m-color: #f7b731;
$s-color: #fa8231;
$xs-color: #eb3b5a;

// screensize colors USA Pallete
$xxl-color: #81ecec;
$xl-color: #55efc4;
$l-color: #74b9ff;
$m-color: #ff7675;
$s-color: #fab1a0;
$xs-color: #ffeaa7;

// screensize colors NL Pallete
$xxl-color: #C4E538;
$xl-color: #12CBC4;
$l-color: #ED4C67;
$m-color: #9980FA;
$s-color: #009432;
$xs-color: #006266;
*/
html {
  font-size: 18px;
  height: 100%;
  background-color: #141414;
}

html, body {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  text-align: center;
  background-color: #191919;
  color: #f8f8f8;
}

main {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  position: relative;
  max-width: 1600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 32px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0px 16px;
  }
}

.right {
  float: right;
}

.left {
  float: left;
  margin-right: 8px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ----------- TYPOGRAPHY  ---------- */
.text-white {
  color: #fff;
}

.text-grey-05 {
  color: #f8f8f8;
}

.text-grey-10 {
  color: #ececec;
}

.text-grey-20 {
  color: #dadada;
}

.text-grey-40 {
  color: #b2b2b1;
}

.text-grey-60 {
  color: #878787;
}

.text-grey-80 {
  color: #575757;
}

.text-grey-95 {
  color: #141414;
}

.text-white-40p {
  color: rgba(255, 255, 255, 0.4);
}

.text-white-60p {
  color: rgba(255, 255, 255, 0.6);
}

.text-boanaRed {
  color: #FF3F34;
}

.xl-text, .xl-text p, h1 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.28125;
  letter-spacing: -0.2px;
}
@media (max-width: 1279px) {
  .xl-text, .xl-text p, h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .xl-text, .xl-text p, h1 {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .xl-text, .xl-text p, h1 {
    font-size: 68px;
  }
}

.l-text, .l-text p, h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
@media (max-width: 1279px) {
  .l-text, .l-text p, h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .l-text, .l-text p, h2 {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .l-text, .l-text p, h2 {
    font-size: 48px;
  }
}

.lm-text, .lm-text p, h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3846153;
  letter-spacing: 0.2px;
}
@media (max-width: 1279px) {
  .lm-text, .lm-text p, h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lm-text, .lm-text p, h3 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .lm-text, .lm-text p, h3 {
    font-size: 38px;
  }
}

.m-text, .m-text p, h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3846153;
  letter-spacing: 0.2px;
}
@media (max-width: 1279px) {
  .m-text, .m-text p, h4 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .m-text, .m-text p, h4 {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .m-text, .m-text p, h4 {
    font-size: 28px;
  }
}

.n-text, .n-text p, h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.3px;
}
@media (max-width: 1279px) {
  .n-text, .n-text p, h5 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
  }
}
@media (max-width: 767px) {
  .n-text, .n-text p, h5 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1600px) {
  .n-text, .n-text p, h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

.sn-text, .sn-text p, h6 {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.1px;
}
@media (max-width: 1279px) {
  .sn-text, .sn-text p, h6 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .sn-text, .sn-text p, h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.s-text, .s-text p {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media (max-width: 1279px) {
  .s-text, .s-text p {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  .s-text, .s-text p {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  .s-text, .s-text p {
    font-size: 13px;
    line-height: 22px;
  }
}

.xs-text, .xs-text p {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1px;
}
@media (max-width: 767px) {
  .xs-text, .xs-text p {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .xs-text, .xs-text p {
    font-size: 12px;
    line-height: 17px;
  }
}

.s-label {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  font-style: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .s-label {
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .s-label {
    font-size: 11px;
    line-height: 17px;
  }
}

.inherit-text, .inherit-text p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

button {
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: color 200ms ease-in-out, border-color 200ms ease-in-out;
}
a:hover {
  cursor: pointer;
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

a.text-link, .text-link {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  transition: color 200ms ease-in-out, border 200ms ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: -1px;
  width: auto;
}
.no-touchevents a.text-link:hover, .active a.text-link, .no-touchevents ul.menu li:hover a.text-link, .no-touchevents .text-link:hover, .active .text-link, .no-touchevents ul.menu li:hover .text-link {
  cursor: pointer;
  color: inherit;
  opacity: 1;
  text-decoration: none;
  border-color: currentColor !important;
}

.text-btn {
  color: #2980B9;
  padding-left: 0.25em;
  text-decoration: underline;
  text-decoration-color: rgba(41, 128, 185, 0.5);
}
.text-btn:hover {
  color: #3397da;
  text-decoration: underline;
  text-decoration-color: #3397da;
}
.text-btn svg {
  fill: #2980B9;
  display: inline-block;
  height: 1em;
  width: auto;
  margin-right: 0.3em;
}

h2.section-headline {
  margin: 5em auto 3em;
  text-align: center;
}

p {
  max-width: 32em;
}

b, .bold, strong {
  font-weight: 400;
}

.btn {
  padding: 0.75em 2em;
  display: inline-block;
  text-align: center;
  clear: both;
  border-radius: 3em;
  background-color: #141414;
  color: #ececec;
  line-height: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.btn:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}

/* ------------- PAGE HEADER ------------- */
.page-header {
  display: block;
  width: 100%;
  padding: 32px 0 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-header {
    padding-bottom: 8px;
  }
}
.page-header .wrapper {
  display: inline-block;
  text-align: center;
}
.page-header .ssm-logo-container {
  display: block;
  width: 100%;
}
.page-header .page-headline {
  margin: 1em auto 0;
  max-width: none;
}
.page-header .page-subheadline {
  display: block;
  max-width: 500px;
  margin: 1em auto 0;
}

/* ------------- SSM CONTROLLS ------------- */
#ssm-logo {
  width: auto;
  height: 32px;
  position: relative;
  display: inline-block;
  top: 0px;
  float: none;
}
#ssm-logo path {
  fill: #878787;
}
@media screen and (max-width: 768px) {
  #ssm-logo {
    height: 26px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1600px) {
  #ssm-logo {
    height: 40px;
    margin-top: 24px;
  }
}

#screensizemap-section {
  position: relative;
  top: auto;
  left: 0;
}
@media screen and (max-width: 768px) {
  #screensizemap-section .wrapper {
    padding: 0px;
  }
}

/* Text Image Sections */
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.col-2 .col {
  width: auto;
  padding: 0 0 2em;
}
@media (max-width: 1023px) {
  .col-2 {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
@media (max-width: 767px) {
  .col-2 {
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
  }
}

.col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 4em;
       column-gap: 4em;
}
.col-3 .col {
  width: auto;
  padding: 0 0 2em;
}
@media (max-width: 1023px) {
  .col-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .col-3 {
    -moz-column-gap: 0;
         column-gap: 0;
    grid-template-columns: 1fr;
  }
}

/* ----------- Footer ---------------- */
footer {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #f8f8f8;
  color: #141414;
}

.claim {
  margin-bottom: 40px;
}

.text-line {
  margin-bottom: 2em;
}

.boana-logo {
  display: inline-block;
  height: 1em;
  position: relative;
  top: -0.16em;
}
.boana-logo svg {
  height: 100%;
  width: auto;
}
.boana-logo svg path {
  fill: #FF3F34;
  transition: fill 250ms ease;
}
.no-touchevents .boana-logo:hover svg path {
  fill: #1E90FF;
}

/* ----------- LIST OF BLOG ITEMS ---------------- */
#articles {
  text-align: center;
  background-color: #f8f8f8;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 0;
  color: #141414;
}

.list-of-blog-items {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  max-width: 680px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .list-of-blog-items {
    display: block;
    max-width: 470px;
  }
}
.list-of-blog-items .blog-list-item {
  text-align: left;
  display: grid;
  -moz-column-gap: 24px;
       column-gap: 24px;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 2.666666em;
}
.list-of-blog-items .blog-list-item .blog-list-item-image {
  float: left;
  width: 216px;
  height: 100%;
  right: 1em;
  padding-right: 1em;
}
.list-of-blog-items .blog-list-item .blog-list-item-image a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.list-of-blog-items .blog-list-item .blog-list-item-image img {
  height: auto;
  width: 100%;
  border: 1px solid #f8f8f8;
  position: relative;
  border: 1px solid #ececec;
}
@media (max-width: 1023px) {
  .list-of-blog-items .blog-list-item .blog-list-item-image {
    width: 100px;
    padding-right: 0;
  }
}
.list-of-blog-items .blog-list-item .blog-list-item-header {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3846153;
  letter-spacing: 0.2px;
  font-weight: 400;
  display: block;
  width: auto;
  margin-top: 0;
  max-width: 584px;
  color: #141414;
}
@media (max-width: 1279px) {
  .list-of-blog-items .blog-list-item .blog-list-item-header {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .list-of-blog-items .blog-list-item .blog-list-item-header {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .list-of-blog-items .blog-list-item .blog-list-item-header {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .list-of-blog-items .blog-list-item .blog-list-item-header {
    max-width: none;
  }
}
.list-of-blog-items .blog-list-item .blog-list-item-lead {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #878787;
  display: inline-block;
  width: auto;
  margin-top: 0;
  max-width: 584px;
}
@media (max-width: 1279px) {
  .list-of-blog-items .blog-list-item .blog-list-item-lead {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  .list-of-blog-items .blog-list-item .blog-list-item-lead {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  .list-of-blog-items .blog-list-item .blog-list-item-lead {
    font-size: 13px;
    line-height: 22px;
  }
}
.list-of-blog-items .blog-list-item .blog-list-item-lead p {
  margin: 0.5em 0 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.list-of-blog-items .blog-list-item .blog-list-item-footer {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #b2b2b1;
}
@media (max-width: 1279px) {
  .list-of-blog-items .blog-list-item .blog-list-item-footer {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  .list-of-blog-items .blog-list-item .blog-list-item-footer {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  .list-of-blog-items .blog-list-item .blog-list-item-footer {
    font-size: 13px;
    line-height: 22px;
  }
}
.list-of-blog-items .blog-list-item .blog-list-item-footer .blog-author-images-container {
  position: relative;
}
.no-touchevents .list-of-blog-items .blog-list-item .blog-list-item-footer:hover + .author-name {
  visibility: visible;
  opacity: 1;
}
.list-of-blog-items .blog-list-item .blog-list-item-footer .article-info, .list-of-blog-items .blog-list-item .blog-list-item-footer span.article-info {
  display: inline-block;
  padding-top: 0;
}
@media (min-width: 1600px) {
  .list-of-blog-items .blog-list-item .blog-list-item-footer .article-info, .list-of-blog-items .blog-list-item .blog-list-item-footer span.article-info {
    padding-top: 0;
  }
}

.group-table {
  display: inline-block;
  max-width: 400px;
  text-align: left;
  margin-top: 1em;
}
.group-table > * {
  float: left;
  clear: none;
}
.group-table .group {
  float: left;
  clear: both;
  padding-bottom: 1em;
}
.group-table .size {
  text-align: left;
}
.group-table .group {
  display: block;
  margin-right: 0.25em;
}
.group-table .group:before {
  float: left;
  width: 1em;
  height: 1em;
  padding: 0;
  border-radius: 1em;
  margin-right: 0.8em;
  margin-top: 0.26em;
}
.group-table .group.plain:before {
  content: "";
  background-color: #fff;
}
.group-table .group.plain-border:before {
  content: "";
  background-color: transparent;
  border: 1px solid #fff;
}
.group-table .group.xxl:before {
  content: "";
  background-color: #f1c40f;
}
.group-table .group.xl:before {
  content: "";
  background-color: #e67e22;
}
.group-table .group.l:before {
  content: "";
  background-color: #e74c3c;
}
.group-table .group.m:before {
  content: "";
  background-color: #2ecc71;
}
.group-table .group.s:before {
  content: "";
  background-color: #2980b9;
}
.group-table .group.xs:before {
  content: "";
  background-color: #8e44ad;
}

/* ------ image text section ------ */
.data-info-section {
  padding-top: 6em;
  text-align: left;
}

#device-independent-pixel {
  position: relative;
  margin-top: 4em;
  margin-bottom: 6em;
  padding-left: 1em;
  padding-right: 1em;
  color: #f8f8f8;
  text-align: left;
}
#device-independent-pixel .img-col img {
  width: 100%;
  height: auto;
}
#device-independent-pixel .chip {
  display: inline-block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #8E44AD;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  border-radius: 3em;
}
@media (max-width: 767px) {
  #device-independent-pixel .chip {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  #device-independent-pixel .chip {
    font-size: 12px;
    line-height: 17px;
  }
}

.pic-text-col {
  position: relative;
  background-color: #fff;
  padding: 0;
}
.pic-text-col .image-col {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.pic-text-col .image-col img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pic-text-col .image-col {
    width: 100%;
    position: relative;
    height: 320px;
  }
  .pic-text-col .image-col img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .pic-text-col .image-col {
    height: 250px;
  }
}
.pic-text-col .text-col {
  position: relative;
  width: 50%;
  padding: 4em 4em;
  margin-left: 50%;
  text-align: left;
}
@media (max-width: 1023px) {
  .pic-text-col .text-col {
    padding: 3em 32px;
  }
}
@media (max-width: 767px) {
  .pic-text-col .text-col {
    width: 100%;
    margin-left: 0;
    padding: 2em 32px 3em;
  }
  .pic-text-col .text-col p {
    max-width: none;
  }
}
@media (max-width: 480px) {
  .pic-text-col .text-col {
    padding: 1em 16px 2em;
  }
}

.callout {
  padding: 64px 8px;
}
.callout > div {
  background-color: #141414;
  color: #dadada;
  border: 1px solid #292929;
  padding: 32px;
  border-radius: 8px;
  display: inline-block;
}
.callout p {
  display: inline-block;
  font-weight: 300;
  color: #b2b2b1;
}

#poster {
  margin-top: 0;
  margin-bottom: 10em;
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 1023px) {
  #poster {
    margin-bottom: 3em;
  }
}
@media (max-width: 767px) {
  #poster {
    margin-bottom: 1.5em;
  }
}
#poster h2 {
  color: #141414;
}
#poster .text-col {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
@media (max-width: 767px) {
  #poster .text-col {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    left: auto;
  }
  #poster .text-col .btn {
    width: 100%;
  }
}
#poster .image-col {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
  margin-right: -10%;
}
#poster .image-col img {
  transition: margin-left 800ms ease-in-out;
  height: auto;
  width: 50%;
  float: left;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}
#poster.dark .image-col .img-bright {
  margin-left: -100%;
}
@media (max-width: 767px) {
  #poster.dark .image-col .img-bright {
    margin-left: 0;
  }
}
#poster.dark .color-option.dark {
  border: 2px solid #1E90FF;
  cursor: default;
}
#poster.dark .color-option.bright {
  border: 2px solid #fff;
  cursor: pointer;
}

.color-selection {
  display: block;
  clear: both;
  text-align: right;
  width: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  padding: 1em;
}
@media (max-width: 767px) {
  .color-selection {
    display: none;
  }
}
.color-selection .color-option {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  border: 1px solid #b2b2b1;
  transition: border-color 300ms ease-in-out;
  width: 2em;
  border-radius: 2em;
  margin-right: 0.5em;
}
.color-selection .color-option.bright {
  background-color: #fff;
  border: 2px solid #1E90FF;
}
.color-selection .color-option.dark {
  background-color: #191919;
  border: 2px solid #191919;
  cursor: pointer;
}

.download-section .btn {
  margin-bottom: 0;
}
.download-section .download-img {
  height: auto;
  width: 250px;
  display: block;
  margin: 0 auto;
}

.hbspt-form {
  padding-top: 1.5em;
}

.toastbox {
  padding: 24px 24px 0px;
}
.toastbox.center {
  text-align: center;
}

.toast-section {
  padding: 2em 0 8em;
}
@media (max-width: 480px) {
  .toast-section {
    padding: 1em 0 4em;
  }
}

.toast {
  text-align: left;
  padding: 1em 2em;
  position: relative;
  display: inline-block;
  background-color: #292929;
  color: #b2b2b1;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.1px;
  box-shadow: 0px 0px 1px 0px rgba(10, 22, 70, 0.15), 0px 2px 6px -1px rgba(10, 22, 70, 0.2);
}
@media (max-width: 1279px) {
  .toast {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .toast {
    font-size: 16px;
    line-height: 24px;
  }
}
.toast a {
  color: #f8f8f8;
}
.toast a:hover {
  text-decoration: underline;
}
.toast .emoji {
  padding-right: 0.25em;
}
.toast .text {
  display: inline;
  text-align: left;
  margin-right: 0.25em;
}
.toast .text-btn {
  white-space: nowrap;
  padding-left: 0px;
}
.toast .text-btn svg {
  position: relative;
  top: -0.1em;
  margin-left: 0.25em;
}
@keyframes flip-in-animation {
  0% {
    transform-style: preserve-3d;
    transform: rotateX(90deg);
  }
  80% {
    transform-style: preserve-3d;
    transform: rotateX(90deg);
  }
  100% {
    transform-style: preserve-3d;
    transform: rotateX(0deg);
  }
}
@keyframes hang-in-animation {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(0%);
  }
}
.toast.flip-in-transition {
  animation: hang-in-animation 1.5s ease-in-out;
}
@media (max-width: 767px) {
  .toast {
    padding-left: 1em;
    padding-right: 1em;
  }
  .toast .emoji {
    display: inline-block;
    position: absolute;
    height: 100%;
    width: auto;
    top: 1em;
    left: 1em;
  }
  .toast .text {
    display: inline;
    width: auto;
  }
  .toast .text-btn {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .toast {
    width: 100%;
  }
}

.pop-up-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 16px;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s linear 0s, background-color 300ms linear 0s;
}
.pop-up-overlay .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em 2em 3em;
  border-radius: 0.5em;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(10, 22, 70, 0.15), 0px 12px 24px -2px rgba(10, 22, 70, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 150ms, opacity 150ms linear 0s;
}
@media (max-width: 767px) {
  .pop-up-overlay .modal {
    width: 96%;
  }
}
.pop-up-overlay .blender {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: visibility 0s linear 600ms, background-color 600ms linear 0s;
}
.pop-up-overlay.visible {
  transition: visibility 0s linear 300s;
}
.pop-up-overlay.visible .modal {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms ease-out 300ms;
}
.pop-up-overlay.visible .blender {
  visibility: visible;
  background-color: rgba(20, 20, 20, 0.4);
  transition: visibility 0s linear 0s, background-color 300ms ease-in 0s;
}
.pop-up-overlay p {
  margin-left: auto;
  margin-right: auto;
}
.pop-up-overlay .close-button {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 12px;
  border-radius: 40px;
  transition: background-color 400ms ease-in-out;
  cursor: pointer;
}
.pop-up-overlay .close-button svg {
  width: 28px;
  height: 28px;
  margin: 0;
  float: left;
  fill: #141414;
}
.pop-up-overlay .close-button:hover {
  background-color: #ececec;
}

/*
Source: https://sharingbuttons.io/
*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block;
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1px;
  position: relative;
}
@media (max-width: 767px) {
  .resp-sharing-button__link {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .resp-sharing-button__link {
    font-size: 12px;
    line-height: 17px;
  }
}
.resp-sharing-button__link:hover {
  color: #fff;
}
.resp-sharing-button__link:hover .label {
  display: block;
  opacity: 1;
}
.resp-sharing-button__link .label {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1px;
  transition: opacity 500ms ease-in-out;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 0.5em;
  transform: translateX(-50%);
  color: #b2b2b1;
}
@media (max-width: 767px) {
  .resp-sharing-button__link .label {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .resp-sharing-button__link .label {
    font-size: 12px;
    line-height: 17px;
  }
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.7em 0.75em;
  line-height: 2em;
  vertical-align: middle;
}

.resp-sharing-button__icon svg {
  width: 2em;
  height: 2em;
  margin-right: 0;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

.resp-sharing-button--reddit {
  background-color: #FF4500;
}

.resp-sharing-button--reddit:hover {
  background-color: #cc3a04;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
}

.resp-sharing-button--google:hover {
  background-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

.resp-sharing-button--email {
  background-color: #878787;
}

.resp-sharing-button--email:hover {
  background-color: #575757;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

.resp-sharing-button--vk {
  background-color: #507299;
}

.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #878787;
  border-color: #878787;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #575757;
  border-color: #575757;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #FF4500;
  border-color: #FF4500;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #cc3a04;
  border-color: #cc3a04;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover .resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}

.resp-sharing-button--telegram {
  background-color: #54A9EB;
}

.resp-sharing-button--telegram:hover {
  background-color: #4B97D1;
}

.page-headline, .page-subheadline {
  color: #b2b2b1;
}
.page-headline .bold, .page-subheadline .bold {
  color: #f8f8f8;
}

.datatable {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 5em;
  padding: 0;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}
.datatable .tinted {
  color: #878787;
}
.datatable thead {
  text-transform: uppercase;
}
.datatable thead th {
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.1px;
  font-weight: 300;
  color: #878787;
  vertical-align: bottom;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .datatable thead th {
    font-size: 11px;
  }
}
@media (min-width: 1600px) {
  .datatable thead th {
    font-size: 12px;
    line-height: 17px;
  }
}
.datatable th, .datatable td {
  padding: 16px 16px;
  border-bottom: 1px solid #333333;
}
.datatable th:first-child, .datatable td:first-child {
  width: 9em;
  white-space: nowrap;
}
.datatable th.data-header, .datatable td.data-header {
  text-align: left;
  padding-left: 32px;
}
.datatable th.right-aligned, .datatable td.right-aligned {
  text-align: right;
}
.datatable th.nowrap, .datatable td.nowrap {
  white-space: nowrap;
}
.datatable td {
  vertical-align: initial;
}
.datatable .datagroup .data-attribute, .datatable .dataset .data-attribute {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
}
@media (max-width: 1279px) {
  .datatable .datagroup .data-attribute, .datatable .dataset .data-attribute {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  .datatable .datagroup .data-attribute, .datatable .dataset .data-attribute {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  .datatable .datagroup .data-attribute, .datatable .dataset .data-attribute {
    font-size: 13px;
    line-height: 22px;
  }
}
.datatable .datagroup .data-attribute.group, .datatable .dataset .data-attribute.group {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.datatable .datagroup .data-attribute.group.xxl, .datatable .dataset .data-attribute.group.xxl {
  background-color: #f1c40f;
}
.datatable .datagroup .data-attribute.group.xl, .datatable .dataset .data-attribute.group.xl {
  background-color: #e67e22;
}
.datatable .datagroup .data-attribute.group.l, .datatable .dataset .data-attribute.group.l {
  background-color: #e74c3c;
}
.datatable .datagroup .data-attribute.group.m, .datatable .dataset .data-attribute.group.m {
  background-color: #2ecc71;
}
.datatable .datagroup .data-attribute.group.s, .datatable .dataset .data-attribute.group.s {
  background-color: #2980b9;
}
.datatable .datagroup .data-attribute.group.xs, .datatable .dataset .data-attribute.group.xs {
  background-color: #8e44ad;
}
.datatable .datagroup .data-attribute.group .groupname, .datatable .dataset .data-attribute.group .groupname {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.datatable .datagroup {
  background-color: #292929;
}
.datatable .datagroup .tinted {
  color: #575757;
}
.datatable .datagroup .data-header, .datatable .datagroup .data-attribute, .datatable .datagroup .unit {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-weight: 400;
  color: #878787;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1279px) {
  .datatable .datagroup .data-header, .datatable .datagroup .data-attribute, .datatable .datagroup .unit {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (max-width: 767px) {
  .datatable .datagroup .data-header, .datatable .datagroup .data-attribute, .datatable .datagroup .unit {
    font-size: 12px;
    line-height: 21.5px;
  }
}
@media (min-width: 1600px) {
  .datatable .datagroup .data-header, .datatable .datagroup .data-attribute, .datatable .datagroup .unit {
    font-size: 13px;
    line-height: 22px;
  }
}
.datatable .dataset:hover {
  background-color: #141414;
}
.datatable .dataset .data-header, .datatable .dataset .unit {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media (max-width: 1279px) {
  .datatable .dataset .data-header, .datatable .dataset .unit {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
  }
}
@media (max-width: 767px) {
  .datatable .dataset .data-header, .datatable .dataset .unit {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1600px) {
  .datatable .dataset .data-header, .datatable .dataset .unit {
    font-size: 20px;
    line-height: 30px;
  }
}
.datatable .dataset .devices ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #b2b2b1;
}/*# sourceMappingURL=screensizemap-datapage.css.map */