/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.primary-font {
  font-family: "Inter script=latin rev=1", sans-serif;
}
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
@font-face {
  font-family: "Chicago";
  src: url("../fonts/Chicago.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v22/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSyccg.ttf) format('truetype');
}
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/heebo/v22/NGSpv5_NC0k9P_v6ZUCbLRAHxK1Ebiuccg.ttf) format('truetype');
}
p,
li,
a,
time,
span,
input,
label,
select,
textarea,
th,
td,
blockquote,
footer,
button {
  font-family: "Inter script=latin rev=1", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #24276f;
  text-decoration: none;
  margin-bottom: 0;
  outline: 0;
}
p .white,
li .white,
a .white,
time .white,
span .white,
input .white,
label .white,
select .white,
textarea .white,
th .white,
td .white,
blockquote .white,
footer .white,
button .white {
  color: white;
}
button {
  outline: 0;
}
p {
  margin-top: 16px;
  line-height: 1.2;
  color: #24276f;
}
p.collapse {
  margin-top: 0;
}
h1 {
  font-family: "Inter script=latin rev=1", sans-serif;
  font-weight: 400;
  color: #24276f;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
h2,
h3,
h4 {
  font-family: "Inter script=latin rev=1", sans-serif;
  font-weight: 700;
  color: #24276f;
}
img {
  display: block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  overflow-x: hidden;
  transition: 0.3s;
}
.page-width {
  max-width: 1920px;
  margin: auto;
}
.content-width {
  max-width: 1366px;
  margin: auto;
}
@media screen and (max-width: 1138px) {
  .content-width {
    width: calc(100% - 50px);
  }
}
/*!
 * roundSlider v1.6.1 | (c) 2015-2020, Soundar
 * MIT license | http://roundsliderui.com/licence.html
 */
.rs-ie,
.rs-edge,
.rs-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.rs-control {
  position: relative;
  outline: 0 none;
}
.rs-container {
  position: relative;
}
.rs-control *,
.rs-control *:before,
.rs-control *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rs-animation .rs-transition {
  transition: all 0.5s linear 0s;
}
.rs-bar {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.rs-control .rs-split .rs-path,
.rs-control .rs-overlay1,
.rs-control .rs-overlay2 {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.rs-control .rs-overlay {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.rs-rounded .rs-seperator,
.rs-split .rs-path {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.rs-disabled {
  opacity: 0.35;
}
.rs-inner-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
.rs-control .rs-quarter div.rs-block {
  height: 200%;
  width: 200%;
}
.rs-control .rs-half.rs-top div.rs-block,
.rs-control .rs-half.rs-bottom div.rs-block {
  height: 200%;
  width: 100%;
}
.rs-control .rs-half.rs-left div.rs-block,
.rs-control .rs-half.rs-right div.rs-block {
  height: 100%;
  width: 200%;
}
.rs-control .rs-bottom .rs-block {
  top: auto;
  bottom: 0;
}
.rs-control .rs-right .rs-block {
  right: 0;
}
.rs-block.rs-outer {
  border-radius: 1000px;
}
.rs-block {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 3;
}
.rs-block .rs-inner {
  border-radius: 1000px;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.rs-overlay {
  width: 50%;
}
.rs-overlay1,
.rs-overlay2 {
  width: 100%;
}
.rs-overlay,
.rs-overlay1,
.rs-overlay2 {
  position: absolute;
  background-color: white;
  z-index: 3;
  top: 0;
  height: 50%;
}
.rs-bar {
  display: block;
  position: absolute;
  bottom: 0;
  height: 0;
  z-index: 10;
}
.rs-bar.rs-rounded {
  z-index: 5;
}
.rs-bar .rs-seperator {
  height: 0px;
  display: block;
  float: left;
}
.rs-bar:not(.rs-rounded) .rs-seperator {
  border-left: none;
  border-right: none;
}
.rs-bar.rs-start .rs-seperator {
  border-top: none;
}
.rs-bar.rs-end .rs-seperator {
  border-bottom: none;
}
.rs-bar.rs-start.rs-rounded .rs-seperator {
  border-radius: 0 0 1000px 1000px;
}
.rs-bar.rs-end.rs-rounded .rs-seperator {
  border-radius: 1000px 1000px 0 0;
}
.rs-full .rs-bar,
.rs-half .rs-bar {
  width: 50%;
}
.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar,
.rs-quarter .rs-bar {
  width: 100%;
}
.rs-full .rs-bar,
.rs-half.rs-left .rs-bar,
.rs-half.rs-right .rs-bar {
  top: 50%;
}
.rs-bottom .rs-bar {
  top: 0;
}
.rs-half.rs-right .rs-bar,
.rs-quarter.rs-right .rs-bar {
  right: 100%;
}
.rs-handle.rs-move {
  cursor: move;
}
.rs-readonly .rs-handle.rs-move {
  cursor: default;
}
.rs-classic-mode .rs-path {
  display: block;
  height: 100%;
  width: 100%;
}
.rs-split .rs-path {
  border-radius: 1000px 1000px 0 0;
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 0;
  z-index: 2;
}
/*** SVG mode related styles ***/
.rs-control .rs-svg-container {
  display: block;
  position: absolute;
  top: 0;
}
.rs-control .rs-bottom .rs-svg-container {
  top: auto;
  bottom: 0;
}
.rs-control .rs-right .rs-svg-container {
  right: 0;
}
/*** tooltip styles ***/
.rs-tooltip {
  position: absolute;
  cursor: default;
  border: 1px solid transparent;
  z-index: 10;
}
.rs-full .rs-tooltip {
  top: 50%;
  left: 50%;
}
.rs-bottom .rs-tooltip {
  top: 0;
}
.rs-top .rs-tooltip {
  bottom: 0;
}
.rs-right .rs-tooltip {
  left: 0;
}
.rs-left .rs-tooltip {
  right: 0;
}
.rs-half.rs-top .rs-tooltip,
.rs-half.rs-bottom .rs-tooltip {
  left: 50%;
}
.rs-half.rs-left .rs-tooltip,
.rs-half.rs-right .rs-tooltip {
  top: 50%;
}
.rs-tooltip .rs-input {
  outline: 0 none;
  border: none;
  background: transparent;
}
.rs-tooltip-text {
  font-family: verdana;
  font-size: 13px;
  border-radius: 7px;
  text-align: center;
  color: inherit;
}
.rs-tooltip.rs-edit {
  padding: 5px 8px;
}
.rs-tooltip.rs-hover,
.rs-tooltip.rs-edit:hover {
  border: 1px solid #AAAAAA;
  cursor: pointer;
}
.rs-readonly .rs-tooltip.rs-edit:hover {
  border-color: transparent;
  cursor: default;
}
/*** Fix for tooltip positioning when element in hidden state ***/
/*** maybe in future we can consider this as the default way ***/
.rs-tooltip.rs-center {
  margin: 0px !important;
}
.rs-half.rs-top .rs-tooltip.rs-center,
.rs-half.rs-bottom .rs-tooltip.rs-center {
  transform: translate(-50%, 0px);
}
.rs-half.rs-left .rs-tooltip.rs-center,
.rs-half.rs-right .rs-tooltip.rs-center {
  transform: translate(0px, -50%);
}
.rs-full .rs-tooltip.rs-center {
  transform: translate(-50%, -50%);
}
.rs-tooltip.rs-reset {
  margin: 0px !important;
  top: 0px !important;
  left: 0px !important;
}
/*** handle types ***/
.rs-handle {
  border-radius: 1000px;
  outline: 0 none;
  float: left;
}
.rs-handle.rs-handle-square {
  border-radius: 0px;
}
.rs-handle-dot {
  border: 1px solid #AAAAAA;
  padding: 6px;
}
.rs-handle-dot:after {
  display: block;
  content: "";
  border: 1px solid #AAAAAA;
  height: 100%;
  width: 100%;
  border-radius: 1000px;
}
/*** theming - colors ***/
.rs-seperator {
  border: 1px solid #AAAAAA;
}
.rs-border {
  border: 1px solid #AAAAAA;
}
.rs-path-color {
  background-color: #FFFFFF;
}
.rs-range-color {
  background-color: #54BBE0;
}
.rs-bg-color {
  background-color: #FFFFFF;
}
.rs-handle {
  background-color: #838383;
}
.rs-handle-dot {
  background-color: #FFFFFF;
}
.rs-handle-dot:after {
  background-color: #838383;
}
/*** SVG mode - theming - colors ***/
.rs-path-inherited .rs-path {
  opacity: 0.2;
}
.rs-svg-mode .rs-path {
  /*  this will change the slider's path color
        this can be also done via the property -> 'pathColor'  */
  stroke: #FFFFFF;
}
.rs-svg-mode .rs-range {
  /*  this will change the slider's range color
        this can be also done via the property -> 'rangeColor'  */
  stroke: #54BBE0;
}
.rs-svg-mode .rs-border {
  /*  this will change the slider's border color
        this can be also done via the property -> 'borderColor'
        the border width can be changed via the property -> 'borderWidth'  */
  stroke: #AAAAAA;
}
section.phone-selector {
  position: relative;
  max-width: 1366px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 110px;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  section.phone-selector {
    width: calc(100% - 50px);
  }
}
section.phone-selector .buttons {
  margin: 24px 0 15px;
  display: flex;
}
section.phone-selector .buttons button {
  position: relative;
  cursor: pointer;
  border: 0;
  outline: 0;
  color: #363636;
  background-color: #F4F4F4;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 13px 50px;
  margin-right: 20px;
  transition: 0.3s;
}
section.phone-selector .buttons button:last-of-type {
  margin-right: 0;
}
section.phone-selector .buttons button:hover {
  color: #F4F4F4;
  background-color: #b5b5b5;
}
section.phone-selector .buttons button.randomise {
  padding-left: 60px;
}
section.phone-selector .buttons button.randomise:before {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/icons/filter.png);
  transition: 0.3s;
}
section.phone-selector .buttons button.randomise:hover:before {
  background-image: url(../images/icons/filter-hover.png);
}
@media screen and (max-width: 900px) {
  section.phone-selector .buttons button {
    padding: 13px 25px;
    flex-basis: 50%;
  }
  section.phone-selector .buttons button.randomise {
    padding-left: 50px;
  }
  section.phone-selector .buttons button.randomise:before {
    left: 30px;
  }
}
section.phone-selector .phone-selector-wrapper {
  display: flex;
  /* Start round slider */
  /* End round slider */
  /* Start phone selector */
  /* End phone selector */
}
section.phone-selector .phone-selector-wrapper > .column {
  flex: 1 0 0;
  margin-right: 10px;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications {
  display: flex;
  position: relative;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications:first-of-type > img {
  transform: rotate(-5deg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications:last-of-type > img {
  transform: rotate(5deg);
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications {
    display: block;
  }
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications > img {
    display: block;
  }
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl {
  flex-basis: 80%;
  margin: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dt {
  margin-bottom: 4px;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dt span {
  font-size: 46px;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dt span {
    font-size: 30px;
  }
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dd {
  margin: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dd span {
  font-size: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl dd span {
    font-size: 20px;
  }
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul {
  margin-top: 22px;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li {
  position: relative;
  display: flex;
  background-color: #8FC153;
  align-items: center;
  min-height: 42px;
  padding-left: 60px;
  padding: 10px 20px 10px 60px;
  box-sizing: border-box;
  border-radius: 21px;
  margin-bottom: 8px;
  transition: 0.3s;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 18px;
  transition: 0.3s;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li:last-of-type {
  margin-bottom: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li:before {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li.grade:before {
  background-image: url(../images/icons/grade-24px.svg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li.battery:before {
  background-image: url(../images/icons/battery_charging_full-24px.svg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li.offer:before {
  background-image: url(../images/icons/local_offer-24px.svg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications dl ul li.shopping:before {
  background-image: url(../images/icons/shopping_cart-24px.svg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications .image-wrapper {
  flex-basis: 20%;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications .image-wrapper {
    display: block;
    margin: 0;
  }
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications .image-wrapper img {
  width: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications .image-wrapper img {
    width: auto;
  }
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications button {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(50%);
  border: none;
  background: none;
  width: 13px;
  height: 21px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/next.png);
  text-indent: -9999px;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications:first-of-type .image-wrapper img {
  transform: rotate(-5deg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications:last-of-type .image-wrapper img {
  transform: rotate(5deg);
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications.fade dl dt span {
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications.fade dl dd span {
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications.fade dl ul li span {
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications.fade:first-of-type .image-wrapper img {
  transform: rotate(-5deg) scale(0.95);
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications.fade:last-of-type .image-wrapper img {
  transform: rotate(5deg) scale(0.95);
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper .specifications:last-of-type dl ul li {
  background-color: #849ED1;
}
section.phone-selector .phone-selector-wrapper > .column.phone-data-wrapper p {
  margin: 20px 0 17px;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper {
  height: 580px !important;
  background-image: url(../images/roundslider-dial-01.png);
  background-repeat: no-repeat;
  background-position: 9px 7px;
  background-size: contain;
  position: relative;
  margin: 50px 50px 0 -20px;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper {
    width: 320px !important;
    height: 320px !important;
    background-position: 6px 7px;
  }
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper media screen and (max-width: 900px) {
  height: 32px !important;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 260px;
  transform: translate(-50%, -50%);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0B0B0B;
  text-align: center;
  z-index: 1;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .rs-container {
  height: 580px !important;
  width: 580px !important;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper .rs-container {
    height: 100px !important;
    width: 100px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .rs-inner-container {
  z-index: -1;
  opacity: 0;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .rs-border {
  border: none;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider {
    height: 100px !important;
    width: 100px !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-range-color {
  background-color: #54bbe0;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-path-color {
  background-color: white;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-bg-color {
  background-color: #ffffff;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-handle {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-handle:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-handle {
    margin: -12.5px -124px 0px !important;
  }
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider.rs-control .rs-handle.rs-move {
  cursor: pointer;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider .rs-container .rs-inner-container .rs-block.disable {
  display: none;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper #slider1.rs-control .rs-handle {
  position: absolute;
  background-color: #8FC153;
  z-index: 100;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper #slider1.rs-control .rs-handle:before {
  content: "1";
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper #slider2.rs-control .rs-handle {
  position: relative;
  background-color: #849ED1;
  z-index: 100;
}
section.phone-selector .phone-selector-wrapper .round-slider-wrapper #slider2.rs-control .rs-handle:before {
  content: "2";
}
@media screen and (max-width: 900px) {
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper {
    height: unset;
    max-height: 320px !important;
  }
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper h3 {
    font-size: 20px;
    max-width: 180px;
    left: calc(50% - -6.5px);
  }
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper .round-slider {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  section.phone-selector {
    padding: 40px 20px;
  }
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper {
    max-width: 600px;
    margin-right: 0;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper {
    max-width: 440px;
  }
}
@media screen and (max-width: 1100px) {
  section.phone-selector .phone-selector-wrapper {
    display: block;
  }
  section.phone-selector .phone-selector-wrapper .round-slider-wrapper {
    margin: 50px auto 0;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper {
    width: 100%;
    max-width: none;
    display: flex;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications {
    flex: 1 0 0;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications .image-wrapper {
    margin: 0 20px 0;
  }
}
@media screen and (max-width: 900px) {
  section.phone-selector {
    width: 100%;
    margin-bottom: 50px;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper {
    display: block;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications {
    display: block;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications button {
    display: none;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications .image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 68px;
    display: block;
    margin-left: 0;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications .image-wrapper img {
    height: 100%;
    max-height: 68px;
    width: auto;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications:first-of-type {
    padding-top: 20px;
  }
  section.phone-selector .phone-selector-wrapper .phone-data-wrapper .specifications:first-of-type .image-wrapper {
    top: 20px;
  }
}
.phones-through-the-ages {
  /* Start reset */
  /* End reset */
  /* Start section: intro */
  /* End section: intro */
  /* Start section: iPhone11 */
  /* End section: iPhone11 */
  /* Start section: best sellers */
  /* End section: best sellers */
  /* Start section: highlights */
  /* End section: highlights */
  /* Start section: motorola-starTAC */
  /* End section: motorola-starTAC */
  /* Start section: looking */
  /* End section: looking */
  /* Start section: methodology */
  /* End section: methodology */
}
.phones-through-the-ages h1,
.phones-through-the-ages h2,
.phones-through-the-ages h3,
.phones-through-the-ages h4,
.phones-through-the-ages dt {
  font-family: "Inter script=latin rev=1", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: #0B0B0B;
  margin-bottom: 16px;
}
.phones-through-the-ages h1 span,
.phones-through-the-ages h2 span,
.phones-through-the-ages h3 span,
.phones-through-the-ages h4 span,
.phones-through-the-ages dt span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0B0B0B;
}
.phones-through-the-ages p,
.phones-through-the-ages dd {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #0B0B0B;
}
.phones-through-the-ages p span,
.phones-through-the-ages dd span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0B0B0B;
}
.phones-through-the-ages table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
.phones-through-the-ages table tr td {
  font-size: 20px;
  padding: 12px 20px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #0B0B0B;
}
.phones-through-the-ages table tr td span {
  color: #0B0B0B;
}
.phones-through-the-ages table tr td button {
  position: relative;
  color: #0B0B0B;
  border-width: 2px;
  border-style: solid;
  border-color: #0B0B0B;
  border-bottom-width: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 40px 6px 20px;
  margin: 0 10px;
  cursor: pointer;
  transition-property: color, background-image;
  transition-duration: 0.3s;
}
.phones-through-the-ages table tr td button:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icons/filter.png);
}
.phones-through-the-ages table tr td button.active,
.phones-through-the-ages table tr td button:hover {
  color: white;
  background-color: #0B0B0B;
}
.phones-through-the-ages table tr td button.active:after,
.phones-through-the-ages table tr td button:hover:after {
  background-image: url(../images/icons/filter-hover.png);
}
.phones-through-the-ages table tr td button.units-sold {
  opacity: 1;
}
.phones-through-the-ages table tr td button.units-sold.disabled {
  height: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}
.phones-through-the-ages table tr td button.units-sold.disabled:after {
  content: "";
}
.phones-through-the-ages table tr.filters td {
  padding: 0;
}
.phones-through-the-ages table tr.title {
  background-color: #0B0B0B;
}
.phones-through-the-ages table tr.title td {
  font-weight: 700;
  color: white;
}
.phones-through-the-ages table tbody tr td {
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: white;
  padding: 0;
  background-color: white;
}
.phones-through-the-ages table tbody tr td span {
  display: block;
  border-width: 0;
  border-style: solid;
  border-color: #0B0B0B;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 12px 20px;
}
.phones-through-the-ages table tbody tr td:first-of-type span {
  border-left-width: 1px;
}
.phones-through-the-ages table tbody tr td:last-of-type span {
  border-right-width: 1px;
}
.phones-through-the-ages table tbody tr td:nth-of-type(2) span,
.phones-through-the-ages table tbody tr td:nth-of-type(4) span {
  font-weight: 700;
}
.phones-through-the-ages table tbody tr:first-of-type td {
  background: linear-gradient(180deg, #ffffff 0%, #849ed1 100%);
}
.phones-through-the-ages h3.solid-background,
.phones-through-the-ages h4.solid-background {
  background-color: #0B0B0B;
  display: inline;
}
.phones-through-the-ages h3.solid-background span,
.phones-through-the-ages h4.solid-background span {
  background-color: #0B0B0B;
  margin: 6px;
  white-space: nowrap;
}
.phones-through-the-ages h3.solid-background span:after,
.phones-through-the-ages h4.solid-background span:after {
  content: "";
  display: inline-block;
}
.phones-through-the-ages.intro {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
  background-image: url(../images/ptta-intro-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.phones-through-the-ages.intro:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: white;
  width: 110%;
  height: 200px;
  transform-origin: top left;
  transform: translateY(100px) rotate(3deg);
}
.phones-through-the-ages.intro .intro-wrapper {
  display: flex;
  max-width: 1366px;
  margin: auto;
  padding: 0 50px;
  padding-bottom: 70px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.intro .intro-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.intro .intro-wrapper > div {
  flex: 1 0 0;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-text h1 {
  font-size: 75px;
  line-height: 1;
  color: white;
  max-width: 674px;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-text p {
  color: white;
  max-width: 552px;
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-text p.first-para {
  font-family: "Chicago", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  margin-top: 30px;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-text p a {
  color: white;
  text-decoration: underline;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-image {
  max-width: 516px;
}
.phones-through-the-ages.intro .intro-wrapper > div.intro-image img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .phones-through-the-ages.intro {
    padding: 40px 20px;
  }
  .phones-through-the-ages.intro:after {
    content: none;
  }
  .phones-through-the-ages.intro .intro-wrapper {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-image {
    order: 1;
    max-width: none;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text {
    order: 2;
    margin-top: 50px;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text h1,
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text p {
    max-width: none;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text h1 {
    font-size: 40px;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .phones-through-the-ages.intro .intro-wrapper > div.intro-text p.first-para {
    font-size: 20px;
  }
}
.phones-through-the-ages.iphone-11 {
  background-color: #F4F4F4;
  margin-top: 50px;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper {
  display: flex;
  max-width: 1366px;
  margin: auto;
  padding: 100px 50px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.iphone-11 .iphone-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/apple-iphone-11-bg.png);
  width: 580px;
  margin-right: 70px;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image h2 {
  text-indent: -9999px;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image img {
  display: none;
  width: 100%;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text {
  flex: 1 0 0;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text h3 {
  font-size: 26px;
  line-height: 30px;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text p {
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text p + h3 {
  margin-top: 50px;
}
.phones-through-the-ages.iphone-11 .carousel {
  max-width: 1366px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 50px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.iphone-11 .carousel {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.iphone-11 .carousel .slick-arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 10px;
  height: 15px;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
}
.phones-through-the-ages.iphone-11 .carousel .slick-arrow.slick-prev {
  transform: translateX(-100px);
  background-image: url(../images/icons/carousel-arrow-prev.png);
}
.phones-through-the-ages.iphone-11 .carousel .slick-arrow.slick-next {
  transform: translateX(90px);
  background-image: url(../images/icons/carousel-arrow-next.png);
  margin-left: -2px;
}
.phones-through-the-ages.iphone-11 .carousel .slick-arrow.slick-disabled {
  opacity: 0.25;
}
.phones-through-the-ages.iphone-11 .carousel .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: flex;
  transform: translateX(-50%);
}
.phones-through-the-ages.iphone-11 .carousel .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #BCBCBC;
  margin-right: 12px;
  border: none;
  text-indent: -9999px;
}
.phones-through-the-ages.iphone-11 .carousel .slick-dots li.slick-active {
  background-color: #0B0B0B;
}
.phones-through-the-ages.iphone-11 .carousel .slick-dots li:last-child {
  margin-right: 0;
}
.phones-through-the-ages.iphone-11 .carousel .slick-list {
  width: 100%;
}
.phones-through-the-ages.iphone-11 .carousel .slick-list .slick-track {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide {
  position: relative;
  text-align: center;
  padding-top: 100px;
  user-select: text;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide:focus {
  outline-width: 0;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 80px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide.lightest:before {
  background-image: url(../images/icons/Lightest-Handset-Icon.svg);
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide.thinnest:before {
  background-image: url(../images/icons/Thinnest-Phone.svg);
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide.battery:before {
  background-image: url(../images/icons/Best-Battery-Life.svg);
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide.longest:before {
  background-image: url(../images/icons/Longest-Talk-Time.svg);
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide h4 {
  font-size: 26px;
  line-height: 30px;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  margin-top: 10px;
}
.phones-through-the-ages.iphone-11 .carousel .slick-slide p.released {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image {
    width: 40%;
  }
}
@media screen and (max-width: 960px) {
  .phones-through-the-ages.iphone-11 .iphone-wrapper {
    display: block;
    width: 100%;
    padding: 40px 20px 0;
  }
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image {
    width: 100%;
    background-image: none;
  }
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-image img {
    display: block;
  }
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text {
    margin-top: 50px;
  }
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text h3 {
    font-size: 22px;
  }
  .phones-through-the-ages.iphone-11 .iphone-wrapper .iphone-text p {
    font-size: 14px;
  }
  .phones-through-the-ages.iphone-11 .carousel {
    width: 100%;
    padding: 40px 40px 70px;
  }
  .phones-through-the-ages.iphone-11 .carousel .slick-slide p {
    font-size: 16px;
  }
}
.phones-through-the-ages.best-sellers {
  max-width: 1366px;
  margin: auto;
  margin-top: 50px;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.best-sellers {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.best-sellers .table-options {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.phones-through-the-ages.best-sellers .table-options button {
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #849ed1 100%);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.phones-through-the-ages.best-sellers .best-sellers-table tr.hide {
  display: none;
}
.phones-through-the-ages.best-sellers .best-sellers-table tr.show {
  display: table-row;
}
.phones-through-the-ages.best-sellers .best-sellers-table tr td span.pounds:before {
  content: "£";
}
@media screen and (max-width: 1100px) {
  .phones-through-the-ages.best-sellers {
    width: 100%;
    padding: 20px;
  }
  .phones-through-the-ages.best-sellers table tr td {
    display: none;
  }
  .phones-through-the-ages.best-sellers table tr td:nth-of-type(2),
  .phones-through-the-ages.best-sellers table tr td:nth-of-type(4) {
    display: table-cell;
  }
  .phones-through-the-ages.best-sellers table tbody tr td:nth-of-type(2) {
    border-left: 1px solid #0B0B0B;
  }
  .phones-through-the-ages.best-sellers table tbody tr td:nth-of-type(4) {
    border-right: 1px solid #0B0B0B;
  }
}
.phones-through-the-ages.highlights {
  margin-top: 50px;
  background: linear-gradient(180deg, #ffffff 45%, #aace7d 100%);
}
.phones-through-the-ages.highlights .iphone-wrapper {
  display: flex;
  align-items: flex-end;
  max-width: 1366px;
  margin: auto;
  padding: 50px 50px 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.highlights .iphone-wrapper {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.highlights .iphone-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/apple-iphone-1-bg.png);
  width: 490px;
  min-height: 490px;
  margin-right: 70px;
}
@media screen and (max-width: 900px) {
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-image {
    min-height: none;
  }
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-image h2 {
  text-indent: -9999px;
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-image img {
  display: none;
  width: 100%;
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-text {
  flex: 1 0 0;
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-text h3 {
  font-size: 26px;
  line-height: 30px;
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-text p {
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.highlights .iphone-wrapper .iphone-text p + h3 {
  margin-top: 50px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper {
  padding: 0 50px 120px 50px;
  max-width: 1366px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.highlights .nokia-1110-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text {
  flex: 1 0 0;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3,
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 {
  font-family: "Chicago", sans-serif;
  line-height: 0;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3 span,
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 span {
  margin-bottom: 30px;
  background-color: #0B0B0B;
  display: inline;
  color: #AACE7D;
  font-family: "Chicago", sans-serif;
  line-height: 1.25;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3 {
  font-size: 60px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3 span {
  font-size: 60px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 {
  font-size: 26px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 span {
  margin-top: 30px;
  font-size: 26px;
  line-height: 30px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text p {
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text p + p {
  margin-bottom: 30px;
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-image {
  flex: 1 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/nokia-e71-bg.png);
}
.phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-image img {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-image {
    width: 40%;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-image {
    background-position: center top;
  }
}
@media screen and (max-width: 960px) {
  .phones-through-the-ages.highlights {
    background: linear-gradient(180deg, #ffffff 0%, #aace7d 70%);
  }
  .phones-through-the-ages.highlights .iphone-wrapper {
    display: block;
    width: 100%;
    padding: 0 20px 40px;
  }
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-image {
    width: 100%;
    background-image: none;
    min-height: 0;
  }
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-image img {
    display: block;
  }
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-text {
    margin-top: 50px;
  }
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-text h3 {
    font-size: 22px;
  }
  .phones-through-the-ages.highlights .iphone-wrapper .iphone-text p {
    font-size: 14px;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper {
    display: block;
    width: 100%;
    padding: 0 20px 40px;
    margin-top: 0;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3,
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 {
    font-size: 20px;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h3 span,
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-text h4 span {
    display: inline-block;
    font-size: 20px;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-image {
    background-image: none;
  }
  .phones-through-the-ages.highlights .nokia-1110-wrapper .nokia-image img {
    display: block;
    max-width: 400px;
    margin: 50px auto;
  }
}
.phones-through-the-ages.motorola-starTAC {
  background: linear-gradient(#ffffff 0%, #e8e8e8 100%);
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper {
  max-width: 1366px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  padding: 50px 50px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image {
  min-width: 498px;
  min-height: 600px;
  margin-right: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/motorola-starTac-bg.png);
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image h2 {
  text-indent: -9999px;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image img {
  width: 100%;
  display: none;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text {
  flex: 1 0 0;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text h3 {
  font-family: "Chicago", sans-serif;
  font-size: 26px;
  line-height: 0;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text h3 span {
  margin-bottom: 30px;
  background-color: #0B0B0B;
  display: inline-block;
  color: white;
  font-family: "Chicago", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text p {
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table {
  margin-top: 30px;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table tbody tr td span {
  box-sizing: content-box;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table tbody tr td:nth-of-type(2) span,
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table tbody tr td:nth-of-type(4) span {
  font-family: "Chicago", sans-serif;
  font-weight: normal;
}
.phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table tbody tr:first-of-type td {
  background: none;
  background-color: #E0E0E0;
}
@media screen and (max-width: 1100px) {
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image {
    width: 30%;
    min-width: 0;
    min-height: 0;
  }
}
@media screen and (max-width: 960px) {
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper {
    width: 100%;
    padding: 20px 20px 40px;
    margin-top: 0;
    display: block;
  }
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image {
    background-image: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-image img {
    display: block;
  }
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text h3 {
    font-size: 20px;
  }
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text h3 span {
    font-size: 20px;
  }
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .phones-through-the-ages.motorola-starTAC .motorola-wrapper .motorola-text table tr td:nth-of-type(3) {
    display: none;
  }
}
.phones-through-the-ages.looking {
  background-color: #FED4AA;
}
.phones-through-the-ages.looking .looking-wrapper {
  display: flex;
  max-width: 1366px;
  margin: auto;
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1138px) {
  .phones-through-the-ages.looking .looking-wrapper {
    width: calc(100% - 50px);
  }
}
.phones-through-the-ages.looking .looking-wrapper .looking-text {
  flex: 1 0 0;
  margin-right: 50px;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text h2 {
  font-size: 42px;
  max-width: 570px;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text > a {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  display: inline-block;
  color: white;
  background-color: #0B0B0B;
  padding: 12px 40px;
  margin-top: 30px;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text > a:hover {
  text-decoration: underline;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text p {
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text p a {
  color: #0B0B0B;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.phones-through-the-ages.looking .looking-wrapper .looking-text p a:hover {
  text-decoration: underline;
}
.phones-through-the-ages.looking .looking-wrapper .looking-ad {
  flex: 1 0 0;
}
@media screen and (max-width: 900px) {
  .phones-through-the-ages.looking .looking-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
  .phones-through-the-ages.looking .looking-wrapper .looking-text {
    text-align: center;
    margin-right: 0;
  }
  .phones-through-the-ages.looking .looking-wrapper .looking-text h2 {
    max-width: none;
    font-size: 26px;
    line-height: 30px;
  }
  .phones-through-the-ages.looking .looking-wrapper .looking-text p {
    font-size: 14px;
  }
  .phones-through-the-ages.looking .looking-wrapper .looking-ad {
    display: none;
  }
}
.phones-through-the-ages.methodology {
  max-width: 1920px;
  margin: auto;
  padding: 30px 50px;
  text-align: center;
  background-color: #363636;
}
.phones-through-the-ages.methodology h3,
.phones-through-the-ages.methodology p {
  max-width: 820px;
  margin: 0 auto 16px;
  color: white;
  font-size: 17px;
  line-height: 25px;
}
.phones-through-the-ages.methodology h3 a,
.phones-through-the-ages.methodology p a {
  color: white;
  font-size: 17px;
  line-height: 25px;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .phones-through-the-ages.methodology {
    padding: 30px 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
