.anz-feb-2020-dt {
  font-family: 'DINPro-Regular', sans-serif;
  background-color: #000;
  color: #fff;
  overflow: hidden; }
  .anz-feb-2020-dt ul {
    padding: 0; }
  .anz-feb-2020-dt a {
    text-decoration: none; }
  .anz-feb-2020-dt h2 {
    font-family: 'DINPro-Black', sans-serif;
    color: #F00;
    font-size: 60px;
    text-align: center;
    margin: 0 0 1em 0; }
    @media (max-width: 992px) {
      .anz-feb-2020-dt h2 {
        font-size: 48px;
        margin: 0 0 0.3em 0; } }
    @media (max-width: 768px) {
      .anz-feb-2020-dt h2 {
        font-size: 40px;
        margin: 12px; } }
  .anz-feb-2020-dt h2.section_title {
    color: #fff;
    background-color: #f00;
    padding: 12px;
    margin: 0; }
  .anz-feb-2020-dt h3 {
    font-weight: 900;
    font-size: 40px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase; }
  .anz-feb-2020-dt section.Tnc h3 {
    font-weight: 900;
    font-size: 28px;
    margin: 0.5em 0 0.2em 0;
    text-transform: uppercase; }
  .anz-feb-2020-dt p {
    font-size: 18px; }
  .anz-feb-2020-dt .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

section.key_visul .dt-kv {
  width: 77%;
  margin: 0 auto; }

section.key_visul .mobile-kv {
  display: none; }

@media (max-width: 992px) {
  section.key_visul .dt-kv {
    display: none; }
  section.key_visul .mobile-kv {
    display: block; } }

section.limited_offer .content-wrap {
  padding: 4% 0; }

section.limited_offer .content-wrap.dt {
  background: #000 url("../images/dt-bg.jpg") 50% 50% no-repeat;
  background-size: cover; }

section.limited_offer .content-wrap.chair {
  background: #000 url("../images/chair-bg.jpg") 50% 50% no-repeat;
  background-size: cover; }

section.limited_offer .content-wrap.keyboard {
  background: #000 url("../images/kb-bg.jpg") 50% 50% no-repeat;
  background-size: cover; }

section.limited_offer .content-wrap.keyboard .text-wrap.flex-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

section.limited_offer .flex-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 992px) {
    section.limited_offer .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  section.limited_offer .flex-wrap.rtl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media (max-width: 992px) {
      section.limited_offer .flex-wrap.rtl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  section.limited_offer .flex-wrap .img-wrap {
    width: 50%; }
    @media (max-width: 992px) {
      section.limited_offer .flex-wrap .img-wrap {
        width: 100%; } }
    section.limited_offer .flex-wrap .img-wrap img {
      margin: 0 auto; }
  section.limited_offer .flex-wrap .text-wrap {
    width: 50%;
    padding: 16px; }
    @media (max-width: 992px) {
      section.limited_offer .flex-wrap .text-wrap {
        width: 100%;
        text-align: center; } }
    section.limited_offer .flex-wrap .text-wrap .btn-style {
      display: inline-block;
      font-size: 24px;
      color: #fff;
      background-color: #f00;
      text-transform: uppercase;
      font-weight: 900;
      padding: 8px 16px;
      margin: 12px 0; }

section.qualifying_models {
  padding: 0 0 4%; }
  section.qualifying_models .btn-wrap {
    padding: 2% 0;
    text-align: center; }
  section.qualifying_models .model-btn {
    position: relative;
    background: -o-linear-gradient(334deg, #6c0069 14%, #0f02aa 69%);
    background: linear-gradient(116deg, #6c0069 14%, #0f02aa 69%);
    border: none;
    padding: 0.25em 2em 0.4em;
    border-radius: 1.5em;
    font-size: 28px;
    outline: none;
    -webkit-box-shadow: 5px 5px 8px #000000;
            box-shadow: 5px 5px 8px #000000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: animation 2s infinite;
            animation: animation 2s infinite; }
    @media (max-width: 992px) {
      section.qualifying_models .model-btn {
        font-size: 22px; } }
    section.qualifying_models .model-btn::before {
      content: '';
      position: absolute;
      background: -webkit-gradient(linear, left top, left bottom, from(#111111), color-stop(40%, #100e17));
      background: -o-linear-gradient(top, #111111 0%, #100e17 40%);
      background: linear-gradient(180deg, #111111 0%, #100e17 40%);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: calc(100% - 4px);
      height: calc(100% - 4px);
      border-radius: 1.5em; }
    section.qualifying_models .model-btn:hover {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px);
      -webkit-box-shadow: 5px 13px 8px #000000;
              box-shadow: 5px 13px 8px #000000; }
    section.qualifying_models .model-btn span {
      position: relative;
      z-index: 10; }
  section.qualifying_models .arrow-animation {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: animation-2 1s infinite;
            animation: animation-2 1s infinite; }
  section.qualifying_models .title-wrap {
    clear: both; }
    section.qualifying_models .title-wrap h3 {
      font-size: 32px;
      margin: 1.5em 0 1em;
      cursor: pointer; }
      section.qualifying_models .title-wrap h3 span {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        background-color: #f00;
        padding: 0px 12px;
        margin-left: 4px;
        border-radius: 20px; }
    section.qualifying_models .title-wrap a {
      color: #f00; }
      section.qualifying_models .title-wrap a:hover {
        text-decoration: underline; }

.table-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px; }

.table-wrap h3 {
  margin: 1em 0 1em 0; }

.table-wrap a {
  color: #fff; }

.table-wrap a:hover {
  color: #f00; }

.no-wrap {
  white-space: nowrap;
  max-width: 195px; }

.img-title {
  position: relative; }
  @media only screen and (max-width: 960px) {
    .img-title {
      text-align: center; } }

.img-title img {
  position: absolute;
  padding: 16px 12px 12px;
  width: 90%;
  max-width: 150px; }
  @media only screen and (max-width: 960px) {
    .img-title img {
      position: relative;
      margin: 0 auto;
      display: inline-block; } }
  .img-title img.top {
    top: 200px; }
    @media only screen and (max-width: 960px) {
      .img-title img.top {
        top: 0px; } }

.css-table {
  display: table;
  width: 100%; }

.css-table .thead {
  display: table-header-group; }

.css-table .tbody {
  display: table-row-group; }

.css-table .tr {
  display: table-row; }

@media only screen and (max-width: 960px) {
  .css-table .tr.hide-m {
    display: none; } }

.css-table .th,
.css-table .td {
  display: table-cell;
  padding: 8px 16px; }

@media only screen and (max-width: 960px) {
  .css-table .td.hide-m {
    display: none; } }

@media only screen and (max-width: 960px) {
  .css-table .td.vga-type {
    background-color: #333; } }

.css-table .th:nth-of-type(1) {
  width: 12%; }

.css-table .th:nth-of-type(2) {
  width: 5%; }

.css-table .th:nth-of-type(3) {
  width: 10%; }

.css-table .th:nth-of-type(4) {
  width: 15%; }

.css-table .th:nth-of-type(5) {
  width: 30%; }

.css-table .th:nth-of-type(6) {
  width: 8%; }

.css-table .th.text-r {
  text-align: right; }

.css-table .thead .th {
  background-color: #f00;
  font-weight: bold;
  font-size: 18px; }

.css-table .border .td {
  border-top: 2px solid #999; }

.css-table .border-b .td {
  border-bottom: 2px solid #999; }
  @media only screen and (max-width: 960px) {
    .css-table .border-b .td {
      border-bottom: none; } }

.css-table .border-t-vga .td {
  border-top: 1px solid #222; }
  @media only screen and (max-width: 960px) {
    .css-table .border-t-vga .td {
      border-top: none; } }

.css-table .border-t-vga .td:nth-of-type(1) {
  border-top: none; }

.css-table .setColor {
  background-color: #111; }

.m-50 {
  color: #BD7CFE; }

.theme-2 .thead .th {
  background-color: #6C0069;
  font-weight: bold;
  font-size: 18px; }

.theme-2 .border .td {
  border-top: 2px solid #6C0069; }

.theme-2 .m-50 {
  color: #FF13F9; }

@media only screen and (max-width: 960px) {
  .css-table {
    background-color: transparent; }
  .css-table .thead {
    display: none; }
  .css-table .tr {
    display: block; }
  .css-table .th,
  .css-table .td {
    display: inline-block;
    width: 100%;
    border: none; }
  .css-table .th.m-100,
  .css-table .td.m-100 {
    width: 100%; }
  .css-table .th.m-50,
  .css-table .td.m-50 {
    display: inline-block;
    width: auto;
    padding: 8px 0 10px 16px; }
  .css-table .th.md-title,
  .css-table .td.md-title {
    background-color: #420186; }
  .css-table .th.m-0,
  .css-table .td.m-0 {
    display: none; }
  .css-table .border .td {
    border-top: none; }
  .css-table.theme-2 .th.m-100,
  .css-table.theme-2 .td.m-100 {
    width: 100%; }
  .css-table.theme-2 .th.md-title,
  .css-table.theme-2 .td.md-title {
    background-color: #6C0069; } }

@media only screen and (max-width: 720px) {
  .css-table .th,
  .css-table .td {
    display: block;
    width: 100%; } }

section.wtb {
  position: relative;
  padding: 4% 0; }
  section.wtb .section-wrap {
    width: 100%;
    max-width: 1600px;
    padding: 0 16px;
    margin: 0 auto; }

section.redeem {
  text-align: center;
  background-size: cover;
  padding-bottom: 3%; }
  section.redeem .step-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 3%; }
    @media only screen and (max-width: 960px) {
      section.redeem .step-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  section.redeem .step-wrap .step {
    max-width: 300px;
    margin: 0 1%; }
  section.redeem .step-wrap .step h3 {
    text-shadow: 0 0 15px #99351a, 0 0 15px #99351a, 0 0 15px #99351a;
    margin: 0px 0 20px;
    color: #fff;
    font-size: 180%; }
  section.redeem .step-wrap .arrow {
    position: relative; }
  section.redeem .step-wrap .arrow i {
    font-size: 54px;
    position: absolute;
    top: 35%;
    left: 50%;
    color: #d72e00;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    @media only screen and (max-width: 960px) {
      section.redeem .step-wrap .arrow i {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); } }
  section.redeem .redeem-btn {
    margin-top: 3%; }
  section.redeem .redeem-btn button {
    color: #b37a36;
    font-size: 1.2em;
    letter-spacing: 1px;
    background: transparent;
    padding: 10px 5%;
    border-radius: 45px;
    margin: 15px 10px 0;
    border: 2px solid rgba(179, 122, 54, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
    font-weight: bold; }
  section.redeem .redeem-btn button:hover {
    border: 2px solid #fff;
    background-position: 100% 0;
    background-size: 200% 200%;
    -webkit-box-shadow: 0 0 20px #99351a, inset 0 0 20px #99351a, 0 2px 0 #99351a;
            box-shadow: 0 0 20px #99351a, inset 0 0 20px #99351a, 0 2px 0 #99351a; }
  section.redeem .step-wrap .step {
    width: 60%;
    margin: 0 auto; }
  section.redeem .step-wrap .step a {
    color: #99351a; }
  section.redeem .step-wrap .arrow {
    padding-bottom: 36px; }

section.Tnc {
  position: relative;
  padding: 4% 0 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#100e17), color-stop(40%, #111111));
  background: -o-linear-gradient(top, #100e17 0%, #111111 40%);
  background: linear-gradient(180deg, #100e17 0%, #111111 40%); }
  section.Tnc::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: -o-linear-gradient(334deg, red 14%, red 69%);
    background: linear-gradient(116deg, red 14%, red 69%); }
  section.Tnc .terms-n-conditions {
    width: 80%;
    max-width: 1200px;
    max-height: 50vh;
    overflow-y: auto;
    margin: 0 auto;
    padding: 1em 30px;
    border: 1px solid #fff;
    background-color: #000; }
    @media (max-width: 992px) {
      section.Tnc .terms-n-conditions {
        width: 90%; } }
    section.Tnc .terms-n-conditions h2 {
      text-align: center; }
    section.Tnc .terms-n-conditions h3 {
      color: red;
      font-weight: bold;
      font-size: 24px;
      padding: 16px 0 4px 0; }
    section.Tnc .terms-n-conditions h4 {
      font-weight: bold; }
    section.Tnc .terms-n-conditions ul {
      list-style: none;
      -webkit-margin-before: 1em;
              margin-block-start: 1em;
      -webkit-margin-after: 1em;
              margin-block-end: 1em;
      -webkit-margin-start: 0px;
              margin-inline-start: 0px;
      -webkit-margin-end: 0px;
              margin-inline-end: 0px;
      -webkit-padding-start: 40px;
              padding-inline-start: 40px; }
      @media (max-width: 992px) {
        section.Tnc .terms-n-conditions ul {
          -webkit-padding-start: 20px;
                  padding-inline-start: 20px; } }
    section.Tnc .terms-n-conditions ul.is-dot {
      list-style-type: disc; }
      section.Tnc .terms-n-conditions ul.is-dot ul.is-dot {
        margin: 6px 0;
        list-style-type: circle; }
    section.Tnc .terms-n-conditions p,
    section.Tnc .terms-n-conditions ul {
      font-size: 14px;
      line-height: 1.4; }
    section.Tnc .terms-n-conditions a {
      color: red;
      font-weight: bold; }
  section.Tnc .divTable {
    display: table;
    width: 100%; }
  section.Tnc .divTableRow {
    display: table-row; }
    section.Tnc .divTableRow:nth-of-type(1) {
      font-size: 16px;
      font-weight: bold; }
  section.Tnc .divTableRow .divTableCell:nth-of-type(1) {
    border-top: none;
    border-bottom: none; }
  section.Tnc .divTableRow .divTableCell:nth-of-type(3) {
    border-top: none;
    border-bottom: none; }
  section.Tnc .divTableRow .divTableCell.tb {
    border-top: 1px solid #999; }
  section.Tnc .divTableRow .divTableCell.bb {
    border-bottom: 1px solid #999; }
  section.Tnc .divTableHeading {
    background-color: #EEE;
    display: table-header-group; }
  section.Tnc .divTableCell,
  section.Tnc .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px; }
  section.Tnc .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold; }
  section.Tnc .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold; }
  section.Tnc .divTableBody {
    display: table-row-group; }

section.redeem .img-wrap {
  background: #131313; }
  section.redeem .img-wrap img {
    margin: 0 auto; }
  section.redeem .img-wrap::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 3%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#131313+0,000000+100 */
    background: #131313;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#000000));
    background: -o-linear-gradient(top, #131313 0%, #000000 100%);
    background: linear-gradient(to bottom, #131313 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#000000', GradientType=0);
    /* IE6-9 */ }

.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999; }
  .promotion-nav ul {
    padding: 0; }
  .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 4px 8px; }
    .promotion-nav ul li a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      color: #fff;
      font-size: 16px;
      line-height: 40px;
      text-decoration: none;
      text-align: center;
      font-family: 'DINPro-Regular', sans-serif;
      font-weight: bold; }
      .promotion-nav ul li a:hover {
        background-color: #555; }
  .promotion-nav .btn-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: buttonicons;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    height: auto;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    top: 0.2em;
    vertical-align: initial;
    width: auto; }
  .promotion-nav .btn-icon-top:before {
    content: '\e914'; }

@-webkit-keyframes animation-2 {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0; } }

@keyframes animation-2 {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0; } }
