@charset "UTF-8";
.legacy-website-isolated {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  /* Basic Starter */
  /* */
  /* Swiper */
  /* SimpleTabs */
  /* Cart */
  /* VIDEO */
  /* Modal */
  /* 	Syrinscape Online Landing Page
  Phase 01 */
  /* 	Mobile specific design tweaks */
  /* 	Desktop specific design tweaks */
  /* 	Wallpaper Artwork Download */
  /* Updated Download Page */
  /* Download Archive */
}
.legacy-website-isolated body, .legacy-website-isolated html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.legacy-website-isolated section, .legacy-website-isolated .container {
  width: 100%;
}
.legacy-website-isolated .full-height {
  height: 100%;
}
.legacy-website-isolated .centered {
  text-align: center;
}
.legacy-website-isolated .tabled {
  display: table;
}
.legacy-website-isolated .tabled-cell {
  display: table-cell;
  vertical-align: middle;
}
.legacy-website-isolated .white {
  background: #ffffff;
}
.legacy-website-isolated .ss-green {
  color: #39b54a;
}
.legacy-website-isolated .ss-green-bg {
  background-color: #39b54a;
}
.legacy-website-isolated .right {
  text-align: right;
}
.legacy-website-isolated sup {
  top: -4px;
}
.legacy-website-isolated a, .legacy-website-isolated .subscriber-dropdown button {
  color: #00bff3;
}
.legacy-website-isolated a, .legacy-website-isolated input, .legacy-website-isolated .subscriber-dropdown button {
  /* First we need to help some browsers along for this to work.
  Just because a vendor prefix is there, doesn't mean it will
  work in a browser made by that vendor either, it's just for
  future-proofing purposes I guess. */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
  outline: 0;
}
.legacy-website-isolated a:hover, .legacy-website-isolated input:hover, .legacy-website-isolated .subscriber-dropdown button:hover {
  color: #2a6496;
  opacity: 0.7;
}
.legacy-website-isolated a:hover, .legacy-website-isolated a:active, .legacy-website-isolated a:focus,
.legacy-website-isolated .subscriber-dropdown button:hover, .legacy-website-isolated .subscriber-dropdown button:active, .legacy-website-isolated .subscriber-dropdown button:focus {
  outline: 0;
  text-decoration: none;
}
.legacy-website-isolated input[type=password], .legacy-website-isolated input[type=text], .legacy-website-isolated input[type=email], .legacy-website-isolated textarea {
  line-height: normal;
  border: none;
  background: #ebebeb;
  /* Safari 5, Chrome support border-radius without vendor prefix.
  * FF 3.0/3.5/3.6, Mobile Safari 4.0.4 require vendor prefix.
  * No support in Safari 3/4, IE 6/7/8, Opera 10.0.
  */
  /*-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;*/
  /* Chrome, FF 4.0 support box-shadow without vendor prefix.
  * Safari 3/4/5 and FF 3.5/3.6 require vendor prefix.
  * No support in FF 3.0, IE 6/7/8, Opera 10.0, iPhone 3.
  * change the offsets, blur and color to suit your design.
  */
  /*-moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;*/
  /* using a bigger font for demo purposes so the box isn't too small */
  /*font-size: 20px;*/
  /* with a big radius/font there needs to be padding left and right
  * otherwise the text is too close to the radius.
  * on a smaller radius/font it may not be necessary
  */
  padding: 10px;
  /* only needed for webkit browsers which show a rectangular outline;
  * others do not do outline when radius used.
  * android browser still displays a big outline
  */
  outline: 0;
  /* this is needed for iOS devices otherwise a shadow/line appears at the
  * top of the input. depending on the ratio of radius to height it will
  * go all the way across the full width of the input and look really messy.
  * ensure the radius is no more than half the full height of the input,
  * and the following is set, and everything will render well in iOS.
  */
  -webkit-appearance: none;
  margin-right: 5px;
}
.legacy-website-isolated input:focus {
  /* supported IE8+ and all other browsers tested.
  * optional, but gives the input focues when selected.
  * change to a color that suits your design.
  */
  border-color: #339933;
}
.legacy-website-isolated .padded-60 {
  padding: 0 60px;
}
.legacy-website-isolated .padded-40 {
  padding: 0 40px;
}
.legacy-website-isolated ul, .legacy-website-isolated ol {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: 0;
  padding: 0;
}
.legacy-website-isolated body {
  background: #000 url('/static/img/BG-Base.jpg') no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
}
.legacy-website-isolated h1, .legacy-website-isolated h2, .legacy-website-isolated h3, .legacy-website-isolated h4, .legacy-website-isolated h5 {
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  margin: 0 0 20px 0;
}
.legacy-website-isolated h2.products-page-title {
  margin-bottom: 40px;
}
.legacy-website-isolated h2.voucher {
  margin-bottom: 40px;
}
.legacy-website-isolated .black {
  background: #333;
}
.legacy-website-isolated .row.black .col-md-12 {
  min-height: 0;
}
.legacy-website-isolated .full-width {
  width: 100%;
}
.legacy-website-isolated .container {
  max-width: 1280px;
}
.legacy-website-isolated .user-controls {
  float: right;
  margin-top: 12px;
  color: #ccc;
}
.legacy-website-isolated .subscriber-dropdown {
  float: right;
  margin-top: 6px;
}
.legacy-website-isolated .subscriber-dropdown.active > button {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: inherit !important;
}
.legacy-website-isolated .subscriber-dropdown.active > button > span.caret {
  border-top-color: #00bff3 !important;
  border-bottom-color: #00bff3 !important;
}
.legacy-website-isolated .subscriber-dropdown.expired > button {
  color: #fff !important;
  border-width: 0;
  background-color: #ff3030 !important;
}
.legacy-website-isolated .subscriber-dropdown.expired > button > span.caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu {
  padding: 12px;
  white-space: nowrap;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu h4 {
  margin: 15px 0 10px;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu h5 {
  font-size: 16px;
  margin: 15px 0 10px;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu p {
  margin: 10px 0;
  color: #666;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu .btn-renew {
  margin: 10px 0;
  font-size: 1.2em;
  font-family: "Homenaje", sans-serif;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu .btn-renew a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background: #39b54a;
  text-align: center;
  text-shadow: 0px 1px 2px black;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu .catalogue .product h4 {
  color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 20px;
}
.legacy-website-isolated .subscriber-dropdown .dropdown-menu .catalogue .product p {
  margin: 0;
}
.legacy-website-isolated .subscriber-dropdown-divider {
  color: #ccc;
  float: left;
  margin-top: 6px;
}
.legacy-website-isolated .topbar {
  margin-top: 46px;
}
.legacy-website-isolated .logo img {
  max-width: 100%;
}
.legacy-website-isolated .mobileNav {
  display: none;
}
.legacy-website-isolated .mainNav ul, .legacy-website-isolated .nav-collapse ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  margin-top: 45px;
  margin-right: 20px;
}
.legacy-website-isolated .mainNav ul li, .legacy-website-isolated .nav-collapse ul li {
  float: left;
  margin: 0 10px;
}
.legacy-website-isolated .mainNav ul li a, .legacy-website-isolated .nav-collapse ul li a {
  font-size: 22px;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  color: #333;
}
.legacy-website-isolated .mainNav ul li a:hover, .legacy-website-isolated .nav-collapse ul li a:hover {
  color: #777;
  text-decoration: none;
}
.legacy-website-isolated .js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.legacy-website-isolated .nav-collapse.opened {
  max-height: 9999px;
}
.legacy-website-isolated .disable-pointer-events {
  pointer-events: none !important;
}
.legacy-website-isolated .nav-toggle {
  color: black;
  font-size: 30px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.legacy-website-isolated .newsletter {
  padding-right: 45px;
  margin-top: -73px;
}
.legacy-website-isolated .newsletter-form {
  width: 100%;
  margin-top: 40px;
}
.legacy-website-isolated .newsletter-form input.email-address {
  border: 1px solid #ccc;
  margin: 0;
  padding: 12px;
  width: 70%;
}
.legacy-website-isolated .newsletter-form input.submit-btn {
  background: none repeat scroll 0 0 #39b54a;
  border: 0 none;
  color: #fff;
  margin: 0;
  padding: 13px;
  width: 28%;
}
.legacy-website-isolated ul.other-pages {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.legacy-website-isolated ul.other-pages li a {
  font-size: 22px;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  color: #333;
}
.legacy-website-isolated .message-container .col-md-12 {
  padding: 0;
}
.legacy-website-isolated ul.messages {
  margin: 0;
  padding: 30px 20px 10px 20px;
  list-style: none;
}
.legacy-website-isolated ul.messages i.fa {
  margin-right: 0.25em;
}
.legacy-website-isolated .voucher-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.legacy-website-isolated input.voucher-submit {
  margin: 0;
  padding: 10px;
  background: #39b54a;
  color: #fff;
}
.legacy-website-isolated .footerNav {
  width: 100%;
  text-align: center;
  margin: 60px 0 20px;
}
.legacy-website-isolated .footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy-website-isolated .footerNav ul li {
  display: inline;
  margin: 0 10px;
}
.legacy-website-isolated .footerNav ul li a {
  font-size: 16px;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  color: #333;
}
.legacy-website-isolated .copyright {
  text-align: center;
  font-size: 12px;
  color: #ccc;
  margin-bottom: 60px;
}
.legacy-website-isolated .subbanner {
  background: url('/static/img/Banner-1.jpg') no-repeat scroll center bottom rgba(0, 0, 0, 0);
  background-size: cover;
  height: 140px;
  color: #fff;
  text-shadow: 0px 1px 2px black;
}
.legacy-website-isolated .subbanner h1, .legacy-website-isolated .subbanner h2 {
  font-size: 37px;
  margin-left: 20px;
  margin-top: 50px;
  float: left;
}
.legacy-website-isolated .btn-download {
  margin-top: 20px;
}
.legacy-website-isolated .btn-download a,
.legacy-website-isolated input.btn-download,
.legacy-website-isolated .btn-download span.inner,
.legacy-website-isolated .btn-not-allowed {
  display: inline-block;
  line-height: normal;
  color: #fff;
  padding: 15px 20px;
  background: #39b54a;
  font-size: 26px;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
}
.legacy-website-isolated input.btn-download:disabled,
.legacy-website-isolated input.btn-download[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
}
.legacy-website-isolated .subbanner .btn-download {
  float: right;
  margin-top: 41px;
}
.legacy-website-isolated .appstores {
  height: 90px;
}
.legacy-website-isolated .appstores a {
  margin: 0 5px;
}
.legacy-website-isolated img.apple {
  height: 46px;
}
.legacy-website-isolated .slider {
  height: 300px;
}
.legacy-website-isolated .header {
  height: 46px;
  position: fixed;
  width: 100%;
  max-width: 1180px;
  z-index: 9999;
}
.legacy-website-isolated .social-links img {
  width: 30px;
  margin: 0 2px;
}
.legacy-website-isolated .video .col-md-12 {
  padding: 0;
}
.legacy-website-isolated .products, .legacy-website-isolated .product-page, .legacy-website-isolated .release-notes {
  padding: 60px 0 20px;
}
.legacy-website-isolated .page-title {
  padding: 60px 0 20px;
}
.legacy-website-isolated .page-content, .legacy-website-isolated .products {
  padding-bottom: 60px;
  min-height: 600px;
}
.legacy-website-isolated body#download .page-content {
  min-height: 0;
}
.legacy-website-isolated #sale-banner .inner {
  overflow: hidden;
  width: 100%;
}
.legacy-website-isolated #sale-banner img {
  width: 100%;
}
.legacy-website-isolated .subscription-block {
  margin: 0;
  margin-bottom: 60px;
  padding: 30px 10px;
  background: #333 url('/static/img/Banner-bw.jpg') center no-repeat;
  background-size: cover;
}
.legacy-website-isolated .subscription-block h3 {
  color: #fff;
  font-size: 30px;
}
.legacy-website-isolated .subscription-block p {
  color: #ccc;
}
.legacy-website-isolated .subscription-block .voucher p {
  display: inline;
}
.legacy-website-isolated .subscription-block .voucher a {
  margin-left: 8px;
}
.legacy-website-isolated .subscription-block .price_container {
  margin-bottom: 10px;
  margin-top: 20px;
  overflow: hidden;
}
.legacy-website-isolated .subscription-block .price {
  float: left;
  margin-bottom: 2px;
}
.legacy-website-isolated .subscription-block .price span.inner {
  display: inline-block;
  line-height: normal;
  background: none repeat scroll 0 0 #F5F5F5;
  color: #39B54A;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  padding: 15px 20px;
  margin-right: 2px;
}
.legacy-website-isolated .subscription-block .btn-download {
  margin-top: 0;
  float: left;
}
.legacy-website-isolated .subscription-block .price,
.legacy-website-isolated .subscription-block .btn-download a {
  font-size: 24px;
  transition: 0.2s;
}
.legacy-website-isolated .subscription-block .subscription-image {
  float: right;
  margin-left: 20px;
  width: 50%;
}
.legacy-website-isolated .subscription-block .price-grey span.inner,
.legacy-website-isolated .subscription-block .btn-not-allowed {
  background: none repeat scroll 0 0 #666;
  border: 0;
  color: #fff;
  font-family: "Homenaje", sans-serif;
  font-size: 26px;
  font-weight: normal;
  padding: 15px 20px;
}
.legacy-website-isolated .subscription-block .btn-subscribe {
  border: 0;
  background: #39B54A url('/static/img/horizontal_solution_PP.gif') right bottom no-repeat;
  color: #FFF;
  font-family: "Homenaje", sans-serif;
  font-size: 26px;
  font-weight: normal;
  padding: 15px 168px 15px 20px;
  margin-right: 2px;
  line-height: normal;
}
.legacy-website-isolated .subscription-block form#subscribe {
  margin-top: 38px;
}
.legacy-website-isolated .subscription-block form#subscribe input {
  background: none;
  padding: 7px;
}
.legacy-website-isolated .subscription-block h4.price {
  text-decoration: line-through;
}
.legacy-website-isolated .subscription-block .paypal_button {
  float: left;
  margin-bottom: 2px;
}
.legacy-website-isolated .subscription-block .subscription-terms {
  clear: left;
}
.legacy-website-isolated .products .featured-product {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 1000;
  color: gold;
  font-size: 18px;
  pointer-events: none;
}
.legacy-website-isolated .products .artwork-thumb {
  background-size: cover;
  height: 229px;
  background-position: center center;
}
.legacy-website-isolated .products .artwork-thumb a {
  display: block;
  height: 100%;
  width: 100%;
}
.legacy-website-isolated .promoted_product a {
  display: block;
}
.legacy-website-isolated .products .caption {
  height: 60px;
  color: #fff;
  margin-top: -2px;
}
.legacy-website-isolated .products .caption h4 {
  margin: 10px;
  font-size: 20px;
}
.legacy-website-isolated .products .caption h4 a {
  color: #fff;
}
.legacy-website-isolated .products .caption .price {
  color: #39B54A;
  margin: 10px;
  font-size: 20px;
  float: right;
}
.legacy-website-isolated .products .product-grid {
  margin-top: 60px;
  margin-bottom: 60px;
}
.legacy-website-isolated .row .row .row.product-grid {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}
.legacy-website-isolated .products img {
  width: 100%;
}
.legacy-website-isolated .products .add-to-cart {
  float: right;
  margin-top: 7px;
}
.legacy-website-isolated .products .overview .add-to-cart {
  float: left;
}
.legacy-website-isolated .products .overview .add-to-cart .price {
  background: #fff;
}
.legacy-website-isolated .products .add-to-cart .price {
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  font-size: 22px;
  padding: 10px 20px;
  color: #39B54A;
  background: #f5f5f5;
}
.legacy-website-isolated .add-to-cart form {
  display: inline;
}
.legacy-website-isolated .products .add-to-cart .btn-download, .legacy-website-isolated input.btn-download {
  display: inline;
  margin-top: 0;
}
.legacy-website-isolated .products .add-to-cart .btn-download a, .legacy-website-isolated input.btn-download {
  font-size: 22px;
  padding: 7px 20px;
  border: 0;
}
.legacy-website-isolated .products .overview {
  margin-top: 20px;
}
.legacy-website-isolated .row.downloads {
  margin-top: 20px;
  margin-bottom: 20px;
}
.legacy-website-isolated .main-download img {
  width: 100%;
}
.legacy-website-isolated .main-download .btn-download {
  float: left;
  margin-right: 5px;
}
.legacy-website-isolated .main-download hr {
  border-top: 1px solid #ccc;
}
.legacy-website-isolated .main-download .older-versions {
  margin-top: 1em;
}
.legacy-website-isolated .swiper-container {
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  background: #f1f1f1;
}
.legacy-website-isolated .swiper-wrapper .title {
  padding: 0 20%;
}
.legacy-website-isolated .swiper-wrapper .title h2 {
  margin-top: -20px;
}
.legacy-website-isolated .swiper-visible-switch {
  background: #aaa;
}
.legacy-website-isolated .swiper-active-switch {
  background: #fff;
}
.legacy-website-isolated .swiper-play-pause {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 10px;
  color: rgba(0, 0, 0, 0.25) !important;
}
.legacy-website-isolated .arrow-right {
  background: url('/static/img/bg_direction_nav.png');
  background-position: 81px 0;
  width: 81px;
  height: 72px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: 0;
}
.legacy-website-isolated .arrow-left {
  background: url('/static/img/bg_direction_nav.png');
  width: 81px;
  height: 72px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0;
}
.legacy-website-isolated .press-excerpt {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.legacy-website-isolated .press-date {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.legacy-website-isolated .press-kit-title {
  margin-top: 40px;
}
.legacy-website-isolated .media-asset, .legacy-website-isolated .press-preview {
  border-top: 1px solid #eee;
  clear: both;
  margin-right: 45px;
}
.legacy-website-isolated .media-asset-image {
  width: 30%;
  float: left;
}
.legacy-website-isolated .media-asset-descr {
  width: 70%;
  float: right;
}
.legacy-website-isolated .media-asset-descr p {
  margin: 20px;
}
.legacy-website-isolated .press-preview p.press-date {
  margin-top: 15px;
  margin-bottom: 5px;
}
.legacy-website-isolated .press-preview p.press-preview-title {
  margin: 0px 20px 15px 0;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}
.legacy-website-isolated .media-asset-image img {
  max-width: 100%;
  margin: 10px 0;
}
.legacy-website-isolated .media-feed {
  margin-top: 30px;
  padding-right: 0px;
}
.legacy-website-isolated a.rss {
  background: url('/static/img/rss.gif') center left no-repeat;
  margin: 3px 0;
  padding: 3px 0 3px 22px;
  display: block;
}
.legacy-website-isolated div.simpleTabs {
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.legacy-website-isolated ul.simpleTabsNavigation {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 7px;
}
.legacy-website-isolated ul.simpleTabsNavigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.legacy-website-isolated ul.simpleTabsNavigation li a {
  padding: 10px 20px;
  background: #FFF;
  font-size: 24px;
  text-decoration: none;
  font-family: "Homenaje", sans-serif;
  font-weight: normal;
}
.legacy-website-isolated ul.simpleTabsNavigation li a:hover {
  background-color: #F6F6F6;
}
.legacy-website-isolated ul.simpleTabsNavigation li a.current {
  background: #f5f5f5;
  color: #222;
}
.legacy-website-isolated div.simpleTabsContent {
  padding: 30px;
  background: #f5f5f5;
  display: none;
}
.legacy-website-isolated div.simpleTabsContent.currentTab {
  display: block;
}
.legacy-website-isolated .cart-table {
  margin: 0 0 30px 0;
}
.legacy-website-isolated .cart-table th {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.legacy-website-isolated .cart-table .checkbox {
  left: 50%;
  margin-left: -10px;
  position: relative;
}
.legacy-website-isolated .cart-sidebar {
  clear: both;
}
.legacy-website-isolated .cart-sidebar:nth-child(1) {
  margin-top: -57px;
}
.legacy-website-isolated .submit-cart-btns input {
  margin-right: 0;
}
.legacy-website-isolated .submit-cart-btns {
  float: right;
}
.legacy-website-isolated .continue-shopping {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #39B54A;
  font-family: "Homenaje", sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 20px;
  float: left;
}
.legacy-website-isolated .promoted_product {
  margin-bottom: 20px;
}
.legacy-website-isolated table#cart-login {
  margin: 30px 0;
  width: 50%;
}
.legacy-website-isolated table#cart-login tr {
  border: 5px solid #fff;
}
.legacy-website-isolated table#cart-login th {
  width: 30%;
}
.legacy-website-isolated table#cart-login td {
  width: 60%;
}
.legacy-website-isolated table#cart-login input {
  width: 90%;
}
.legacy-website-isolated table#cart-login input.btn-download {
  width: auto;
}
.legacy-website-isolated .register-form p {
  width: 60%;
}
.legacy-website-isolated .register-form div {
  width: 60%;
}
.legacy-website-isolated .register-form p label {
  float: left;
  padding: 6px 10px 10px 0;
  min-width: 30%;
}
.legacy-website-isolated .register-form p input[type=checkbox] {
  transform: scale(2) !important;
  margin-left: 5px;
}
.legacy-website-isolated .register-form p input[type=password],
.legacy-website-isolated .register-form p input[type=text],
.legacy-website-isolated .register-form p input[type=email],
.legacy-website-isolated .register-form p select,
.legacy-website-isolated .register-form p textarea {
  width: 60%;
}
.legacy-website-isolated .register-form p span.helptext {
  display: block;
  padding: 4px 0 4px 30%;
}
.legacy-website-isolated .register-form ul.errorlist {
  color: red;
  list-style: none;
  margin: 1em 0 0;
}
.legacy-website-isolated .register-form ul.errorlist li {
  padding: 0;
}
.legacy-website-isolated .register-form p input.btn-download {
  width: 200px;
}
.legacy-website-isolated .register-form.paizo-elite-rewards p input {
  width: 100%;
}
.legacy-website-isolated table.success {
  margin-bottom: 30px;
}
.legacy-website-isolated table.success, .legacy-website-isolated table.success tr, .legacy-website-isolated table.success td {
  border-color: #ccc;
}
.legacy-website-isolated .voucher-form table {
  width: 50%;
}
.legacy-website-isolated .voucher-form th {
  width: 20%;
}
.legacy-website-isolated .voucher-form td {
  /*width: 70%;*/
}
.legacy-website-isolated .voucher-form td input {
  width: 100%;
}
.legacy-website-isolated .voucher-form #id_code {
  font-family: monospace;
  min-width: 24em;
}
.legacy-website-isolated .voucher-form input.voucher-submit {
  /*width: auto;*/
  /*border-top: 5px #fff solid;*/
  margin-top: 20px;
  border: 0;
}
.legacy-website-isolated .voucher-form ul.errorlist {
  width: 100%;
  color: #f00;
  margin-bottom: 30px;
}
.legacy-website-isolated .voucher-form .proceed {
  float: right;
  margin-top: 30px;
}
.legacy-website-isolated .row.video {
  background: rgba(0, 0, 0, 0.8);
}
.legacy-website-isolated .video-wrapper {
  height: 60%;
  margin: 0 auto;
  padding: 5%;
  width: 60%;
}
.legacy-website-isolated .video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.legacy-website-isolated .video-container iframe, .legacy-website-isolated .video-container object, .legacy-website-isolated .video-container embed, .legacy-website-isolated .video-container-detail iframe, .legacy-website-isolated .video-container-detail object, .legacy-website-isolated .video-container-detail embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.legacy-website-isolated .video-detail {
  height: 100%;
  margin: 10px auto 0;
  padding: 0;
  width: 100%;
}
#import-campaign .legacy-website-isolated .soundset {
  width: 222px;
  height: 128px;
  margin-bottom: 4.5em;
  margin-right: 1em;
  position: relative;
  float: left;
}
#import-campaign .legacy-website-isolated .soundset > .title {
  display: block;
  font-weight: normal;
  font-family: "Homenaje", sans-serif;
  font-size: 1.4em;
  position: absolute;
  bottom: -2.5em;
  left: 0;
  color: #fff;
  width: 100%;
  background: #333;
  padding: 0.6em;
}
@media (max-width: 1100px) {
  .legacy-website-isolated .mainNav ul li a, .legacy-website-isolated .nav-collapse ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .legacy-website-isolated {
    /* TODO: < iPad landscape (1024px) */
    /*.tabled {
    	width: 100%;
    }*/
  }
  .legacy-website-isolated .mainNav, .legacy-website-isolated .nav-collapse {
    text-align: center;
  }
  .legacy-website-isolated .mainNav ul, .legacy-website-isolated .nav-collapse ul {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 0 20px 0;
  }
  .legacy-website-isolated .logo {
    text-align: center;
  }
  .legacy-website-isolated .slider {
    height: 400px;
  }
  .legacy-website-isolated .video-wrapper {
    height: 80%;
    width: 80%;
  }
  .legacy-website-isolated .subbanner h1, .legacy-website-isolated .subbanner h2 {
    font-size: 30px;
    margin-top: 52px;
  }
  .legacy-website-isolated .newsletter {
    margin-top: 30px;
    padding-left: 45px;
  }
  .legacy-website-isolated ul.other-pages {
    padding-left: 45px;
  }
}
@media (min-width: 768px) {
  .legacy-website-isolated .js .nav-collapse {
    position: relative;
  }
  .legacy-website-isolated .js .nav-collapse.closed {
    max-height: none;
  }
  .legacy-website-isolated .nav-toggle {
    display: none;
  }
}
@media not screen and (min-width: 992px) {
  .legacy-website-isolated {
    /* TODO: < iPad landscape (min-width: 1024px) */
  }
  .legacy-website-isolated .mobileNav {
    display: block;
  }
  .legacy-website-isolated .padded-40 {
    padding: 0 10px;
  }
  .legacy-website-isolated .nav-toggle {
    position: absolute;
    right: 20px;
    top: -55px;
  }
  @media (max-width: 568px) {
    .legacy-website-isolated {
      /* iPhone 5 landscape */
    }
    .legacy-website-isolated .nav-collapse ul {
      width: 100%;
    }
    .legacy-website-isolated .nav-collapse ul li {
      display: block;
      float: none;
      margin: 0 10px;
      border-top: 1px dotted #f1f1f1;
      padding: 10px;
    }
    .legacy-website-isolated .nav-collapse ul li:last-child {
      border-bottom: 1px dotted #f1f1f1;
    }
  }
  .legacy-website-isolated .logo img, .legacy-website-isolated .appstores img {
    width: 200px;
  }
  .legacy-website-isolated .slider {
    height: 600px;
  }
  .legacy-website-isolated .arrow-right {
    background: url('/static/img/bg_direction_nav.png') repeat scroll 60px -16px rgba(0, 0, 0, 0);
    top: 50%;
    width: 40.5px;
    height: 40px;
  }
  .legacy-website-isolated .arrow-left {
    background: url('/static/img/bg_direction_nav.png') repeat scroll -17px -16px rgba(0, 0, 0, 0);
    top: 50%;
    width: 40.5px;
    height: 40px;
  }
  .legacy-website-isolated .video-wrapper {
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .legacy-website-isolated .subbanner h1, .legacy-website-isolated .subbanner h2 {
    display: none;
  }
  .legacy-website-isolated .subbanner .btn-download {
    float: none;
    margin-top: 44px;
    text-align: center;
  }
  .legacy-website-isolated .padded-60 {
    padding: 0 15px;
  }
  .legacy-website-isolated .newsletter {
    margin-top: 30px;
    padding-right: 0px;
  }
  .legacy-website-isolated .media-asset, .legacy-website-isolated .press-preview {
    margin-right: 0;
  }
  .legacy-website-isolated .cart-table {
    width: 90%;
  }
  .legacy-website-isolated table#cart-login, .legacy-website-isolated .voucher-form table {
    width: 100%;
  }
  .legacy-website-isolated .submit-cart-btns {
    margin-bottom: 10px;
  }
  .legacy-website-isolated .continue-shopping {
    margin-bottom: 40px;
  }
  .legacy-website-isolated .products .product-grid {
    margin-top: -30px;
    margin-bottom: 0;
  }
  .legacy-website-isolated .product-grid .col-md-4.col-sm-4 {
    margin: 30px auto;
  }
  .legacy-website-isolated .related-block {
    margin-bottom: 30px;
  }
  .legacy-website-isolated .products .add-to-cart {
    float: left;
    margin-top: 0px;
  }
  .legacy-website-isolated ul.simpleTabsNavigation li a {
    font-size: 16px;
    padding: 10px 17px;
  }
  .legacy-website-isolated #download div.simpleTabsContent {
    padding: 20px;
  }
  .legacy-website-isolated .products .add-to-cart .price, .legacy-website-isolated .products .add-to-cart .btn-download a, .legacy-website-isolated input.btn-download {
    font-size: 20px;
  }
  .legacy-website-isolated .hero-image {
    margin-bottom: 20px;
  }
  .legacy-website-isolated .btn-download a, .legacy-website-isolated input.btn-download {
    font-size: 20px;
  }
  .legacy-website-isolated .newsletter {
    padding-left: 0px;
  }
  .legacy-website-isolated ul.other-pages {
    padding-left: 0px;
  }
  @media (max-width: 414px) {
    .legacy-website-isolated {
      /* <= iPhone Xs Max portrait */
    }
    .legacy-website-isolated .subscription-block .subscription-image {
      margin-bottom: 20px;
      width: 100%;
    }
    .legacy-website-isolated .subscription-block .price {
      margin-bottom: 2px;
    }
    .legacy-website-isolated .subscription-block {
      background: #333;
    }
  }
  .legacy-website-isolated .register-form div, .legacy-website-isolated .register-form p {
    width: 100%;
  }
}
@media (max-height: 666px) and (max-width: 666px) {
  .legacy-website-isolated .register-form p input.btn-download,
.legacy-website-isolated .register-form div, .legacy-website-isolated .register-form p {
    width: 100%;
  }
  .legacy-website-isolated .register-form input[type=email],
.legacy-website-isolated .register-form input[type=text],
.legacy-website-isolated .register-form input[type=password] {
    float: right;
  }
  .legacy-website-isolated .submit-cart-btns {
    float: left;
    margin-bottom: 10px;
  }
  .legacy-website-isolated .continue-shopping {
    margin-bottom: 40px;
  }
}
.legacy-website-isolated .modal {
  color: #c0c0c0;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
}
.legacy-website-isolated .modal .close {
  color: white;
  opacity: 0.3;
  text-shadow: 0 1px 0 #000;
}
.legacy-website-isolated .modal .close:hover {
  opacity: 1;
}
.legacy-website-isolated .modal-content {
  background-color: #282828;
  border: 1px solid rgba(80, 80, 80, 0.7);
  /* Ensure the modal is still usable on shorter screens */
  max-height: calc(100vh - 30px);
}
.legacy-website-isolated .modal-header {
  border-bottom: 1px solid rgba(80, 80, 80, 0.7);
}
.legacy-website-isolated .modal-footer {
  border-top: 1px solid rgba(80, 80, 80, 0.7);
}
.legacy-website-isolated .modal-title {
  font-size: 25px;
}
.legacy-website-isolated .modal-body iframe {
  border: none;
}
.legacy-website-isolated .modal-body .btn-download a {
  font-size: 18px;
}
.legacy-website-isolated .modal-body .spinner {
  display: none;
  text-align: center;
  margin-top: 50px;
}
.legacy-website-isolated .js-survey-cancel-modal .modal-dialog {
  width: 332px;
}
.legacy-website-isolated .js-survey-cancel-modal .modal-body {
  height: 446px;
  padding: 0;
}
.legacy-website-isolated .js-basic-cancel-modal .btn-download a {
  background-color: #d9534f;
}
@media screen and (min-height: 720px) {
  .legacy-website-isolated .modal-dialog {
    padding-top: 30px;
  }
}
@media screen and (min-height: 780px) {
  .legacy-website-isolated .modal-dialog {
    padding-top: 60px;
  }
}
@media screen and (min-height: 900px) {
  .legacy-website-isolated .modal-dialog {
    padding-top: 120px;
  }
}
.legacy-website-isolated .giftcard__box {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  padding: 20px;
}
.legacy-website-isolated .credit_applied {
  background-color: rgba(0, 0, 0, 0.075);
  padding: 10px;
  color: #39b54a;
}
.legacy-website-isolated .syrinonline-landing-page {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('/static/img/syrinonline-landing-page/syrinonline-landing-page-bkg-image.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
}
.legacy-website-isolated .syrinonline-landing-page__header {
  min-height: calc(100vh - 160px);
  padding-top: calc(40px + 2vw);
  padding-bottom: calc(50px + 30vw);
  padding-left: 5vw;
  padding-right: 5vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  position: relative;
}
.legacy-website-isolated .syrinonline-lp-header {
  max-width: 750px;
  margin: auto;
}
.legacy-website-isolated .syrinonline-lp-header__title {
  margin-bottom: calc(20px + 1vw);
  color: #FFF;
  font-size: 44px;
  line-height: 1.1;
}
.legacy-website-isolated .syrinonline-lp-header__text {
  margin-bottom: calc(20px + 2vw);
}
.legacy-website-isolated .syrinonline-lp-header__text p {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.75);
}
.legacy-website-isolated .syrinonline-lp-header__image {
  width: 80%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40%);
}
.legacy-website-isolated .syrinonline-lp-header__image img {
  display: block;
  width: 100%;
}
.legacy-website-isolated .syrinonline-lp-header__cta,
.legacy-website-isolated .syrinonline-lp-section__cta {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #109ed6;
  border-radius: 5px;
}
.legacy-website-isolated .syrinonline-lp-header__cta:hover,
.legacy-website-isolated .syrinonline-lp-section__cta:hover {
  color: #FFF;
}
.legacy-website-isolated .syrinonline-landing-page__body {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: calc(50px + 20vw - 100px);
  padding-bottom: calc(40px + 5vw);
  background-color: #EEE;
}
.legacy-website-isolated .syrinonline-lp-section {
  width: 80%;
  max-width: 750px;
  margin: auto;
  padding-top: 100px;
  text-align: center;
}
.legacy-website-isolated .syrinonline-lp-section__title {
  margin-bottom: calc(20px + 2vw);
  font-size: 44px;
  line-height: 1.1;
  color: #109ed6;
}
.legacy-website-isolated .syrinonline-lp-section__subtitle {
  margin-top: calc(40px + 1vw);
  margin-bottom: calc(10px + 1vw);
  font-size: 34px;
  line-height: 1.1;
  color: #444;
}
.legacy-website-isolated .syrinonline-lp-section__bullet-list {
  display: inline-block;
  max-width: 400px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  color: #555;
  text-align: left;
}
.legacy-website-isolated .syrinonline-lp-section__bullet-list li {
  margin-bottom: 15px;
}
.legacy-website-isolated .syrinonline-lp-section__cta {
  margin: 15px 10px 0 10px;
}
.legacy-website-isolated .syrinonline-lp-section__steps {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.legacy-website-isolated .syrinonline-lp-section__steps li {
  margin-bottom: calc(40px + 1vw);
}
.legacy-website-isolated .syrinonline-lp-section__text p {
  margin-bottom: 1em;
  font-size: 20px;
  line-height: 1.5;
  color: #555;
}
.legacy-website-isolated .syrinonline-lp-section__text a {
  color: #109ed6;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
.legacy-website-isolated .syrinonline-lp-section__text a:hover {
  color: #0C83B3;
  text-decoration: underline;
}
.legacy-website-isolated .syrinonline-lp-section__text img {
  display: block;
  max-width: 400px;
  margin: 30px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media (max-height: 896px) and (max-width: 896px) {
  .legacy-website-isolated {
    /* iPhone 12 Pro Max */
  }
  .legacy-website-isolated .syrinonline-landing-page__header {
    padding-bottom: calc(20px + 40vw);
  }
  .legacy-website-isolated .syrinonline-landing-page__body {
    padding-top: calc(20px + 25vw - 100px);
  }
  .legacy-website-isolated .syrinonline-lp-header__title,
.legacy-website-isolated .syrinonline-lp-section__title {
    font-size: 34px;
  }
  .legacy-website-isolated .syrinonline-lp-header__subtitle,
.legacy-website-isolated .syrinonline-lp-section__subtitle {
    font-size: 26px;
  }
  .legacy-website-isolated .syrinonline-lp-header__text p,
.legacy-website-isolated .syrinonline-lp-section__text p {
    font-size: 16px;
  }
  .legacy-website-isolated .syrinonline-lp-header__image,
.legacy-website-isolated .syrinonline-lp-section {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .legacy-website-isolated .syrinonline-landing-page {
    background-attachment: fixed;
  }
  .legacy-website-isolated .syrinonline-landing-page__header {
    padding-bottom: 400px;
  }
  .legacy-website-isolated .syrinonline-landing-page__body {
    padding-top: calc(250px + 5vw - 100px);
  }
  .legacy-website-isolated .syrinonline-lp-header__title {
    font-size: 55px;
  }
  .legacy-website-isolated .syrinonline-lp-header__text p,
.legacy-website-isolated .syrinonline-lp-section__text p {
    font-size: 24px;
  }
}
.legacy-website-isolated .wallpaper-download-list {
  list-style-type: none;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: calc(20px + 1vw) 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  .legacy-website-isolated .wallpaper-download-list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.legacy-website-isolated .wallpaper-download-list__item {
  margin: 0;
  padding: 15px;
  width: 100%;
  max-width: 450px;
}
@media (min-width: 650px) {
  .legacy-website-isolated .wallpaper-download-list__item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .legacy-website-isolated .wallpaper-download-list__item {
    width: 33.3333333333%;
  }
}
.legacy-website-isolated .wallpaper-download {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F3F3F3;
}
.legacy-website-isolated .wallpaper-download__header {
  position: relative;
}
.legacy-website-isolated .wallpaper-download__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: black;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.5;
}
.legacy-website-isolated .wallpaper-download__thumb {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.legacy-website-isolated .wallpaper-download__title {
  width: 100%;
  margin: 0;
  padding: 15px;
  font-size: 30px;
  color: #FFF;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0;
}
.legacy-website-isolated .wallpaper-download__info {
  margin: 0;
  padding: 5px 15px;
}
.legacy-website-isolated .wallpaper-download__options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.legacy-website-isolated .wallpaper-download__options-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.legacy-website-isolated .wallpaper-download__options-item:last-child {
  border-bottom: none;
}
.legacy-website-isolated .wallpaper-download__link {
  display: block;
  position: relative;
  padding: 10px 0;
  padding-right: 120px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #39b54a;
  text-decoration: none;
}
.legacy-website-isolated .wallpaper-download__link:hover {
  color: #39b54a;
}
.legacy-website-isolated .wallpaper-download__link::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-size: 20px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.legacy-website-isolated .wallpaper-download__size {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  bottom: 9px;
}
.legacy-website-isolated .wallpaper-download__link:hover .wallpaper-download__size {
  color: #39b54a;
}
.legacy-website-isolated .download-page .subbanner {
  display: none;
}
.legacy-website-isolated .download-page-body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: rgba(51, 51, 51, 0.9);
  text-align: center;
}
.legacy-website-isolated .download-page-body a {
  color: #000;
  text-decoration: underline;
}
.legacy-website-isolated .download-page-body__promos {
  display: -ms-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.legacy-website-isolated .download-promo {
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 600px;
  margin-bottom: 20px;
  text-align: center;
}
.legacy-website-isolated .download-promo__inner {
  padding: 20px;
}
.legacy-website-isolated .download-promo__title {
  margin-bottom: 10px;
  font-size: 36px;
}
.legacy-website-isolated .download-promo__description {
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
}
.legacy-website-isolated .download-promo__icon {
  width: 170px;
  margin: auto;
  padding: 10px;
}
.legacy-website-isolated .download-promo__icon img {
  display: block;
  width: 100%;
}
.legacy-website-isolated .download-promo__cta {
  padding-top: 10px;
  padding-bottom: 40px;
}
.legacy-website-isolated .download-promo__cta a {
  display: inline-block;
}
.legacy-website-isolated .download-promo__cta .btn-download {
  margin-top: 0;
}
.legacy-website-isolated .download-promo__cta .btn-download a {
  text-decoration: none;
  color: #FFF;
}
.legacy-website-isolated .download-promo__pane {
  margin-top: 50px;
}
.legacy-website-isolated .download-promo__pane,
.legacy-website-isolated .download-promo__tabs .simpleTabsContent {
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #F5F5F5;
}
.legacy-website-isolated .download-promo__pane p,
.legacy-website-isolated .download-promo__tabs .simpleTabsContent p {
  margin-bottom: 3px;
  font-size: 13px;
}
.legacy-website-isolated .download-promo__tabs .simpleTabs {
  margin: 0;
}
.legacy-website-isolated .download-promo__tabs .simpleTabsNavigation {
  margin: 0;
  padding: 0;
  text-align: center;
}
.legacy-website-isolated .download-promo__tabs .simpleTabsNavigation li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.legacy-website-isolated .download-promo__tabs .simpleTabsNavigation li a {
  display: block;
  padding: 10px 20px;
  font-size: 24px;
  line-height: 1.25;
  color: inherit;
}
@media screen and (max-width: 374px) {
  .legacy-website-isolated .download-promo__tabs .simpleTabsNavigation li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 990px) {
  .legacy-website-isolated .download-page-body {
    padding: 20px 40px;
  }
  .legacy-website-isolated .download-promo {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.legacy-website-isolated .download-page-body__support {
  padding: 40px 20px;
}
.legacy-website-isolated .download-page-body__support p {
  font-size: 18px;
  font-weight: bold;
}
.legacy-website-isolated .download-page-body__release-notes {
  padding: 40px 20px;
}
.legacy-website-isolated .download-page-body__release-notes-inner {
  border-top: 5px solid #F5F5F5;
}
.legacy-website-isolated .release-notes {
  max-width: 600px;
  margin: auto;
  padding-bottom: 40px;
  text-align: left;
}
.legacy-website-isolated .release-notes__title {
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
}
.legacy-website-isolated .release-notes h3,
.legacy-website-isolated .release-notes h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.legacy-website-isolated .release-notes h4 {
  margin-top: 40px;
}
.legacy-website-isolated .release-notes ul {
  list-style-position: outside;
}
.legacy-website-isolated .release-notes li {
  margin-bottom: 5px;
}
.legacy-website-isolated .release-notes__toggle {
  display: inline-block;
}
.legacy-website-isolated .download-archive {
  text-align: left;
}
.legacy-website-isolated .download-archive__header {
  padding: 20px;
}
.legacy-website-isolated .download-archive__icon {
  width: 150px;
  margin-bottom: 10px;
}
.legacy-website-isolated .download-archive__icon img {
  display: block;
  width: 100%;
}
.legacy-website-isolated .download-archive__title {
  margin-bottom: 10px;
  font-size: 36px;
}
.legacy-website-isolated .download-archive__switch {
  padding-top: 20px;
}
.legacy-website-isolated .download-archive__switch ul {
  list-style-type: none;
  margin-left: 0;
}
.legacy-website-isolated .download-archive__switch li img {
  width: 40px;
  margin: 0 6px 6px 0;
}
.legacy-website-isolated .download-archive__switch li a {
  text-decoration: unset;
}
.legacy-website-isolated .download-archive__platforms {
  margin-bottom: 80px;
  padding: 10px;
  display: -ms-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.legacy-website-isolated .platform-archive {
  margin-bottom: 20px;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
.legacy-website-isolated .platform-archive li {
  margin-bottom: 8px;
  line-height: 1.2;
}
.legacy-website-isolated .platform-archive li a {
  color: inherit;
}
.legacy-website-isolated .platform-archive__inner {
  height: 100%;
  margin: 10px;
  padding: 20px;
  background-color: #F5F5F5;
}
.legacy-website-isolated .platform-archive__cta {
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.legacy-website-isolated .platform-archive__cta a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.legacy-website-isolated .platform-archive-has_store .platform-archive__cta a {
  text-align: left;
}
.legacy-website-isolated .platform-archive__cta .btn-download {
  margin-top: 0;
}
.legacy-website-isolated .platform-archive__cta .btn-download a {
  font-size: 20px;
  text-decoration: none;
  color: #FFF;
}
@media screen and (min-width: 600px) {
  .legacy-website-isolated .download-archive__header {
    display: -ms-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .legacy-website-isolated .download-archive__icon {
    -ms-flex: 0 0 150px;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .legacy-website-isolated .download-archive__masthead {
    padding-left: 30px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .legacy-website-isolated .platform-archive {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 900px) {
  .legacy-website-isolated .download-archive__masthead {
    display: -ms-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .legacy-website-isolated .download-archive__info {
    padding-right: 30px;
  }
  .legacy-website-isolated .download-archive__switch {
    -ms-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
    padding-top: 0;
  }
  .legacy-website-isolated .platform-archive {
    -ms-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}