@charset "UTF-8";
/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
body {
  margin: 0;
  color: #000000;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

/* line 16, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

/* line 22, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
svg {
  overflow: visible;
}

/* line 24, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
svg circle, svg ellipse, svg line, svg path, svg polygon, svg polyline, svg rect, svg text, svg textPath, svg tspan, svg use {
  vector-effect: non-scaling-stroke;
}

/* line 29, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.block {
  width: 100%;
  /*  min-height: 100vh;  16:10 - 1440/2560 */
  height: 100vh;
  overflow-x: hidden;
}

/* line 37, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.block--force {
  width: 100% !important;
  /*  min-height: calc(56.25vw) !important;  16:10 - 1440/2560 */
  height: 100vh !important;
}

@media screen and (max-width: 767.9px) {
  /* line 45, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    height: auto;
    min-height: auto;
    /*    padding-top: 64px; */
    /*    padding-bottom: 64px; */
  }
}

@media screen and (max-width: 1024px) and (max-height: 1024px) {
  /* line 55, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 640px !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439.9px) {
  /* line 61, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 720px !important;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 67, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 800px !important;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 73, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 922px !important;
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559.9px) {
  /* line 79, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 952px !important;
  }
}

@media screen and (min-width: 2560px) {
  /* line 85, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .block {
    min-height: 1312px;
  }
}

/* line 93, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button {
  font-size: 12px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  color: white;
  background: #0F62FE;
  border: 0;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

/* line 111, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button:hover {
  background: #4283fe;
}

/* line 115, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button img, .button svg {
  margin-right: 16px;
  height: 14px;
  width: auto;
  vertical-align: sub;
}

/* line 122, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button img.icon--chrome {
  height: 24px;
}

/* line 127, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button.button--header {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  width: max-content;
}

/* line 134, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button.button--header img, .button.button--header svg {
  margin-right: 12px;
  height: 14px;
  width: auto;
  vertical-align: sub;
}

/* line 143, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button.button--content {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}

/* line 148, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button.button--content img {
  height: 18px;
  margin-right: 16px;
  vertical-align: sub;
}

/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 93, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    color: white;
    background: #0F62FE;
    border: 0;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-out;
  }
  /* line 111, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button:hover {
    background: #4283fe;
  }
  /* line 115, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img, .button svg {
    margin-right: 16px;
    height: 14px;
    width: auto;
    vertical-align: sub;
  }
  /* line 122, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img.icon--chrome {
    height: 24px;
  }
  /* line 127, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    width: max-content;
  }
  /* line 134, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header img, .button.button--header svg {
    margin-right: 12px;
    height: 14px;
    width: auto;
    vertical-align: sub;
  }
  /* line 143, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  /* line 148, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 18px;
    margin-right: 16px;
    vertical-align: sub;
  }
}

/* iPad Landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 93, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button {
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    color: white;
    background: #0F62FE;
    border: 0;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-out;
  }
  /* line 111, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button:hover {
    background: #4283fe;
  }
  /* line 115, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img, .button svg {
    margin-right: 16px;
    height: 14px;
    width: auto;
    vertical-align: sub;
  }
  /* line 122, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img.icon--chrome {
    height: 24px;
  }
  /* line 127, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    width: max-content;
  }
  /* line 134, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header img, .button.button--header svg {
    margin-right: 12px;
    height: 14px;
    width: auto;
    vertical-align: sub;
  }
  /* line 143, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }
  /* line 148, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 18px;
    margin-right: 16px;
    vertical-align: sub;
  }
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 175, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 24px !important;
    font-weight: 500;
    padding: 0 48px;
  }
  /* line 182, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 24px !important;
    padding-bottom: 2px;
    margin-right: 22px !important;
  }
}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 194, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 24px !important;
    font-weight: 500;
    padding: 0 48px;
    margin-bottom: 16px;
  }
  /* line 202, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 24px !important;
    padding-bottom: 2px;
    margin-right: 22px !important;
  }
}

/* Netbooks */
/* HD */
/* MacBook Pro 15" Old */
@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 224, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img.icon--chrome {
    height: 24px;
  }
  /* line 227, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 24px !important;
  }
  /* line 232, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header img, .button.button--header svg {
    margin-right: 12px !important;
    height: 16px !important;
  }
  /* line 239, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 24px !important;
    font-weight: 500;
    padding: 0 48px;
  }
  /* line 246, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 24px !important;
    padding-bottom: 2px;
    margin-right: 22px !important;
  }
}

/* MacBook Pro 15" New */
@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 257, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button {
    font-weight: 400;
  }
  /* line 260, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img.icon--chrome {
    height: 24px;
  }
  /* line 263, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header {
    font-size: 14px !important;
    height: 48px !important;
    line-height: 48px !important;
    padding: 0 24px !important;
  }
  /* line 268, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header img, .button.button--header svg {
    margin-right: 12px !important;
    height: 16px !important;
  }
  /* line 275, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 24px !important;
    padding: 0 40px;
  }
  /* line 281, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 24px !important;
    padding-bottom: 2px;
    margin-right: 22px !important;
  }
}

/* Full HD */
@media screen and (min-width: 1920px) {
  /* line 292, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button {
    font-weight: 400;
  }
  /* line 295, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button img.icon--chrome {
    height: 24px;
  }
  /* line 298, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header {
    font-size: 18px !important;
    height: 56px !important;
    line-height: 56px !important;
    padding: 0 24px !important;
  }
  /* line 303, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--header img, .button.button--header svg {
    height: 22px !important;
    margin-right: 16px !important;
  }
  /* line 310, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content {
    height: 64px !important;
    line-height: 64px !important;
    font-size: 24px !important;
    padding: 0 40px;
  }
  /* line 316, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
  .button.button--content img {
    height: 24px !important;
    padding-bottom: 2px;
    margin-right: 22px !important;
  }
}

/* 5K */
/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
/*@media
screen and (device-width:1024px) and (device-height:1336px) {
  @include normal-styles;
}
*/
/* line 343, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/tablerone.scss */
.button--reminder {
  display: none;
}

/* mobile + default fallback */
/* line 2, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
:root {
  --padding: 16px;
}

@media screen and (min-width: 414px) and (max-width: 767.9px) {
  /* line 8, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 15, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 32px;
  }
}

/* 1024 - 1439 */
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  /* line 22, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 32px;
  }
}

/* ipads overwrite (lower than the two above so this one takes control) */
@media screen and (device-width: 1024px) and (device-height: 1336px), screen and (device-width: 768px) and (device-height: 1024px) {
  /* line 29, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 32px;
  }
}

/* 1440 - 1679 */
@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 36, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 64px;
  }
}

/* 1680 - 1919 */
@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 43, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 64px;
  }
}

/* 1920+ */
@media screen and (min-width: 1920px) {
  /* line 49, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/padding_settings.scss */
  :root {
    --padding: 96px;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header {
  padding: 0 16px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  transition: none;
}

/* line 20, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header .header__logo {
  transition: none;
}

/* line 23, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header .header__logo img {
  height: auto;
}

/* line 28, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header.scrolled-up {
  transform: translateY(0);
}

/* line 32, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header.scrolled-down {
  transform: translateY(-100%);
}

/* line 36, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header.nav-up {
  top: -128px;
}

/* line 40, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header.nav-down {
  transition: all 0.0s ease-out;
}

/* line 44, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header .header__button {
  opacity: 0;
  transition: all 0.4s ease-out;
  text-align: right;
}

/* line 52, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header {
  /* if it is opened, we should always display nav-up */
  transition: backdrop-filter 500ms ease-out;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  height: 100vh;
  overflow: hidden;
  display: block;
  padding: 0;
}

/* line 54, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header.nav-up {
  top: 0 !important;
}

/* line 68, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header .header__navbar {
  width: 100%;
  height: calc(100vh - 128px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* line 79, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header .header__navbar ul {
  flex-direction: column;
  line-height: 64px;
  font-size: 32px;
  letter-spacing: -0.57px;
  height: 192px;
  padding: 0;
  margin: 0;
}

/* line 89, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header .header__navbar ul li:after {
  display: none;
}

/* line 96, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header .header__logo {
  position: absolute;
  left: 16px;
  height: 40px;
  line-height: 40px;
}

/* line 103, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header #header__icon {
  width: 16px;
  height: 16px;
}

/* line 108, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open .header .header__button {
  position: absolute;
  bottom: 168px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  opacity: 1;
  width: auto;
}

/* line 125, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__logo {
  z-index: 1;
}

/* line 130, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

/* line 138, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li {
  font-size: 16px;
  letter-spacing: 0.89px;
  line-height: 24px;
  transition: all 0.2s ease-out;
  position: relative;
}

/* line 139, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li a {
  padding: 0 20px;
}

/* line 150, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.active a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

/* line 158, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.arrow {
  cursor: default;
}

/* line 161, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.arrow:hover {
  cursor: default;
}

/* line 164, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.arrow:hover a {
  color: rgba(0, 0, 0, 0.4);
}

/* line 169, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.arrow a {
  color: rgba(0, 0, 0, 0.4);
}

/* line 173, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li.arrow a:after {
  content: "";
  background: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: 0;
  opacity: 1;
  transition: all 0.2s ease-out;
  margin-bottom: -18px;
}

/* line 190, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li:hover a {
  color: #0F62FE;
}

/* line 195, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__navbar ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

/* line 204, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
.header__icon-wrapper {
  /* has to be absolute for opening */
  position: absolute;
  right: 8px;
  top: 9px;
  padding: 8px;
}

/* line 212, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
#header__icon {
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 226, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
#header__icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 243, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
#header__icon span:nth-child(1) {
  top: 0px;
}

/* line 247, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
#header__icon span:nth-child(2) {
  top: 5px;
}

/* line 251, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
#header__icon span:nth-child(3) {
  top: 10px;
}

/* line 260, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open #header__icon span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 268, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open #header__icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}

/* line 273, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
body.header--open #header__icon span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* displaying elements - start */
@media screen and (max-width: 767.9px) {
  /* line 285, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar, .header__button {
    display: none;
  }
  /* line 289, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button {
    opacity: 0;
  }
}

/* do not show icon above 768px, but show for 768px (768.1 also works but 769 just to be safe) */
@media screen and (min-width: 768px) {
  /* line 296, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__icon-wrapper {
    display: none;
  }
}

@media screen and (max-width: 1023.9px) {
  /* line 303, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header .header__button {
    display: none;
    opacity: 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 328, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header .header__button {
    display: block;
    opacity: 1;
  }
  /* line 315, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li.arrow a:after {
    background: url(../img/icons/header-triangle.svg);
    background-repeat: no-repeat;
    bottom: -8px;
  }
}

/* ipad portrait seems to fall into @media screen and (max-width: 767.9px) { media query and hence causes problems */
/* we therefore must override this like this */
@media all and (device-width: 1024px) and (device-height: 1336px) and (orientation: portrait), all and (device-width: 1336px) and (device-height: 1024px) and (orientation: landscape) {
  /* line 340, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar {
    display: block;
  }
}

/* displaying elements - end */
/* height - start */
@media screen and (max-width: 767.9px) {
  /* line 349, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header {
    height: 40px;
    /*padding: 0 16px;*/
  }
  /* line 352, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header.nav-up {
    top: -40px;
  }
  /* line 357, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__logo img, .header__button {
    width: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1679.9px) {
  /* line 364, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header {
    height: 90px;
    padding: 0 32px;
  }
  /* line 368, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header.nav-up {
    top: -90px;
  }
  /* line 373, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__logo img {
    width: 159px;
    padding-right: 21px;
  }
  /* line 378, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button {
    width: 180px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919.999px) {
  /* line 386, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
  }
  /* line 391, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li a {
    padding: 0 32px;
  }
}

@media screen and (min-width: 1680px) {
  /* line 400, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header {
    height: 128px;
    padding: 0 64px;
  }
  /* line 404, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header.nav-up {
    top: -128px;
  }
  /* line 409, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__logo img {
    width: 159px;
    padding-right: 21px;
  }
  /* line 414, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button {
    width: 180px;
  }
  /* line 420, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
  }
}

/* height - end */
/* height - start */
@media screen and (max-width: 767.9px) {
  /* line 433, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li {
    font-size: 32px;
    letter-spacing: -0.57px;
    line-height: 96px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 441, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button {
    opacity: 1;
  }
  /* line 443, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button .button {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    padding: 0 24px;
    opacity: 1;
  }
  /* line 450, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button .button img, .header__button .button svg {
    height: 24px;
  }
  /* line 456, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__logo img {
    width: 200px;
    padding-right: 20px;
  }
  /* line 461, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__button {
    width: 220px;
  }
  /* line 467, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li {
    font-size: 24px;
    letter-spacing: 1.33px;
    line-height: 40px;
  }
  /* line 472, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/header.scss */
  .header__navbar ul li a {
    padding: 0 40px;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero {
  /*
  background-image: url('../img/tablerone-hero@2x.webp');
  background-repeat: no-repeat;
  background-size: contain;
  */
  position: relative;
  overflow-y: hidden;
}

/* line 10, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__background {
  transform: translateZ(0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10000;
  background-image: url("/features/copy-all-urls-chrome-extension/img/tablerone-hero-copy-urls.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(2.5);
  transform-origin: top left;
  background-position: -188px -28px;
}

/* line 22, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
html.ios .hero .hero__background, html.android .hero .hero__background {
  background-image: url("/features/copy-all-urls-chrome-extension/img/tablerone-hero-copy-urls.webp");
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-crisp-edges;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

/* line 34, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
html.no-webp .hero .hero__background {
  background-image: url("/features/copy-all-urls-chrome-extension/img/tablerone-hero-copy-urls.jpg");
}

/* line 38, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
html.webp .hero .hero__background {
  background-image: url("/features/copy-all-urls-chrome-extension/img/tablerone-hero-copy-urls.webp");
}

/* line 49, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__background img {
  width: 100%;
  object-fit: contain;
}

/* line 55, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item {
  position: absolute;
  width: 40vw;
  left: calc(50% - 20vw);
  bottom: 8vh;
  margin: 0 auto;
  text-align: left;
}

/* line 62, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
html.ios .hero .hero__item {
  bottom: 16vh;
}

/* line 66, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
html.android .hero .hero__item {
  bottom: 20vh;
}

/* line 73, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item h1 {
  font-size: 32px;
  letter-spacing: -0.57px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 16px;
  font-weight: 800;
}

/* line 82, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item p {
  line-height: 1.5em;
  opacity: 0.6;
  padding: 0;
  margin: 0;
}

/* line 90, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item p.small {
  font-size: 12px;
  margin-top: 2em;
  color: #8D8D8D;
}

/* line 96, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item .hero__button-wrapper {
  margin-top: 24px;
}

/* line 99, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item .hero__button-wrapper .hero__scroll-down {
  position: relative;
  opacity: 1;
}

/* line 104, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.hero .hero__item br {
  display: none;
}

/* line 110, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big {
  width: fit-content;
  transition: all 0.2s ease-out;
  background: #FFFFFF;
  border: 1px solid rgba(69, 137, 255, 0.4);
  font-size: 12px;
  color: #0F62FE;
  letter-spacing: 0;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

/* line 133, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big svg {
  padding-right: 12px;
  transition: all 0.2s ease-out;
}

/* line 138, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big span {
  font-size: 12px;
  color: #0F62FE;
  letter-spacing: 0;
  transition: all 0.2s ease-out;
}

/* line 145, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big:hover {
  background-color: #0F62FE;
  color: white;
}

/* line 148, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big:hover span {
  color: white;
}

/* line 153, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
.button--big:hover svg path {
  fill: white;
}

@media screen and (min-width: 375px) and (max-width: 413.9px) {
  /* line 162, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: -208px -28px;
    transform: scale(2.75);
  }
}

@media screen and (min-width: 414px) and (max-width: 767.9px) {
  /* line 170, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: -230px -20px;
    transform: scale(2.75);
  }
}

@media screen and (min-width: 768px) and (max-width: 1679.9px) {
  /* line 179, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item h1 {
    font-size: 40px;
  }
  /* line 183, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p {
    font-size: 18px;
  }
  /* line 186, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p.small {
    margin-top: 0;
  }
  /* line 191, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper {
    margin-top: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279.9px) {
  /* line 199, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big {
    height: 48px;
    line-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 203, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big span {
    font-size: 16px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big img {
    height: 16px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 219, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big img {
    padding-right: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
  /* line 256, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: 0 -15px;
    transform: scale(1);
    background-size: cover;
  }
  /* line 261, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
  }
  .hero .hero__item br {
    display: block;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1919.999px) {
  /* line 275, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    transform: scale(1) !important;
    transform-origin: top left !important;
    background-position: center -5vh !important;
    background-size: cover !important;
  }
  /* line 282, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    max-width: 714px;
  }
  /* line 286, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item h1 {
    font-size: 64px;
    margin-bottom: 24px;
  }
  /* line 291, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p {
    font-size: 24px;
  }
  /* line 294, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p.small {
    font-size: 14px;
    margin-top: 0;
  }
  .hero .hero__item br {
    display: block;
  }
  /* line 301, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper {
    margin-top: 48px;
  }
  /* line 226, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big {
    height: 64px;
    line-height: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 230, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big span {
    font-size: 18px;
  }
  /* line 237, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big svg {
    height: 16px;
    padding-right: 20px;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 199, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big {
    height: 48px;
    line-height: 48px;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 203, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big span {
    font-size: 16px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big img {
    height: 16px;
    padding-right: 20px;
  }
  /* line 219, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big img {
    padding-right: 12px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 319, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    transform: scale(1) !important;
    transform-origin: top left !important;
    background-position: center -5vh !important;
    background-size: cover !important;
  }
  /* line 326, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    bottom: 8vh;
  }
  /* line 331, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .button--big {
    height: 64px;
    line-height: 64px;
    padding-right: 30px;
    padding-left: 26px;
  }
  /* line 335, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .button--big span {
    font-size: 18px;
  }
  /* line 342, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .button--big svg {
    height: 16px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 353, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item h1 {
    font-size: 96px;
    margin-bottom: 32px;
  }
  /* line 358, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p {
    font-size: 32px;
  }
  /* line 361, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p.small {
    font-size: 14px;
    margin-top: 0;
  }
  .hero .hero__item br {
    display: block;
  }
  /* line 367, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper {
    margin-top: 64px;
  }
  /* line 372, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero__background {
    transform: scale(1) !important;
    transform-origin: top left !important;
    background-position: center -12.5vh !important;
    background-size: cover !important;
  }
  /* line 378, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big {
    height: 64px;
    line-height: 64px;
    padding-right: 30px;
    padding-left: 26px;
  }
  /* line 382, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big span {
    font-size: 18px;
  }
  /* line 389, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big svg {
    padding-right: 20px;
    height: 16px;
  }
}

@media screen and (min-width: 768px) {
  /* line 400, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper {
    display: flex;
    align-items: center;
  }
  /* line 404, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper p {
    margin-left: 32px;
  }
}

@media screen and (max-width: 767.9px) {
  /* line 422, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: auto;
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 413, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: auto;
    padding: 0 128px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.9px) {
  /* line 434, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 514px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439.9px) {
  /* line 444, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 900px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 444, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 1024px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 444, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 1024px;
  }
}

@media screen and (min-width: 1680px) {
  /* line 469, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
}

@media screen and (min-width: 1920px) {
  /* line 477, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.webp .hero .hero__background {
    background-image: url("/features/copy-all-urls-chrome-extension/img/tablerone-hero-copy-urls@2x.webp");
  }
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0 !important;
    max-width: 1460px;
  }
  /* line 484, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  br {
    display: block !important;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 413, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: auto;
    padding: 0 128px;
  }
}

@media screen and (min-width: 2048px) {
  /* line 502, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-size: cover;
    /* to fix for background not being whole width */
  }
}

/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 511, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: -266px -30px;
    transform: scale(1.75);
  }
}

/* iPad Landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 519, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero__item {
    bottom: 8vh;
  }
  /* line 521, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.ios .hero__item {
    bottom: 12vh !important;
  }
  /* line 524, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.android .hero__item {
    bottom: 8vh !important;
  }
  /* line 528, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: center center;
    transform: scale(1);
  }
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 537, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero__item {
    bottom: 8vh;
  }
  /* line 539, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.ios .hero__item {
    bottom: 16vh !important;
  }
  /* line 542, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.android .hero__item {
    bottom: 12vh !important;
  }
  /* line 546, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: -354px -30px;
    transform: scale(1.75);
    background-size: contain;
  }
  /* line 444, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item {
    width: auto;
    left: 0;
    right: 0;
    padding: 0;
    max-width: 714px;
  }
  /* line 554, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item h1 {
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 24px;
  }
  /* line 560, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p {
    font-size: 24px;
    line-height: 32px;
  }
  /* line 564, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item p.small {
    margin-top: 0;
  }
  /* line 568, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__item .hero__button-wrapper {
    margin-top: 48px;
  }
  /* line 573, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  br {
    display: block !important;
  }
  /* line 226, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big {
    height: 64px;
    line-height: 64px;
    padding-right: 24px;
    padding-left: 24px;
  }
  /* line 230, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big span {
    font-size: 18px;
  }
  /* line 237, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .button--big svg {
    height: 16px;
    padding-right: 20px;
  }
}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 581, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero__item {
    bottom: 8vh;
  }
  /* line 583, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.ios .hero__item {
    bottom: 12vh !important;
  }
  /* line 586, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  html.android .hero__item {
    bottom: 8vh !important;
  }
  /* line 590, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/hero.scss */
  .hero .hero__background {
    background-position: -68px -57px;
    transform: scale(1.5);
  }
}

/* line 4, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.block--review {
  width: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 11, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.block--review::-webkit-scrollbar {
  display: none;
}

/* line 16, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__viewport {
  width: 100%;
  height: auto;
  /* 300px; */
  display: flex;
  overflow-x: auto;
  list-style: none;
  padding: 0;
  padding-bottom: 30px;
  /* because of shadows */
  margin: 0;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 33, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__viewport::-webkit-scrollbar {
  display: none;
}

/* line 37, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__viewport .carousel__slide {
  width: 100%;
  padding: 0 16px;
  flex-shrink: 0;
  height: 100%;
  box-sizing: border-box;
  scroll-snap-align: start;
  /*
    &.carousel__slide--middle {
      margin-left: $carousel__slide-width/2;
    }
    */
}

/* line 51, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__viewport .carousel__slide .review__content {
  margin-top: 16px;
}

/* line 54, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__viewport .carousel__slide .review__content strong {
  font-weight: 600;
}

/* line 63, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__navigator {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  padding-bottom: 40px;
}

/* line 71, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__navigator li {
  padding: 0 4px;
}

/* line 73, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__navigator li a {
  transition: all 0.2s ease-out;
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #E5E5E5;
}

/* line 82, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__navigator li a:hover {
  background: #0F62FE;
  border-color: #0F62FE;
}

/* line 89, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.carousel__navigator li.active a {
  background: #E5E5E5;
}

/* line 98, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.break {
  flex-basis: 100%;
  height: 32px;
}

/* line 103, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px 0 rgba(152, 158, 169, 0.1);
  color: #000000;
  letter-spacing: 0;
  border-radius: 12px;
  padding: 24px 12px 32px 12px;
  box-sizing: border-box;
}

/* line 108, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__content {
  font-size: 12px;
  line-height: 1.6666em;
}

/* line 121, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__photo {
  padding-right: 16px;
}

/* line 123, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__photo img {
  border-radius: 50%;
}

/* line 128, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__header {
  display: flex;
}

/* line 131, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__profile {
  display: flex;
  flex-direction: column;
  align-items: left;
}

/* line 136, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review .review__profile .review__name {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500;
}

/* Targets 414-768 */
@media screen and (min-width: 414px) and (max-width: 767.9px) {
  /* line 149, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 14px;
    line-height: 1.71em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 2559.9px) {
  /* line 158, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide {
    width: 550px;
    padding: 0 16px;
    scroll-snap-align: unset;
    flex: 0 0 550px;
  }
  /* line 164, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide.carousel__slide--middle {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px), screen and (min-width: 2560px) {
  /* line 177, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport {
    flex-wrap: wrap;
    /* is this propagating??? */
    width: max-content;
    height: auto;
    overflow-x: scroll;
    scroll-snap-type: unset;
    /*
    &::-webkit-scrollbar {
      display: unset;
    }
    */
  }
  /* line 195, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide {
    width: 550px;
    padding: 0 16px;
    scroll-snap-align: unset;
    flex: 0 0 550px;
  }
  /* line 204, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__photo {
    flex: 0 0 40px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__profile {
    flex-direction: row;
    flex: 0 0 calc(100% - 56px);
    justify-content: space-between;
    align-items: center;
  }
  /* line 214, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__profile .review__name {
    /* margin-top: 20px; */
  }
  /* line 222, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide:first-child {
    margin-left: 112px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 233, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide:first-child {
    margin-left: 112px;
    padding-left: 16px;
  }
  /* line 238, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide.carousel__slide--middle {
    margin-left: 387px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1919.9px) {
  /* line 246, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide:first-child {
    margin-left: 112px;
    padding-left: 16px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 254, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide:first-child {
    margin-left: 240px;
    padding-left: 16px;
  }
  /* line 259, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__viewport .carousel__slide.carousel__slide--middle {
    margin-left: 515px;
    padding-left: 16px;
  }
}

/*
@media screen and (min-width: 1680px) {
  .carousel__slide {
    width: $carousel__slide-width-max;
    flex: 0 0 $carousel__slide-width-max;
  }
}
*/
/* line 278, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
.review-details__text {
  font-size: 12px;
  color: #0F62FE;
  letter-spacing: -0.21px;
  text-align: center;
  line-height: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1279.9px) {
  /* line 288, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 14px;
  }
  /* line 292, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__profile .review__name {
    font-size: 16px;
  }
  /* line 302, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review {
    padding: 24px 24px 32px 24px;
  }
  /* line 304, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 16px;
  }
  /* line 308, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .break {
    height: 32px;
  }
}

@media screen and (min-width: 1440px) {
  /* line 313, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review {
    padding: 32px 40px 32px 40px;
    height: 360px !important;
  }
  /* line 316, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 321, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__profile .review__name {
    font-size: 20px;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 332, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review {
    padding: 24px 24px 32px 24px;
  }
  /* line 334, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 16px;
  }
  /* line 338, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .break {
    height: 32px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 344, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review {
    padding: 32px 40px 32px 40px;
    height: 360px !important;
  }
  /* line 347, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__content {
    font-size: 18px;
    line-height: 28px;
  }
  /* line 352, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .review .review__profile .review__name {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  /* line 362, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials.scss */
  .carousel__navigator {
    display: none;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details {
  padding-top: 80px;
  text-align: center;
}

/* line 6, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5em;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 24px;
}

/* line 17, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details p br {
  display: none;
}

/* line 21, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details p.small {
  padding-top: 24px;
  opacity: 0.4;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.0175em;
  text-align: center;
  line-height: 1.25em;
}

/* line 31, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details p.small br {
  display: block;
}

/* line 35, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.block--review-details p.small a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 46, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
img.shield__icon {
  height: 96px;
  width: auto;
}

/* line 51, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.review-details__text {
  padding-bottom: 8px;
}

/* line 54, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.review-details__text a {
  font-size: 12px;
  color: #0F62FE;
  letter-spacing: -0.21px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
}

/* line 64, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.review-details__stars {
  height: 16px;
  font-size: 16px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 73, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
.review-details__stars img {
  margin: 0 0.16em;
  height: 16px;
}

@media screen and (max-width: 767.9px) {
  /* line 87, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 80, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details {
    padding-top: 80px;
  }
  /* line 94, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details {
    padding: 80px 80px 0 80px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 100, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details {
    padding-top: 64px;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 80, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1679.9px) {
  /* line 121, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text {
    padding-bottom: 8px;
  }
  /* line 123, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text a {
    font-size: 14px;
  }
  /* line 127, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p {
    font-size: 24px;
  }
  /* line 129, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small {
    font-size: 16px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1679.9px) {
  /* line 137, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p {
    font-size: 24px;
    margin-bottom: 16px;
  }
  /* line 141, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small {
    font-size: 16px;
    margin-top: 16px;
  }
  /* line 147, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text {
    padding-bottom: 24px;
  }
  /* line 149, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text a {
    font-size: 16px;
    line-height: 18px;
  }
  /* line 154, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__stars img {
    height: 20px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 163, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p {
    font-size: 24px;
    margin-bottom: 16px;
  }
  /* line 167, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small {
    font-size: 16px;
    margin-top: 24px;
  }
  /* line 171, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small br {
    display: none !important;
  }
  /* line 178, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text {
    padding-bottom: 24px;
  }
  /* line 180, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text a {
    font-size: 16px;
  }
  /* line 185, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__stars img {
    height: 20px;
  }
  /* line 189, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .shield p.small {
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 199, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p {
    font-size: 32px;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  /* line 204, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small {
    font-size: 16px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small br {
    display: none !important;
  }
  /* line 214, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text {
    padding-bottom: 24px;
  }
  /* line 216, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__text a {
    font-size: 18px;
  }
  /* line 221, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .review-details__stars img {
    height: 24px;
  }
  /* line 225, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .shield p.small {
    font-size: 18px;
    letter-spacing: -0.32px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 235, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p br {
    display: block !important;
  }
  /* line 242, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/testimonials_details.scss */
  .block--review-details p.small br {
    display: none !important;
  }
}

/**
Above 1024 we have three different spacing situations
 */
/* line 7, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
:root {
  --padding_left: 96px;
  --spacing: 64px;
  --pixel_overhead: 320px;
}

@media screen and (min-width: 1680px) {
  /* line 18, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  :root {
    --padding_left: 96px;
    --spacing: 64px;
    --pixel_overhead: 320px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 30, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  :root {
    --padding_left: 96px;
    --spacing: 104px;
    --pixel_overhead: 400px;
  }
}

/* line 43, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature.feature--left .block__text .feature__content, .feature.feature--right .block__text .feature__content {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

/* line 50, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature {
  display: flex;
  align-items: stretch;
}

/* line 54, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 63, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: scale(1.05);
  transform-origin: right;
}

/* line 70, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__image img.img__shadow {
  filter: drop-shadow(0 0 12px rgba(187, 189, 191, 0.25));
}

/* line 77, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text {
  padding-left: var(--spacing);
  padding-right: var(--padding_left);
  /* flex: 0 0 calc; */
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100vw - var(--pixel_overhead)) / 3);
  width: calc((100vw - var(--pixel_overhead)) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 93, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content {
  width: 75%;
}

/* line 97, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content img, .feature .block__text .feature__content svg {
  height: 32px;
  width: auto;
}

/* line 102, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content h2 {
  font-size: 18px;
  margin: 24px 0 12px 0;
}

/* line 107, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content p {
  font-size: 14px;
  opacity: 0.6;
}

/* line 112, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  line-height: 24px;
}

/* line 119, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li {
  display: flex;
  align-items: center;
  transition: all 0.2s ease-out;
}

/* line 126, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li:hover a {
  transition: all 0.2s ease-out;
  color: #0F62FE;
}

/* line 132, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

/* line 140, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li span {
  padding-left: 12px;
  font-size: 14px;
  letter-spacing: -0.25px;
}

/* line 146, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li .feature__icon svg {
  height: 16px;
  width: auto;
}

/* line 151, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li .feature__arrow svg {
  height: 8px;
  width: auto;
}

/* line 157, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .block__text .feature__content .feature__list li:last-child a {
  padding-bottom: 0;
}

/* line 166, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature .feature__arrow {
  /* Disabled until we put together the rest of the landing pages */
  display: none;
}

/* line 171, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature.feature--right .block__image {
  order: 2;
}

/* line 174, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature.feature--right .block__image img {
  transform-origin: left;
}

/* line 179, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
.feature.feature--right .block__text {
  order: 1;
  padding-right: var(--spacing);
  padding-right: var(--padding_left);
}

@media screen and (max-width: 767.9px) {
  /* side-by-side layout improved because of potential shadows on .block__image img */
  /* line 191, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* this is how to position features one above another for 1024 or less pixels */
@media screen and (max-width: 1023.9px) {
  /* line 201, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right, .feature.feature--left {
    flex-direction: column;
    justify-content: center;
  }
  /* line 205, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image, .feature.feature--left .block__image {
    order: 1;
    width: 100%;
    height: auto;
    margin-bottom: 5em;
  }
  /* line 212, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image img, .feature.feature--left .block__image img {
    transform: scale(0.96);
    transform-origin: center;
  }
  /* line 219, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text, .feature.feature--left .block__text {
    order: 2;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    flex-basis: auto;
  }
  /* line 226, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content, .feature.feature--left .block__text .feature__content {
    width: 100%;
    /*        padding-left: 128px !important; */
    /*        padding-right: 128px !important; */
  }
}

@media screen and (max-width: 767.9px) {
  /* line 239, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image, .feature.feature--left .block__image {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 414px) and (max-width: 767.9px) {
  /* line 252, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content, .feature.feature--left .block__text .feature__content {
    width: auto;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 264, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image, .feature.feature--left .block__image {
    transform: scale(1);
    padding: 0 32px;
    width: auto;
    margin-top: 24px;
    margin-bottom: 64px;
  }
  /* line 272, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content, .feature.feature--left .block__text .feature__content {
    width: auto;
    padding-left: 128px !important;
    padding-right: 128px !important;
  }
  /* line 277, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content h2, .feature.feature--left .block__text .feature__content h2 {
    font-size: 24px;
  }
  /* line 281, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content p, .feature.feature--left .block__text .feature__content p {
    font-size: 18px;
    line-height: 24px;
  }
  /* line 286, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list, .feature.feature--left .block__text .feature__content .feature__list {
    margin-top: 32px;
  }
  /* line 288, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list span, .feature.feature--left .block__text .feature__content .feature__list span {
    padding-left: 16px;
    font-size: 18px;
    letter-spacing: -0.25px;
  }
  /* line 293, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list a, .feature.feature--left .block__text .feature__content .feature__list a {
    padding-bottom: 24px;
  }
  /* line 296, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list .feature__icon svg, .feature.feature--left .block__text .feature__content .feature__list .feature__icon svg {
    height: 24px;
    width: auto;
  }
}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 310, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image, .feature.feature--left .block__image {
    transform: scale(1) !important;
    padding: 0;
    width: auto;
  }
  /* line 316, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content, .feature.feature--left .block__text .feature__content {
    width: auto;
  }
  /* line 321, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content h2, .feature.feature--left .block__text .feature__content h2 {
    font-size: 18px;
  }
  /* line 325, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content p, .feature.feature--left .block__text .feature__content p {
    font-size: 14px;
    line-height: 24px;
  }
  /* line 330, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list, .feature.feature--left .block__text .feature__content .feature__list {
    margin-top: 24px;
  }
  /* line 333, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list span, .feature.feature--left .block__text .feature__content .feature__list span {
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
  }
  /* line 339, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list a, .feature.feature--left .block__text .feature__content .feature__list a {
    padding-bottom: 24px;
  }
  /* line 342, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list .feature__icon svg, .feature.feature--left .block__text .feature__content .feature__list .feature__icon svg {
    height: 16px;
    width: auto;
  }
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 355, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__image, .feature.feature--left .block__image {
    transform: scale(1) !important;
    padding: 0 64px !important;
    width: auto;
    order: 1;
  }
  /* line 361, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text, .feature.feature--left .block__text {
    width: auto;
    order: 2;
  }
  /* line 364, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content, .feature.feature--left .block__text .feature__content {
    width: auto;
  }
  /* line 369, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content img, .feature.feature--right .block__text .feature__content svg, .feature.feature--left .block__text .feature__content img, .feature.feature--left .block__text .feature__content svg {
    height: 64px;
  }
  /* line 373, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content h2, .feature.feature--left .block__text .feature__content h2 {
    font-size: 32px;
  }
  /* line 377, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content p, .feature.feature--left .block__text .feature__content p {
    font-size: 24px;
    line-height: 40px;
  }
  /* line 382, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list, .feature.feature--left .block__text .feature__content .feature__list {
    margin-top: 40px;
  }
  /* line 384, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list span, .feature.feature--left .block__text .feature__content .feature__list span {
    padding-left: 24px;
    font-size: 24px;
    letter-spacing: -0.25px;
  }
  /* line 389, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list a, .feature.feature--left .block__text .feature__content .feature__list a {
    padding-bottom: 40px;
  }
  /* line 392, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text .feature__content .feature__list .feature__icon svg, .feature.feature--left .block__text .feature__content .feature__list .feature__icon svg {
    height: 32px;
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 406, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content img, .feature .block__text .feature__content svg {
    height: 40px;
    width: auto;
  }
  /* line 411, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  /* line 417, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content p {
    font-size: 18px;
  }
  /* line 425, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image img.img__shadow {
    filter: drop-shadow(0 16px 32px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1024px) and (max-width: 1679.9px) {
  /* line 441, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  /* line 445, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content img, .feature .block__text .feature__content svg {
    height: 40px;
  }
  /* line 449, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content h2 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 12px;
  }
  /* line 458, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image img {
    transform: scale(1) !important;
  }
  /* line 460, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image img.img__shadow {
    filter: drop-shadow(0 0 30px rgba(187, 189, 191, 0.15));
  }
}

@media screen and (min-width: 1280px) and (max-width: 1439.9px) {
  /* line 472, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content {
    width: auto;
    padding-left: 256px !important;
    padding-right: 256px !important;
  }
  /* line 477, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content img, .block__text .feature__content svg {
    height: 64px;
  }
  /* line 481, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  /* line 486, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content p {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  /* line 491, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content .feature__list {
    margin-top: 32px !important;
  }
  /* line 493, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content .feature__list span {
    padding-left: 16px !important;
    font-size: 16px !important;
    letter-spacing: -0.25px;
  }
  /* line 498, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content .feature__list a {
    padding-bottom: 24px !important;
  }
  /* line 501, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__text .feature__content .feature__list .feature__icon svg {
    height: 24px !important;
    width: auto;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 406, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content img, .feature .block__text .feature__content svg {
    height: 40px;
    width: auto;
  }
  /* line 411, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  /* line 417, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content p {
    font-size: 18px;
  }
  /* line 425, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image img.img__shadow {
    filter: drop-shadow(0 16px 32px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 524, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content img, .feature .block__text .feature__content svg {
    height: 59px;
  }
  /* line 528, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  /* line 534, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content p {
    font-size: 18px;
  }
  /* line 541, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__image img {
    transform: scale(1) !important;
  }
  /* line 543, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .block__image img.img__shadow {
    filter: drop-shadow(0 80px 80px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1920px) {
  /* line 554, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content img, .feature .block__text .feature__content svg {
    height: 96px;
  }
  /* line 558, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content h2 {
    font-size: 32px;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  /* line 564, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content p {
    font-size: 24px;
  }
  /* line 573, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__image img.img__shadow {
    filter: drop-shadow(0px 0px 40px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 587, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list {
    margin-top: 32px;
    line-height: 32px;
  }
  /* line 591, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li span {
    padding-left: 18px;
    padding-right: 12px;
    font-size: 18px;
    letter-spacing: -0.32px;
  }
  /* line 598, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li .feature__icon svg {
    height: 22px;
  }
  /* line 602, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li .feature__arrow svg {
    height: 12px;
  }
  /* line 606, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li a {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 620, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list {
    margin-top: 42px;
    line-height: 42px;
  }
  /* line 624, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li span {
    padding-left: 26px;
    padding-right: 16px;
    font-size: 24px;
    letter-spacing: -0.43px;
  }
  /* line 631, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li .feature__icon svg {
    height: 29px;
  }
  /* line 635, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li .feature__arrow svg {
    height: 12px;
  }
  /* line 639, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content .feature__list li a {
    padding-bottom: 40px;
  }
}

/* trying to fix paddings on 1024 & 1280 */
/* Netbooks & HD */
@media screen and (min-width: 1024px) and (max-width: 1439.9px) {
  /* line 654, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right .block__text {
    padding-right: 64px;
    padding-left: 40px;
  }
  /* line 658, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--left .block__text {
    padding-right: 40px;
    padding-left: 64px;
  }
  /* line 663, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature .block__text .feature__content {
    width: 100%;
    padding: 0 !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 671, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/features.scss */
  .feature.feature--right, .feature.feature--left {
    flex-direction: column;
    justify-content: center;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: visible;
}

/* line 8, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers h2 {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  padding-bottom: 40px;
  letter-spacing: 2px;
}

/* line 19, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s ease-out;
}

/* line 28, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li {
  display: flex;
  position: relative;
  padding-right: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-out;
}

/* line 38, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li.glide__bullet--active span {
  color: #0F62FE;
}

/* line 43, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li.glide__bullet--active:after, .superpowers ul.superpowers__navigation li:hover:after {
  background: #0F62FE;
}

/* line 47, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li:after {
  content: "";
  transition: all 0.2s ease-out;
  background: transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: calc(100% - 32px);
  background: transparent;
}

/* line 65, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li img, .superpowers ul.superpowers__navigation li svg {
  vertical-align: baseline;
  padding-right: 18px;
  height: 16px;
  width: auto;
}

/* line 72, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li span {
  white-space: nowrap;
  font-size: 12px;
}

/* line 77, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li:last-child {
  padding-right: 0;
}

/* line 80, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers ul.superpowers__navigation li:last-child:after {
  width: 100%;
}

/* line 87, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers .superpowers__slider {
  overflow: visible;
}

/* line 89, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers .superpowers__slider ul {
  overflow: visible;
  padding: 0;
  margin: 0;
  list-style: none;
  /*
      width: 100%;
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-snap-points-x: repeat(100%); //under investigation
      */
}

/* line 106, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers .superpowers__slider ul li {
  /*
        width: 100%;
        flex-shrink: 0;
        height: 100%;
        box-sizing: border-box;
        scroll-snap-align: start;
        */
  text-align: center;
  padding: 0 16px;
}

/* line 119, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers .superpowers__slider ul li h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 24px;
}

/* line 130, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
.superpowers .superpowers__slider ul li img {
  width: 100%;
  filter: drop-shadow(0 0 12px rgba(187, 189, 191, 0.25));
}

@media screen and (max-width: 1023.9px) {
  /* line 142, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation {
    overflow-x: scroll;
    justify-content: normal;
    padding-left: 32px;
    padding-right: 32px;
  }
  /* line 148, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation::-webkit-scrollbar {
    display: none;
  }
  /* line 152, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation li {
    /*
      &:first-child {
        margin-left: 60px;
      }

      &:last-child {
        margin-right: 60px;
      }
      */
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 167, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 70%;
    filter: drop-shadow(0 16px 24px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1024px) and (max-width: 1679.9px) {
  /* line 179, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 60%;
    filter: drop-shadow(0 0 20px rgba(187, 189, 191, 0.25));
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 167, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 70%;
    filter: drop-shadow(0 16px 24px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 193, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers h2 {
    font-size: 18px;
  }
  /* line 198, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation li span {
    font-size: 18px;
  }
  /* line 202, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation li img, .superpowers ul.superpowers__navigation li svg {
    height: 21px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li h3 {
    font-size: 24px;
  }
  /* line 213, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 65%;
    filter: drop-shadow(0 0 30px rgba(187, 189, 191, 0.25));
  }
}

@media screen and (min-width: 1920px) {
  /* line 222, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers h2 {
    font-size: 18px;
  }
  /* line 227, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation li span {
    font-size: 18px;
  }
  /* line 231, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers ul.superpowers__navigation li img, .superpowers ul.superpowers__navigation li svg {
    height: 22px;
  }
  /* line 236, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li h3 {
    font-size: 32px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
  /* line 243, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 56.25%;
    filter: drop-shadow(0 0 40px rgba(187, 189, 191, 0.15));
  }
}

/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 253, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers__slider h3 {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}

/* iPad Landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 262, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 75%;
    filter: drop-shadow(0 0 20px rgba(187, 189, 191, 0.25));
  }
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 270, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers {
    padding: 128px 0;
  }
  /* line 273, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers h2 {
    font-size: 18px;
    padding-bottom: 40px;
    letter-spacing: 2px;
  }
  /* line 279, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 64px !important;
    margin-bottom: 40px !important;
  }
}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 291, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers {
    padding: 128px 0;
  }
  /* line 294, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers h2 {
    font-size: 18px;
    padding-bottom: 40px;
    letter-spacing: 2px;
  }
  /* line 300, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 64px !important;
    margin-bottom: 40px !important;
  }
}

/* Netbooks */
/* HD */
/* MacBook Pro 15" Old */
@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 323, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers__slider h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 48px !important;
    margin-bottom: 40px !important;
  }
}

/* MacBook Pro 15" New */
@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 335, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers__slider h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    margin-top: 48px !important;
    margin-bottom: 40px !important;
  }
}

/* Full HD */
/* 5K */
/*ipad PRo 12.9"*/
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 363, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 70%;
  }
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 376, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/superpowers.scss */
  .superpowers .superpowers__slider ul li img {
    width: 60%;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

/* line 10, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield .shield__content {
  text-align: center;
}

/* line 14, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield .shield__icon svg {
  height: 96px;
  width: auto;
}

/* line 19, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield h2 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  letter-spacing: -0.43px;
  line-height: 1em;
  padding-top: 40px;
  padding-bottom: 16px;
}

/* line 30, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield p {
  margin: 0;
  padding: 0;
}

/* line 35, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield p.normal {
  opacity: 0.6;
  font-size: 14px;
  color: #000000;
  letter-spacing: -0.25px;
  line-height: 1.66em;
  margin: 0;
  padding-bottom: 32px;
}

/* line 46, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield p.small {
  padding-top: 24px;
  opacity: 0.4;
  font-size: 12px;
  color: #000000;
  letter-spacing: -0.00175em;
  text-align: center;
  line-height: 1.25em;
}

/* line 56, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
.shield p.small a {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  /* line 72, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 82, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__icon svg {
    height: 96px;
  }
  /* line 86, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield h2 {
    font-size: 32px;
  }
  /* line 94, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.normal {
    font-size: 18px;
  }
  /* line 104, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    width: 515px;
  }
  /* line 114, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  p.small br {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1679.9px) {
  /* line 123, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__icon svg {
    height: 96px;
  }
  /* line 127, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield h2 {
    font-size: 40px;
    padding-top: 48px;
    margin-bottom: 16px;
  }
  /* line 134, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.normal {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 40px;
  }
  /* line 140, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small {
    font-size: 14px !important;
    padding-top: 24px;
  }
  /* line 143, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none !important;
  }
  /* line 149, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    width: 714px;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 82, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__icon svg {
    height: 96px;
  }
  /* line 86, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield h2 {
    font-size: 32px;
  }
  /* line 94, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.normal {
    font-size: 18px;
  }
  /* line 104, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    width: 515px;
  }
}

@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 162, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__icon svg {
    height: 124px;
  }
  /* line 166, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield h2 {
    font-size: 40px;
    padding-top: 64px;
    padding-bottom: 24px;
  }
  /* line 174, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.normal {
    font-size: 24px;
    padding-bottom: 64px;
  }
  /* line 179, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small {
    font-size: 16px !important;
    padding-top: 40px;
  }
  /* line 182, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none !important;
  }
  /* line 188, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    width: 714px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 196, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__icon svg {
    height: 256px;
  }
  /* line 200, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield h2 {
    font-size: 48px;
    padding-top: 96px;
    padding-bottom: 48px;
  }
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.normal {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 64px;
  }
  /* line 213, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small {
    font-size: 16px !important;
    padding-top: 48px;
  }
  /* line 216, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none !important;
  }
  /* line 222, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    width: 1280px;
  }
}

/* iPad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 232, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 64px;
  }
  /* line 238, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content p.normal {
    line-height: 32px;
    padding-bottom: 64px;
  }
}

/* iPad Landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 248, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 96px;
  }
  /* line 254, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content p.normal {
    line-height: 32px;
    padding-bottom: 64px;
  }
}

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 266, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield {
    padding-top: 96px;
  }
  /* line 269, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 96px;
  }
  /* line 275, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content p.normal {
    line-height: 32px;
    padding-bottom: 64px;
  }
  /* line 283, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none !important;
  }
}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 293, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield {
    padding-top: 96px;
  }
  /* line 296, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 232px !important;
  }
  /* line 302, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield .shield__content p.normal {
    line-height: 32px;
    padding-bottom: 64px;
  }
  /* line 310, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield p.small br {
    display: none !important;
  }
}

/* Netbooks */
/* HD */
@media screen and (min-width: 1280px) and (max-width: 1439.9px) {
  /* line 324, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 80px 216px;
  }
}

/* MacBook Pro 15" Old */
@media screen and (min-width: 1440px) and (max-width: 1679.9px) {
  /* line 333, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 352px;
  }
}

/* MacBook Pro 15" New */
@media screen and (min-width: 1680px) and (max-width: 1919.9px) {
  /* line 342, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 352px;
  }
}

/* Full HD */
@media screen and (min-width: 1920px) and (max-width: 2559.9px) {
  /* line 351, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 96px 192px;
  }
}

/* 5K */
@media screen and (min-width: 2560px) {
  /* line 360, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/shield.scss */
  .shield__content {
    border: 1px solid #E5E5E5;
    border-radius: 32px;
    padding: 168px 392px;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar {
  width: 100%;
  box-sizing: border-box;
  height: 64px;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
  padding: 0 var(--padding);
  box-sizing: border-box;
}

/* line 11, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__element {
  display: flex;
  align-items: center;
}

/* line 15, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__element .footer_bar__logo {
  width: 120px;
  height: auto;
}

/* line 21, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__operated {
  color: rgba(0, 0, 0, 0.4);
  padding-right: 4px;
}

/* line 26, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__element--logo, .footer_bar .footer_bar__element--button {
  display: none;
}

/* line 31, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__menu a {
  color: black;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

/* line 37, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
.footer_bar .footer_bar__menu a:hover {
  color: #0F62FE;
}

@media screen and (max-width: 1023.9px) {
  /* line 68, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text {
    width: 100%;
    justify-content: center;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  /* line 78, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--logo, .footer_bar .footer_bar__element--button {
    display: flex;
    width: 120px;
  }
  /* line 83, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--button {
    align-items: center;
    justify-content: flex-end;
  }
  /* line 88, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  /* line 49, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar {
    height: 80px;
    font-size: 12px;
  }
  /* line 53, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--logo, .footer_bar .footer_bar__element--button {
    display: none;
  }
  /* line 57, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text {
    text-align: center;
  }
  /* line 59, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text span {
    display: inline-block;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1679.9px) {
  /* line 100, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar {
    height: 90px;
    font-size: 14px;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 49, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar {
    height: 80px;
    font-size: 12px;
  }
  /* line 53, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--logo, .footer_bar .footer_bar__element--button {
    display: none;
  }
  /* line 57, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text {
    text-align: center;
  }
  /* line 59, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--text span {
    display: inline-block;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919.9px) {
  /* line 113, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar {
    height: 128px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 120, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar {
    height: 128px;
    font-size: 16px;
  }
  /* line 124, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element--logo, .footer_bar .footer_bar__element--button {
    display: flex;
    width: 159px;
  }
  /* line 129, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar .footer_bar__element .footer_bar__logo {
    width: 159px;
  }
  /* line 135, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar__scroll-to-top {
    height: 30px;
  }
}

@media screen and (min-width: 2560px) {
  /* line 142, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_bar.scss */
  .footer_bar__scroll-to-top {
    height: 30px;
  }
}

/* line 1, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  box-sizing: border-box;
}

/* line 9, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element {
  flex: 0 0 100%;
  display: inline-block;
}

/* line 13, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}

/* line 23, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 28, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element ul li {
  text-indent: 0px;
  list-style-position: outside;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}

/* line 37, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element ul li a {
  display: block;
  position: relative;
  margin-left: 24px;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  letter-spacing: 0.67px;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

/* line 51, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element ul li a:hover {
  color: #0F62FE;
}

/* line 57, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
.footer_menu__element ul li:before {
  content: "—";
  position: absolute;
  font-size: inherit;
  line-height: inherit;
  text-indent: 0;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  /* line 70, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    flex: 0 0 50%;
  }
  /* line 73, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element h3 {
    font-size: 24px;
    margin-bottom: 32px;
  }
  /* line 79, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li {
    font-size: 16px;
    margin-bottom: 16px;
  }
  /* line 82, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li a {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1280px) {
  /* line 91, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    flex: 0 0 25%;
  }
}

@media screen and (min-width: 768px) {
  /* line 98, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 64px;
  }
}

@media screen and (max-width: 767.666px) {
  /* line 105, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    padding-bottom: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.999px) {
  /* line 111, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1679.999px) {
  /* line 121, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  h3 {
    font-size: 24px !important;
  }
}

/* HACK: we overwrite the small version again with the same styles (to avoid !important and use same css) */
@media screen and (device-width: 1024px) and (device-height: 1336px) {
  /* line 111, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    padding-bottom: 48px;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /* line 135, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 64px 48px 64px;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  /* line 141, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 64px 48px 64px;
  }
  /* line 144, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element {
    flex: 1;
    padding-right: 40px;
  }
  /* line 149, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  /* line 153, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element ul li a {
    margin-left: 24px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 163, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 64px 48px 64px;
  }
  /* line 167, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  /* line 171, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element ul li a {
    margin-left: 32px;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 181, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 96px 48px 96px;
  }
  /* line 184, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element {
    flex: 1;
    padding-right: 48px;
  }
  /* line 190, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu .footer_menu__element ul li a {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439.999px) {
  /* line 200, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 80px 64px 40px 64px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679.999px) {
  /* line 207, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0px 96px 64px 96px;
  }
  /* line 210, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    flex: 1;
    margin-right: 32px;
  }
  /* line 214, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  /* line 221, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.89px;
  }
  /* line 226, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li a {
    margin-left: 24px;
  }
}

@media screen and (min-width: 1680px) {
  /* line 236, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0 128px 64px 128px;
  }
  /* line 240, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 1920px) {
  /* line 249, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 80px 128px 64px 128px;
  }
  /* line 252, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    flex: 1;
    margin-right: 48px;
  }
  /* line 256, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  /* line 262, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  /* line 267, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li a {
    margin-left: 32px;
  }
}

@media screen and (min-width: 2560px) {
  /* line 276, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu {
    padding: 0px 252px 64px 252px;
  }
  /* line 279, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element {
    flex: 1;
    margin-right: 48px;
  }
  /* line 283, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  /* line 289, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  /* line 294, ../../../../../Users/kubrick/Dropbox/WORK/Tablerone/www/tablerone-website/_css/footer_menu.scss */
  .footer_menu__element ul li a {
    margin-left: 32px;
  }
}

/*# sourceMappingURL=tablerone.css.map */