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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Vodafone fonts */
@font-face {
  font-family: "VodafoneRgRegular";
  src: url("../fonts/eot_vodafonerg-webfont.eot");
  src: url("../fonts/eot_vodafonerg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/woff_vodafonerg-webfont.woff") format("woff"), url("../fonts/ttf_vodafonerg-webfont.ttf") format("truetype"), url("../fonts/svg_vodafonerg-webfont.svg#VodafoneRgRegular") format("svg");
}
@font-face {
  font-family: "VodafoneLtRegular";
  src: url("../fonts/eot_vodafonelt-webfont.eot");
  src: url("../fonts/eot_vodafonelt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ttf_vodafonelt-webfont.ttf") format("truetype"), url("../fonts/svg_vodafonelt-webfont.svg#VodafoneLtRegular") format("svg");
}
@font-face {
  font-family: "VodafoneRgBold";
  src: url("../fonts/eot_vodafonergbd-webfont.eot");
  src: url("../fonts/eot_vodafonergbd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/woff_vodafonergbd-webfont.woff") format("woff"), url("../fonts/ttf_vodafonergbd-webfont.ttf") format("truetype"), url("../fonts/svg_vodafonergbd-webfont.svg#VodafoneRgBold") format("svg");
}
@font-face {
  font-family: "VodafoneExBRegular";
  src: url("../fonts/eot_vodafoneexbd-webfont.eot");
  src: url("../../fonts/eot_vodafoneexbd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/woff_vodafoneexbd-webfont.woff") format("woff"), url("../fonts/ttf_vodafoneexbd-webfont.ttf") format("truetype"), url("../fonts/svg_vodafoneexbd-webfont.svg#VodafoneExBRegular") format("svg");
}
a {
  cursor: pointer;
}

body, html {
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  html {
    overflow: visible;
  }
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-weight: normal;
  font-size: 16px;
  font-family: "VodafoneRgRegular", sans-serif;
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "VodafoneRgRegular", sans-serif;
}

h1 {
  font-size: 45px;
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 45px;
}
@media only screen and (max-width: 320px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
}
@media only screen and (max-width: 320px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 28px;
}
@media only screen and (max-width: 320px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 320px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  color: #e60000;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 320px) {
  h6 {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
}

.sr-only {
  display: none;
}

.control {
  text-align: center;
  display: inline-block;
}
.control a {
  line-height: 16px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px 13px;
  position: relative;
  cursor: pointer;
  color: #333;
  display: block;
  text-decoration: none;
  border: none;
}
.control a i {
  transition: all 0.5s;
}
.control a:hover {
  cursor: pointer;
}
.control a:hover i {
  color: #e60000;
}

a.control {
  line-height: 16px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px 13px;
  position: relative;
  cursor: pointer;
  color: #333;
  display: block;
  text-decoration: none;
  border: none;
}

a.control i {
  transition: all 0.5s;
}

a.control:hover {
  cursor: pointer;
}

a.control:hover i {
  color: #e60000;
}

.wrapper-table {
  display: table;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.wrapper-table > .wrapper-row {
  display: table-row;
}
.wrapper-table > .wrapper-row > .wrapper-cell {
  position: relative;
  display: table-cell;
  height: 100%;
  bottom: 0px;
}

.page {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}

.page.active {
  display: block;
}

.rhombe {
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.rhombe img, .rhombe svg {
  width: 60px;
  height: 60px;
}
.rhombe a {
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
}
.rhombe .container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .rhombe img, .rhombe svg {
    width: 50px;
    height: 50px;
  }

  .rhombe a {
    top: 25px;
    left: 25px;
  }

  .page {
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rhombe img, .rhombe svg {
    width: 36px;
    height: 36px;
  }

  .rhombe a {
    top: 5px;
    left: 10px;
  }
}
body.show-close-button .close-button {
  display: block;
}

.welcome {
  overflow: hidden;
  overflow-y: scroll;
  background-image: url(../img/hero.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
.welcome .inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.welcome .title {
  margin: 0 auto;
  width: 500px;
  padding-top: 450px;
  padding-top: 50vh;
  color: white;
}
.welcome .title h1, .welcome .title p {
  text-align: center;
  margin: 0;
  padding: 0;
}
.welcome .title h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.welcome .title h1 small {
  letter-spacing: 2px;
  text-transform: none;
  font-size: 31.2px;
}
.welcome .title p {
  padding-top: 10px;
  font-size: 18.4px;
}
.welcome a.button {
  border-radius: 5px;
  display: inline-block;
  background: #3c3d3f;
  padding: 10px;
  color: white;
  line-height: 25px;
}
.welcome a.button svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: left;
}
.welcome a.button span {
  padding-left: 10px;
}
.welcome a.button:hover {
  background: #555659;
}
.welcome .cta {
  top: 20%;
  margin: 0 auto;
  width: 300px;
  color: white;
  text-align: center;
}
.welcome .toc-button {
  top: 30px;
  right: 1%;
}
@media only screen and (max-width: 767px) {
  .welcome .toc-button {
    display: none;
  }
  .welcome .title {
    width: 320px;
    top: 30px;
  }
  .welcome .title h1 {
    font-size: 31.2px;
  }
  .welcome .title h1 small {
    font-size: 17.6px;
  }
  .welcome .title p {
    padding-top: 5px;
    font-size: 12.8px;
  }
}

.is-animating .clip {
  height: 100%;
}

.toc {
  background: white;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  z-index: 150;
}
.toc a:hover {
  text-decoration: underline;
}
.toc .clip {
  width: 100%;
}
.toc .inner {
  padding-left: 120px;
  overflow-x: hidden;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 1%;
}
.toc .intro {
  margin-top: 35px;
  margin-bottom: 20px;
}
.toc .intro h2 {
  color: #e60000;
  margin: 0;
}
.toc .intro h3 {
  color: #333;
  margin: 0;
}
.toc .entries {
  position: relative;
  overflow: hidden;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  margin-left: -95px;
}
.toc .entries .entry {
  float: left;
  width: 23.75%;
  margin: 0.5%;
  color: #333;
}
.toc .entries .entry a, .toc .entries .entry a:visited {
  padding: 0.75%;
  display: block;
  color: #333;
  text-decoration: underline;
}
.toc .entries .entry h2, .toc .entries .entry h2 a {
  color: #e60000 !important;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  text-decoration: none;
}
.toc .entries .entry .head {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 45%;
}
.toc .entries .entry .head .img, .toc .entries .entry .head .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.toc .entries .entry .contents {
  padding: 3%;
  background: #FFFFFF;
  min-height: 295px;
}
.toc .entries .entry .contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.toc .entries .entry .contents ul a {
  padding: 6px 0;
}

.is-animating .toc {
  overflow-x: hidden !important;
}

@media screen and (max-width: 1023px) {
  .toc .entries .entry {
    width: 48.5%;
  }

  .toc .intro {
    margin-top: 25px;
  }

  .toc .inner {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .toc .inner {
    padding-top: 1%;
    padding-left: 1%;
  }
  .toc .intro {
    margin-top: 37px;
  }
  .toc .intro h2 {
    padding-top: 5px;
  }
  .toc .entries {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .toc .entries .entry {
    width: 98%;
    min-height: 0;
    margin-bottom: 1%;
  }
  .toc .entries .entry .contents {
    min-height: 0;
  }
}
.section {
  /** General Layout **/
  /** Theming **/
}
.section .header, .section .body, .section .background {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section .wrap {
  position: relative;
  min-height: 100%;
}
.section .container {
  position: relative;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.section .body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
}
.section .inner {
  position: absolute;
  min-height: 100%;
}
.section .background {
  width: 33.33333%;
}
.section .header .inner, .section .background {
  background: #cccccc;
}
.section .header .inner {
  left: 0;
  width: 33.33333%;
  padding-left: 120px;
}
.section .body .inner {
  overflow-x: hidden;
  right: 0;
  width: 66%;
}
.section .header .img, .section .header .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .header .img {
  z-index: 0;
}
.section .header .txt {
  z-index: 10;
}
.section .header img {
  width: 100%;
}
.section .header h2.mobile {
  display: none;
}
.section .header h2 {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 35px;
  margin-left: 120px;
  margin-right: 30px;
  color: white;
}
.section .header h2 img {
  argin-left: 25%;
  width: 70%;
}
.section .body .inner {
  padding: 35px 0;
}
.section .nav-wrapper {
  z-index: 300;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.section .nav-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1400px;
  margin: 0 auto;
}
.section .nav-right {
  position: absolute;
  width: 66.666666666%;
  height: 1px;
  right: 0;
  bottom: 0;
}
.section .nav-left {
  position: absolute;
  height: 1px;
  left: 0;
  width: 33.33333%;
  bottom: 0;
}
.section .nav-left .control, .section .nav-right .control {
  position: absolute;
  top: -50px;
}
.section .nav-left .control a, .section .nav-right .control a {
  background: white;
}
.section .nav-right .toc-button {
  display: none;
}
.section .control.next {
  right: 15px;
}
.section .control.prev {
  left: 0px;
}
.section .toc-button {
  left: auto !important;
  right: 10px;
}
.section .next, .section .prev {
  margin: 0 10px;
}
.section .next.hidden, .section .prev.hidden {
  display: none;
}
.section .toc-button {
  left: 1%;
}
.section .fade {
  display: none;
  position: absolute;
  background: white;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1179px) {
  .section .background, .section .header .inner {
    width: 25%;
  }
  .section .body .inner {
    width: 75%;
  }
  .section .nav-right {
    width: 75%;
  }
  .section .nav-left {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .section .rhombe a {
    left: 15px;
    top: 15px;
  }
  .section .background {
    display: none;
  }
  .section .header, .section .body, .section, .section .container, .section .inner, .section .wrap, .section .header .txt {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
  }
  .section .header, .section .header .inner, .section .header .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  .section .header {
    position: fixed;
    display: none;
    background: #cccccc;
    z-index: 400;
  }
  .section .header .img {
    width: 50%;
    bottom: auto;
    left: auto;
  }
  .section .body, .section .body .inner {
    min-height: 100vh;
  }
  .section .body, .section .body .inner {
    overflow: visible;
  }
  .section .body .inner {
    float: none;
    width: auto;
  }
  .section .content {
    box-sizing: content-box;
    width: auto;
    padding: 0;
  }
  .section .nav-right .toc-button {
    margin: 0 auto;
    display: block;
    right: auto;
    width: 175px;
  }
  .section .nav-right .control {
    position: relative;
    top: 5px;
  }
  .section .next {
    float: right;
  }
  .section .control.next {
    right: 0;
  }
  .section .prev {
    float: left;
  }
  .section .header h2.mobile {
    display: block;
  }
  .section h2.desktop {
    display: none;
  }
  .section .nav-right {
    background: white;
    height: 52px;
    width: 100%;
  }
  .section .nav-left {
    display: none;
  }
  .section .is-animating .nav-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section .rhombe a {
    left: 10px;
    top: 5px;
  }
  .section .header h2 {
    margin-left: 0;
  }
  .section .body, .section .body .inner {
    overflow: visible;
  }
  .section .body .content {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.is-animating .inner {
  overflow-y: hidden;
}

.content {
  max-width: 620px;
  padding: 0;
  padding-bottom: 90px;
  margin: 0 auto;
}
.content .edge {
  position: relative;
  height: 0;
  margin: 26px 0;
}
.content .edge iframe, .content .edge .spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  min-width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
.content .edge .spinner {
  text-align: center;
  padding-top: 20%;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  color: #e60000;
  font-family: "VodafoneRgRegular";
}
.content h3, .content h4 {
  font-size: 34px;
  margin: 24px 0;
}
.content h4, .content h3 {
  margin: 12px 0;
}
.content h3 {
  margin-top: 0;
  color: #333333;
  font-size: 17.6px;
}
.content h5 {
  font-size: 34px;
  margin: 16px 0;
}
.content h6 {
  margin-top: 0;
  color: #e60000;
  font-size: 17.6px;
}
.content p, .content ul {
  font-family: "VodafoneLtRegular";
  color: #333;
  font-size: 17.6px;
  line-height: 24px;
  margin: 24px 0;
}
.content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content ul a {
  padding: 6px 0;
}
.content a {
  color: #333;
  text-decoration: underline;
}
.content a:hover {
  color: #333333;
}
.content em, .content strong {
  font-style: normal;
  color: #e60000;
}
.content .img {
  display: block;
  text-align: center;
  /*
  @media only screen and (max-width: 768px) {
  	width: 100%;
  	height: auto;
  }
  */
}
@media only screen and (max-width: 767px) {
  .content h3 {
    margin-top: 12px;
    font-size: 16px;
  }
  .content h4, .content h5 {
    font-size: 17.6px;
    margin: 12px 0;
  }
  .content .edge {
    margin: 13px 0;
  }
  .content p, .content ul {
    font-size: 15.2px;
    line-height: 20px;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 451px) {
  .content h3 {
    margin-top: 15px;
    font-size: 12px;
  }
  .content h4, .content h5 {
    font-size: 12.8px;
    margin: 10px 0;
  }
  .content .edge {
    margin: 13px 0;
  }
  .content p, .content ul {
    font-size: 12px;
    line-height: 16px;
    margin: 12px 0;
  }
}
.content .app-visual {
  width: 100%;
  display: block;
  max-width: 400px;
  margin: 10px auto;
}
.content .app-qr {
  overflow: hidden;
  position: relative;
  max-width: 400px;
  margin: 40px auto;
}
.content .app-qr .app-qr-ios, .content .app-qr .app-qr-android {
  text-align: center;
  max-width: 150px;
}
.content .app-qr .app-qr-ios {
  float: left;
}
.content .app-qr .app-qr-android {
  float: right;
}
.content .app-qr img.app-qr-qr {
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}
.content .app-qr img.app-qr-button {
  height: 30px;
}
@media only screen and (max-width: 451px) {
  .content .app-qr .app-qr-ios, .content .app-qr .app-qr-android {
    float: none;
    margin: 0 auto;
  }
  .content .app-qr .app-qr-android {
    margin-bottom: 30px;
  }
}

#loading {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: white;
}
#loading .progress {
  width: 35%;
  position: absolute;
  height: 4px;
  left: -35%;
  background: #e60000;
}