/**
 * ow-ux-sandbox
 * ow-core.css
 * version: 2.14.0
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:focus, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix, .container, .container-fluid, .row, .wrapper, html[dir=rtl] .container, html[dir=rtl] .row {
    *zoom: 1;
}

    .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before, .wrapper:after, .wrapper:before, html[dir=rtl] .container:after, html[dir=rtl] .container:before, html[dir=rtl] .row:after, html[dir=rtl] .row:before {
        display: table;
        content: '';
    }

    .clearfix:after, .container-fluid:after, .container:after, .row:after, .wrapper:after, html[dir=rtl] .container:after, html[dir=rtl] .row:after {
        clear: both;
    }

.pull-left {
    float: left;
}

.pull-right, html[dir=rtl] .pull-left {
    float: right;
}

html[dir=rtl] .pull-right {
    float: left;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.jump-target {
    display: block;
    height: 100px;
    width: 0;
    margin-top: -100px;
}

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

body {
    overflow-x: hidden;
    min-width: 320px;
    background-color: #fff;
    direction: ltr;
}

    body.locked {
        overflow: hidden;
    }

html[dir=rtl] body {
    direction: rtl;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@media (min-width:768px) {
    #main-footer {
        margin-top: 20px;
    }
}

html {
    font-family: screen-phone;
}

@media (min-width:768px) {
    html {
        font-family: screen-tablet;
    }
}

@media (min-width:1024px) {
    html {
        font-family: screen-desktop;
    }
}

@media (min-width:1258px) {
    html {
        font-family: screen-widescreen;
    }
}

figure {
    margin: 0;
}

hr {
    height: 2px;
    background: #e9e9e9;
    border: none;
}

    hr.inline {
        margin: 0;
    }

p {
    margin-top: 0;
    margin-bottom: .9em;
}

ol, ul {
    padding-left: 20px;
}

html[dir=rtl] ol, html[dir=rtl] ul {
    padding-right: 20px;
    padding-left: 0;
}

ol.spaced, ul.spaced {
    margin-bottom: -6px;
}

    ol.spaced li, ul.spaced li {
        margin: 0 0 12px;
    }

.placeholder {
    color: #aaa !important;
}

:-ms-input-placeholder {
    color: #8c8c8c;
}

@media (min-width:480px) and (max-width:767px) {
    #body {
        min-height: 300px;
    }
}

@media (min-width:768px) {
    #body {
        min-height: 609px;
    }
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
}

@media print {
    body {
        height: auto;
    }
}

body > div, body > footer, body > header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

body #body {
    *zoom: 1;
    min-height: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

    body #body:after, body #body:before {
        display: table;
        content: '';
    }

    body #body:after {
        clear: both;
    }

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
    html[data-useragent*=iPad] body {
        height: calc(100vh - 24px);
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    html[data-useragent*=iPad] body {
        height: calc(100vh - 24px);
    }
}

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Arial,sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:lang(zh) body {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

b, strong {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

.base {
    font-weight: 400;
    font-style: normal;
}

.xx-small {
    font-size: 11px;
    font-size: 1.1rem;
}

.x-small {
    font-size: 12px;
    font-size: 1.2rem;
}

.small, small {
    font-size: 14px;
    font-size: 1.4rem;
}

.medium {
    font-size: 16px;
    font-size: 1.6rem;
}

.large {
    font-size: 20px;
}

.x-large {
    font-size: 32px;
}

.xx-large {
    font-size: 40px;
}

.xx-small-px {
    font-size: 11px;
}

.x-small-px {
    font-size: 12px;
}

.small-px {
    font-size: 14px;
}

.medium-px {
    font-size: 16px;
}

.large-px {
    font-size: 20px;
}

.x-large-px {
    font-size: 32px;
}

.xx-large-px {
    font-size: 40px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .3em;
}

.heading-1, h1 {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.05;
    vertical-align: top;
}

:lang(ja) .heading-1, :lang(ja) h1 {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-1, :lang(zh) h1 {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .heading-1, h1 {
        font-size: 32px;
    }
}

@media (max-width:1023px) {
    .heading-1--sm, h1--sm {
        font-size: 32px;
    }
}

.heading-1-super {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.05;
}

:lang(ja) .heading-1-super {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-1-super {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (min-width:1024px) and (max-width:1257px) {
    .heading-1-super {
        font-size: 32px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .heading-1-super {
        font-size: 28px;
    }
}

@media (max-width:767px) {
    .heading-1-super {
        font-size: 24px;
    }
}

.heading-2, h2 {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.05;
}

:lang(ja) .heading-2, :lang(ja) h2 {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-2, :lang(zh) h2 {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .heading-2, h2 {
        font-size: 24px;
    }
}

.heading-2-small {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.05;
}

:lang(ja) .heading-2-small {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-2-small {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .heading-2-small {
        font-size: 22px;
    }
}

.heading-3, h3 {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.05;
}

:lang(ja) .heading-3, :lang(ja) h3 {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-3, :lang(zh) h3 {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.heading-4, h4 {
    font-family: knowledge-text-n4,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.05;
}

:lang(ja) .heading-4, :lang(ja) h4 {
    font-family: source-han-sans-japanese-n4,source-han-sans-japanese,source-sans-pro-n4,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-4, :lang(zh) h4 {
    font-family: source-han-sans-simplified-c-n4,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .heading-4, h4 {
        font-size: 20px;
    }
}

.heading-5, h5 {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.05;
}

:lang(ja) .heading-5, :lang(ja) h5 {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-5, :lang(zh) h5 {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.heading-5.heading-5, h5.heading-5 {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    line-height: 1.2;
}

:lang(zh) .heading-5.heading-5, :lang(zh) h5.heading-5 {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.heading-6, h6 {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.05;
}

:lang(ja) .heading-6, :lang(ja) h6 {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .heading-6, :lang(zh) h6 {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.heading-6.heading-6, h6.heading-6 {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    line-height: 1.2;
}

:lang(zh) .heading-6.heading-6, :lang(zh) h6.heading-6 {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.heading-subheader {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    font-size: 24px;
}

:lang(zh) .heading-subheader {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.heading-eyebrow {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: -4px;
    color: #666;
    text-transform: uppercase;
}

:lang(zh) .heading-eyebrow {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.heading-component {
    border-bottom: 4px solid #ff8000;
    color: #ff8000;
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.heading-component--orange-dark {
    border-bottom: 4px solid #f95b06;
}

.heading-component--blue-light {
    border-bottom: 4px solid #0099c4;
}

.heading-component--blue-dark {
    border-bottom: 4px solid #005da2;
}

.heading-component--purple-light {
    border-bottom: 4px solid #6e3ab7;
}

.heading-component--purple-dark {
    border-bottom: 4px solid #621f95;
}

.heading-component--green-light {
    border-bottom: 4px solid #77a22d;
}

.heading-component--green-dark {
    border-bottom: 4px solid #387c2b;
}

.heading-component--red-light {
    border-bottom: 4px solid #dc0a0a;
}

.heading-component--red-dark {
    border-bottom: 4px solid #a00000;
}

.heading-component--orange-dark {
    color: #f95b06;
}

.heading-component--blue-light {
    color: #0099c4;
}

.heading-component--blue-dark {
    color: #005da2;
}

.heading-component--purple-light {
    color: #6e3ab7;
}

.heading-component--purple-dark {
    color: #621f95;
}

.heading-component--green-light {
    color: #77a22d;
}

.heading-component--green-dark {
    color: #387c2b;
}

.heading-component--red-light {
    color: #dc0a0a;
}

.heading-component--red-dark {
    color: #a00000;
}

@media (max-width:767px) {
    .heading-component {
        padding-bottom: 14px;
    }
}

.heading-component a:focus, .heading-component a:hover {
    text-decoration: none;
}

.heading-component--grey {
    color: #555;
    border-bottom: 4px solid #e9e9e9;
}

.heading-component--grey-light {
    color: #8c8c8c;
    border-bottom: 4px solid #8c8c8c;
}

.heading-component.heading-6 {
    padding-top: 6px;
    padding-bottom: 9px;
}

.heading-component.heading-1 {
    padding-bottom: 19px;
}

.heading-component--no-border {
    border-bottom: none;
}

div.heading-component {
    *zoom: 1;
    padding-top: 6px;
    padding-bottom: 9px;
}

    div.heading-component:after, div.heading-component:before {
        display: table;
        content: '';
    }

    div.heading-component:after {
        clear: both;
    }

    div.heading-component > .heading-6 {
        margin-bottom: 0;
        float: left;
    }

html[dir=rtl] div.heading-component > .heading-6 {
    float: right;
}

@media (max-width:767px) {
    div.heading-component > .heading-6 {
        float: none;
    }
}

div.heading-component > .heading-6 + .pull-right {
    margin-top: 5px;
    margin-bottom: 0;
}

div.heading-component > .pull-right {
    float: right;
    margin-top: -3px;
    margin-bottom: -3px;
}

html[dir=rtl] div.heading-component > .pull-right {
    float: left;
}

@media (max-width:767px) {
    div.heading-component > .pull-right {
        float: none;
        clear: both;
        display: block;
        margin-bottom: 20px;
    }
}

.breadcrumb, .superheader {
    font-size: 12px;
    font-size: 1.2rem;
}

.superheader {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    font-weight: 700;
}

:lang(zh) .superheader {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.feature {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 24px;
    font-weight: 300;
}

:lang(ja) .feature {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .feature {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .feature {
        font-size: 20px;
    }
}

@media (max-width:1023px) {
    .feature--sm {
        font-size: 20px;
    }
}

.caption {
    font-size: 14px;
    font-size: 1.4rem;
}

.annotation {
    font-size: 12px;
    font-size: 1.2rem;
}

.uppercase {
    text-transform: uppercase;
}

.tr-orange {
    color: #ff8000;
}

.desc {
    color: #666;
}

.collection-heading, .search-heading {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.05;
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
    font-weight: 700;
}

:lang(ja) .collection-heading, :lang(ja) .search-heading {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .collection-heading, :lang(zh) .search-heading {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    .collection-heading, .search-heading {
        font-size: 24px;
    }
}

:lang(ja) .collection-heading, :lang(ja) .search-heading {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .collection-heading, :lang(zh) .search-heading {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.search-heading {
    margin-top: 8px;
    margin-bottom: 8px;
}

blockquote {
    font-family: knowledge-text-n3,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 24px;
    font-weight: 300;
    color: #ff8000;
    margin-top: 35px;
    margin-bottom: 40px;
}

:lang(ja) blockquote {
    font-family: source-han-sans-japanese-n3,source-han-sans-japanese,source-sans-pro-n3,source-sans-pro,Arial,sans-serif;
}

:lang(zh) blockquote {
    font-family: source-han-sans-simplified-c-n3,source-han-sans-simplified-c,Arial,sans-serif;
}

@media (max-width:767px) {
    blockquote {
        font-size: 20px;
    }
}

@media (max-width:1023px) {
    blockquote--sm {
        font-size: 20px;
    }
}

a {
    color: #0072a8;
}

    a:visited {
        color: #0099c4;
    }

    a:focus, a:hover {
        color: #005885;
    }

    a:active, a:focus {
        color: #0099c4;
    }

a {
    text-decoration: none;
    outline: none;
}

    a:focus, a:hover {
        text-decoration: underline;
    }

.link-chevron {
    position: relative;
    display: inline;
}

    .link-chevron:after {
        display: inline-block;
        overflow: hidden;
        background-color: transparent;
        background-image: url(../images/png/sprite.png?ver=173);
        background-repeat: no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        background-position: -48px 0;
        width: 7px;
        height: 10px;
        position: relative;
        top: -.1em;
        vertical-align: middle;
        font-size: 10px;
        line-height: 1;
        content: '';
        margin-left: 8px;
    }

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .link-chevron:after {
        background-image: none,url(../images/svg/sprite.svg?ver=173);
    }
}

@media print {
    .link-chevron:after {
        display: none !important;
    }
}

html[dir=rtl] .link-chevron:after {
    left: 0;
    right: auto;
}

.inline-link--white .link-chevron:after, .link-chevron--white:after {
    background-position: -96px -288px;
}

.inline-link--blue .link-chevron:after, .link-chevron--blue:after {
    background-position: -432px -576px;
}

.link-chevron--large {
    padding-right: 22px;
}

html[dir=rtl] .link-chevron--large {
    padding-left: 22px;
    padding-right: 0;
}

.link-chevron--large:after {
    background-position: -96px 0;
    width: 8px;
    height: 13px;
}

.already-a-customer .link-chevron--large:after, .content-list .link-chevron--large:after, .search-results-related-searches .link-chevron--large:after {
    margin-top: -7px;
}

.link-chevron--large-white {
    padding-right: 22px;
}

html[dir=rtl] .link-chevron--large-white {
    padding-left: 22px;
    padding-right: 0;
}

.link-chevron--large-white:after {
    background-position: -96px 0;
    width: 8px;
    height: 12px;
}

.already-a-customer .link-chevron--large-white:after, .content-list .link-chevron--large-white:after, .search-results-related-searches .link-chevron--large-white:after {
    margin-top: -7px;
}

.inline-link {
    font-family: Arial,sans-serif;
    line-height: 1.4;
}

    .inline-link a {
        color: #444;
    }

        .inline-link a:focus, .inline-link a:hover {
            color: #212121;
        }

        .inline-link a:active, .inline-link a:focus {
            color: #8c8c8c;
        }

:lang(zh) .inline-link {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

.inline-link a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}

.inline-link--blue a {
    color: #0072a8;
}

    .inline-link--blue a:visited {
        color: #0099c4;
    }

    .inline-link--blue a:focus, .inline-link--blue a:hover {
        color: #005885;
    }

    .inline-link--blue a:active, .inline-link--blue a:focus {
        color: #0099c4;
    }

button {
    outline: none;
}

.btn {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
}

:lang(ja) .btn {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .btn {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.btn:focus {
    text-decoration: none;
    color: #333;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
}

@media print {
    .btn {
        color: #333 !important;
        border: 1px solid #333 !important;
    }
}

.btn-default {
    color: #333;
    background-color: #e9e9e9;
    border-top-color: transparent;
    border-bottom-color: #b6b6b6;
}

    .btn-default:visited {
        color: #333;
    }

    .btn-default:focus, .btn-default:hover {
        text-decoration: none;
        color: #333;
        background-color: #bababa;
    }

    .btn-default.active, .btn-default:active, .btn-default:focus, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #bababa;
        border-top-color: #adadad;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.btn-utility {
    color: #fff;
    background-color: #77a22d;
    border-top-color: transparent;
    border-bottom-color: #3c5217;
}

    .btn-utility:visited {
        color: #fff;
    }

    .btn-utility:focus, .btn-utility:hover {
        text-decoration: none;
        color: #fff;
        background-color: #387c2b;
    }

    .btn-utility.active, .btn-utility:active, .btn-utility:focus, .open .dropdown-toggle.btn-utility {
        color: #fff;
        background-color: #387c2b;
        border-top-color: #163011;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.btn-primary {
    color: #fff;
    background-color: #ff8000;
    border-top-color: transparent;
    border-bottom-color: #c60;
}

    .btn-primary:visited {
        color: #fff;
    }

    .btn-primary:focus, .btn-primary:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ff5900;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:focus, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #ff5900;
        border-top-color: #993500;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

.btn-dark {
    background-color: #333;
    border-top-color: transparent;
    border-bottom-color: #000;
}

    .btn-dark, .btn-dark:visited {
        color: #fff;
    }

        .btn-dark:focus, .btn-dark:hover {
            text-decoration: none;
            color: #fff;
            background-color: #262626;
        }

        .btn-dark.active, .btn-dark:active, .btn-dark:focus, .open .dropdown-toggle.btn-dark {
            color: #fff;
            background-color: #262626;
            border-top-color: #000;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }

.btn-transparent {
    color: #444;
    background-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

    .btn-transparent:visited {
        color: #444;
    }

    .btn-transparent:focus, .btn-transparent:hover {
        text-decoration: none;
        color: #444;
        background-color: #fff;
    }

    .btn-transparent.active, .btn-transparent:active, .btn-transparent:focus, .open .dropdown-toggle.btn-transparent {
        color: #005885;
        background-color: #fff;
        border: #dedede;
    }

.btn-subtle {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    outline: none;
    border: 1px solid #dedede;
}

    .btn-subtle:focus, .btn-subtle:hover {
        color: #005885;
    }

.btn-hud {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.3);
    border-top-color: transparent;
    border-bottom-color: transparent;
}

    .btn-hud, .btn-hud:visited {
        color: #fff;
    }

        .btn-hud:focus, .btn-hud:hover {
            text-decoration: none;
            color: #fff;
            background-color: #fff;
            background-color: hsla(0,0%,100%,.4);
        }

        .btn-hud.active, .btn-hud:active, .btn-hud:focus, .open .dropdown-toggle.btn-hud {
            color: #fff;
            background-color: #fff;
            background-color: hsla(0,0%,100%,.4);
            border: transparent;
        }

.lt-ie9 .btn-hud {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff,endColorstr=#4cffffff);
    zoom: 1;
}

.dynamic-hero-video--light .btn-hud {
    color: #666;
    background-color: #666;
    background-color: hsla(0,0%,40%,.2);
    border-top-color: transparent;
    border-bottom-color: transparent;
}

    .dynamic-hero-video--light .btn-hud:visited {
        color: #666;
    }

    .dynamic-hero-video--light .btn-hud:focus, .dynamic-hero-video--light .btn-hud:hover {
        text-decoration: none;
        color: #666;
        background-color: #666;
        background-color: hsla(0,0%,40%,.3);
    }

    .dynamic-hero-video--light .btn-hud.active, .dynamic-hero-video--light .btn-hud:active, .dynamic-hero-video--light .btn-hud:focus, .open .dropdown-toggle.dynamic-hero-video--light .btn-hud {
        color: #666;
        background-color: #666;
        background-color: hsla(0,0%,40%,.3);
        border: transparent;
    }

.lt-ie9 .dynamic-hero-video--light .btn-hud {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33666666,endColorstr=#33666666);
}

.btn-sm {
    padding: 3px 15px;
    font-size: 16px;
    line-height: 1.4;
    border-radius: 5px;
}

.btn-round {
    border-radius: 12px;
}

.btn-block {
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.btn-group {
    margin-bottom: -10px;
}

    .btn-group > .ctaButton {
        display: inline-block;
    }

        .btn-group > .btn, .btn-group > .component, .btn-group > .ctaButton > .btn, .btn-group > .ctaButton > .component {
            display: inline-block;
            margin-top: 0;
            margin-right: 10px;
            margin-bottom: 10px;
        }

            .btn-group > .btn ~ .btn, .btn-group > .btn ~ .component, .btn-group > .component ~ .btn, .btn-group > .component ~ .component, .btn-group > .ctaButton > .btn ~ .btn, .btn-group > .ctaButton > .btn ~ .component, .btn-group > .ctaButton > .component ~ .btn, .btn-group > .ctaButton > .component ~ .component {
                margin-top: 0;
                margin-bottom: 10px;
            }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    color: #cacaca;
    background-color: #d5d5d5;
    border-top-color: #b5b5b5;
    border-bottom-color: transparent;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn.disabled .icon, .btn[disabled] .icon, fieldset[disabled] .btn .icon {
        opacity: .06;
    }

.btn-mw, .btn-mw-lg, .btn-mw-md, .btn-mw-sm {
    max-width: 100%;
    white-space: normal;
}

.btn-mw {
    min-width: 200px;
}

.btn-mw-sm {
    min-width: 250px;
}

@media (min-width:768px) {
    .btn-mw-md {
        min-width: 310px;
    }
}

@media (min-width:768px) {
    .btn-mw-lg {
        min-width: 350px;
    }
}

.btn .btn-label, .btn .icon-holder, .icon {
    position: relative;
    display: inline-block;
}

.icon {
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    top: -.1em;
    vertical-align: middle;
    font-size: 10px;
    line-height: 1;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon {
        background-image: none,url(../images/svg/sprite.svg?ver=173);
    }
}

@media print {
    .icon {
        display: none !important;
    }
}

.icon-thomson-reuters-logo, .icon-thomson-reuters-tac-logo {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-branding.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 168px;
    height: 30px;
    background-position: 0 -96px;
    top: 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-thomson-reuters-logo, html.svg .icon-thomson-reuters-tac-logo {
        background-image: none,url(../images/svg/sprite-branding.svg?ver=173);
    }
}

body.theme-grey .global-footer .icon-thomson-reuters-logo, body.theme-grey .global-footer .icon-thomson-reuters-tac-logo, body.theme-white .global-footer .icon-thomson-reuters-logo, body.theme-white .global-footer .icon-thomson-reuters-tac-logo {
    background-position: 0 -96px;
}

body.theme-white .icon-thomson-reuters-logo, body.theme-white .icon-thomson-reuters-tac-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-thomson-reuters-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-thomson-reuters-tac-logo {
    background-position: -576px -96px;
}

@media (max-width:767px) {
    .icon-thomson-reuters-logo, .icon-thomson-reuters-tac-logo {
        width: 152px;
        height: 23px;
        background-position: 0 -144px;
    }

    body.theme-grey .global-footer .icon-thomson-reuters-logo, body.theme-grey .global-footer .icon-thomson-reuters-tac-logo, body.theme-white .global-footer .icon-thomson-reuters-logo, body.theme-white .global-footer .icon-thomson-reuters-tac-logo {
        background-position: 0 -144px;
    }

    body.theme-white .icon-thomson-reuters-logo, body.theme-white .icon-thomson-reuters-tac-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-thomson-reuters-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-thomson-reuters-tac-logo {
        background-position: -576px -144px;
    }
}

.icon-reuters-logo {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-branding-reuters.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 144px;
    height: 30px;
    background-position: 0 -48px;
    top: 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-reuters-logo {
        background-image: none,url(../images/svg/sprite-branding-reuters.svg?ver=173);
    }
}

body.theme-grey .icon-reuters-logo {
    background-position: -288px -48px;
}

body.theme-grey .global-footer .icon-reuters-logo, body.theme-white .global-footer .icon-reuters-logo {
    background-position: 0 -48px;
}

body.theme-white .icon-reuters-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-reuters-logo {
    background-position: -576px -48px;
}

@media (max-width:767px) {
    .icon-reuters-logo {
        width: 118px;
        height: 23px;
        background-position: 0 -96px;
    }

    body.theme-grey .icon-reuters-logo {
        background-position: -288px -96px;
    }

    body.theme-grey .global-footer .icon-reuters-logo, body.theme-white .global-footer .icon-reuters-logo {
        background-position: 0 -96px;
    }

    body.theme-white .icon-reuters-logo, body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-reuters-logo {
        background-position: -576px -96px;
    }
}

.icon-burger {
    width: 23px;
    height: 19px;
    background-position: -192px -240px;
    top: 0;
}

body.theme-white .icon-burger {
    background-position: -48px -624px;
}

@media (max-width:767px) {
    .icon-burger {
        width: 15px;
        height: 12px;
        background-position: -144px -240px;
    }

    body.theme-white .icon-burger {
        background-position: -576px -624px;
    }
}

.icon-burger-dark {
    width: 15px;
    height: 12px;
    background-position: -672px -240px;
}

.icon-search {
    width: 23px;
    height: 24px;
    background-position: -96px -240px;
    top: 0;
}

body.theme-white .icon-search {
    background-position: 0 -624px;
}

@media (max-width:767px) {
    .icon-search {
        width: 15px;
        height: 16px;
        background-position: -48px -240px;
    }

    body.theme-white .icon-search {
        background-position: -528px -624px;
    }
}

.icon-chevron {
    background-position: -48px 0;
    width: 7px;
    height: 10px;
    margin-left: 10px;
}

html[dir=rtl] .icon-chevron {
    margin-left: 0;
    margin-right: 10px;
}

.icon-chevron-large {
    width: 8px;
    height: 12px;
    background-position: -336px -48px;
}

.btn > .icon-chevron-large {
    margin-left: 10px;
}

html[dir=rtl] .btn > .icon-chevron-large {
    margin-left: 0;
    margin-right: 10px;
}

.btn.round > .icon-chevron-large {
    margin-left: 7px;
}

html[dir=rtl] .btn.round > .icon-chevron-large {
    margin-left: 0;
    margin-right: 7px;
}

.btn-primary > .icon-chevron-large, .btn.btn-hud > .icon-chevron-large {
    background-position: -336px 0;
}

.icon-chevron-white {
    background-position: -96px -288px;
    width: 7px;
    height: 10px;
    margin-left: 10px;
}

html[dir=rtl] .icon-chevron-white {
    margin-left: 0;
    margin-right: 10px;
}

.icon-chevron-large-white {
    width: 8px;
    height: 12px;
    background-position: -336px 0;
}

.btn > .icon-chevron-large-white {
    margin-left: 10px;
}

html[dir=rtl] .btn > .icon-chevron-large-white {
    margin-left: 0;
    margin-right: 10px;
}

.btn.round > .icon-chevron-large-white {
    margin-left: 7px;
}

html[dir=rtl] .btn.round > .icon-chevron-large-white {
    margin-left: 0;
    margin-right: 7px;
}

.icon-caret {
    width: 6px;
    height: 4px;
    background-position: -240px 0;
}

a:focus .icon-caret, a:hover .icon-caret {
    background-position: -240px -48px;
}

.dropdown.open .icon-caret {
    background-position: -288px -48px;
}

.btn.dropdown-toggle:focus .icon-caret, .btn.dropdown-toggle:hover .icon-caret {
    background-position: -432px -144px;
}

.btn > .icon-caret {
    margin-left: 10px;
}

html[dir=rtl] .btn > .icon-caret {
    margin-left: 0;
    margin-right: 10px;
}

.dropdown.open .btn > .icon-caret {
    background-position: -432px -192px;
}

.icon-caret-light-grey {
    width: 6px;
    height: 4px;
    background-position: -240px -192px;
}

.icon-caret-right-light-grey {
    width: 6px;
    height: 7px;
    background-position: -240px -96px;
}

.icon-document {
    width: 21px;
    height: 26px;
    background-position: -624px -240px;
}

.btn-dark .icon-document, .btn-hud .icon-document, .btn-primary .icon-document, .btn-utility .icon-document {
    background-position: -576px -240px;
}

.icon-support {
    width: 13px;
    height: 12px;
    background-position: -384px -192px;
}

body.theme-white .icon-support {
    background-position: -288px -624px;
}

.icon-globe {
    width: 15px;
    height: 15px;
    background-position: -336px -192px;
}

body.theme-white .icon-globe {
    background-position: -240px -624px;
}

.icon-facebook {
    width: 24px;
    height: 24px;
    background-position: 0 -336px;
}

.icon-google-plus {
    width: 24px;
    height: 24px;
    background-position: -48px -336px;
}

.icon-linkedin {
    width: 24px;
    height: 24px;
    background-position: -96px -336px;
}

.icon-twitter {
    width: 24px;
    height: 24px;
    background-position: -144px -336px;
}

.icon-youtube {
    width: 24px;
    height: 24px;
    background-position: -192px -336px;
}

.icon-instagram {
    width: 24px;
    height: 24px;
    background-position: -528px -336px;
}

.icon-whatsapp {
    width: 24px;
    height: 24px;
    background-position: -720px -624px;
}

.icon-rss {
    background-position: -576px -336px;
}

.icon-blog, .icon-rss {
    width: 24px;
    height: 24px;
}

.icon-blog {
    background-position: -624px -336px;
}

.icon-email {
    width: 24px;
    height: 24px;
    background-position: -240px -336px;
}

.icon-print {
    width: 24px;
    height: 24px;
    background-position: -288px -336px;
}

.btn > .icon-print {
    margin-left: 10px;
}

html[dir=rtl] .btn > .icon-print {
    margin-left: 0;
    margin-right: 10px;
}

.btn.round > .icon-print {
    margin-left: 7px;
}

html[dir=rtl] .btn.round > .icon-print {
    margin-left: 0;
    margin-right: 7px;
}

.icon-weibo {
    width: 24px;
    height: 24px;
    background-position: -720px -528px;
}

.icon-wechat {
    width: 24px;
    height: 24px;
    background-position: -768px -528px;
}

.icon-youku {
    width: 24px;
    height: 24px;
    background-position: -720px -576px;
}

.icon-tencent {
    width: 24px;
    height: 24px;
    background-position: -768px -576px;
}

.icon-line {
    width: 24px;
    height: 24px;
    background-position: -768px -624px;
}

.icon-plus {
    width: 15px;
    height: 15px;
    background-position: -240px -240px;
}

body.theme-white .site-specific-footer-alternative ~ .global-footer .icon-plus {
    background-position: -432px -624px;
}

.icon-up {
    width: 17px;
    height: 17px;
    background-position: -528px -288px;
    top: 0;
}

.icon-checkmark-blue {
    width: 16px;
    height: 12px;
    background-position: 0 -528px;
    margin-right: 10px;
}

html[dir=rtl] .icon-checkmark-blue {
    margin-left: 0;
    margin-right: 10px;
}

a:focus .icon-checkmark-blue, a:hover .icon-checkmark-blue {
    background-position: 0 -576px;
}

.icon-info-blue {
    width: 16px;
    height: 15px;
    background-position: -48px -528px;
    margin-right: 10px;
}

html[dir=rtl] .icon-info-blue {
    margin-left: 0;
    margin-right: 10px;
}

a:focus .icon-info-blue, a:hover .icon-info-blue {
    background-position: -48px -576px;
}

.icon-close {
    width: 16px;
    height: 16px;
    background-position: -384px -240px;
}

a:focus .icon-close, a:hover .icon-close {
    background-position: -384px -288px;
}

.icon-close-large {
    width: 20px;
    height: 20px;
    background-position: -384px -528px;
}

a:focus .icon-close-large, a:hover .icon-close-large {
    background-position: -432px -528px;
}

.icon-pagination-left {
    width: 6px;
    height: 11px;
    background-position: -288px -576px;
}

a:focus .icon-pagination-left, a:hover .icon-pagination-left {
    background-position: -336px -576px;
}

a.disabled .icon-pagination-left {
    background-position: -288px -576px;
}

.icon-pagination-right {
    width: 6px;
    height: 11px;
    background-position: -432px -576px;
}

a:focus .icon-pagination-right, a:hover .icon-pagination-right {
    background-position: -480px -576px;
}

a.disabled .icon-pagination-right, a:focus.disabled .icon-pagination-right, a:hover.disabled .icon-pagination-right {
    background-position: -528px -576px;
}

.icon-notice-success {
    background-position: -576px -576px;
    width: 21px;
    height: 21px;
}

.icon-notice-error {
    background-position: -624px -576px;
    width: 21px;
    height: 21px;
}

.icon-toggle-chevron {
    width: 6px;
    height: 6px;
    background-position: -288px 0;
    margin-right: 10px;
}

html[dir=rtl] .icon-toggle-chevron {
    margin-left: 0;
    margin-right: 10px;
}

.active .icon-toggle-chevron {
    background-position: -240px 0;
}

.icon-feedback {
    background-position: 0 -384px;
    width: 19px;
    height: 17px;
}

a:focus > .icon-feedback, a:hover > .icon-feedback {
    background-position: -48px -384px;
}

.icon-lock-grey {
    width: 16px;
    height: 22px;
    background-position: -720px -96px;
}

.icon-lock-white {
    width: 16px;
    height: 22px;
    background-position: -720px -144px;
}

.icon-cart {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-cart {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.theme-white .icon-cart {
    background-position: -240px 0;
}

.icon-cart-white {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-cart-white {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-cart-orange, .theme-orange .icon-cart {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-cart-orange, html.svg .theme-orange .icon-cart {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-cart-empty {
    width: 64px;
    height: 64px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -336px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-cart-empty {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-shipping {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-shipping {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-edu {
    width: 28px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-edu {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-bundle-plus {
    width: 16px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -384px -96px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-bundle-plus {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-paper {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-paper {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-paper-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-paper-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-digital {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 -48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-digital {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-digital-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px -48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-digital-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-paper-and-digital {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 -96px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-paper-and-digital {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-paper-and-digital-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px -96px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-paper-and-digital-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-volume {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-volume {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-volume-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-volume-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-pdf {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-pdf {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-pdf-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-pdf-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-cd {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px -48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-cd {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-cd-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px -48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-cd-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-dvd {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px -96px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-dvd {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-dvd-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px -96px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-dvd-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-software {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-software {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-software-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-software-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-onsite-training {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-onsite-training {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-onsite-training-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-onsite-training-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-elearning {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-elearning {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-format-elearning-large {
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-format-elearning-large {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-view-program {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-view-program {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-view-video {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px -240px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-view-video {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-windows {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-windows {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-apple {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -240px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-apple {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-android {
    width: 45px;
    height: 45px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px -144px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-android {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-payment-visa {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-visa {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-mastercard {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -48px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-mastercard {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-amex {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -96px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-amex {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-discover {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -144px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-discover {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-diner {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-diner {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-paypal-card {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -240px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-paypal-card {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-contra-reembolso {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-contra-reembolso {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-iupay {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -336px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-iupay {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-cuenta-corriente {
    width: 40px;
    height: 26px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -384px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-cuenta-corriente {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-payment-mercado-pago {
    width: 118px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce-payments.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 0 -48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-payment-mercado-pago {
        background-image: none,url(../images/svg/sprite-ecommerce-payments.svg?ver=173);
    }
}

.icon-verisign {
    width: 90px;
    height: 46px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -384px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-verisign {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

site-specific-footer-verified-with .icon-verisign {
    vertical-align: top;
}

.icon-data-fiscal {
    width: 40px;
    height: 55px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px -192px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-data-fiscal {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.site-specific-footer-verified-with .icon-data-fiscal {
    margin-left: 16px;
    vertical-align: top;
}

html[dir=rtl] .site-specific-footer-verified-with .icon-data-fiscal {
    margin-left: 0;
    margin-right: 16px;
}

.icon-cart-item-remove {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px -240px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-cart-item-remove {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

a:focus > .icon-cart-item-remove, a:hover > .icon-cart-item-remove {
    background-position: -240px -240px;
}

.icon-small-check {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -192px -96px;
    width: 9px;
    height: 8px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-small-check {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-medium-check {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px -96px;
    width: 36px;
    height: 36px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-medium-check {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-large-check {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -288px -48px;
    width: 48px;
    height: 48px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-large-check {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-time {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -336px -96px;
    width: 14px;
    height: 14px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-time {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.icon-chevron-large-left {
    width: 8px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    background-position: -432px 0;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-chevron-large-left {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

.btn > .icon-chevron-large-left {
    margin-right: 10px;
}

html[dir=rtl] .btn > .icon-chevron-large-left {
    margin-left: 0;
    margin-right: 10px;
}

.btn.round > .icon-chevron-large-left {
    margin-right: 7px;
}

html[dir=rtl] .btn.round > .icon-chevron-large-left {
    margin-left: 0;
    margin-right: 7px;
}

.icon-phone {
    display: inline-block;
    overflow: hidden;
    background-color: transparent;
    background-image: url(../images/png/sprite-ecommerce.png?ver=173);
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    width: 24px;
    height: 24px;
    background-position: -384px -240px;
}

@media (-moz-min-device-pixel-ratio:1.25),(-ms-min-device-pixel-ratio:1.25),(-o-min-device-pixel-ratio:1.25/1),(-webkit-min-device-pixel-ratio:1.25),(min--moz-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25),(min-resolution:1.25dppx),(min-resolution:120dpi) {
    html.svg .icon-phone {
        background-image: none,url(../images/svg/sprite-ecommerce.svg?ver=173);
    }
}

button.icon {
    margin: 0;
    padding: 0;
    border: none;
}

a:active .icon-up, a:focus .icon-up {
    background-position: -528px -240px;
}

.icon-holder {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

html[dir=rtl] .icon-holder {
    margin-left: 0;
    margin-right: 10px;
}

@media print {
    .icon-holder {
        display: none !important;
    }
}

.icon-holder .icon {
    position: absolute;
    left: 0;
}

html[dir=rtl] .icon-holder .icon {
    left: auto;
    right: 0;
}

.icon-holder-document {
    width: 21px;
}

    .icon-holder-document .icon {
        top: -18px;
    }

.icon-holder-support {
    width: 13px;
}

    .icon-holder-support .icon {
        top: -10px;
    }

.icon-holder-globe {
    width: 15px;
}

    .icon-holder-globe .icon {
        top: -11px;
    }

.icon-holder-cart {
    width: 24px;
}

    .icon-holder-cart .icon {
        top: -18px;
    }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table .visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important;
    }

    table .visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:1024px) and (max-width:1257px) {
    .visible-md {
        display: block !important;
    }

    table .visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:1258px) {
    .visible-lg {
        display: block !important;
    }

    table .visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:1024px) and (max-width:1257px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1258px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table .visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:768px) {
    .container {
        width: 764px;
    }
}

@media (min-width:1024px) {
    .container {
        width: 980px;
    }
}

@media (min-width:1258px) {
    .container {
        width: 1230px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
    min-height: 3px;
}

.col-xs-pull-11 {
    right: 91.66666667%;
    min-height: 3px;
}

.col-xs-pull-10 {
    right: 83.33333333%;
    min-height: 3px;
}

.col-xs-pull-9 {
    right: 75%;
    min-height: 3px;
}

.col-xs-pull-8 {
    right: 66.66666667%;
    min-height: 3px;
}

.col-xs-pull-7 {
    right: 58.33333333%;
    min-height: 3px;
}

.col-xs-pull-6 {
    right: 50%;
    min-height: 3px;
}

.col-xs-pull-5 {
    right: 41.66666667%;
    min-height: 3px;
}

.col-xs-pull-4 {
    right: 33.33333333%;
    min-height: 3px;
}

.col-xs-pull-3 {
    right: 25%;
    min-height: 3px;
}

.col-xs-pull-2 {
    right: 16.66666667%;
    min-height: 3px;
}

.col-xs-pull-1 {
    right: 8.33333333%;
    min-height: 3px;
}

.col-xs-pull-0 {
    right: 0;
    min-height: 3px;
}

.col-xs-push-12 {
    left: 100%;
    min-height: 3px;
}

.col-xs-push-11 {
    left: 91.66666667%;
    min-height: 3px;
}

.col-xs-push-10 {
    left: 83.33333333%;
    min-height: 3px;
}

.col-xs-push-9 {
    left: 75%;
    min-height: 3px;
}

.col-xs-push-8 {
    left: 66.66666667%;
    min-height: 3px;
}

.col-xs-push-7 {
    left: 58.33333333%;
    min-height: 3px;
}

.col-xs-push-6 {
    left: 50%;
    min-height: 3px;
}

.col-xs-push-5 {
    left: 41.66666667%;
    min-height: 3px;
}

.col-xs-push-4 {
    left: 33.33333333%;
    min-height: 3px;
}

.col-xs-push-3 {
    left: 25%;
    min-height: 3px;
}

.col-xs-push-2 {
    left: 16.66666667%;
    min-height: 3px;
}

.col-xs-push-1 {
    left: 8.33333333%;
    min-height: 3px;
}

.col-xs-push-0 {
    left: 0;
    min-height: 3px;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
        min-height: 3px;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
        min-height: 3px;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
        min-height: 3px;
    }

    .col-sm-pull-9 {
        right: 75%;
        min-height: 3px;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
        min-height: 3px;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
        min-height: 3px;
    }

    .col-sm-pull-6 {
        right: 50%;
        min-height: 3px;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
        min-height: 3px;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
        min-height: 3px;
    }

    .col-sm-pull-3 {
        right: 25%;
        min-height: 3px;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
        min-height: 3px;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
        min-height: 3px;
    }

    .col-sm-pull-0 {
        right: 0;
        min-height: 3px;
    }

    .col-sm-push-12 {
        left: 100%;
        min-height: 3px;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
        min-height: 3px;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
        min-height: 3px;
    }

    .col-sm-push-9 {
        left: 75%;
        min-height: 3px;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
        min-height: 3px;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
        min-height: 3px;
    }

    .col-sm-push-6 {
        left: 50%;
        min-height: 3px;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
        min-height: 3px;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
        min-height: 3px;
    }

    .col-sm-push-3 {
        left: 25%;
        min-height: 3px;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
        min-height: 3px;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
        min-height: 3px;
    }

    .col-sm-push-0 {
        left: 0;
        min-height: 3px;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1024px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
        min-height: 3px;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
        min-height: 3px;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
        min-height: 3px;
    }

    .col-md-pull-9 {
        right: 75%;
        min-height: 3px;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
        min-height: 3px;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
        min-height: 3px;
    }

    .col-md-pull-6 {
        right: 50%;
        min-height: 3px;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
        min-height: 3px;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
        min-height: 3px;
    }

    .col-md-pull-3 {
        right: 25%;
        min-height: 3px;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
        min-height: 3px;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
        min-height: 3px;
    }

    .col-md-pull-0 {
        right: 0;
        min-height: 3px;
    }

    .col-md-push-12 {
        left: 100%;
        min-height: 3px;
    }

    .col-md-push-11 {
        left: 91.66666667%;
        min-height: 3px;
    }

    .col-md-push-10 {
        left: 83.33333333%;
        min-height: 3px;
    }

    .col-md-push-9 {
        left: 75%;
        min-height: 3px;
    }

    .col-md-push-8 {
        left: 66.66666667%;
        min-height: 3px;
    }

    .col-md-push-7 {
        left: 58.33333333%;
        min-height: 3px;
    }

    .col-md-push-6 {
        left: 50%;
        min-height: 3px;
    }

    .col-md-push-5 {
        left: 41.66666667%;
        min-height: 3px;
    }

    .col-md-push-4 {
        left: 33.33333333%;
        min-height: 3px;
    }

    .col-md-push-3 {
        left: 25%;
        min-height: 3px;
    }

    .col-md-push-2 {
        left: 16.66666667%;
        min-height: 3px;
    }

    .col-md-push-1 {
        left: 8.33333333%;
        min-height: 3px;
    }

    .col-md-push-0 {
        left: 0;
        min-height: 3px;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1258px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
        min-height: 3px;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
        min-height: 3px;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
        min-height: 3px;
    }

    .col-lg-pull-9 {
        right: 75%;
        min-height: 3px;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
        min-height: 3px;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
        min-height: 3px;
    }

    .col-lg-pull-6 {
        right: 50%;
        min-height: 3px;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
        min-height: 3px;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
        min-height: 3px;
    }

    .col-lg-pull-3 {
        right: 25%;
        min-height: 3px;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
        min-height: 3px;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
        min-height: 3px;
    }

    .col-lg-pull-0 {
        right: 0;
        min-height: 3px;
    }

    .col-lg-push-12 {
        left: 100%;
        min-height: 3px;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
        min-height: 3px;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
        min-height: 3px;
    }

    .col-lg-push-9 {
        left: 75%;
        min-height: 3px;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
        min-height: 3px;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
        min-height: 3px;
    }

    .col-lg-push-6 {
        left: 50%;
        min-height: 3px;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
        min-height: 3px;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
        min-height: 3px;
    }

    .col-lg-push-3 {
        left: 25%;
        min-height: 3px;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
        min-height: 3px;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
        min-height: 3px;
    }

    .col-lg-push-0 {
        left: 0;
        min-height: 3px;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

@media (min-width:1258px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1258px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .row .col-lg-1, .row .col-lg-2, .row .col-lg-3, .row .col-lg-4, .row .col-lg-5, .row .col-lg-6, .row .col-lg-7, .row .col-lg-8, .row .col-lg-9, .row .col-lg-10, .row .col-lg-11, .row .col-lg-12, .row .col-md-1, .row .col-md-2, .row .col-md-3, .row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11, .row .col-md-12, .row .col-sm-1, .row .col-sm-2, .row .col-sm-3, .row .col-sm-4, .row .col-sm-5, .row .col-sm-6, .row .col-sm-7, .row .col-sm-8, .row .col-sm-9, .row .col-sm-10, .row .col-sm-11, .row .col-sm-12, .row .col-xs-1, .row .col-xs-2, .row .col-xs-3, .row .col-xs-4, .row .col-xs-5, .row .col-xs-6, .row .col-xs-7, .row .col-xs-8, .row .col-xs-9, .row .col-xs-10, .row .col-xs-11, .row .col-xs-12 {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.wrapper {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .wrapper {
        width: 764px;
    }
}

@media (min-width:1024px) {
    .wrapper {
        width: 980px;
    }
}

@media (min-width:1258px) {
    .wrapper {
        width: 1230px;
    }
}

@media (min-width:1024px) {
    .col-md-8 .offset-padding {
        padding-right: 14%;
    }
}

@media (min-width:1024px) {
    .col-md-7 .offset-padding {
        padding-right: 12%;
    }
}

@media (min-width:1024px) {
    .col-md-4 .offset-padding-alt {
        padding-left: 20px;
    }
}

@media (min-width:1258px) {
    .col-md-4 .offset-padding-alt {
        padding-left: 30px;
    }
}

@media (min-width:1024px) {
    .modal .col-md-8 .offset-padding {
        padding-right: 4%;
    }
}

@media (min-width:1024px) {
    .modal .col-md-7 .offset-padding {
        padding-right: 2%;
    }
}

@media (min-width:1024px) {
    .col-md-4 + .col-md-8 .offset-padding {
        padding-left: 14%;
        padding-right: 0;
    }
}

@media (min-width:1024px) {
    .col-md-5 + .col-md-7 .offset-padding {
        padding-left: 12%;
        padding-right: 0;
    }
}

.col-center-block {
    float: none !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.row--table {
    display: table;
    width: 100%;
    margin: 0;
}

    .row--table .column {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

@media (min-width:768px) and (max-width:1023px) {
    .clearfix-sm-2 > .column:nth-child(odd) {
        clear: both;
    }
}

html[dir=rtl] .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

html[dir=rtl] .row {
    margin-left: -10px;
    margin-right: -10px;
}

html[dir=rtl] .col-lg-1, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-lg-3, html[dir=rtl] .col-lg-4, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-lg-11, html[dir=rtl] .col-lg-12, html[dir=rtl] .col-md-1, html[dir=rtl] .col-md-2, html[dir=rtl] .col-md-3, html[dir=rtl] .col-md-4, html[dir=rtl] .col-md-5, html[dir=rtl] .col-md-6, html[dir=rtl] .col-md-7, html[dir=rtl] .col-md-8, html[dir=rtl] .col-md-9, html[dir=rtl] .col-md-10, html[dir=rtl] .col-md-11, html[dir=rtl] .col-md-12, html[dir=rtl] .col-sm-1, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-sm-3, html[dir=rtl] .col-sm-4, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-sm-11, html[dir=rtl] .col-sm-12, html[dir=rtl] .col-xs-1, html[dir=rtl] .col-xs-2, html[dir=rtl] .col-xs-3, html[dir=rtl] .col-xs-4, html[dir=rtl] .col-xs-5, html[dir=rtl] .col-xs-6, html[dir=rtl] .col-xs-7, html[dir=rtl] .col-xs-8, html[dir=rtl] .col-xs-9, html[dir=rtl] .col-xs-10, html[dir=rtl] .col-xs-11, html[dir=rtl] .col-xs-12 {
    margin-left: 0;
}

html[dir=rtl] .col-xs-1, html[dir=rtl] .col-xs-2, html[dir=rtl] .col-xs-3, html[dir=rtl] .col-xs-4, html[dir=rtl] .col-xs-5, html[dir=rtl] .col-xs-6, html[dir=rtl] .col-xs-7, html[dir=rtl] .col-xs-8, html[dir=rtl] .col-xs-9, html[dir=rtl] .col-xs-10, html[dir=rtl] .col-xs-11 {
    float: right;
}

html[dir=rtl] .col-xs-1 {
    width: 8.33333333%;
}

html[dir=rtl] .col-xs-2 {
    width: 16.66666667%;
}

html[dir=rtl] .col-xs-3 {
    width: 25%;
}

html[dir=rtl] .col-xs-4 {
    width: 33.33333333%;
}

html[dir=rtl] .col-xs-5 {
    width: 41.66666667%;
}

html[dir=rtl] .col-xs-6 {
    width: 50%;
}

html[dir=rtl] .col-xs-7 {
    width: 58.33333333%;
}

html[dir=rtl] .col-xs-8 {
    width: 66.66666667%;
}

html[dir=rtl] .col-xs-9 {
    width: 75%;
}

html[dir=rtl] .col-xs-10 {
    width: 83.33333333%;
}

html[dir=rtl] .col-xs-11 {
    width: 91.66666667%;
}

html[dir=rtl] .col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    html[dir=rtl] .container {
        max-width: 764px;
    }

    html[dir=rtl] .col-sm-1, html[dir=rtl] .col-sm-2, html[dir=rtl] .col-sm-3, html[dir=rtl] .col-sm-4, html[dir=rtl] .col-sm-5, html[dir=rtl] .col-sm-6, html[dir=rtl] .col-sm-7, html[dir=rtl] .col-sm-8, html[dir=rtl] .col-sm-9, html[dir=rtl] .col-sm-10, html[dir=rtl] .col-sm-11 {
        float: right;
    }

    html[dir=rtl] .col-sm-1 {
        width: 8.33333333%;
    }

    html[dir=rtl] .col-sm-2 {
        width: 16.66666667%;
    }

    html[dir=rtl] .col-sm-3 {
        width: 25%;
    }

    html[dir=rtl] .col-sm-4 {
        width: 33.33333333%;
    }

    html[dir=rtl] .col-sm-5 {
        width: 41.66666667%;
    }

    html[dir=rtl] .col-sm-6 {
        width: 50%;
    }

    html[dir=rtl] .col-sm-7 {
        width: 58.33333333%;
    }

    html[dir=rtl] .col-sm-8 {
        width: 66.66666667%;
    }

    html[dir=rtl] .col-sm-9 {
        width: 75%;
    }

    html[dir=rtl] .col-sm-10 {
        width: 83.33333333%;
    }

    html[dir=rtl] .col-sm-11 {
        width: 91.66666667%;
    }

    html[dir=rtl] .col-sm-12 {
        width: 100%;
    }

    html[dir=rtl] .col-sm-push-1 {
        right: 8.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-2 {
        right: 16.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-3 {
        right: 25%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-4 {
        right: 33.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-5 {
        right: 41.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-6 {
        right: 50%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-7 {
        right: 58.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-8 {
        right: 66.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-9 {
        right: 75%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-10 {
        right: 83.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-sm-push-11 {
        right: 91.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-sm-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-3 {
        left: 25%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-6 {
        left: 50%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-9 {
        left: 75%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-sm-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-sm-offset-0 {
        margin-right: 0;
    }

    html[dir=rtl] .col-sm-offset-1 {
        margin-right: 8.33333333%;
    }

    html[dir=rtl] .col-sm-offset-2 {
        margin-right: 16.66666667%;
    }

    html[dir=rtl] .col-sm-offset-3 {
        margin-right: 25%;
    }

    html[dir=rtl] .col-sm-offset-4 {
        margin-right: 33.33333333%;
    }

    html[dir=rtl] .col-sm-offset-5 {
        margin-right: 41.66666667%;
    }

    html[dir=rtl] .col-sm-offset-6 {
        margin-right: 50%;
    }

    html[dir=rtl] .col-sm-offset-7 {
        margin-right: 58.33333333%;
    }

    html[dir=rtl] .col-sm-offset-8 {
        margin-right: 66.66666667%;
    }

    html[dir=rtl] .col-sm-offset-9 {
        margin-right: 75%;
    }

    html[dir=rtl] .col-sm-offset-10 {
        margin-right: 83.33333333%;
    }

    html[dir=rtl] .col-sm-offset-11 {
        margin-right: 91.66666667%;
    }

    html[dir=rtl] .col-sm-offset-1, html[dir=rtl] .col-sm-offset-2, html[dir=rtl] .col-sm-offset-3, html[dir=rtl] .col-sm-offset-4, html[dir=rtl] .col-sm-offset-5, html[dir=rtl] .col-sm-offset-6, html[dir=rtl] .col-sm-offset-7, html[dir=rtl] .col-sm-offset-8, html[dir=rtl] .col-sm-offset-9, html[dir=rtl] .col-sm-offset-10, html[dir=rtl] .col-sm-offset-11 {
        margin-left: 0;
    }
}

@media (min-width:1024px) {
    html[dir=rtl] .container {
        max-width: 980px;
    }

    html[dir=rtl] .col-md-1, html[dir=rtl] .col-md-2, html[dir=rtl] .col-md-3, html[dir=rtl] .col-md-4, html[dir=rtl] .col-md-5, html[dir=rtl] .col-md-6, html[dir=rtl] .col-md-7, html[dir=rtl] .col-md-8, html[dir=rtl] .col-md-9, html[dir=rtl] .col-md-10, html[dir=rtl] .col-md-11 {
        float: right;
    }

    html[dir=rtl] .col-md-1 {
        width: 8.33333333%;
    }

    html[dir=rtl] .col-md-2 {
        width: 16.66666667%;
    }

    html[dir=rtl] .col-md-3 {
        width: 25%;
    }

    html[dir=rtl] .col-md-4 {
        width: 33.33333333%;
    }

    html[dir=rtl] .col-md-5 {
        width: 41.66666667%;
    }

    html[dir=rtl] .col-md-6 {
        width: 50%;
    }

    html[dir=rtl] .col-md-7 {
        width: 58.33333333%;
    }

    html[dir=rtl] .col-md-8 {
        width: 66.66666667%;
    }

    html[dir=rtl] .col-md-9 {
        width: 75%;
    }

    html[dir=rtl] .col-md-10 {
        width: 83.33333333%;
    }

    html[dir=rtl] .col-md-11 {
        width: 91.66666667%;
    }

    html[dir=rtl] .col-md-12 {
        width: 100%;
    }

    html[dir=rtl] .col-md-push-1 {
        right: 8.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-2 {
        right: 16.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-3 {
        right: 25%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-4 {
        right: 33.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-5 {
        right: 41.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-6 {
        right: 50%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-7 {
        right: 58.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-8 {
        right: 66.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-9 {
        right: 75%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-10 {
        right: 83.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-md-push-11 {
        right: 91.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-md-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-3 {
        left: 25%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-6 {
        left: 50%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-9 {
        left: 75%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-md-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-md-offset-0 {
        margin-right: 0;
    }

    html[dir=rtl] .col-md-offset-1 {
        margin-right: 8.33333333%;
    }

    html[dir=rtl] .col-md-offset-2 {
        margin-right: 16.66666667%;
    }

    html[dir=rtl] .col-md-offset-3 {
        margin-right: 25%;
    }

    html[dir=rtl] .col-md-offset-4 {
        margin-right: 33.33333333%;
    }

    html[dir=rtl] .col-md-offset-5 {
        margin-right: 41.66666667%;
    }

    html[dir=rtl] .col-md-offset-6 {
        margin-right: 50%;
    }

    html[dir=rtl] .col-md-offset-7 {
        margin-right: 58.33333333%;
    }

    html[dir=rtl] .col-md-offset-8 {
        margin-right: 66.66666667%;
    }

    html[dir=rtl] .col-md-offset-9 {
        margin-right: 75%;
    }

    html[dir=rtl] .col-md-offset-10 {
        margin-right: 83.33333333%;
    }

    html[dir=rtl] .col-md-offset-11 {
        margin-right: 91.66666667%;
    }

    html[dir=rtl] .col-md-offset-1, html[dir=rtl] .col-md-offset-2, html[dir=rtl] .col-md-offset-3, html[dir=rtl] .col-md-offset-4, html[dir=rtl] .col-md-offset-5, html[dir=rtl] .col-md-offset-6, html[dir=rtl] .col-md-offset-7, html[dir=rtl] .col-md-offset-8, html[dir=rtl] .col-md-offset-9, html[dir=rtl] .col-md-offset-10, html[dir=rtl] .col-md-offset-11 {
        margin-left: 0;
    }
}

@media (min-width:1258px) {
    html[dir=rtl] .container {
        max-width: 1230px;
    }

    html[dir=rtl] .col-lg-1, html[dir=rtl] .col-lg-2, html[dir=rtl] .col-lg-3, html[dir=rtl] .col-lg-4, html[dir=rtl] .col-lg-5, html[dir=rtl] .col-lg-6, html[dir=rtl] .col-lg-7, html[dir=rtl] .col-lg-8, html[dir=rtl] .col-lg-9, html[dir=rtl] .col-lg-10, html[dir=rtl] .col-lg-11 {
        float: right;
    }

    html[dir=rtl] .col-lg-1 {
        width: 8.33333333%;
    }

    html[dir=rtl] .col-lg-2 {
        width: 16.66666667%;
    }

    html[dir=rtl] .col-lg-3 {
        width: 25%;
    }

    html[dir=rtl] .col-lg-4 {
        width: 33.33333333%;
    }

    html[dir=rtl] .col-lg-5 {
        width: 41.66666667%;
    }

    html[dir=rtl] .col-lg-6 {
        width: 50%;
    }

    html[dir=rtl] .col-lg-7 {
        width: 58.33333333%;
    }

    html[dir=rtl] .col-lg-8 {
        width: 66.66666667%;
    }

    html[dir=rtl] .col-lg-9 {
        width: 75%;
    }

    html[dir=rtl] .col-lg-10 {
        width: 83.33333333%;
    }

    html[dir=rtl] .col-lg-11 {
        width: 91.66666667%;
    }

    html[dir=rtl] .col-lg-12 {
        width: 100%;
    }

    html[dir=rtl] .col-lg-push-1 {
        right: 8.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-2 {
        right: 16.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-3 {
        right: 25%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-4 {
        right: 33.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-5 {
        right: 41.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-6 {
        right: 50%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-7 {
        right: 58.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-8 {
        right: 66.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-9 {
        right: 75%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-10 {
        right: 83.33333333%;
        left: auto;
    }

    html[dir=rtl] .col-lg-push-11 {
        right: 91.66666667%;
        left: auto;
    }

    html[dir=rtl] .col-lg-pull-1 {
        left: 8.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-2 {
        left: 16.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-3 {
        left: 25%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-4 {
        left: 33.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-5 {
        left: 41.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-6 {
        left: 50%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-7 {
        left: 58.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-8 {
        left: 66.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-9 {
        left: 75%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-10 {
        left: 83.33333333%;
        right: auto;
    }

    html[dir=rtl] .col-lg-pull-11 {
        left: 91.66666667%;
        right: auto;
    }

    html[dir=rtl] .col-lg-offset-0 {
        margin-right: 0;
    }

    html[dir=rtl] .col-lg-offset-1 {
        margin-right: 8.33333333%;
    }

    html[dir=rtl] .col-lg-offset-2 {
        margin-right: 16.66666667%;
    }

    html[dir=rtl] .col-lg-offset-3 {
        margin-right: 25%;
    }

    html[dir=rtl] .col-lg-offset-4 {
        margin-right: 33.33333333%;
    }

    html[dir=rtl] .col-lg-offset-5 {
        margin-right: 41.66666667%;
    }

    html[dir=rtl] .col-lg-offset-6 {
        margin-right: 50%;
    }

    html[dir=rtl] .col-lg-offset-7 {
        margin-right: 58.33333333%;
    }

    html[dir=rtl] .col-lg-offset-8 {
        margin-right: 66.66666667%;
    }

    html[dir=rtl] .col-lg-offset-9 {
        margin-right: 75%;
    }

    html[dir=rtl] .col-lg-offset-10 {
        margin-right: 83.33333333%;
    }

    html[dir=rtl] .col-lg-offset-11 {
        margin-right: 91.66666667%;
    }

    html[dir=rtl] .col-lg-offset-1, html[dir=rtl] .col-lg-offset-2, html[dir=rtl] .col-lg-offset-3, html[dir=rtl] .col-lg-offset-4, html[dir=rtl] .col-lg-offset-5, html[dir=rtl] .col-lg-offset-6, html[dir=rtl] .col-lg-offset-7, html[dir=rtl] .col-lg-offset-8, html[dir=rtl] .col-lg-offset-9, html[dir=rtl] .col-lg-offset-10, html[dir=rtl] .col-lg-offset-11 {
        margin-left: 0;
    }
}

.debug-mode, .debug-mode body, .debug-mode div, .debug-mode footer, .debug-mode header, .debug-mode main {
    transition: transform .7s ease;
    transform-style: preserve-3d;
}

    .debug-mode .row {
        background-image: linear-gradient(270deg,hsla(0,100%,75%,.1) 0,hsla(0,100%,75%,.1) 50%,transparent 0,transparent);
        background-size: 16.6666667% 100%;
    }

        .debug-mode .row:focus, .debug-mode .row:hover {
            box-shadow: inset 0 0 0 2px rgba(255,0,0,.25);
        }

        .debug-mode .row [class*=col-]:focus, .debug-mode .row [class*=col-]:hover {
            box-shadow: inset 0 0 0 2px rgba(0,0,255,.25);
        }

    .debug-mode.three-dee body {
        perspective: 1280px;
        transform: rotateY(30deg) scale(.5);
    }

        .debug-mode.three-dee body > div, .debug-mode.three-dee body > footer, .debug-mode.three-dee body > header, .debug-mode.three-dee body > main {
            transform: translateZ(-120px) rotateY(25deg);
        }

            .debug-mode.three-dee body > div .container, .debug-mode.three-dee body > footer .container, .debug-mode.three-dee body > header .container, .debug-mode.three-dee body > main .container {
                transition: .7s ease;
            }

                .debug-mode.three-dee body > div .container:focus, .debug-mode.three-dee body > div .container:hover, .debug-mode.three-dee body > footer .container:focus, .debug-mode.three-dee body > footer .container:hover, .debug-mode.three-dee body > header .container:focus, .debug-mode.three-dee body > header .container:hover, .debug-mode.three-dee body > main .container:focus, .debug-mode.three-dee body > main .container:hover {
                    background-color: #fff;
                    background-color: hsla(0,0%,100%,.5);
                    position: relative;
                    z-index: 1000;
                    transform: translateZ(120px);
                }

                    .debug-mode.three-dee body > div .container:focus .row, .debug-mode.three-dee body > div .container:focus .row:focus > div, .debug-mode.three-dee body > div .container:hover .row, .debug-mode.three-dee body > div .container:hover .row:hover > div, .debug-mode.three-dee body > footer .container:focus .row, .debug-mode.three-dee body > footer .container:focus .row:focus > div, .debug-mode.three-dee body > footer .container:hover .row, .debug-mode.three-dee body > footer .container:hover .row:hover > div, .debug-mode.three-dee body > header .container:focus .row, .debug-mode.three-dee body > header .container:focus .row:focus > div, .debug-mode.three-dee body > header .container:hover .row, .debug-mode.three-dee body > header .container:hover .row:hover > div, .debug-mode.three-dee body > main .container:focus .row, .debug-mode.three-dee body > main .container:focus .row:focus > div, .debug-mode.three-dee body > main .container:hover .row, .debug-mode.three-dee body > main .container:hover .row:hover > div {
                        transform: translateZ(120px);
                    }

                        .debug-mode.three-dee body > div .container:focus .row:focus > div:focus, .debug-mode.three-dee body > div .container:hover .row:hover > div:hover, .debug-mode.three-dee body > footer .container:focus .row:focus > div:focus, .debug-mode.three-dee body > footer .container:hover .row:hover > div:hover, .debug-mode.three-dee body > header .container:focus .row:focus > div:focus, .debug-mode.three-dee body > header .container:hover .row:hover > div:hover, .debug-mode.three-dee body > main .container:focus .row:focus > div:focus, .debug-mode.three-dee body > main .container:hover .row:hover > div:hover {
                            transform: translateZ(140px);
                        }

[class*=block-grid-] {
    *zoom: 1;
    margin: 0;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
    list-style: none;
}

    [class*=block-grid-]:after, [class*=block-grid-]:before {
        display: table;
        content: '';
    }

    [class*=block-grid-]:after {
        clear: both;
    }

    [class*=block-grid-] > li {
        display: block;
        padding-right: 10px;
        padding-left: 10px;
        height: auto;
    }

@media (min-width:768px) {
    [class*=block-grid-] > li {
        float: left;
    }

    html[dir=rtl] [class*=block-grid-] > li {
        float: right;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .block-grid-sm-1 > li {
        width: 100%;
    }

    .block-grid-sm-2 > li {
        width: 50%;
    }

    .block-grid-sm-3 > li {
        width: 33.33333%;
    }

    .block-grid-sm-4 > li {
        width: 25%;
    }

    .block-grid-sm-5 > li {
        width: 20%;
    }

    .block-grid-sm-6 > li {
        width: 16.66667%;
    }

    .block-grid-sm-7 > li {
        width: 14.28571%;
    }

    .block-grid-sm-8 > li {
        width: 12.5%;
    }

    .block-grid-sm-9 > li {
        width: 11.11111%;
    }

    .block-grid-sm-10 > li {
        width: 10%;
    }

    .block-grid-sm-11 > li {
        width: 9.09091%;
    }

    .block-grid-sm-12 > li {
        width: 8.33333%;
    }

        .block-grid-sm-1 > li:nth-of-type(1n+1), .block-grid-sm-2 > li:nth-of-type(2n+1), .block-grid-sm-3 > li:nth-of-type(3n+1), .block-grid-sm-4 > li:nth-of-type(4n+1), .block-grid-sm-5 > li:nth-of-type(5n+1), .block-grid-sm-6 > li:nth-of-type(6n+1), .block-grid-sm-7 > li:nth-of-type(7n+1), .block-grid-sm-8 > li:nth-of-type(8n+1), .block-grid-sm-9 > li:nth-of-type(9n+1), .block-grid-sm-10 > li:nth-of-type(10n+1), .block-grid-sm-11 > li:nth-of-type(11n+1), .block-grid-sm-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

@media (min-width:1024px) and (max-width:1257px) {
    .block-grid-md-1 > li {
        width: 100%;
    }

    .block-grid-md-2 > li {
        width: 50%;
    }

    .block-grid-md-3 > li {
        width: 33.33333%;
    }

    .block-grid-md-4 > li {
        width: 25%;
    }

    .block-grid-md-5 > li {
        width: 20%;
    }

    .block-grid-md-6 > li {
        width: 16.66667%;
    }

    .block-grid-md-7 > li {
        width: 14.28571%;
    }

    .block-grid-md-8 > li {
        width: 12.5%;
    }

    .block-grid-md-9 > li {
        width: 11.11111%;
    }

    .block-grid-md-10 > li {
        width: 10%;
    }

    .block-grid-md-11 > li {
        width: 9.09091%;
    }

    .block-grid-md-12 > li {
        width: 8.33333%;
    }

        .block-grid-md-1 > li:nth-of-type(1n+1), .block-grid-md-2 > li:nth-of-type(2n+1), .block-grid-md-3 > li:nth-of-type(3n+1), .block-grid-md-4 > li:nth-of-type(4n+1), .block-grid-md-5 > li:nth-of-type(5n+1), .block-grid-md-6 > li:nth-of-type(6n+1), .block-grid-md-7 > li:nth-of-type(7n+1), .block-grid-md-8 > li:nth-of-type(8n+1), .block-grid-md-9 > li:nth-of-type(9n+1), .block-grid-md-10 > li:nth-of-type(10n+1), .block-grid-md-11 > li:nth-of-type(11n+1), .block-grid-md-12 > li:nth-of-type(12n+1) {
            clear: both;
        }

    [class*=block-grid-sm-] > li {
        clear: none;
    }
}

@media only screen and (min-width:1258px) {
    [class*=block-grid-] {
        margin-right: -15px;
        margin-left: -15px;
    }

        [class*=block-grid-] > li {
            padding-right: 15px;
            padding-left: 15px;
        }

    .block-grid-lg-1 > li {
        width: 100%;
    }

    .block-grid-lg-2 > li {
        width: 50%;
    }

    .block-grid-lg-3 > li {
        width: 33.33333%;
    }

    .block-grid-lg-4 > li {
        width: 25%;
    }

    .block-grid-lg-5 > li {
        width: 20%;
    }

    .block-grid-lg-6 > li {
        width: 16.66667%;
    }

    .block-grid-lg-7 > li {
        width: 14.28571%;
    }

    .block-grid-lg-8 > li {
        width: 12.5%;
    }

    .block-grid-lg-9 > li {
        width: 11.11111%;
    }

    .block-grid-lg-10 > li {
        width: 10%;
    }

    .block-grid-lg-11 > li {
        width: 9.09091%;
    }

    .block-grid-lg-12 > li {
        width: 8.33333%;
    }

        .block-grid-lg-1 > li:nth-of-type(1n+1), .block-grid-lg-2 > li:nth-of-type(2n+1), .block-grid-lg-3 > li:nth-of-type(3n+1), .block-grid-lg-4 > li:nth-of-type(4n+1), .block-grid-lg-5 > li:nth-of-type(5n+1), .block-grid-lg-6 > li:nth-of-type(6n+1), .block-grid-lg-7 > li:nth-of-type(7n+1), .block-grid-lg-8 > li:nth-of-type(8n+1), .block-grid-lg-9 > li:nth-of-type(9n+1), .block-grid-lg-10 > li:nth-of-type(10n+1), .block-grid-lg-11 > li:nth-of-type(11n+1), .block-grid-lg-12 > li:nth-of-type(12n+1) {
            clear: both;
        }

    [class*=block-grid-md-] > li {
        clear: none;
    }
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    float: left;
    margin: 0;
    list-style: none;
}

html[dir=rtl] .dropdown-menu {
    left: auto;
    right: 0;
    float: right;
}

.dropdown-menu .divider {
    overflow: hidden;
    margin: 10 0;
    height: 1px;
    background-color: #212121;
}

.dropdown-menu--default {
    font-size: 14px;
    margin: 15px 0 0;
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}

    .dropdown-menu--default > li > a, .dropdown-menu--default > li > span {
        display: block;
        clear: both;
        cursor: pointer;
        padding: 3px 20px;
        color: #212121;
        white-space: nowrap;
        font-weight: 400;
        line-height: 1.4;
    }

.dropdown-menu--with-caret:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    margin-left: -22px;
    border-width: 0 12px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: '';
}

html[dir=rtl] .dropdown-menu--with-caret:after {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -22px;
}

.dropdown-menu--with-caret:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    margin-left: -23px;
    border-width: 0 13px 11px;
    border-style: solid;
    border-color: transparent transparent #dedede;
    content: '';
}

html[dir=rtl] .dropdown-menu--with-caret:before {
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -23px;
}

.dropdown-menu--default > li > a:focus, .dropdown-menu--default > li > a:hover, .dropdown-menu--default > li > span:focus, .dropdown-menu--default > li > span:hover {
    background-color: #e9e9e9;
    color: #212121;
    text-decoration: none;
}

.dropdown-menu--default > .active > a, .dropdown-menu--default > .active > a:focus, .dropdown-menu--default > .active > a:hover, .dropdown-menu--default > .active > span, .dropdown-menu--default > .active > span:focus, .dropdown-menu--default > .active > span:hover {
    outline: 0;
    background-color: #f2f2f2;
    color: #212121;
    text-decoration: none;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

html[dir=rtl] .dropdown-menu-right {
    right: auto;
    left: 0;
}

.dropdown-menu-right:after {
    left: 80%;
}

html[dir=rtl] .dropdown-menu-right:after {
    right: 80%;
    left: auto;
}

.dropdown-menu-right:before {
    left: 80%;
}

html[dir=rtl] .dropdown-menu-right:before {
    right: 80%;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

html[dir=rtl] .dropdown-menu-left {
    right: 0;
    left: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    color: #212121;
    font-size: 14;
    line-height: 1.4;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

html[dir=rtl] .pull-right > .dropdown-menu {
    right: auto;
    left: 0;
}

.modal-open {
    overflow: hidden;
}

html[data-useragent*=iPad] .modal-open, html[data-useragent*=iPhone] .modal-open, html[data-useragent*=iPod] .modal-open {
    position: fixed;
    width: 100%;
    height: 100%;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.fade > .modal-dialog {
    transition: opacity .15s linear;
    opacity: 0;
    filter: alpha(opacity=0);
}

.in > .modal-dialog {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 19990;
    background-color: #000;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

    .modal-backdrop.fade {
        transition: opacity .15s linear;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.modal-header {
    padding: 30px 30px 0;
}

@media (max-width:1023px) {
    .modal-header {
        padding: 30px 20px 0;
    }
}

.modal-header :last-child {
    margin-bottom: 0;
}

.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20005;
}

html[dir=rtl] .modal .close {
    left: 10px;
    right: auto;
}

.modal-body {
    position: relative;
    padding: 38px 30px 75px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (max-width:1023px) {
    .modal-body {
        padding: 38px 20px 75px;
    }
}

.modal-body > :first-child {
    margin-top: 0;
}

.modal-body > :last-child {
    margin-bottom: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 630px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

.slides {
    *zoom: 1;
    margin: 0;
    padding: 0;
}

    .slides:after, .slides:before {
        display: table;
        content: '';
    }

    .slides:after {
        clear: both;
    }

html[dir=rtl] .slides {
    padding: 0;
}

.slides > li {
    display: none;
    backface-visibility: hidden;
}

    .slides > li.only-child, .slides > li:only-child {
        display: block !important;
    }

.flex-disabled {
    cursor: default;
}

.flex-control-paging, .flex-direction-nav, .slides {
    direction: ltr;
}

.fixedsticky {
    top: 0;
    z-index: 1000;
}

@media print {
    .fixedsticky {
        position: initial !important;
    }
}

.fixedsticky {
    position: -webkit-sticky;
    position: sticky;
}

    .fixedsticky.fixedsticky-lg, .fixedsticky.fixedsticky-md, .fixedsticky.fixedsticky-sm, .fixedsticky.fixedsticky-xs {
        position: initial;
    }

@media (max-width:767px) {
    .fixedsticky.fixedsticky-xs {
        position: -webkit-sticky;
        position: sticky;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .fixedsticky.fixedsticky-sm {
        position: -webkit-sticky;
        position: sticky;
    }
}

@media (min-width:1024px) and (max-width:1257px) {
    .fixedsticky.fixedsticky-md {
        position: -webkit-sticky;
        position: sticky;
    }
}

@media (min-width:1258px) {
    .fixedsticky.fixedsticky-lg {
        position: -webkit-sticky;
        position: sticky;
    }
}

.fixed-supported .fixedsticky-off, .fixedsticky-withoutfixedfixed .fixedsticky-off {
    position: static;
}

.fixed-supported .fixedsticky-on, .fixedsticky-withoutfixedfixed .fixedsticky-on {
    position: fixed;
}

.fixedsticky-dummy {
    display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
    display: block;
}

.fixfixed .fixedsticky {
    position: absolute;
}

@media print {
    .fixedsticky-dummy {
        display: none !important;
    }
}

.region {
    margin-bottom: -2px;
    border-top: 2px solid #e9e9e9;
}

    .region.wrapper:before {
        clear: both;
    }

    .region section[class*=region-] {
        margin-bottom: -2px;
    }

.region--block {
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
    border-top: none;
}

    .region--block .region-header {
        margin: 0 -20px;
        padding: 0;
        background-color: #e9e9e9;
    }

@media (min-width:1258px) {
    .region--block .region-header {
        margin: 0 -30px;
    }
}

.region--block .region-header .heading-region-header {
    font-family: knowledge-text-n7,knowledge,Arial,sans-serif;
    line-height: 1.15;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
    padding: 10px 20px;
}

:lang(ja) .region--block .region-header .heading-region-header {
    font-family: source-han-sans-japanese-n7,source-han-sans-japanese,source-sans-pro-n7,source-sans-pro,Arial,sans-serif;
}

:lang(zh) .region--block .region-header .heading-region-header {
    font-family: source-han-sans-simplified-c-n7,source-han-sans-simplified-c,Arial,sans-serif;
}

.region--block .region-header .heading-region-header.heading-6 {
    font-family: Arial,sans-serif;
    line-height: 1.4;
    line-height: 1.2;
}

:lang(zh) .region--block .region-header .heading-region-header.heading-6 {
    font-family: Arial,Lanting Hei,Microsoft YaHei New,Microsoft Yahei,微软雅黑,Hiragino Sans GB,冬青黑体,sans-serif;
}

@media (min-width:1258px) {
    .region--block .region-header .heading-region-header {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.region--no-border {
    border-top: none;
}

.region--inline {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

#body .region:first-child, #main-footer .region, #main-header .region, .row .region, header.region {
    width: 100%;
    border-top: none;
}

#main-footer .region, #main-header .region, header.region {
    margin-bottom: 0;
    border-top: none;
}

.component {
    margin-top: 70px;
    margin-bottom: 82px;
}

@media (max-width:767px) {
    .component {
        margin-top: 45px;
        margin-bottom: 52px;
    }
}

.component--reduced-top {
    margin-top: 60px;
}

@media (max-width:767px) {
    .component--reduced-top {
        margin-top: 40px;
    }
}

@media print {
    .component {
        margin-top: 50px;
        margin-bottom: 52px;
    }
}

.component + .column-control .row:first-child .component, .component + .component {
    margin-top: -40px;
}

@media (max-width:767px) {
    .component + .column-control .row:first-child .component, .component + .component {
        margin-top: -25px;
    }
}

.component--inline + .component {
    margin-top: 0;
}

.component--inline {
    margin-top: 0;
    margin-bottom: 0;
}

.component + .component--inline {
    margin-top: 0;
}

.ecomm-component {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .ecomm-component.btn-group {
        margin-bottom: inherit;
    }

    .ecomm-component > .heading-component {
        margin-bottom: 20px;
        padding-bottom: 14px;
        border-bottom-width: 2px;
    }

.ecomm-component--inline + .component {
    margin-top: 0;
}

.ecomm-component--inline {
    margin-top: 0;
    margin-bottom: 0;
}

.ecomm-component + .ecomm-component--inline, .ecomm-component--reduced-top {
    margin-top: 0;
}

.ecomm-component--reduced-bottom {
    margin-bottom: 0;
}

.ecomm-component--expanded-top {
    margin-top: 50px;
}

.ecomm-component--expanded-bottom {
    margin-bottom: 50px;
}

@media (min-width:768px) {
    .ecomm-component--border-left {
        padding-left: 20px;
        border-left: 2px solid #e9e9e9;
    }

    html[dir=rtl] .ecomm-component--border-left {
        padding-left: 0;
        border-left: 0;
    }
}

@media (min-width:768px) {
    .ecomm-component--border-right, html[dir=rtl] .ecomm-component--border-left {
        padding-right: 20px;
        border-right: 2px solid #e9e9e9;
    }

    html[dir=rtl] .ecomm-component--border-right {
        padding-right: 0;
        padding-left: 20px;
        border-left: 2px solid #e9e9e9;
        border-right: 0;
    }
}

hr.ecomm-sep {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width:1258px) {
    hr.ecomm-sep {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.responsive-spacer {
    clear: both;
    margin-bottom: 40px;
    width: 100%;
}

@media (max-width:767px) {
    .responsive-spacer {
        margin-bottom: 40px;
    }
}

.column-control + .column-control .component {
    margin-top: -20px;
}

@media (max-width:767px) {
    .column-control + .column-control .component {
        margin-top: -12.5px;
    }
}

@media (min-width:1258px) {
    :lang(ja) .heading-1 {
        font-size: 38px;
    }
}

:lang(ja) .heading-rich-text-editor.heading-1, :lang(ja) .page-header-detailed .heading-1 {
    margin-bottom: .6em;
}

:lang(ja) .heading-2, :lang(ja) h2 {
    font-size: 30px;
}

@media (max-width:767px) {
    :lang(ja) .heading-2, :lang(ja) h2 {
        font-size: 24px;
    }
}

:lang(ja) .feature {
    line-height: 1.4;
}

@media (min-width:768px) {
    :lang(ja) .feature {
        font-size: 22px;
    }
}

@media (max-width:1023px) {
    :lang(ja) .feature--sm {
        font-size: 20px;
    }
}

:lang(ja) .rich-text-editor p + h3 {
    margin-top: 2em;
}

@media (min-width:1258px) {
    :lang(zh) .heading-1 {
        font-size: 38px;
    }
}

:lang(zh) .heading-rich-text-editor.heading-1, :lang(zh) .page-header-detailed .heading-1 {
    margin-bottom: .6em;
}

:lang(zh) .heading-2, :lang(zh) h2 {
    font-size: 30px;
}

@media (max-width:767px) {
    :lang(zh) .heading-2, :lang(zh) h2 {
        font-size: 24px;
    }
}

:lang(zh) .feature {
    line-height: 1.4;
}

@media (min-width:768px) {
    :lang(zh) .feature {
        font-size: 22px;
    }
}

@media (max-width:1023px) {
    :lang(zh) .feature--sm {
        font-size: 20px;
    }
}

:lang(zh) .rich-text-editor p + h3 {
    margin-top: 2em;
}

@media print {
    body, html {
        min-width: 768px;
    }

    *, :after, :before {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        float: left;
    }

    .col-12 {
        width: 100%;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }

    .col-pull-12 {
        right: 100%;
    }

    .col-pull-11 {
        right: 91.66666667%;
    }

    .col-pull-10 {
        right: 83.33333333%;
    }

    .col-pull-9 {
        right: 75%;
    }

    .col-pull-8 {
        right: 66.66666667%;
    }

    .col-pull-7 {
        right: 58.33333333%;
    }

    .col-pull-6 {
        right: 50%;
    }

    .col-pull-5 {
        right: 41.66666667%;
    }

    .col-pull-4 {
        right: 33.33333333%;
    }

    .col-pull-3 {
        right: 25%;
    }

    .col-pull-2 {
        right: 16.66666667%;
    }

    .col-pull-1 {
        right: 8.33333333%;
    }

    .col-pull-0 {
        right: auto;
    }

    .col-push-12 {
        left: 100%;
    }

    .col-push-11 {
        left: 91.66666667%;
    }

    .col-push-10 {
        left: 83.33333333%;
    }

    .col-push-9 {
        left: 75%;
    }

    .col-push-8 {
        left: 66.66666667%;
    }

    .col-push-7 {
        left: 58.33333333%;
    }

    .col-push-6 {
        left: 50%;
    }

    .col-push-5 {
        left: 41.66666667%;
    }

    .col-push-4 {
        left: 33.33333333%;
    }

    .col-push-3 {
        left: 25%;
    }

    .col-push-2 {
        left: 16.66666667%;
    }

    .col-push-1 {
        left: 8.33333333%;
    }

    .col-push-0 {
        left: auto;
    }

    .col-offset-12 {
        margin-left: 100%;
    }

    .col-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-offset-9 {
        margin-left: 75%;
    }

    .col-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-offset-6 {
        margin-left: 50%;
    }

    .col-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-offset-3 {
        margin-left: 25%;
    }

    .col-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-offset-0 {
        margin-left: 0;
    }

    .col-print {
        float: none;
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .site-specific-header > .container:after {
        padding-top: 10px;
        width: 100%;
        border-bottom: 2px solid #ccc;
    }
}
/*# sourceMappingURL=maps/ow-core.css.map */

