@charset "UTF-8";
.chapternav {
  background: rgba(242, 242, 242, 0.7);
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  text-align: center;
  width: 100%;
  height: 86px;
  z-index: 9987;
}

@supports (backdrop-filter: initial) {
  .chapternav {
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(242, 242, 242, 0.6);
  }
}

html.ie8 .chapternav {
  background: #f6f6f6;
}

.ac-nav-overlap .chapternav,
.chapternav-overlap .chapternav {
  position: absolute;
  top: 0;
  left: 0;
}

.ac-nav-overlap .chapternav {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .ac-nav-overlap .chapternav {
    margin-top: 48px;
  }
}

.theme-dark .chapternav, .chapternav.theme-dark {
  background: rgba(51, 51, 51, 0.7);
}

@supports (backdrop-filter: initial) {
  .theme-dark .chapternav, .chapternav.theme-dark {
    background: rgba(51, 51, 51, 0.6);
  }
}

html.ie8 .theme-dark .chapternav, html.ie8 .chapternav.theme-dark {
  background: #707070;
}

.chapternav-wrapper {
  position: relative;
  height: 100%;
  z-index: 1;
}

.chapternav-items {
  list-style: none;
  margin: 0 34px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 50px;
  white-space: nowrap;
}

@media only screen and (orientation: landscape) {
  .chapternav-items {
    padding-bottom: 49px;
  }
}

html.touch .chapternav-items {
  margin: 0;
  padding-left: 34px;
  padding-right: 34px;
}

.chapternav-item {
  display: inline-block;
  margin: 0 -0.11111em;
  padding: 0 20px;
}

.chapternav-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.chapternav-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.chapternav-icon {
  background: center bottom no-repeat;
  display: block;
  margin: 0 auto;
  height: 58px;
}

.chapternav-label {
  font-size: 12px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .chapternav-label {
    font-size: 14px;
    line-height: 1.85722;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

.chapternav-new {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  color: #f46c0e;
  display: block;
  margin-top: -.75em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .chapternav-new {
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 767px) {
  .chapternav-new {
    margin-top: -.5em;
  }
}

.chapternav-link {
  color: #333333;
  display: block;
  padding: 2px 0;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .chapternav-link {
    padding: 1px 0;
  }
}

.chapternav-link:hover {
  color: #0070c9;
  text-decoration: none;
}

.chapternav-link.current {
  color: #333333;
  cursor: default;
  opacity: 0.6;
}

.theme-dark .chapternav-link {
  color: white;
}

.theme-dark .chapternav-link:hover {
  color: #66bbff;
}

.theme-dark .chapternav-link.current {
  color: white;
}

html.touch .chapternav-paddles, html.ie8 .chapternav-paddles {
  display: none;
}

.chapternav-paddle {
  font-size: 28px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 0em;
  border: 0 solid rgba(102, 102, 102, 0.35);
  color: #333333;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 33px;
  -webkit-transition: opacity 150ms ease-out;
          transition: opacity 150ms ease-out;
}

html.ie8 .chapternav-paddle, html.ie8 .section-headline, html.ie8 .elevated-headline, html.ie8 .hero-headline {
  font-family: "Myriad Set Pro 200", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle {
  font-weight: normal;
}

html.ie8 .chapternav-paddle:lang(ar), html.ie8 .section-headline:lang(ar), html.ie8 .elevated-headline:lang(ar), html.ie8 .hero-headline:lang(ar) {
  font-family: "Gulf 200", "Gulf", "Myriad Set Pro 200", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(ja-JP), html.ie8 .section-headline:lang(ja-JP), html.ie8 .elevated-headline:lang(ja-JP), html.ie8 .hero-headline:lang(ja-JP) {
  font-family: "Apple TP 200", "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(ko-KR), html.ie8 .section-headline:lang(ko-KR), html.ie8 .elevated-headline:lang(ko-KR), html.ie8 .hero-headline:lang(ko-KR) {
  font-family: "Yoon Gothic 200", "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(th-TH), html.ie8 .section-headline:lang(th-TH), html.ie8 .elevated-headline:lang(th-TH), html.ie8 .hero-headline:lang(th-TH) {
  font-family: "Sukhumvit Set 200", "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(zh-CN), html.ie8 .section-headline:lang(zh-CN), html.ie8 .elevated-headline:lang(zh-CN), html.ie8 .hero-headline:lang(zh-CN) {
  font-family: "HanHei SC 200", "HanHei SC", "PingHei 200", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(zh-HK), html.ie8 .section-headline:lang(zh-HK), html.ie8 .elevated-headline:lang(zh-HK), html.ie8 .hero-headline:lang(zh-HK) {
  font-family: "HanHei TC 200", "HanHei TC", "MHei 200", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(zh-MO), html.ie8 .section-headline:lang(zh-MO), html.ie8 .elevated-headline:lang(zh-MO), html.ie8 .hero-headline:lang(zh-MO) {
  font-family: "HanHei TC 200", "HanHei TC", "MHei 200", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .chapternav-paddle:lang(zh-TW), html.ie8 .section-headline:lang(zh-TW), html.ie8 .elevated-headline:lang(zh-TW), html.ie8 .hero-headline:lang(zh-TW) {
  font-family: "HanHei TC 200", "HanHei TC", "MHei 200", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.chapternav-paddle:after {
  -webkit-transition: opacity 200ms linear;
          transition: opacity 200ms linear;
}

.chapternav-paddle:disabled {
  opacity: 0;
}

.chapternav-paddle:hover:after {
  opacity: 0.6;
}

.chapternav-paddle:focus {
  outline: none;
}

.chapternav-paddle:focus:after {
  outline: 3px solid #c1e0fe;
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 4px;
  opacity: 1;
}

.chapternav-paddle:focus:after[data-focus-method="mouse"]:not(input):not(textarea):not(select), .chapternav-paddle:focus:after[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: none;
}

.chapternav-paddle:active {
  outline: none;
}

.chapternav-paddle:active:after {
  outline: none;
  opacity: 0.6;
}

.theme-dark .chapternav-paddle {
  border-color: rgba(153, 153, 153, 0.35);
  color: white;
}

.chapternav-paddle-left {
  border-right-width: 1px;
  left: 0;
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
  font-family: "Apple Icons";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: '';
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
  text-decoration: none;
}

.chapternav-paddle-left:before {
  display: none;
}

.chapternav-paddle-left:before, .chapternav-paddle-left:after {
  content: "";
}

.chapternav-paddle-left:after {
  margin-left: 8px;
}

.chapternav-paddle-right {
  border-left-width: 1px;
  right: 0;
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
  font-family: "Apple Icons";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: '';
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
  text-decoration: none;
}

.chapternav-paddle-right:before {
  display: none;
}

.chapternav-paddle-right:before, .chapternav-paddle-right:after {
  content: "";
}

.chapternav-paddle-right:after {
  margin-right: 8px;
}

#viewport-emitter {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
  x-content: "large";
}

#viewport-emitter::before {
  content: "large";
}

@media only screen and (min-width: 1442px) {
  #viewport-emitter {
    x-content: "xlarge";
  }
  #viewport-emitter::before {
    content: "xlarge";
  }
}

@media only screen and (max-width: 1068px) {
  #viewport-emitter {
    x-content: "medium";
  }
  #viewport-emitter::before {
    content: "medium";
  }
}

@media only screen and (max-width: 735px) {
  #viewport-emitter {
    x-content: "small";
  }
  #viewport-emitter::before {
    content: "small";
  }
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
  margin: 0;
  padding: 0;
}

pre,
code,
address,
caption,
th,
figcaption {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

fieldset,
iframe,
img {
  border: 0;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
  vertical-align: baseline;
}

button {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
[tabindex]:focus {
  outline: 3px solid #c1e0fe;
  outline: 3px solid rgba(131, 192, 253, 0.5);
  outline-offset: 1px;
}

a:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), a:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
input:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
input:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
textarea:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
textarea:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
select:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
select:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select),
[tabindex]:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
[tabindex]:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  outline: none;
}

a::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner,
[tabindex]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media print {
  body,
  #main,
  #content {
    color: #000;
  }
  a,
  a:link,
  a:visited {
    color: #000;
    text-decoration: none;
  }
  #globalheader,
  #globalfooter,
  #directorynav,
  #tabs,
  .noprint,
  .hide {
    display: none;
  }
}

html {
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 112.5%;
  quotes: "“" "”";
}

:lang(ar) {
  font-family: "Gulf", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

:lang(ja-JP) {
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(ko-KR) {
  font-family: "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(th-TH) {
  font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(zh-CN) {
  font-family: "HanHei SC", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(zh-HK) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(zh-MO) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(zh-TW) {
  font-family: "HanHei TC", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

:lang(de) {
  quotes: "„" "“";
}

:lang(fr) {
  quotes: "« " " »";
}

:lang(es-ES) {
  quotes: "«" "»";
}

:lang(ja-JP) {
  quotes: "「" "」";
}

:lang(no-NO) {
  quotes: "«" "»";
}

:lang(zh) {
  quotes: "「" "」";
}

:lang(zh-CN) {
  quotes: "“" "”";
}

body {
  font-size: 18px;
  line-height: 1.4446;
  font-weight: 400;
  letter-spacing: 0em;
  background-color: white;
  color: #333333;
  font-style: normal;
}

body:lang(ar) {
  line-height: 1.5;
}

body:lang(zh) {
  font-size: 17px;
  line-height: 1.82353;
}

body,
input,
textarea,
select,
button {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  direction: ltr;
  text-align: left;
}

body:lang(tr-TR),
input:lang(tr-TR),
textarea:lang(tr-TR),
select:lang(tr-TR),
button:lang(tr-TR) {
  -webkit-font-variant-ligatures: no-common-ligatures;
     -moz-font-variant-ligatures: no-common-ligatures;
          font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: 'kern';
}

a {
  color: #0070c9;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.45em 0;
}

* + h1, * +
h2, * +
h3, * +
h4, * +
h5, * +
h6 {
  margin-top: 1em;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  display: block;
  margin: 0;
}

b,
strong {
  font-weight: 700;
}

html.ie8 b, html.ie8 strong {
  font-family: "Myriad Set Pro 700", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b, html.ie8 strong {
  font-weight: normal;
}

html.ie8 b:lang(ar), html.ie8 strong:lang(ar) {
  font-family: "Gulf 700", "Gulf", "Myriad Set Pro 700", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(ja-JP), html.ie8 strong:lang(ja-JP) {
  font-family: "Apple TP 700", "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(ko-KR), html.ie8 strong:lang(ko-KR) {
  font-family: "Yoon Gothic 700", "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(th-TH), html.ie8 strong:lang(th-TH) {
  font-family: "Sukhumvit Set 700", "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(zh-CN), html.ie8 strong:lang(zh-CN) {
  font-family: "HanHei SC 700", "HanHei SC", "PingHei 700", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(zh-HK), html.ie8 strong:lang(zh-HK) {
  font-family: "HanHei TC 700", "HanHei TC", "MHei 700", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(zh-MO), html.ie8 strong:lang(zh-MO) {
  font-family: "HanHei TC 700", "HanHei TC", "MHei 700", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 b:lang(zh-TW), html.ie8 strong:lang(zh-TW) {
  font-family: "HanHei TC 700", "HanHei TC", "MHei 700", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

em,
i,
cite,
dfn {
  font-style: italic;
}

p {
  margin: 0 0 1em 0;
}

li li {
  font-size: 1em;
}

ul,
ol {
  margin: 1em 0 1em 1.11111em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

nav ul, nav
ol {
  list-style: none;
  margin: 0;
}

sup {
  font-size: .6em;
  opacity: .8;
  vertical-align: top;
  position: relative;
  bottom: -.2em;
}

h1 sup,
h2 sup,
h3 sup {
  font-size: .4em;
}

html.ie8 h4 sup, html.ie8 h5 sup, html.ie8 h6 sup {
  font-size: .8em;
  font-weight: normal;
  line-height: 1;
  bottom: auto;
}

sup a {
  color: #333333;
}

sup a:hover {
  color: #0070c9;
  text-decoration: none;
}

sub {
  line-height: 1;
}

abbr {
  border: 0;
}

:lang(ja), :lang(ko), :lang(th), :lang(zh) {
  font-style: normal;
}

:lang(ko) {
  word-break: keep-all;
}

.selfclear:before, .selfclear:after {
  content: ' ';
  display: table;
}

.selfclear:after {
  clear: both;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.imagereplace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.nowrap {
  display: inline-block;
  text-decoration: inherit;
  white-space: nowrap;
}

.clear {
  clear: both;
}

#top {
  position: absolute;
  top: 0;
}

.cursor-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.row {
  position: relative;
  z-index: 1;
}

.row:before, .row:after {
  content: ' ';
  display: table;
}

.row:after {
  clear: both;
}

.column {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 2px;
}

.large-offset-0 {
  margin-left: 0;
}

.large-push-0 {
  left: auto;
  right: auto;
}

.large-pull-0 {
  right: auto;
  left: auto;
}

.large-1 {
  width: 8.33333%;
}

html.ie8 .large-1 {
  width: 8.325%;
}

.large-offset-1 {
  margin-left: 8.33333%;
}

html.ie8 .large-offset-1 {
  margin-left: 8.325%;
}

.large-push-1 {
  left: 8.33333%;
  right: auto;
}

.large-pull-1 {
  right: 8.33333%;
  left: auto;
}

.large-2 {
  width: 16.66667%;
}

html.ie8 .large-2 {
  width: 16.65%;
}

.large-offset-2 {
  margin-left: 16.66667%;
}

html.ie8 .large-offset-2 {
  margin-left: 16.65%;
}

.large-push-2 {
  left: 16.66667%;
  right: auto;
}

.large-pull-2 {
  right: 16.66667%;
  left: auto;
}

.large-3 {
  width: 25%;
}

html.ie8 .large-3 {
  width: 24.975%;
}

.large-offset-3 {
  margin-left: 25%;
}

html.ie8 .large-offset-3 {
  margin-left: 24.975%;
}

.large-push-3 {
  left: 25%;
  right: auto;
}

.large-pull-3 {
  right: 25%;
  left: auto;
}

.large-4 {
  width: 33.33333%;
}

html.ie8 .large-4 {
  width: 33.3%;
}

.large-offset-4 {
  margin-left: 33.33333%;
}

html.ie8 .large-offset-4 {
  margin-left: 33.3%;
}

.large-push-4 {
  left: 33.33333%;
  right: auto;
}

.large-pull-4 {
  right: 33.33333%;
  left: auto;
}

.large-5 {
  width: 41.66667%;
}

html.ie8 .large-5 {
  width: 41.625%;
}

.large-offset-5 {
  margin-left: 41.66667%;
}

html.ie8 .large-offset-5 {
  margin-left: 41.625%;
}

.large-push-5 {
  left: 41.66667%;
  right: auto;
}

.large-pull-5 {
  right: 41.66667%;
  left: auto;
}

.large-6 {
  width: 50%;
}

html.ie8 .large-6 {
  width: 49.95%;
}

.large-offset-6 {
  margin-left: 50%;
}

html.ie8 .large-offset-6 {
  margin-left: 49.95%;
}

.large-push-6 {
  left: 50%;
  right: auto;
}

.large-pull-6 {
  right: 50%;
  left: auto;
}

.large-7 {
  width: 58.33333%;
}

html.ie8 .large-7 {
  width: 58.275%;
}

.large-offset-7 {
  margin-left: 58.33333%;
}

html.ie8 .large-offset-7 {
  margin-left: 58.275%;
}

.large-push-7 {
  left: 58.33333%;
  right: auto;
}

.large-pull-7 {
  right: 58.33333%;
  left: auto;
}

.large-8 {
  width: 66.66667%;
}

html.ie8 .large-8 {
  width: 66.6%;
}

.large-offset-8 {
  margin-left: 66.66667%;
}

html.ie8 .large-offset-8 {
  margin-left: 66.6%;
}

.large-push-8 {
  left: 66.66667%;
  right: auto;
}

.large-pull-8 {
  right: 66.66667%;
  left: auto;
}

.large-9 {
  width: 75%;
}

html.ie8 .large-9 {
  width: 74.925%;
}

.large-offset-9 {
  margin-left: 75%;
}

html.ie8 .large-offset-9 {
  margin-left: 74.925%;
}

.large-push-9 {
  left: 75%;
  right: auto;
}

.large-pull-9 {
  right: 75%;
  left: auto;
}

.large-10 {
  width: 83.33333%;
}

html.ie8 .large-10 {
  width: 83.25%;
}

.large-offset-10 {
  margin-left: 83.33333%;
}

html.ie8 .large-offset-10 {
  margin-left: 83.25%;
}

.large-push-10 {
  left: 83.33333%;
  right: auto;
}

.large-pull-10 {
  right: 83.33333%;
  left: auto;
}

.large-11 {
  width: 91.66667%;
}

html.ie8 .large-11 {
  width: 91.575%;
}

.large-offset-11 {
  margin-left: 91.66667%;
}

html.ie8 .large-offset-11 {
  margin-left: 91.575%;
}

.large-push-11 {
  left: 91.66667%;
  right: auto;
}

.large-pull-11 {
  right: 91.66667%;
  left: auto;
}

.large-12 {
  width: 100%;
}

html.ie8 .large-12 {
  width: 99.9%;
}

.large-offset-12 {
  margin-left: 100%;
}

html.ie8 .large-offset-12 {
  margin-left: 99.9%;
}

.large-push-12 {
  left: 100%;
  right: auto;
}

.large-pull-12 {
  right: 100%;
  left: auto;
}

.large-centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.large-uncentered {
  margin-left: 0;
  margin-right: 0;
}

.large-last {
  float: right;
}

.large-notlast {
  float: left;
}

@media only screen and (min-width: 1442px) {
  .xlarge-offset-0 {
    margin-left: 0;
  }
  .xlarge-push-0 {
    left: auto;
    right: auto;
  }
  .xlarge-pull-0 {
    right: auto;
    left: auto;
  }
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .xlarge-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .xlarge-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-push-3 {
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    right: 25%;
    left: auto;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .xlarge-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .xlarge-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-push-6 {
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    right: 50%;
    left: auto;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .xlarge-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .xlarge-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-push-9 {
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    right: 75%;
    left: auto;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .xlarge-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .xlarge-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-12 {
    margin-left: 100%;
  }
  .xlarge-push-12 {
    left: 100%;
    right: auto;
  }
  .xlarge-pull-12 {
    right: 100%;
    left: auto;
  }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-last {
    float: right;
  }
  .xlarge-notlast {
    float: left;
  }
}

@media only screen and (max-width: 1068px) {
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-push-0 {
    left: auto;
    right: auto;
  }
  .medium-pull-0 {
    right: auto;
    left: auto;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-push-3 {
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-push-6 {
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-push-9 {
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-push-12 {
    left: 100%;
    right: auto;
  }
  .medium-pull-12 {
    right: 100%;
    left: auto;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .medium-uncentered {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-last {
    float: right;
  }
  .medium-notlast {
    float: left;
  }
}

@media only screen and (max-width: 735px) {
  .small-offset-0 {
    margin-left: 0;
  }
  .small-push-0 {
    left: auto;
    right: auto;
  }
  .small-pull-0 {
    right: auto;
    left: auto;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-offset-1 {
    margin-left: 8.33333%;
  }
  .small-push-1 {
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    right: 8.33333%;
    left: auto;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-offset-2 {
    margin-left: 16.66667%;
  }
  .small-push-2 {
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    right: 16.66667%;
    left: auto;
  }
  .small-3 {
    width: 25%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-push-3 {
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    right: 25%;
    left: auto;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-offset-4 {
    margin-left: 33.33333%;
  }
  .small-push-4 {
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    right: 33.33333%;
    left: auto;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-offset-5 {
    margin-left: 41.66667%;
  }
  .small-push-5 {
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    right: 41.66667%;
    left: auto;
  }
  .small-6 {
    width: 50%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-push-6 {
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    right: 50%;
    left: auto;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-offset-7 {
    margin-left: 58.33333%;
  }
  .small-push-7 {
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    right: 58.33333%;
    left: auto;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-offset-8 {
    margin-left: 66.66667%;
  }
  .small-push-8 {
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    right: 66.66667%;
    left: auto;
  }
  .small-9 {
    width: 75%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-push-9 {
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    right: 75%;
    left: auto;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-offset-10 {
    margin-left: 83.33333%;
  }
  .small-push-10 {
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    right: 83.33333%;
    left: auto;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-offset-11 {
    margin-left: 91.66667%;
  }
  .small-push-11 {
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    right: 91.66667%;
    left: auto;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-12 {
    margin-left: 100%;
  }
  .small-push-12 {
    left: 100%;
    right: auto;
  }
  .small-pull-12 {
    right: 100%;
    left: auto;
  }
  .small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .small-uncentered {
    margin-left: 0;
    margin-right: 0;
  }
  .small-last {
    float: right;
  }
  .small-notlast {
    float: left;
  }
}

.icon:before, .icon:after,
.more:before,
.more:after {
  font-family: "Apple Icons";
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  alt: '';
}

.icon:before, .icon:after,
.more:before,
.more:after {
  text-decoration: none;
}

.icon:before,
.more:before {
  display: none;
}

.icon-after:after,
.more:after {
  padding-left: 0.3em;
  top: 0;
}

.icon-before:before {
  padding-right: 0.3em;
  display: inline-block;
  top: -0.125em;
}

.icon-before:after {
  display: none;
}

.icon-apple:before, .icon-apple:after {
  content: "";
}

.icon-chevrondown:before, .icon-chevrondown:after {
  content: "";
}

.icon-chevrondowncircle:before, .icon-chevrondowncircle:after {
  content: "";
}

.icon-chevronleft:before, .icon-chevronleft:after {
  content: "";
}

.icon-chevronleftcircle:before, .icon-chevronleftcircle:after {
  content: "";
}

.icon-chevronright:before, .icon-chevronright:after {
  content: "";
}

.icon-chevronrightcircle:before, .icon-chevronrightcircle:after {
  content: "";
}

.icon-chevronup:before, .icon-chevronup:after {
  content: "";
}

.icon-chevronupcircle:before, .icon-chevronupcircle:after {
  content: "";
}

.icon-downloadcircle:before, .icon-downloadcircle:after {
  content: "";
}

.icon-downloadsolid:before, .icon-downloadsolid:after {
  content: "";
}

.icon-external:before, .icon-external:after {
  content: "";
}

.icon-grid:before, .icon-grid:after {
  content: "";
}

.icon-listcircle:before, .icon-listcircle:after {
  content: "";
}

.icon-pausecircle:before, .icon-pausecircle:after {
  content: "";
}

.icon-playcircle:before, .icon-playcircle:after {
  content: "";
}

.icon-playsolid:before, .icon-playsolid:after {
  content: "";
}

.icon-replay:before, .icon-replay:after {
  content: "";
}

.icon-replaycircle:before, .icon-replaycircle:after {
  content: "";
}

.icon-stopcircle:before, .icon-stopcircle:after {
  content: "";
}

.icon-stopsolid:before, .icon-stopsolid:after {
  content: "";
}

.icon-favorite:before, .icon-favorite:after {
  content: "";
}

.icon-share:before, .icon-share:after {
  content: "";
}

.icon-facebook:before, .icon-facebook:after {
  content: "";
}

.icon-instagram:before, .icon-instagram:after {
  content: "";
}

.icon-link:before, .icon-link:after {
  content: "";
}

.icon-linkedin:before, .icon-linkedin:after {
  content: "";
}

.icon-mail:before, .icon-mail:after {
  content: "";
}

.icon-pinterest:before, .icon-pinterest:after {
  content: "";
}

.icon-qqweibo:before, .icon-qqweibo:after {
  content: "";
}

.icon-qzone:before, .icon-qzone:after {
  content: "";
}

.icon-renren:before, .icon-renren:after {
  content: "";
}

.icon-snapchat:before, .icon-snapchat:after {
  content: "";
}

.icon-tumblr:before, .icon-tumblr:after {
  content: "";
}

.icon-twitter:before, .icon-twitter:after {
  content: "";
}

.icon-weibo:before, .icon-weibo:after {
  content: "";
}

.icon-circle:before, .icon-circle:after {
  content: "";
}

.icon-check:before, .icon-check:after {
  content: "";
}

.icon-checkcircle:before, .icon-checkcircle:after {
  content: "";
}

.icon-checksolid:before, .icon-checksolid:after {
  content: "";
}

.icon-reset:before, .icon-reset:after {
  content: "";
}

.icon-resetcircle:before, .icon-resetcircle:after {
  content: "";
}

.icon-resetsolid:before, .icon-resetsolid:after {
  content: "";
}

.icon-exclamation:before, .icon-exclamation:after {
  content: "";
}

.icon-exclamationcircle:before, .icon-exclamationcircle:after {
  content: "";
}

.icon-exclamationsolid:before, .icon-exclamationsolid:after {
  content: "";
}

.icon-infocircle:before, .icon-infocircle:after {
  content: "";
}

.icon-questioncircle:before, .icon-questioncircle:after {
  content: "";
}

.icon-questionsolid:before, .icon-questionsolid:after {
  content: "";
}

.icon-plus:before, .icon-plus:after {
  content: "";
}

.icon-pluscircle:before, .icon-pluscircle:after {
  content: "";
}

.icon-plussolid:before, .icon-plussolid:after {
  content: "";
}

.icon-minus:before, .icon-minus:after {
  content: "";
}

.icon-minuscircle:before, .icon-minuscircle:after {
  content: "";
}

.icon-minussolid:before, .icon-minussolid:after {
  content: "";
}

.icon-close:before, .icon-close:after {
  content: "";
}

.icon-paddledown:before, .icon-paddledown:after {
  content: "";
}

.icon-paddleleft:before, .icon-paddleleft:after {
  content: "";
}

.icon-paddleright:before, .icon-paddleright:after {
  content: "";
}

.icon-paddleup:before, .icon-paddleup:after {
  content: "";
}

.more:before, .more:after {
  content: "";
}

.more-block {
  margin-top: .5em;
}

body {
  min-width: 320px;
}

.large-hide {
  display: none;
}

.large-show {
  display: block;
}

.large-show-inline {
  display: inline;
}

.large-show-inlineblock {
  display: inline-block;
}

@media only screen and (min-width: 1442px) {
  .xlarge-hide {
    display: none;
  }
  .xlarge-show {
    display: block;
  }
  .xlarge-show-inline {
    display: inline;
  }
  .xlarge-show-inlineblock {
    display: inline-block;
  }
}

@media only screen and (max-width: 1068px) {
  .medium-hide {
    display: none;
  }
  .medium-show {
    display: block;
  }
  .medium-show-inline {
    display: inline;
  }
  .medium-show-inlineblock {
    display: inline-block;
  }
}

@media only screen and (max-width: 735px) {
  .small-hide {
    display: none;
  }
  .small-show {
    display: block;
  }
  .small-show-inline {
    display: inline;
  }
  .small-show-inlineblock {
    display: inline-block;
  }
}

.violator {
  font-size: 16px;
  line-height: 1.9375;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background: transparent;
  border: 1px solid #999999;
  border-radius: 4px;
  color: #666666;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  white-space: nowrap;
}

.violator:lang(ar) {
  font-family: "Gulf", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

.violator:lang(ja-JP) {
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(ko-KR) {
  font-family: "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(th-TH) {
  font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(zh-CN) {
  font-family: "HanHei SC", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(zh-HK) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(zh-MO) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator:lang(zh-TW) {
  font-family: "HanHei TC", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-compact {
  font-size: 13px;
  line-height: 1.46154;
  font-weight: 400;
  letter-spacing: 0em;
  padding-left: 10px;
  padding-right: 10px;
}

.violator-compact:lang(ja-JP) {
  font-size: 14px;
}

.violator-compact:lang(ko-KR) {
  font-size: 14px;
}

.violator-inline {
  margin-left: 12px;
  border-radius: 3px;
  font-size: 0.61111em;
  line-height: 1.09091;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0.25em;
  padding-bottom: 0.11364em;
}

.violator-frameless {
  font-size: 16px;
  line-height: 1.9375;
  font-weight: 400;
  letter-spacing: 0em;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #f46c0e;
  display: block;
}

.violator-frameless:lang(ar) {
  font-family: "Gulf", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(ja-JP) {
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(ko-KR) {
  font-family: "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(th-TH) {
  font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(zh-CN) {
  font-family: "HanHei SC", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(zh-HK) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(zh-MO) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless:lang(zh-TW) {
  font-family: "HanHei TC", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.violator-frameless-compact {
  font-size: 13px;
  line-height: 1.46154;
  font-weight: 400;
  letter-spacing: 0em;
}

.violator-frameless-compact:lang(ja-JP) {
  font-size: 14px;
}

.violator-frameless-compact:lang(ko-KR) {
  font-size: 14px;
}

.violator-frameless-inline {
  margin-left: 12px;
  display: inline;
}

a.block {
  display: block;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

a.block:before, a.block:after {
  content: ' ';
  display: table;
}

a.block:after {
  clear: both;
}

a.block:hover {
  text-decoration: none;
}

a.block:hover .block-link {
  text-decoration: underline;
}

a.block:hover .block-link.icon-ie-parent {
  text-decoration: none;
}

a.block:hover .block-link.icon-ie-parent .icon-ie-link {
  text-decoration: underline;
}

.block-link {
  color: #0070c9;
  cursor: pointer;
}

a.block-inline {
  display: inline-block;
}

.eyebrow {
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 300;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 18px;
}

html.ie8 .eyebrow, html.ie8 .eyebrow-hero, html.ie8 .subsection-headline, html.ie8 .elevated-subhead, html.ie8 .elevated-intro, html.ie8 .hero-subhead, html.ie8 .subsection-subheadline, html.ie8 .table-label, html.ie8 .intro, html.ie8 .grid .copy .eyebrow-subsection, html.ie8 .page-overview .section-hero .card-hero .hero-links .intro {
  font-family: "Myriad Set Pro 300", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow {
  font-weight: normal;
}

html.ie8 .eyebrow:lang(ar), html.ie8 .eyebrow-hero:lang(ar), html.ie8 .subsection-headline:lang(ar), html.ie8 .elevated-subhead:lang(ar), html.ie8 .elevated-intro:lang(ar), html.ie8 .hero-subhead:lang(ar), html.ie8 .subsection-subheadline:lang(ar), html.ie8 .table-label:lang(ar), html.ie8 .intro:lang(ar), html.ie8 .grid .copy .eyebrow-subsection:lang(ar), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(ar) {
  font-family: "Gulf 300", "Gulf", "Myriad Set Pro 300", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(ja-JP), html.ie8 .eyebrow-hero:lang(ja-JP), html.ie8 .subsection-headline:lang(ja-JP), html.ie8 .elevated-subhead:lang(ja-JP), html.ie8 .elevated-intro:lang(ja-JP), html.ie8 .hero-subhead:lang(ja-JP), html.ie8 .subsection-subheadline:lang(ja-JP), html.ie8 .table-label:lang(ja-JP), html.ie8 .intro:lang(ja-JP), html.ie8 .grid .copy .eyebrow-subsection:lang(ja-JP), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(ja-JP) {
  font-family: "Apple TP 300", "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(ko-KR), html.ie8 .eyebrow-hero:lang(ko-KR), html.ie8 .subsection-headline:lang(ko-KR), html.ie8 .elevated-subhead:lang(ko-KR), html.ie8 .elevated-intro:lang(ko-KR), html.ie8 .hero-subhead:lang(ko-KR), html.ie8 .subsection-subheadline:lang(ko-KR), html.ie8 .table-label:lang(ko-KR), html.ie8 .intro:lang(ko-KR), html.ie8 .grid .copy .eyebrow-subsection:lang(ko-KR), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(ko-KR) {
  font-family: "Yoon Gothic 300", "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(th-TH), html.ie8 .eyebrow-hero:lang(th-TH), html.ie8 .subsection-headline:lang(th-TH), html.ie8 .elevated-subhead:lang(th-TH), html.ie8 .elevated-intro:lang(th-TH), html.ie8 .hero-subhead:lang(th-TH), html.ie8 .subsection-subheadline:lang(th-TH), html.ie8 .table-label:lang(th-TH), html.ie8 .intro:lang(th-TH), html.ie8 .grid .copy .eyebrow-subsection:lang(th-TH), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(th-TH) {
  font-family: "Sukhumvit Set 300", "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(zh-CN), html.ie8 .eyebrow-hero:lang(zh-CN), html.ie8 .subsection-headline:lang(zh-CN), html.ie8 .elevated-subhead:lang(zh-CN), html.ie8 .elevated-intro:lang(zh-CN), html.ie8 .hero-subhead:lang(zh-CN), html.ie8 .subsection-subheadline:lang(zh-CN), html.ie8 .table-label:lang(zh-CN), html.ie8 .intro:lang(zh-CN), html.ie8 .grid .copy .eyebrow-subsection:lang(zh-CN), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(zh-CN) {
  font-family: "HanHei SC 300", "HanHei SC", "PingHei 300", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(zh-HK), html.ie8 .eyebrow-hero:lang(zh-HK), html.ie8 .subsection-headline:lang(zh-HK), html.ie8 .elevated-subhead:lang(zh-HK), html.ie8 .elevated-intro:lang(zh-HK), html.ie8 .hero-subhead:lang(zh-HK), html.ie8 .subsection-subheadline:lang(zh-HK), html.ie8 .table-label:lang(zh-HK), html.ie8 .intro:lang(zh-HK), html.ie8 .grid .copy .eyebrow-subsection:lang(zh-HK), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(zh-HK) {
  font-family: "HanHei TC 300", "HanHei TC", "MHei 300", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(zh-MO), html.ie8 .eyebrow-hero:lang(zh-MO), html.ie8 .subsection-headline:lang(zh-MO), html.ie8 .elevated-subhead:lang(zh-MO), html.ie8 .elevated-intro:lang(zh-MO), html.ie8 .hero-subhead:lang(zh-MO), html.ie8 .subsection-subheadline:lang(zh-MO), html.ie8 .table-label:lang(zh-MO), html.ie8 .intro:lang(zh-MO), html.ie8 .grid .copy .eyebrow-subsection:lang(zh-MO), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(zh-MO) {
  font-family: "HanHei TC 300", "HanHei TC", "MHei 300", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .eyebrow:lang(zh-TW), html.ie8 .eyebrow-hero:lang(zh-TW), html.ie8 .subsection-headline:lang(zh-TW), html.ie8 .elevated-subhead:lang(zh-TW), html.ie8 .elevated-intro:lang(zh-TW), html.ie8 .hero-subhead:lang(zh-TW), html.ie8 .subsection-subheadline:lang(zh-TW), html.ie8 .table-label:lang(zh-TW), html.ie8 .intro:lang(zh-TW), html.ie8 .grid .copy .eyebrow-subsection:lang(zh-TW), html.ie8 .page-overview .section-hero .card-hero .hero-links .intro:lang(zh-TW) {
  font-family: "HanHei TC 300", "HanHei TC", "MHei 300", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 1068px) {
  .eyebrow {
    font-size: 22px;
    line-height: 1.18182;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.eyebrow:lang(ar) {
  line-height: 1.375;
}

@media only screen and (max-width: 1068px) {
  .eyebrow:lang(ar) {
    line-height: 1.36364;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow:lang(ar) {
    line-height: 1.35;
  }
}

.eyebrow:lang(th) {
  line-height: 1.29167;
}

.eyebrow:lang(zh) {
  font-size: 22px;
}

@media only screen and (max-width: 1068px) {
  .eyebrow:lang(zh) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow:lang(zh) {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1068px) {
  .eyebrow {
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow {
    margin-bottom: 16px;
  }
}

.eyebrow + * {
  margin-top: 0;
}

.eyebrow-hero {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 300;
  letter-spacing: 0em;
  margin-bottom: 21px;
}

html.ie8 .eyebrow-hero {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-hero {
    font-size: 26px;
    line-height: 1.15385;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-hero {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.eyebrow-hero:lang(ar) {
  line-height: 1.39286;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-hero:lang(ar) {
    line-height: 1.34635;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-hero:lang(ar) {
    line-height: 1.375;
  }
}

.eyebrow-hero:lang(th) {
  line-height: 1.25;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-hero:lang(th) {
    line-height: 1.26927;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-hero:lang(th) {
    line-height: 1.29167;
  }
}

.eyebrow-hero:lang(zh) {
  font-size: 26px;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-hero:lang(zh) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-hero:lang(zh) {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1068px) {
  .eyebrow-hero {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-hero {
    margin-bottom: 16px;
  }
}

.dotnav {
  text-align: center;
}

html.touch .dotnav {
  pointer-events: none;
}

html.touch .dotnav:focus {
  pointer-events: auto;
}

.dotnav ul {
  display: inline-block;
}

.dotnav li {
  list-style: none;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  float: left;
  position: relative;
}

.dotnav-item {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  outline: none;
  position: absolute;
  border-radius: 50%;
  background-color: #999999;
  box-sizing: content-box;
  padding: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.dotnav-item:hover {
  background-color: #666666;
}

.dotnav-item:focus {
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none;
}

.dotnav-item:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .dotnav-item:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  box-shadow: none;
}

html.ie8 .dotnav-item:focus {
  outline: 3px solid #c1e0fe;
}

.dotnav-item.current {
  top: -1px;
  left: -1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #0070c9;
  background-color: transparent;
  cursor: default;
}

.button {
  font-size: 16px;
  line-height: 1.9375;
  font-weight: 500;
  letter-spacing: 0em;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #0070c9;
  background: -webkit-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  min-width: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  text-align: center;
  white-space: nowrap;
}

html.ie8 .button, html.ie8 .button-compact {
  font-family: "Myriad Set Pro 500", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button {
  font-weight: normal;
}

html.ie8 .button:lang(ar), html.ie8 .button-compact:lang(ar) {
  font-family: "Gulf 500", "Gulf", "Myriad Set Pro 500", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(ja-JP), html.ie8 .button-compact:lang(ja-JP) {
  font-family: "Apple TP 500", "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(ko-KR), html.ie8 .button-compact:lang(ko-KR) {
  font-family: "Yoon Gothic 500", "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(th-TH), html.ie8 .button-compact:lang(th-TH) {
  font-family: "Sukhumvit Set 500", "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(zh-CN), html.ie8 .button-compact:lang(zh-CN) {
  font-family: "HanHei SC 500", "HanHei SC", "PingHei 500", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(zh-HK), html.ie8 .button-compact:lang(zh-HK) {
  font-family: "HanHei TC 500", "HanHei TC", "MHei 500", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(zh-MO), html.ie8 .button-compact:lang(zh-MO) {
  font-family: "HanHei TC 500", "HanHei TC", "MHei 500", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .button:lang(zh-TW), html.ie8 .button-compact:lang(zh-TW) {
  font-family: "HanHei TC 500", "HanHei TC", "MHei 500", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(ar) {
  font-family: "Gulf", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

.button:lang(ja-JP) {
  font-family: "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(ko-KR) {
  font-family: "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(th-TH) {
  font-family: "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(zh-CN) {
  font-family: "HanHei SC", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(zh-HK) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(zh-MO) {
  font-family: "HanHei TC", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:lang(zh-TW) {
  font-family: "HanHei TC", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.button:hover {
  background-color: #147bcd;
  background: -webkit-linear-gradient(#51a9ee, #147bcd);
  background: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

.button:focus {
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
  outline: none;
}

.button:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select), .button:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  box-shadow: none;
}

html.ie8 .button:focus {
  outline: 3px solid #c1e0fe;
}

.button:active {
  background-color: #0067b9;
  background: -webkit-linear-gradient(#3d94d9, #0067b9);
  background: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

.button:disabled, .button.disabled {
  background-color: #0070c9;
  background: -webkit-linear-gradient(#42a1ec, #0070c9);
  background: linear-gradient(#42a1ec, #0070c9);
  border-color: #07c;
  color: white;
  cursor: default;
  opacity: 0.3;
}

html.ie8 .button:disabled, html.ie8 .button.disabled {
  background-color: #b3d4ef;
}

.button-compact {
  font-size: 13px;
  line-height: 1.46154;
  font-weight: 500;
  letter-spacing: 0em;
  min-width: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

html.ie8 .button-compact {
  font-weight: normal;
}

.button-compact:lang(ja-JP) {
  font-size: 14px;
}

.button-compact:lang(ko-KR) {
  font-size: 14px;
}

.button-block {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.button-secondary {
  background-color: #e3e3e3;
  background: -webkit-linear-gradient(white, #e3e3e3);
  background: linear-gradient(white, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9;
}

.button-secondary:hover {
  background-color: #eeeeee;
  background: -webkit-linear-gradient(white, #eeeeee);
  background: linear-gradient(white, #eeeeee);
  border-color: #d9d9d9;
}

.button-secondary:active {
  background-color: gainsboro;
  background: -webkit-linear-gradient(#f7f7f7, gainsboro);
  background: linear-gradient(#f7f7f7, gainsboro);
  border-color: #d0d0d0;
}

.button-secondary:disabled, .button-secondary.disabled {
  background-color: #e3e3e3;
  background: -webkit-linear-gradient(white, #e3e3e3);
  background: linear-gradient(white, #e3e3e3);
  border-color: #d6d6d6;
  color: #0070c9;
}

html.ie8 .button-secondary:disabled, html.ie8 .button-secondary.disabled {
  background-color: #eeeeee;
}

#viewport-emitter {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
  x-content: "large";
}

#viewport-emitter::before {
  content: "large";
}

@media only screen and (min-width: 1442px) {
  #viewport-emitter {
    x-content: "xlarge";
  }
  #viewport-emitter::before {
    content: "xlarge";
  }
}

@media only screen and (max-width: 1068px) {
  #viewport-emitter {
    x-content: "medium";
  }
  #viewport-emitter::before {
    content: "medium";
  }
}

@media only screen and (max-width: 735px) {
  #viewport-emitter {
    x-content: "small";
  }
  #viewport-emitter::before {
    content: "small";
  }
}

.center-content {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}

@media only screen and (max-width: 735px) {
  .center-content {
    float: left;
    display: block;
    vertical-align: inherit;
  }
}

.image-accessories {
  width: 718px;
  height: 773px;
  background-size: 718px 773px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-accessories {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-accessories {
    width: 565px;
    height: 603px;
    background-size: 565px 603px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-accessories {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-accessories {
    width: 355px;
    height: 381px;
    background-size: 355px 381px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-accessories {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_small_2x.png");
  }
}

.image-grid-chance {
  width: 475px;
  height: 475px;
  background-size: 475px 475px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-grid-chance {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-grid-chance {
    width: 336px;
    height: 336px;
    background-size: 336px 336px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-grid-chance {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-grid-chance {
    width: 362px;
    height: 362px;
    background-size: 362px 362px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-grid-chance {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_small_2x.jpg");
  }
}

.image-grid-ocean {
  width: 475px;
  height: 475px;
  background-size: 475px 475px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-grid-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-grid-ocean {
    width: 336px;
    height: 336px;
    background-size: 336px 336px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-grid-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-grid-ocean {
    width: 362px;
    height: 362px;
    background-size: 362px 362px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-grid-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_small_2x.jpg");
  }
}

.image-grid-spears {
  width: 475px;
  height: 475px;
  background-size: 475px 475px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-grid-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-grid-spears {
    width: 336px;
    height: 336px;
    background-size: 336px 336px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-grid-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-grid-spears {
    width: 362px;
    height: 362px;
    background-size: 362px 362px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-grid-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_small_2x.jpg");
  }
}

.image-grid-apple-music {
  width: 980px;
  height: 530px;
  background-size: 980px 530px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-grid-apple-music {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-grid-apple-music {
    width: 692px;
    height: 376px;
    background-size: 692px 376px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-grid-apple-music {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-grid-apple-music {
    width: 362px;
    height: 362px;
    background-size: 362px 362px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-grid-apple-music {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_small_2x.jpg");
  }
}

.image-grid-swift {
  width: 475px;
  height: 475px;
  background-size: 475px 475px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-grid-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-grid-swift {
    width: 336px;
    height: 336px;
    background-size: 336px 336px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-grid-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-grid-swift {
    width: 362px;
    height: 362px;
    background-size: 362px 362px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-grid-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_small_2x.jpg");
  }
}

.image-gift-cards {
  width: 507px;
  height: 438px;
  background-size: 507px 438px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-gift-cards {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-gift-cards {
    width: 299px;
    height: 259px;
    background-size: 299px 259px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-gift-cards {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-gift-cards {
    width: 302px;
    height: 261px;
    background-size: 302px 261px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-gift-cards {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_small_2x.png");
  }
}

.image-icon-apps-garage-band {
  width: 65px;
  height: 85px;
  background-size: 65px 85px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-icon-apps-garage-band {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-icon-apps-garage-band {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-icon-apps-garage-band {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_small_2x.png");
  }
}

.image-family-hero {
  width: 2560px;
  height: 1505px;
  background-size: 2560px 1505px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-family-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-family-hero {
    width: 1068px;
    height: 792px;
    background-size: 1068px 792px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-family-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-family-hero {
    width: 736px;
    height: 665px;
    background-size: 736px 665px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-family-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_small_2x.jpg");
  }
}

.image-icon-apps-logic-pro {
  width: 67px;
  height: 77px;
  background-size: 67px 77px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-icon-apps-logic-pro {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-icon-apps-logic-pro {
    width: 52px;
    height: 60px;
    background-size: 52px 60px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-icon-apps-logic-pro {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_small_2x.png");
  }
}

.image-icon-apps-main-stage {
  width: 65px;
  height: 80px;
  background-size: 65px 80px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-icon-apps-main-stage {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-icon-apps-main-stage {
    width: 50px;
    height: 62px;
    background-size: 50px 62px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-icon-apps-main-stage {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_small_2x.png");
  }
}

.image-family-apple-music-logo {
  width: 271px;
  height: 64px;
  background-size: 271px 64px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-family-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-family-apple-music-logo {
    width: 193px;
    height: 46px;
    background-size: 193px 46px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-family-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-family-apple-music-logo {
    width: 122px;
    height: 29px;
    background-size: 122px 29px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-family-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_apple_music_logo_small_2x.png");
  }
}

.image-icon-apps-music-memos {
  width: 70px;
  height: 85px;
  background-size: 70px 85px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-icon-apps-music-memos {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-icon-apps-music-memos {
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-icon-apps-music-memos {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_small_2x.png");
  }
}

.image-apps {
  width: 942px;
  height: 494px;
  background-size: 942px 494px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-apps {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-apps {
    width: 704px;
    height: 369px;
    background-size: 704px 369px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-apps {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-apps {
    width: 307px;
    height: 161px;
    background-size: 307px 161px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-apps {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_small_2x.jpg");
  }
}

.image-icons-accessories-dark {
  width: 33px;
  height: 54px;
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_dark_large.svg");
}

html.no-svg .image-icons-accessories-dark {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_dark_large.png");
}

.image-icons-accessories {
  width: 33px;
  height: 54px;
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_large.svg");
}

html.no-svg .image-icons-accessories {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_large.png");
}

.image-icons-apple-music-dark {
  width: 28px;
  height: 54px;
  background-size: 28px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_dark_large.svg");
}

html.no-svg .image-icons-apple-music-dark {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_dark_large.png");
}

.image-itunes {
  width: 1227px;
  height: 750px;
  background-size: 1227px 750px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-itunes {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-itunes {
    width: 828px;
    height: 498px;
    background-size: 828px 498px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-itunes {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-itunes {
    width: 614px;
    height: 369px;
    background-size: 614px 369px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-itunes {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_small_2x.png");
  }
}

.image-apple-music-logo {
  width: 175px;
  height: 42px;
  background-size: 175px 42px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-apple-music-logo {
    width: 151px;
    height: 36px;
    background-size: 151px 36px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-apple-music-logo {
    width: 125px;
    height: 30px;
    background-size: 125px 30px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_small_2x.png");
  }
}

.image-icons-apple-music {
  width: 28px;
  height: 54px;
  background-size: 28px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_large.svg");
}

html.no-svg .image-icons-apple-music {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_large.png");
}

.image-icons-gift-cards-dark {
  width: 33px;
  height: 54px;
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_dark_large.svg");
}

html.no-svg .image-icons-gift-cards-dark {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_dark_large.png");
}

.image-icons-gift-cards {
  width: 33px;
  height: 54px;
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_large.svg");
}

html.no-svg .image-icons-gift-cards {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_large.png");
}

.image-apple-music-festival {
  width: 1440px;
  height: 963px;
  background-size: 1440px 963px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-apple-music-festival {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .image-apple-music-festival {
    width: 1068px;
    height: 650px;
    background-size: 1068px 650px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-apple-music-festival {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .image-apple-music-festival {
    width: 736px;
    height: 627px;
    background-size: 736px 627px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-apple-music-festival {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_festival_small_2x.jpg");
  }
}

.image-icons-ipod-dark {
  width: 23px;
  height: 54px;
  background-size: 23px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_dark_large.svg");
}

html.no-svg .image-icons-ipod-dark {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_dark_large.png");
}

.image-icons-ipod {
  width: 23px;
  height: 54px;
  background-size: 23px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_large.svg");
}

html.no-svg .image-icons-ipod {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_large.png");
}

.image-icons-itunes-dark {
  width: 31px;
  height: 54px;
  background-size: 31px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_dark_large.svg");
}

html.no-svg .image-icons-itunes-dark {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_dark_large.png");
}

.image-ipod {
  width: 730px;
  height: 741px;
  background-size: 730px 741px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-ipod {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-ipod {
    width: 505px;
    height: 511px;
    background-size: 505px 511px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-ipod {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-ipod {
    width: 349px;
    height: 405px;
    background-size: 349px 405px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-ipod {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_small_2x.png");
  }
}

.image-airpods {
  width: 588px;
  height: 940px;
  background-size: 588px 940px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-airpods {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .image-airpods {
    width: 384px;
    height: 617px;
    background-size: 384px 617px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .image-airpods {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-airpods {
    width: 227px;
    height: 338px;
    background-size: 227px 338px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-airpods {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_small_2x.png");
  }
}

.image-icons-itunes-icon {
  width: 71px;
  height: 71px;
  background-size: 71px 71px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .image-icons-itunes-icon {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .image-icons-itunes-icon {
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .image-icons-itunes-icon {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_small_2x.png");
  }
}

.image-icons-itunes {
  width: 31px;
  height: 54px;
  background-size: 31px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_large.svg");
}

html.no-svg .image-icons-itunes {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_large.png");
}

.section {
  overflow: hidden;
  padding: 132px 0;
}

.section:before, .section:after {
  content: ' ';
  display: table;
}

.section:after {
  clear: both;
}

@media only screen and (max-width: 1068px) {
  .section {
    padding: 88px 0;
  }
}

@media only screen and (max-width: 735px) {
  .section {
    padding: 96px 0;
  }
}

.section-nopad {
  padding: 0;
}

.section-nopad-top {
  padding-top: 0;
}

.section-nopad-bottom {
  padding-bottom: 0;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (min-width: 1442px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
}

@media only screen and (max-width: 1068px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 735px) {
  .section-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.section-content.interface-display {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1068px) {
  .section-content.interface-display {
    padding-bottom: 63px;
  }
}

@media only screen and (max-width: 735px) {
  .section-content.interface-display {
    padding-bottom: 70px;
  }
}

.section-headline {
  font-size: 52px;
  line-height: 1.07724;
  font-weight: 200;
  letter-spacing: -0.016em;
}

html.ie8 .section-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .section-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.008em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.section-headline:lang(ar) {
  line-height: 1.34655;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ar) {
    line-height: 1.35;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(ar) {
    line-height: 1.34375;
  }
}

.section-headline:lang(ja) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

.section-headline:lang(ko) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

.section-headline:lang(th) {
  line-height: 1.17308;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(th) {
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(th) {
    line-height: 1.21875;
  }
}

.section-headline:lang(zh) {
  font-size: 48px;
  line-height: 1.10417;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(zh) {
    font-size: 38px;
    line-height: 1.21053;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(zh) {
    font-size: 30px;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline-break {
    display: none;
  }
}

.section-copy {
  margin-bottom: 2.3em;
}

@media only screen and (max-width: 1068px) {
  .section-copy {
    margin-bottom: 0.3em;
  }
}

@media only screen and (max-width: 735px) {
  .section-copy {
    margin-bottom: 2.3em;
  }
}

.subsection-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (min-width: 1442px) {
  .subsection-content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
}

@media only screen and (max-width: 1068px) {
  .subsection-content {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.subsection-headline {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .subsection-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.subsection-headline:lang(ar) {
  line-height: 1.34375;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(ar) {
    line-height: 1.39286;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(ar) {
    line-height: 1.375;
  }
}

.subsection-headline:lang(th) {
  line-height: 1.21875;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(th) {
    line-height: 1.25;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(th) {
    line-height: 1.29167;
  }
}

.subsection-headline:lang(zh) {
  font-size: 30px;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(zh) {
    font-size: 26px;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(zh) {
    font-size: 22px;
  }
}

.elevated-headline {
  font-size: 80px;
  line-height: 1.15;
  font-weight: 200;
  letter-spacing: -0.024em;
}

html.ie8 .elevated-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 200;
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline {
    font-size: 52px;
    line-height: 1.07724;
    font-weight: 200;
    letter-spacing: -0.016em;
  }
}

.elevated-headline:lang(ar) {
  line-height: 1.35;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline:lang(ar) {
    line-height: 1.34375;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline:lang(ar) {
    line-height: 1.34655;
    letter-spacing: 0em;
  }
}

.elevated-headline:lang(ja) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

.elevated-headline:lang(ko) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

.elevated-headline:lang(th) {
  line-height: 1.25;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline:lang(th) {
    line-height: 1.17188;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline:lang(th) {
    line-height: 1.17308;
    letter-spacing: 0em;
  }
}

.elevated-headline:lang(zh) {
  font-size: 76px;
  line-height: 1.10574;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-headline:lang(zh) {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-headline:lang(zh) {
    font-size: 48px;
    line-height: 1.10417;
    letter-spacing: 0em;
  }
}

.elevated-subhead {
  font-size: 44px;
  line-height: 1.09091;
  font-weight: 300;
  letter-spacing: -0.01em;
}

html.ie8 .elevated-subhead {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.008em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-subhead {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.elevated-subhead:lang(ar) {
  line-height: 1.34091;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead:lang(ar) {
    line-height: 1.35;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-subhead:lang(ar) {
    line-height: 1.34375;
  }
}

.elevated-subhead:lang(ja) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead:lang(ja) {
    letter-spacing: 0em;
  }
}

.elevated-subhead:lang(ko) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead:lang(ko) {
    letter-spacing: 0em;
  }
}

.elevated-subhead:lang(th) {
  line-height: 1.20455;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead:lang(th) {
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-subhead:lang(th) {
    line-height: 1.21875;
  }
}

.elevated-subhead:lang(zh) {
  font-size: 42px;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .elevated-subhead:lang(zh) {
    font-size: 38px;
    line-height: 1.21053;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-subhead:lang(zh) {
    font-size: 30px;
  }
}

.elevated-intro {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .elevated-intro {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .elevated-intro {
    font-size: 26px;
    line-height: 1.15385;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-intro {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.elevated-intro:lang(ar) {
  line-height: 1.39286;
}

@media only screen and (max-width: 1068px) {
  .elevated-intro:lang(ar) {
    line-height: 1.34635;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-intro:lang(ar) {
    line-height: 1.375;
  }
}

.elevated-intro:lang(th) {
  line-height: 1.25;
}

@media only screen and (max-width: 1068px) {
  .elevated-intro:lang(th) {
    line-height: 1.26927;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-intro:lang(th) {
    line-height: 1.29167;
  }
}

.elevated-intro:lang(zh) {
  font-size: 26px;
}

@media only screen and (max-width: 1068px) {
  .elevated-intro:lang(zh) {
    font-size: 24px;
  }
}

@media only screen and (max-width: 735px) {
  .elevated-intro:lang(zh) {
    font-size: 22px;
  }
}

.hero-headline {
  font-size: 64px;
  line-height: 1.0625;
  font-weight: 200;
  letter-spacing: -0.02em;
}

html.ie8 .hero-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .hero-headline {
    font-size: 52px;
    line-height: 1.07724;
    font-weight: 200;
    letter-spacing: -0.016em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.008em;
  }
}

.hero-headline:lang(ar) {
  line-height: 1.34375;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-headline:lang(ar) {
    line-height: 1.34655;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline:lang(ar) {
    line-height: 1.35;
    letter-spacing: 0em;
  }
}

.hero-headline:lang(ja) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

.hero-headline:lang(ko) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

.hero-headline:lang(th) {
  line-height: 1.17188;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-headline:lang(th) {
    line-height: 1.17308;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline:lang(th) {
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

.hero-headline:lang(zh) {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-headline:lang(zh) {
    font-size: 48px;
    line-height: 1.10417;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-headline:lang(zh) {
    font-size: 38px;
    line-height: 1.21053;
    letter-spacing: 0em;
  }
}

.hero-subhead {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.008em;
}

html.ie8 .hero-subhead {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .hero-subhead {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .hero-subhead {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.hero-subhead:lang(ar) {
  line-height: 1.35;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-subhead:lang(ar) {
    line-height: 1.34375;
  }
}

@media only screen and (max-width: 735px) {
  .hero-subhead:lang(ar) {
    line-height: 1.39286;
  }
}

.hero-subhead:lang(ja) {
  letter-spacing: 0em;
}

.hero-subhead:lang(ko) {
  letter-spacing: 0em;
}

.hero-subhead:lang(th) {
  line-height: 1.2;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-subhead:lang(th) {
    line-height: 1.21875;
  }
}

@media only screen and (max-width: 735px) {
  .hero-subhead:lang(th) {
    line-height: 1.25;
  }
}

.hero-subhead:lang(zh) {
  font-size: 38px;
  line-height: 1.21053;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .hero-subhead:lang(zh) {
    font-size: 30px;
  }
}

@media only screen and (max-width: 735px) {
  .hero-subhead:lang(zh) {
    font-size: 26px;
  }
}

.section-headline {
  font-size: 52px;
  line-height: 1.07724;
  font-weight: 200;
  letter-spacing: -0.016em;
}

html.ie8 .section-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .section-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.008em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.section-headline:lang(ar) {
  line-height: 1.34655;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ar) {
    line-height: 1.35;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(ar) {
    line-height: 1.34375;
  }
}

.section-headline:lang(ja) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ja) {
    letter-spacing: 0em;
  }
}

.section-headline:lang(ko) {
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(ko) {
    letter-spacing: 0em;
  }
}

.section-headline:lang(th) {
  line-height: 1.17308;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(th) {
    line-height: 1.2;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(th) {
    line-height: 1.21875;
  }
}

.section-headline:lang(zh) {
  font-size: 48px;
  line-height: 1.10417;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .section-headline:lang(zh) {
    font-size: 38px;
    line-height: 1.21053;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .section-headline:lang(zh) {
    font-size: 30px;
  }
}

.subsection-headline {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.008em;
}

html.ie8 .subsection-headline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.subsection-headline:lang(ar) {
  line-height: 1.35;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(ar) {
    line-height: 1.34375;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(ar) {
    line-height: 1.39286;
  }
}

.subsection-headline:lang(ja) {
  letter-spacing: 0em;
}

.subsection-headline:lang(ko) {
  letter-spacing: 0em;
}

.subsection-headline:lang(th) {
  line-height: 1.2;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(th) {
    line-height: 1.21875;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(th) {
    line-height: 1.25;
  }
}

.subsection-headline:lang(zh) {
  font-size: 38px;
  line-height: 1.21053;
  letter-spacing: 0em;
}

@media only screen and (max-width: 1068px) {
  .subsection-headline:lang(zh) {
    font-size: 30px;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-headline:lang(zh) {
    font-size: 26px;
  }
}

.subsection-subheadline {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .subsection-subheadline {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .subsection-subheadline {
    font-size: 28px;
    line-height: 1.14286;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-subheadline {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.subsection-subheadline:lang(ar) {
  line-height: 1.34375;
}

@media only screen and (max-width: 1068px) {
  .subsection-subheadline:lang(ar) {
    line-height: 1.39286;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-subheadline:lang(ar) {
    line-height: 1.375;
  }
}

.subsection-subheadline:lang(th) {
  line-height: 1.21875;
}

@media only screen and (max-width: 1068px) {
  .subsection-subheadline:lang(th) {
    line-height: 1.25;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-subheadline:lang(th) {
    line-height: 1.29167;
  }
}

.subsection-subheadline:lang(zh) {
  font-size: 30px;
}

@media only screen and (max-width: 1068px) {
  .subsection-subheadline:lang(zh) {
    font-size: 26px;
  }
}

@media only screen and (max-width: 735px) {
  .subsection-subheadline:lang(zh) {
    font-size: 22px;
  }
}

.table-label {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .table-label {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .table-label {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.table-label:lang(ar) {
  line-height: 1.39286;
}

@media only screen and (max-width: 1068px) {
  .table-label:lang(ar) {
    line-height: 1.375;
  }
}

.table-label:lang(th) {
  line-height: 1.25;
}

@media only screen and (max-width: 1068px) {
  .table-label:lang(th) {
    line-height: 1.29167;
  }
}

.table-label:lang(zh) {
  font-size: 26px;
}

@media only screen and (max-width: 1068px) {
  .table-label:lang(zh) {
    font-size: 22px;
  }
}

.smallblock-headline {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0em;
}

html.ie8 .smallblock-headline, html.ie8 .caption-headline {
  font-family: "Myriad Set Pro 600", "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline {
  font-weight: normal;
}

html.ie8 .smallblock-headline:lang(ar), html.ie8 .caption-headline:lang(ar) {
  font-family: "Gulf 600", "Gulf", "Myriad Set Pro 600", "Myriad Set Pro", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(ja-JP), html.ie8 .caption-headline:lang(ja-JP) {
  font-family: "Apple TP 600", "Apple TP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(ko-KR), html.ie8 .caption-headline:lang(ko-KR) {
  font-family: "Yoon Gothic 600", "Yoon Gothic", "Apple Gothic", "HY Gulim", "MalgumGothic", "HY Dotum", "Lexi Gulim", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(th-TH), html.ie8 .caption-headline:lang(th-TH) {
  font-family: "Sukhumvit Set 600", "Sukhumvit Set", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(zh-CN), html.ie8 .caption-headline:lang(zh-CN) {
  font-family: "HanHei SC 600", "HanHei SC", "PingHei 600", "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(zh-HK), html.ie8 .caption-headline:lang(zh-HK) {
  font-family: "HanHei TC 600", "HanHei TC", "MHei 600", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(zh-MO), html.ie8 .caption-headline:lang(zh-MO) {
  font-family: "HanHei TC 600", "HanHei TC", "MHei 600", "MHei", "PingFang HK", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ie8 .smallblock-headline:lang(zh-TW), html.ie8 .caption-headline:lang(zh-TW) {
  font-family: "HanHei TC 600", "HanHei TC", "MHei 600", "MHei", "PingFang TC", "STHeitiTC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.smallblock-headline:lang(zh) {
  font-size: 15px;
  line-height: 1.8;
}

.smallblock-copy {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
}

.smallblock-copy:lang(zh) {
  font-size: 15px;
  line-height: 1.8;
}

.caption-headline {
  font-size: 14px;
  line-height: 1.28583;
  font-weight: 600;
  letter-spacing: 0em;
}

html.ie8 .caption-headline {
  font-weight: normal;
}

.caption-headline:lang(ar) {
  line-height: 1.5;
}

.caption-headline:lang(zh) {
  font-size: 13px;
}

.caption-copy {
  font-size: 14px;
  line-height: 1.28583;
  font-weight: 400;
  letter-spacing: 0em;
}

.caption-copy:lang(ar) {
  line-height: 1.5;
}

.caption-copy:lang(zh) {
  font-size: 13px;
}

.intro {
  font-size: 24px;
  line-height: 1.33349;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .intro {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .intro {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .intro {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.intro:lang(ar) {
  line-height: 1.5;
}

@media only screen and (max-width: 1068px) {
  .intro:lang(ar) {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 735px) {
  .intro:lang(ar) {
    line-height: 1.5;
  }
}

.intro:lang(zh) {
  font-size: 22px;
  line-height: 1.59091;
}

@media only screen and (max-width: 1068px) {
  .intro:lang(zh) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .intro:lang(zh) {
    font-size: 18px;
  }
}

.eyebrow-subsection {
  font-size: 18px;
  line-height: 1.4446;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-subsection {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-subsection {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0em;
  }
}

.eyebrow-subsection:lang(ar) {
  line-height: 1.5;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-subsection:lang(ar) {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-subsection:lang(ar) {
    line-height: 1.5;
  }
}

.eyebrow-subsection:lang(zh) {
  font-size: 17px;
  line-height: 1.82353;
}

@media only screen and (max-width: 1068px) {
  .eyebrow-subsection:lang(zh) {
    font-size: 17px;
    line-height: 1.82353;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-subsection:lang(zh) {
    font-size: 17px;
    line-height: 1.82353;
  }
}

@media only screen and (max-width: 1068px) {
  .eyebrow-subsection {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 735px) {
  .eyebrow-subsection {
    margin-bottom: 2px;
  }
}

.eyebrow-subsection + * {
  margin-top: 0;
}

.center-content {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}

@media only screen and (max-width: 735px) {
  .center-content {
    float: left;
    display: block;
    vertical-align: inherit;
  }
}

@media only screen and (min-width: 1442px) {
  .extended {
    width: 1123px;
  }
}

.grid#program-guide-evergreen {
  display: none;
}

.no-js .grid#program-guide-evergreen, .ie8 .grid#program-guide-evergreen {
  display: block;
}

.grid#program-guide-evergreen .large-12 .copy {
  display: table;
}

.grid#program-guide-evergreen .large-12 .copy .column {
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}

@media only screen and (max-width: 735px) {
  .grid#program-guide-evergreen .large-12 .copy .column {
    float: left;
    display: block;
    vertical-align: inherit;
  }
}

@media only screen and (max-width: 735px) {
  .grid {
    max-width: 414px;
    margin: 0 auto;
  }
}

.grid .inner {
  margin-bottom: 78px;
}

@media only screen and (max-width: 735px) {
  .grid .inner {
    margin-bottom: 72px;
  }
}

.grid figure {
  border: 1px solid #EAEAEA;
}

@media only screen and (max-width: 735px) {
  .grid figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
}

.grid img {
  border: 1px solid #EAEAEA;
}

.grid .large-6 figure {
  width: 475px;
  height: 475px;
  background-size: 475px 475px;
}

@media only screen and (min-width: 1442px) {
  .grid .large-6 figure {
    width: 546px;
    height: 546px;
    background-size: 546px 546px;
  }
}

@media only screen and (max-width: 1068px) {
  .grid .large-6 figure {
    width: 336px;
    height: 336px;
    background-size: 336px 336px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .large-6 figure {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    box-sizing: border-box;
    background-size: 100% 100%;
  }
}

.grid .large-6 img {
  width: 475px;
  height: 475px;
}

@media only screen and (min-width: 1442px) {
  .grid .large-6 img {
    width: 546px;
    height: 546px;
  }
}

@media only screen and (max-width: 1068px) {
  .grid .large-6 img {
    width: 336px;
    height: 336px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .large-6 img {
    width: 100%;
    height: auto;
    paddingbottom: 100%;
  }
}

.grid .large-12 figure {
  width: 980px;
  height: 530px;
}

@media only screen and (min-width: 1442px) {
  .grid .large-12 figure {
    width: 1123px;
    height: 608px;
    background-size: 100%;
  }
}

@media only screen and (max-width: 1068px) {
  .grid .large-12 figure {
    width: 692px;
    height: 376px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .large-12 figure {
    width: 100%;
    height: auto;
    paddingbottom: 100%;
  }
}

.grid .large-12 img {
  width: 980px;
  height: auto;
}

@media only screen and (min-width: 1442px) {
  .grid .large-12 img {
    width: 1123px;
    height: 608px;
    background-size: 100%;
  }
}

@media only screen and (max-width: 1068px) {
  .grid .large-12 img {
    width: 692px;
    height: auto;
  }
}

@media only screen and (max-width: 735px) {
  .grid .large-12 img {
    width: 100%;
    height: auto;
    paddingbottom: 100%;
  }
}

.grid .right {
  margin-left: 15px;
}

@media only screen and (max-width: 1068px) {
  .grid .right {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .right {
    margin-left: 0;
  }
}

.grid .more-shows {
  margin-top: 50px;
}

@media only screen and (max-width: 1068px) {
  .grid .more-shows {
    margin-top: 0;
  }
}

.grid .copy {
  margin-top: 30px;
}

@media only screen and (max-width: 1068px) {
  .grid .copy {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy {
    margin-top: 24px;
  }
}

.grid .copy .hero-subhead {
  margin-bottom: 0;
}

.grid .copy .description {
  font-weight: 300;
  margin-bottom: 0;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .description {
    margin-top: 4px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .description {
    margin-top: 20px;
  }
}

.grid .copy .description.no-eyebrow {
  margin-top: 15px;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .description.no-eyebrow {
    margin-top: 9px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .description.no-eyebrow {
    margin-top: 0;
  }
}

.grid .copy .eyebrow-subsection {
  font-size: 24px;
  line-height: 1.33349;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .grid .copy .eyebrow-subsection {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .eyebrow-subsection {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .eyebrow-subsection {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.grid .copy .eyebrow-subsection:lang(ar) {
  line-height: 1.5;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .eyebrow-subsection:lang(ar) {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .eyebrow-subsection:lang(ar) {
    line-height: 1.5;
  }
}

.grid .copy .eyebrow-subsection:lang(zh) {
  font-size: 22px;
  line-height: 1.59091;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .eyebrow-subsection:lang(zh) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .eyebrow-subsection:lang(zh) {
    font-size: 18px;
  }
}

.grid .copy .cta {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
  color: #888888;
}

.grid .copy .cta:lang(zh) {
  font-size: 15px;
  line-height: 1.8;
}

.grid .copy .cta.icon-playcircle {
  margin-right: 23px;
}

@media only screen and (max-width: 1068px) {
  .grid .copy .cta.icon-playcircle {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 735px) {
  .grid .copy .cta.icon-playcircle {
    display: block;
  }
}

.card-hero {
  height: 100vh;
  min-height: 835px;
  background-color: #333333;
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}

.card-hero .card-fade {
  will-change: opacity;
  -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
          transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.card-hero .section-content {
  height: 100%;
  position: relative;
}

.card-hero .copy-wrapper {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: white;
}

.card-hero .copy-wrapper .cta {
  color: white;
}

@-webkit-keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes chapternav-slidein {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.chapternav-item {
  -webkit-animation: chapternav-slidein 350ms backwards;
          animation: chapternav-slidein 350ms backwards;
}

.chapternav-item-music .chapternav-icon {
  background-size: 28px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_large.svg");
}

html.no-svg .chapternav-item-music .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_large.png");
}

.theme-dark .chapternav-item-music .chapternav-icon {
  background-size: 28px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_dark_large.svg");
}

html.no-svg .theme-dark .chapternav-item-music .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/apple_music_dark_large.png");
}

.chapternav-item-itunes .chapternav-icon {
  background-size: 31px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_large.svg");
}

html.no-svg .chapternav-item-itunes .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_large.png");
}

.theme-dark .chapternav-item-itunes .chapternav-icon {
  background-size: 31px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_dark_large.svg");
}

html.no-svg .theme-dark .chapternav-item-itunes .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_dark_large.png");
}

.chapternav-item-ipod .chapternav-icon {
  background-size: 23px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_large.svg");
}

html.no-svg .chapternav-item-ipod .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_large.png");
}

.theme-dark .chapternav-item-ipod .chapternav-icon {
  background-size: 23px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_dark_large.svg");
}

html.no-svg .theme-dark .chapternav-item-ipod .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/ipod_dark_large.png");
}

.chapternav-item-accessories .chapternav-icon {
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_large.svg");
}

html.no-svg .chapternav-item-accessories .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_large.png");
}

.theme-dark .chapternav-item-accessories .chapternav-icon {
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_dark_large.svg");
}

html.no-svg .theme-dark .chapternav-item-accessories .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/accessories_dark_large.png");
}

.chapternav-item-cards .chapternav-icon {
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_large.svg");
}

html.no-svg .chapternav-item-cards .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_large.png");
}

.theme-dark .chapternav-item-cards .chapternav-icon {
  background-size: 33px 54px;
  background-repeat: no-repeat;
  background-image: url("/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_dark_large.svg");
}

html.no-svg .theme-dark .chapternav-item-cards .chapternav-icon {
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/gift_cards_dark_large.png");
}

.chapternav.theme-dark {
  background-color: rgba(26, 26, 26, 0.7);
}

html.ie8 .chapternav.theme-dark {
  background-color: #141414;
}

.chapternav .chapternav-items .chapternav-item {
  margin: 0;
}

.chapternav .chapternav-items .chapternav-item-music {
  padding-left: 8px;
}

.chapternav .chapternav-items .chapternav-item-itunes {
  padding-left: 20px;
  padding-right: 54px;
}

.chapternav .chapternav-items .chapternav-item-ipod {
  padding-right: 35px;
  padding-left: 0;
}

.chapternav .chapternav-items .chapternav-item-ipod .chapternav-label {
  position: relative;
  left: -2px;
  padding-left: 2px;
}

.chapternav .chapternav-items .chapternav-item-accessories {
  padding-left: 3px;
}

.chapternav .chapternav-items .chapternav-item-cards {
  padding-left: 14px;
  padding-right: 3px;
}

.page-overview #ac-globalnav {
  background-color: rgba(51, 51, 51, 0.6);
}

@media only screen and (max-width: 735px) {
  .page-overview .section-content {
    width: 81.5%;
    max-width: 414px;
  }
}

.page-overview .section-hero .card-hero {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/family_hero_small_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero {
    background-position: center top;
    height: 782px;
    min-height: 782px;
  }
  .page-overview .section-hero .card-hero .section-content .copy-wrapper {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero {
    height: 665px;
    min-height: 665px;
  }
  .page-overview .section-hero .card-hero .section-content .copy-wrapper {
    padding-top: 130px;
  }
}

.page-overview .section-hero .card-hero .hero-wrapper {
  padding-top: 193px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-wrapper {
    padding-top: 219px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .hero-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

html.ie8 .page-overview .section-hero .card-hero .copy-wrapper {
  margin-top: 250px;
}

.page-overview .section-hero .card-hero .image-apple-music-logo {
  width: 175px;
  height: 42px;
  background-size: 175px 42px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .image-apple-music-logo {
    width: 151px;
    height: 36px;
    background-size: 151px 36px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .image-apple-music-logo {
    width: 125px;
    height: 30px;
    background-size: 125px 30px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-hero .card-hero .image-apple-music-logo {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apple_music_logo_small_2x.png");
  }
}

.page-overview .section-hero .card-hero h1 {
  margin-top: 11px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero h1 {
    margin-top: 11px;
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero h1 {
    margin-top: 12px;
    margin-bottom: 32px;
  }
}

.page-overview .section-hero .card-hero .small-only {
  display: none;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .small-only {
    display: block;
  }
}

.page-overview .section-hero .card-hero .hero-links p {
  margin-bottom: 22px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links p {
    margin-bottom: 18px;
  }
}

.page-overview .section-hero .card-hero .hero-links .cta .button {
  background: #FF365D;
  background-color: #FF365D;
  border: none;
}

.page-overview .section-hero .card-hero .hero-links .cta .button:hover {
  background: #FF466A;
  background-color: #FF466A;
}

.page-overview .section-hero .card-hero .hero-links .cta .button:active {
  background: #EB3256;
  background-color: #EB3256;
}

.page-overview .section-hero .card-hero .hero-links .cta.more {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0em;
}

.page-overview .section-hero .card-hero .hero-links .cta.more:lang(zh) {
  font-size: 15px;
  line-height: 1.8;
}

.page-overview .section-hero .card-hero .hero-links .intro {
  font-size: 24px;
  line-height: 1.33349;
  font-weight: 300;
  letter-spacing: 0em;
}

html.ie8 .page-overview .section-hero .card-hero .hero-links .intro {
  font-weight: normal;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links .intro {
    font-size: 22px;
    line-height: 1.36364;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .hero-links .intro {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: 0em;
  }
}

.page-overview .section-hero .card-hero .hero-links .intro:lang(ar) {
  line-height: 1.5;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links .intro:lang(ar) {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .hero-links .intro:lang(ar) {
    line-height: 1.5;
  }
}

.page-overview .section-hero .card-hero .hero-links .intro:lang(zh) {
  font-size: 22px;
  line-height: 1.59091;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links .intro:lang(zh) {
    font-size: 20px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-hero .card-hero .hero-links .intro:lang(zh) {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links .intro {
    font-size: 18px;
    line-height: 1.4446;
    font-weight: 400;
    letter-spacing: 0em;
  }
  .page-overview .section-hero .card-hero .hero-links .intro:lang(ar) {
    line-height: 1.5;
  }
  .page-overview .section-hero .card-hero .hero-links .intro:lang(zh) {
    font-size: 17px;
    line-height: 1.82353;
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-hero .card-hero .hero-links .intro {
    margin-bottom: 10px;
  }
}

.page-overview .section-hero .card-hero .hero-links .intro a {
  color: white;
}

.page-overview .section-only-apple-music {
  background-color: #f2f2f2;
  overflow: visible;
  padding: 0;
}

.page-overview .section-only-apple-music .platter {
  background-color: white;
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  top: -168px;
}

@media only screen and (min-width: 1442px) {
  .page-overview .section-only-apple-music .platter {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .platter {
    max-width: 730px;
    top: -68px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .platter {
    width: 81.5%;
    max-width: 414px;
    top: -45px;
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .platter .section-content {
    width: 100%;
    max-width: 414px;
  }
}

.page-overview .section-only-apple-music .platter .section-content .subsection-headline {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .platter .section-content .subsection-headline {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .platter .section-content .subsection-headline {
    margin-bottom: 17px;
  }
}

.page-overview .section-only-apple-music .image-apple-music-fest {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-apple-music-fest {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .image-apple-music-fest {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-apple-music-fest {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .image-apple-music-fest {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-apple-music-fest {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_apple_music_small_2x.jpg");
  }
}

.page-overview .section-only-apple-music .image-chance-the-rapper {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-chance-the-rapper {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .image-chance-the-rapper {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-chance-the-rapper {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .image-chance-the-rapper {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-chance-the-rapper {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_chance_small_2x.jpg");
  }
}

.page-overview .section-only-apple-music .image-frank-ocean {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-frank-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .image-frank-ocean {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-frank-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .image-frank-ocean {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-frank-ocean {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_ocean_small_2x.jpg");
  }
}

.page-overview .section-only-apple-music .image-britney-spears {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-britney-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .image-britney-spears {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-britney-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .image-britney-spears {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-britney-spears {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_spears_small_2x.jpg");
  }
}

.page-overview .section-only-apple-music .image-taylor-swift {
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_large.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-taylor-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-only-apple-music .image-taylor-swift {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-taylor-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-only-apple-music .image-taylor-swift {
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-only-apple-music .image-taylor-swift {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/grid_swift_small_2x.jpg");
  }
}

.page-overview .section-billboard.full {
  padding: 0;
  position: relative;
}

.page-overview .section-billboard.full .section-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.full .section-content {
    top: 78%;
  }
}

.page-overview .section-billboard .copy-wrapper {
  color: #333333;
}

.page-overview .section-billboard .copy-wrapper .subsection-headline {
  margin-bottom: 14px;
}

.page-overview .section-billboard .copy-wrapper .eyebrow {
  margin-bottom: 12px;
}

.page-overview .section-billboard .copy-wrapper .more {
  color: #333333;
  font-weight: 300;
}

.page-overview .section-billboard.airpods {
  background-color: #F5FDF1;
  padding-top: 35px;
}

.page-overview .section-billboard.airpods .small-viewable {
  display: none;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods .small-viewable {
    display: block;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods .small-hidden {
    display: none;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page-overview .section-billboard.airpods .image-wrapper {
    background-color: #EEF8E9;
    margin-bottom: 36px;
  }
}

.page-overview .section-billboard.airpods .airpods-graphic {
  width: 588px;
  height: 940px;
  background-size: 588px 940px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_large.png");
  left: 50%;
  margin-left: -294px;
  position: relative;
  margin-left: -207px;
  top: 17px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    width: 384px;
    height: 617px;
    background-size: 384px 617px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    width: 227px;
    height: 338px;
    background-size: 227px 338px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/airpods_small_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    left: 50%;
    margin-left: -192px;
    position: relative;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    left: 50%;
    margin-left: -113.5px;
    position: relative;
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    margin-left: -113px;
    top: 0;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.airpods .airpods-graphic {
    margin-top: 25px;
    margin-left: -108px;
  }
}

.page-overview .section-billboard.airpods .copy-wrapper .more {
  display: block;
}

.page-overview .section-billboard.ipod {
  background-color: #FFF1DE;
  padding-top: 156px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.ipod {
    padding-top: 45px;
    padding-bottom: 0;
  }
}

.page-overview .section-billboard.ipod .copy-wrapper {
  top: -42px;
}

.page-overview .section-billboard.ipod .ipod-graphic {
  width: 730px;
  height: 741px;
  background-size: 730px 741px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    width: 505px;
    height: 511px;
    background-size: 505px 511px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    width: 349px;
    height: 405px;
    background-size: 349px 405px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/ipod_small_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.ipod .ipod-graphic {
    margin-left: -200px;
    left: 50%;
    position: relative;
    top: -10px;
  }
}

.page-overview .section-billboard.accessories {
  background-color: #E9F7F8;
  padding-top: 123px;
  padding-bottom: 76px;
}

.page-overview .section-billboard.accessories .copy-wrapper {
  top: -28px;
}

.page-overview .section-billboard.accessories .accessories-graphic {
  width: 718px;
  height: 773px;
  background-size: 718px 773px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    width: 565px;
    height: 603px;
    background-size: 565px 603px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    width: 355px;
    height: 381px;
    background-size: 355px 381px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/accessories_small_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    margin-left: -80px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.accessories .accessories-graphic {
    position: relative;
    left: 50%;
    margin-left: -196px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.accessories {
    padding-top: 35px;
    padding-bottom: 12px;
  }
}

.page-overview .section-billboard.itunes {
  background-color: #FCE7E3;
  padding-top: 156px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.itunes {
    padding-top: 58px;
    padding-bottom: 40px;
  }
}

.page-overview .section-billboard.itunes .itunes-graphic {
  width: 1227px;
  height: 750px;
  background-size: 1227px 750px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_large.png");
  margin-left: -140px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    width: 828px;
    height: 498px;
    background-size: 828px 498px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    width: 614px;
    height: 369px;
    background-size: 614px 369px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/itunes_small_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    margin-left: -125px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.itunes .itunes-graphic {
    margin-left: -40px;
    margin-bottom: 5px;
  }
}

.page-overview .section-billboard.itunes .copy-wrapper {
  margin-top: -70px;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.itunes .copy-wrapper {
    margin-top: 0;
  }
}

.page-overview .section-billboard.itunes .copy-wrapper .more {
  display: block;
}

.page-overview .section-billboard.gift-cards {
  background-color: #FCEFFC;
  padding-top: 58px;
  padding-bottom: 27px;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.gift-cards {
    padding-bottom: 40px;
  }
}

.page-overview .section-billboard.gift-cards .gift-cards-graphic {
  width: 507px;
  height: 438px;
  background-size: 507px 438px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_large_2x.png");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    width: 299px;
    height: 259px;
    background-size: 299px 259px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_medium.png");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_medium_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    width: 302px;
    height: 261px;
    background-size: 302px 261px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/gift_cards_small_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-billboard.gift-cards .gift-cards-graphic {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps {
    padding-top: 58px;
    padding-bottom: 40px;
  }
}

.page-overview .section-apps .description {
  text-align: center;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .description {
    text-align: left;
  }
}

.page-overview .section-apps .description .subsection-headline {
  margin-bottom: 14px;
}

.page-overview .section-apps .description .eyebrow {
  margin-bottom: 12px;
}

.page-overview .section-apps .apps-graphic {
  width: 942px;
  height: 494px;
  background-size: 942px 494px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_large.jpg");
  margin-top: 62px;
  margin-bottom: 115px;
  margin-left: 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_large_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-apps .apps-graphic {
    width: 704px;
    height: 369px;
    background-size: 704px 369px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_medium.jpg");
  }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_medium_2x.jpg");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-graphic {
    width: 307px;
    height: 161px;
    background-size: 307px 161px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_small.jpg");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-graphic {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/apps_small_2x.jpg");
  }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-apps .apps-graphic {
    margin-top: 50px;
    margin-bottom: 87px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-graphic {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

.page-overview .section-apps .apps-container:before, .page-overview .section-apps .apps-container:after {
  display: block;
}

.page-overview .section-apps .apps-container:after {
  clear: none;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-apps .apps-container {
    margin-bottom: 65px;
  }
  .page-overview .section-apps .apps-container:before, .page-overview .section-apps .apps-container:after {
    display: table;
  }
  .page-overview .section-apps .apps-container:after {
    clear: both;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app {
    margin-bottom: 65px;
  }
}

.page-overview .section-apps .apps-container .app .apps-icon-music-memos {
  width: 70px;
  height: 85px;
  background-size: 70px 85px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-music-memos {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-music-memos {
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-music-memos {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_music_memos_small_2x.png");
  }
}

.page-overview .section-apps .apps-container .app .apps-icon-garage-band {
  width: 65px;
  height: 85px;
  background-size: 65px 85px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-garage-band {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-garage-band {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-garage-band {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_garage_band_small_2x.png");
  }
}

.page-overview .section-apps .apps-container .app .apps-icon-logic-pro {
  width: 67px;
  height: 77px;
  background-size: 67px 77px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_large.png");
  margin-top: 10px;
  margin-bottom: -2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-logic-pro {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-logic-pro {
    width: 52px;
    height: 60px;
    background-size: 52px 60px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-logic-pro {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_logic_pro_small_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-logic-pro {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.page-overview .section-apps .apps-container .app .apps-icon-main-stage {
  width: 65px;
  height: 80px;
  background-size: 65px 80px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_large.png");
  margin-top: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-main-stage {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-main-stage {
    width: 50px;
    height: 62px;
    background-size: 50px 62px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-apps .apps-container .app .apps-icon-main-stage {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icon_apps_main_stage_small_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .apps-icon-main-stage {
    margin-top: 0;
  }
}

.page-overview .section-apps .apps-container .app .subsection-subheadline {
  margin-top: 23px;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .subsection-subheadline {
    margin-top: 12px;
  }
}

.page-overview .section-apps .apps-container .app .copy-wrapper {
  padding-right: 32px;
}

@media only screen and (max-width: 735px) {
  .page-overview .section-apps .apps-container .app .copy-wrapper {
    padding-right: 0;
  }
}

.page-overview .section-apps .apps-container .app .more {
  color: #333333;
  display: block;
  font-weight: 300;
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-apps .apps-container .app .large-only {
    display: none;
  }
}

.page-overview .section-working-with .keyline-top {
  border-top: 1px solid #d6d6d6;
}

.page-overview .section-working-with .apps-icon-apple-music {
  width: 71px;
  height: 71px;
  background-size: 71px 71px;
  background-repeat: no-repeat;
  background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_large.png");
  margin-left: auto;
  margin-right: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-overview .section-working-with .apps-icon-apple-music {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_large_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-working-with .apps-icon-apple-music {
    width: 51px;
    height: 51px;
    background-size: 51px 51px;
    background-repeat: no-repeat;
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_small.png");
  }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
  .page-overview .section-working-with .apps-icon-apple-music {
    background-image: url("https://web-archive.nli.org.il/National_Library/20161130034600oe_/https://www.apple.com/v/music/c/images/overview/icons/itunes_icon_small_2x.png");
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-working-with .apps-icon-apple-music {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-working-with .subsection-subheadline {
    margin-top: 23px;
  }
}

.page-overview .section-working-with .more {
  color: #333333;
  display: block;
  font-weight: 300;
}
