/* Color Variables
-----------------------------------------------------------------------------------------------------------------------*/
/* Component Variables
-----------------------------------------------------------------------------------------------------------------------*/
/* Buttons -------------------------------*/
/* Steps ---------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
[grid-block]:before,
[grid-block]:after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 550px) {
  [grid] {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  [container] {
    max-width: 64em;
    width: 100%;
  }
  [grid-block~="gutter"] {
    margin-left: -35px;
  }
  [grid-block~="gutter"] [grid] {
    padding-left: 35px;
  }
  [grid~="1-2"] {
    width: 50%;
  }
  [grid~="1-3"] {
    width: 33.33333333%;
  }
  [grid~="2-3"] {
    width: 66.66666667%;
  }
  [grid~="1-4"] {
    width: 25%;
  }
  [grid~="2-4"] {
    width: 50%;
  }
  [grid~="3-4"] {
    width: 75%;
  }
  [grid~="1-5"] {
    width: 20%;
  }
  [grid~="2-5"] {
    width: 40%;
  }
  [grid~="3-5"] {
    width: 60%;
  }
  [grid~="4-5"] {
    width: 80%;
  }
  [grid~="1-6"] {
    width: 16.66666667%;
  }
  [grid~="2-6"] {
    width: 33.33333333%;
  }
  [grid~="3-6"] {
    width: 50%;
  }
  [grid~="4-6"] {
    width: 66.66666667%;
  }
  [grid~="5-6"] {
    width: 83.33333333%;
  }
  [grid~="1-10"] {
    width: 10%;
  }
  [grid~="2-10"] {
    width: 20%;
  }
  [grid~="3-10"] {
    width: 30%;
  }
  [grid~="4-10"] {
    width: 40%;
  }
  [grid~="5-10"] {
    width: 50%;
  }
  [grid~="6-10"] {
    width: 60%;
  }
  [grid~="7-10"] {
    width: 70%;
  }
  [grid~="8-10"] {
    width: 80%;
  }
  [grid~="9-10"] {
    width: 90%;
  }
  [grid~="1-12"] {
    width: 8.33333333%;
  }
  [grid~="2-12"] {
    width: 16.66666667%;
  }
  [grid~="3-12"] {
    width: 25%;
  }
  [grid~="4-12"] {
    width: 33.33333333%;
  }
  [grid~="5-12"] {
    width: 41.66666667%;
  }
  [grid~="6-12"] {
    width: 50%;
  }
  [grid~="7-12"] {
    width: 58.33333333%;
  }
  [grid~="8-12"] {
    width: 66.66666667%;
  }
  [grid~="9-12"] {
    width: 75%;
  }
  [grid~="10-12"] {
    width: 83.33333333%;
  }
  [grid~="11-12"] {
    width: 91.66666667%;
  }
}
@media screen and (max-width: 550px) {
  [container] {
    padding: 0 20px;
  }
}
img[responsive] {
  display: block;
  height: auto;
  width: 100%;
}
[container] {
  max-width: 1280px;
}
[container~="center"] {
  margin: auto;
}
[position~="center"] {
  display: block;
  margin: auto;
}
[position~="right"] {
  float: right;
}
[bar] {
  background: #282832;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #797e90;
  padding: .75em 1em;
  position: fixed;
  font-family: 'Roboto', sans-serif;
  top: 0;
  width: 100%;
  z-index: 1050;
  -webkit-transition: all 375ms cubic-bezier(0.4, 0.2, 0, 1);
  -moz-transition: all 375ms cubic-bezier(0.4, 0.2, 0, 1);
  -o-transition: all 375ms cubic-bezier(0.4, 0.2, 0, 1);
  transition: all 375ms cubic-bezier(0.4, 0.2, 0, 1);
}
.info-btn a {
  display:inline-block;
  cursor:pointer;
}
[bar].subtle {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  transform-origin: top center;
}
[bar] [languages] {
  position: relative;
}
[bar] [languages] .current {
  display: inline-block;
  cursor: pointer;
  padding: .5em .75em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -moz-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -o-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
}
[bar] [languages] .current:before {
  border-bottom: 2px solid #1565C0;
  bottom: -1px;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 75ms ease-out;
  -moz-transition: all 75ms ease-out;
  -o-transition: all 75ms ease-out;
  transition: all 75ms ease-out;
}
[bar] [languages] .current:hover {
  color: #9599a7;
}
[bar] [languages] .current:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: center center;
  -webkit-transition: all 75ms cubic-bezier(0.4, 0.2, 0, 1);
  -moz-transition: all 75ms cubic-bezier(0.4, 0.2, 0, 1);
  -o-transition: all 75ms cubic-bezier(0.4, 0.2, 0, 1);
  transition: all 75ms cubic-bezier(0.4, 0.2, 0, 1);
}
[bar] [languages] #options {
  background: #282832;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  list-style: none;
  position: absolute;
  top: -0.5em;
  width: 250px;
  z-index: 1050;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -moz-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -o-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  transform-origin: top left;
}
[bar] [languages] #options.active {
  box-shadow: -6px 6px 0 rgba(0, 0, 0, 0.075);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[bar] [languages] #options li {
  border-left: 0 solid transparent;
  cursor: pointer;
  padding: .75em 1em;
  text-transform: uppercase;
  -webkit-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -moz-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  -o-transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
  transition: all 125ms cubic-bezier(0.4, 0.2, 0, 1);
}
[bar] [languages] #options li.active {
  border-left: 5px solid #1565C0;
  color: #8e92a1;
}
[bar] [languages] #options li.active:hover {
  border-left: 5px solid #1565C0;
  color: #a3a6b3;
}
[bar] [languages] #options li:hover {
  border-left: 5px solid #4a4a5d;
  color: #a3a6b3;
}
@media (max-width: 550px) {
  [bar] {
    position: static;
  }
}
/* Less variables used to set the styling of the modal
----------------------------------------------------------------------------------------------------------------------*/
/* Modal styling
----------------------------------------------------------------------------------------------------------------------*/
.ui-modal {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.2, 0.4, 0, 1);
}
.ui-modal.active {
  opacity: 1;
  display: block;
}
.ui-modal.active .ui-dialog {
  display: block;
  -webkit-animation: slideIn 500ms cubic-bezier(0.2, 0.4, 0, 1);
}
.ui-modal .ui-dialog {
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-family: 'Cabin', sans-serif;
  padding: 20px;
  margin: 30px auto;
  max-width: 800px;
  width: 80%;
  position: relative;
}
.ui-modal .modal-content a {
  color: #4fc5c8;
  transition: all 500ms cubic-bezier(0.2, 0.4, 0, 1);
}
.ui-modal .modal-content a:hover {
  color: #72d8cd;
}
.ui-modal .ui-close {
  background: url(../images/close.png) center center no-repeat #1969b0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 20px;
  height: 40px;
  position: absolute;
  right: 21.222222px;
  top: 8.222222px;
  width: 40px;
  transition: all 500ms cubic-bezier(0.2, 0.4, 0, 1);
  z-index: 25;
}
.ui-modal .ui-close:hover {
  background-color: #1f84dd;
  -webkit-transform: rotate(90deg);
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: center center;
  }
  25% {
    -webkit-transform: scale(0);
    -webkit-transform-origin: center center;
  }
}
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -webkit-transform-origin: top center;
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  50% {
    opacity: .5;
    -webkit-transform: translateY(-50px);
  }
}
.ui-modal-page {
  overflow: hidden;
}
@media (max-width: 780px) {
  .ui-modal .ui-close {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    right: -4.777778px;
    top: -15.777778px;
  }
}
.pos-rel {
  position: relative;
}
[text~="center"] {
  text-align: center;
}
[text~="right"] {
  text-align: right;
}
body {
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Baumans', cursive;
}
* {
  outline: none;
}
a {
  text-decoration: none;
}
header {
  padding: 2em 0 0;
}
footer .terms {
  max-width: 446px;
}
.offer-text {
  margin-top: -85px;
}
@media (max-width: 550px) {
  header .brand-logo img {
    display: block;
    margin: auto;
    max-height: 50px;
  }
}
[button] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8c293+0,f58355+75 */
  background: #f8c293;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f8c293 0%, #f58355 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f8c293 0%, #f58355 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f8c293 0%, #f58355 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8c293', endColorstr='#f58355', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 6px 1px #c56c36;
  -moz-box-shadow: 0px 6px 1px #c56c36;
  box-shadow: 0px 6px 1px #c56c36;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  padding: 14px 50px;
  text-align: center;
  text-transform: none;
  transition: all 125ms linear;
  width: 210px;
  font-family: 'Lobster', cursive;
}
[button]:hover {
  background: #f8a685;
}
.pt-download [button],
.pt-play [button],
.de-download [button],
.de-play [button],
.fr-download [button],
.fr-play [button] {
  padding: 27px 50px;
}
[button~="blue"] {
  border: 3px solid #2196F3;
  background: #0c7cd5;
}
[button~="blue"]:hover {
  background: #2196f3;
  border-color: #6ab8f7;
}
[button~="purple"] {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85ddc5+1,4dda98+75 */
  background: #85ddc5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #85ddc5 1%, #4dda98 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #85ddc5 1%, #4dda98 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #85ddc5 1%, #4dda98 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85ddc5', endColorstr='#4dda98', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 6px 1px #31af80;
  -moz-box-shadow: 0px 6px 1px #31af80;
  box-shadow: 0px 6px 1px #31af80;
}
[button~="purple"]:hover {
  background: #77e3b0;
}
[button~="small"] {
  font-size: 1.8em;
  font-weight: 400;
  padding: 17px 100px;
}
[button~="fluid"] {
  display: block;
}
@media (max-width: 550px) {
  [button] {
    font-size: 1.8em;
    width: 160px;
  }
}
[steps] [step] [inner] {
  background: #F44336;
  padding: 10px;
}
[steps] [step] h3 {
  background: #f77066;
  color: white;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 5px;
  text-align: center;
}
[steps] [step] [content] {
  padding: 10px;
}
@media screen and (min-width: 550px) {
  [steps] [step] {
    padding-right: 5px;
  }
  [steps] [step]:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 550px) {
  [steps] [step] {
    margin-top: 5px;
  }
  [steps] [step]:first-child {
    margin-top: 0;
  }
}
body {
  background: url(../images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Baumans', cursive;
}
body h2,
body h3 {
  padding: 0;
  margin: 0;
}
body .content .right-content img {
  max-width: 520px;
  width: 100%;
}
body .content .left-content h2 {
  font-size: 75px;
  text-shadow: 2px 2px #ccc;
}
body .content .left-content h3 {
  font-size: 58px;
  color: #f06b72;
  font-family: 'Lobster', cursive;
}
body .content .left-content .line2 span {
  color: #fff;
  font-family: 'Baumans', cursive;
  text-shadow: 2px 2px #ccc;
}
body .content .left-content .cta {
  width: 840px;
  margin: 0 -32px;
}
body .content .left-content .koi-image img {
  max-width: 760px;
}
body .content .sv-offer h3 {
  font-size: 48px;
}
body .content .no-offer,
body .content .pt-offer,
body .content .fi-offer,
body .content .es-offer,
body .content .de-offer {
  margin-top: 50px;
}
body .content .no-offer h2,
body .content .pt-offer h2,
body .content .fi-offer h2,
body .content .es-offer h2,
body .content .de-offer h2 {
  font-size: 70px;
  line-height: 1;
}
body .content .no-offer h3,
body .content .pt-offer h3,
body .content .fi-offer h3,
body .content .es-offer h3,
body .content .de-offer h3 {
  font-size: 45px;
}
body .content .el-offer {
  margin-top: 50px;
}
body .content .el-offer h2 {
  font-size: 70px;
  line-height: 1;
}
body .content .el-offer h3 {
  font-size: 35px;
}
body .content .pt-play,
body .content .pt-download,
body .content .de-play,
body .content .de-download {
  font-size: 10px;
}
body .content .fr-play,
body .content .fr-download {
  font-size: 9px;
}
body .content .es-play,
body .content .es-download {
  font-size: 8px;
}
body .footer {
  background: #0e4037;
  position: fixed;
  bottom: 0;
  width: 100%;
}
body .footer .footer-bg {
  margin: 0 auto;
  text-align: center;
}
body .footer .footer-bg img {
  width: 100%;
  max-width: 1000px;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .left-content {
    margin-left: 71px;
    max-width: 660px;
  }
  .koi-image {
    display: none;
  }
  .info-btn {
    width: 650px;
    text-align: center;
    margin: 46px auto;
  }
}
@media (min-width: 990px) and (max-width: 1024px) {
  .content .left-content {
    width: 870px;
    text-align: center;
    margin-left: 100px;
  }
  .content .right-content {
    width: 990px;
  }
}
@media (max-width: 1024px) {
  body .brand-logo {
    text-align: center;
  }
  body .content .left-content .cta {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  body .content .left-content h2 {
    font-size: 60px;
  }
  body .content .left-content .info-btn {
    margin-top: 20px;
  }
  body .content .left-content .info-btn img {
    max-width: 70px;
  }
  body .content .right-content {
    text-align: center;
  }
  body .content .right-content img {
    max-width: 360px;
  }
  body .footer {
    position: relative;
    height: 80px;
  }
}
@media (max-width: 550px) {
  body .content .left-content h2 {
    font-size: 35px;
  }
  body .content .left-content h3 {
    font-size: 36px;
  }
  body .content .left-content .info-btn {
    margin-top: 20px;
  }
  body .content .left-content .info-btn img {
    max-width: 70px;
  }
  body .footer {
    position: relative;
    height: 70px;
  }
}
