@charset "UTF-8";
/*
 *  _ _ _             _
 * | | | |___ ___ ___| |_ ___ ___ ___
 * | | | | .'|  _|_ -|  _|  _| .'| . |
 * |_____|__,|_| |___|_| |_| |__,|  _|
 *                               |_|
 * =====================================================================================================================
 * © Copyright Games Workshop Limited 2016. Warhammer, the Warhammer logo, GW, Games Workshop, The Game of Fantasy
 * Battles, the twin-tailed comet logo, and all associated logos, illustrations, images, names, creatures, races,
 * vehicles, locations, weapons, characters, and the distinctive likeness thereof, are either ® or TM, and/or ©
 * Games Workshop Limited, variably registered around the world, and used under licence. Developed by Creative Assembly
 * and published by SEGA. Creative Assembly, the Creative Assembly logo, Total War and the Total War logo are either
 * registered trade marks or trade marks of The Creative Assembly Limited. SEGA and the SEGA logo are either registered
 * trademarks or trademarks of SEGA Holdings Co., Ltd. or its affiliates. All rights reserved. SEGA is registered in
 * the U.S. Patent and Trademark Office. All other trademarks, logos and copyrights are property of their respective
 * owners.
 * =====================================================================================================================
 */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';
body {
  background: #fff;
  color: #131313;
  font: 14px 'Roboto', sans-serif; }

.inverted {
  background: #131313;
  color: #fff; }

.container {
  padding-top: 3rem;
  padding-bottom: 3rem; }

a, a:hover, a:active {
  color: #c3a07b; }

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

h4, h5, h6 {
  font-size: 1rem; }

.inverted .warstrap-component-logo-path {
  fill: #fff; }

.warstrap-component-logo-path {
  fill: #131313; }

.btn {
  max-width: 200px;
  height: 40px;
  line-height: 40px;
  border: 0 none;
  border-radius: 0;
  padding: 0 30px;
  color: #fff;
  background: transparent url("https://content.totalwar.com/warstrap/artifacts/components/button/warstrap-component-button-default.png") no-repeat left bottom;
  background-size: cover; }
  .btn:hover {
    color: #fff; }
  .btn.btn-primary {
    background-image: url("https://content.totalwar.com/warstrap/artifacts/components/button/warstrap-component-button-primary.png");
    background-position: 0 90%; }
    .btn.btn-primary:hover {
      background-color: transparent; }
  .btn.btn-lg {
    height: 60px;
    line-height: 60px; }
  .btn.btn-sm {
    height: 30px;
    line-height: 30px; }
  .btn.btn-xs {
    height: 20px;
    line-height: 20px; }
  @media screen and (max-width: 350px) {
    .btn.btn-responsive {
      padding: 0 20px; } }

header.warstrap-component-header-mast-head {
  height: 100px;
  background: #000 url("https://content.totalwar.com/warstrap/artifacts/components/header/warstrap-component-header-texture_leather.png") repeat-x 0 0;
  position: relative; }
  header.warstrap-component-header-mast-head:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    display: block;
    content: '';
    background: #c3a07b;
    background-image: linear-gradient(-202deg, #c3a07b 0%, #fef2e6 48%, #ffdfbc 100%); }
  header.warstrap-component-header-mast-head .warstrap-component-header-logo {
    height: 63px;
    padding-top: 18px;
    text-align: center; }
    header.warstrap-component-header-mast-head .warstrap-component-header-logo svg {
      height: 63px; }

footer.warstrap-component-footer-mast-foot {
  color: #cdcdcd;
  background: #202020;
  padding-bottom: 2rem; }
  footer.warstrap-component-footer-mast-foot > div > div {
    margin-top: 4rem; }
  footer.warstrap-component-footer-mast-foot .social {
    background: #666666 url("https://content.totalwar.com/warstrap/artifacts/components/footer/warstrap-component-footer-social-smoke.png") top center no-repeat;
    background-size: cover; }
    footer.warstrap-component-footer-mast-foot .social h2 {
      text-align: center;
      color: white;
      font-weight: 400;
      padding-bottom: 30px; }
    footer.warstrap-component-footer-mast-foot .social div {
      padding-bottom: 60px;
      display: flex;
      /* establish flex container */
      flex-direction: column;
      /* make main axis vertical */
      justify-content: center;
      /* center items vertically, in this case */
      align-items: center;
      /* center items horizontally, in this case */ }
      footer.warstrap-component-footer-mast-foot .social div nav {
        text-align: center;
        max-width: 1200px; }
        footer.warstrap-component-footer-mast-foot .social div nav div {
          float: left;
          width: 20%; }
        footer.warstrap-component-footer-mast-foot .social div nav img {
          display: block;
          margin: 0 auto;
          padding: 0 20px; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-curve .curve-fill-lower {
    fill: none; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-curve .curve-fill-top {
    fill: #fff; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-curve .curve-curve {
    stroke-width: 0.9em;
    stroke: #c3a07b; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-footer-social ul {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-footer-social img {
    height: 6vw; }
    @media screen and (max-width: 767px) {
      footer.warstrap-component-footer-mast-foot .warstrap-component-footer-social img {
        height: 10vw; } }
  footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands {
    text-align: center;
    width: 100%;
    padding: 60px 0 0 0; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands div {
      width: 188px;
      display: inline-block;
      padding: 0 0 20px 0; }
      footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands div img {
        width: 100%; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-gameworkshop img {
      width: 150px; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-creative img {
      width: 55px; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-totalwar img {
      width: 188px; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-sega img {
      width: 133px; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-esrbpp img {
      width: 63px; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-brands .warstrap-component-footer-logo-esrb img {
      width: 178px; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-footer-legal {
    font-size: 1.5rem; }
    footer.warstrap-component-footer-mast-foot .warstrap-component-footer-legal ul {
      display: flex;
      justify-content: space-around;
      align-items: center; }
  footer.warstrap-component-footer-mast-foot .warstrap-component-footer-copy {
    font-weight: lighter;
    font-size: 1.1rem;
    text-align: center; }
  footer.warstrap-component-footer-mast-foot a {
    color: #cdcdcd; }

.warstrap-component-feature {
  position: relative;
  background-size: cover !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .warstrap-component-feature section {
    padding: 3rem; }
    .warstrap-component-feature section p {
      font-size: 2rem;
      font-weight: lighter;
      line-height: 2em; }
  .warstrap-component-feature .warstrap-component-curve.down {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto; }
    .warstrap-component-feature .warstrap-component-curve.down svg {
      position: absolute;
      bottom: 0;
      width: 100%; }
    .warstrap-component-feature .warstrap-component-curve.down .curve-fill-lower {
      fill: #fff; }
    .warstrap-component-feature .warstrap-component-curve.down .curve-fill-top {
      fill: none; }
    .warstrap-component-feature .warstrap-component-curve.down .curve-curve {
      stroke-width: 0.9em;
      stroke: #c3a07b; }

.warstrap-component-form .form-group label {
  font-size: 1.3rem;
  color: #9e9e9e; }

.warstrap-component-form .form-group .form-control {
  border: 0 none;
  border-radius: 0;
  height: 3em;
  color: #131313;
  box-shadow: none;
  background: #f2f2f2;
  border-bottom: 1px solid #131313; }
  .warstrap-component-form .form-group .form-control:focus {
    border-bottom: 1px solid #c3a07b; }

.warstrap-component-form .form-group .form-error {
  margin-top: 2em;
  color: #e85c41; }

.warstrap-component-accessbar-mast-head {
  position: relative;
  overflow: hidden;
  height: 55px; }
  .warstrap-component-accessbar-mast-head:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    display: block;
    content: '';
    background: #c3a07b;
    background-image: linear-gradient(-202deg, #c3a07b 0%, #fef2e6 48%, #ffdfbc 100%); }
  .warstrap-component-accessbar-mast-head.with-shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-item {
    float: left; }
  .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-logo {
    display: inline-block;
    padding: 10px 0 0 0; }
    .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-logo svg {
      max-width: 170px;
      height: 35px; }
  .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-access-signin {
    position: absolute;
    top: 11px;
    right: 11px; }
  .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-nav {
    padding: 0 90px 0 60px;
    display: flex; }
    .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-nav ul {
      margin: 0; }
      .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-nav ul li {
        margin: 0;
        padding: 0;
        height: 55px; }
        .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-nav ul li a {
          color: #fff;
          line-height: 55px;
          text-transform: uppercase;
          padding: 0 2em;
          border-left: 1px solid #c3a07b; }
        .warstrap-component-accessbar-mast-head .warstrap-component-accessbar-nav ul li:first-child a {
          padding-left: 0;
          border-left: 0 none; }
