footer {
    background: #141414;
    margin-top: 75px;
    padding: 48px 12px 56px;
    position: relative;
    z-index: 1
}

footer li {
    list-style-type: none
}

footer a {
    text-decoration: none
}

footer #section-links {
    clear: both;
    padding-bottom: 24px
}

footer #section-links:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

footer #section-links li {
    float: left;
    width: 50%
}

footer #section-links a {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
    display: block;
    font-weight: 600;
    overflow: hidden;
    padding: 10px 15px 10px 0;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

footer #section-links a:hover {
    text-decoration: underline
}

footer .social-links {
    border-bottom: 4px solid #2c2c2c;
    border-top: 4px solid #2c2c2c;
    padding: 24px 0;
    text-align: center
}

footer .social-links h4 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase
}

footer .social-links ul {
    margin-top: 10px;
    text-align: center
}

footer .social-links li {
    display: inline-block
}

footer .social-links a {
    font-size: 25px;
    height: 40px;
    margin: 0 5px;
    width: 40px
}

footer #utility-links {
    padding-top: 24px
}

footer #utility-links li {
    color: #979797;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 2px
}

footer #utility-links a {
    border-right: 1px solid #2c2c2c;
    color: inherit;
    display: block;
    margin: 0 10px 0 0;
    padding: 2px 10px 2px 0
}

footer #utility-links a:hover {
    color: #fff
}

footer #utility-links [title*=Cookie] {
    color: #fff;
    font-weight: bold
}

footer .kitemarks {
    border-bottom: 4px solid #2c2c2c;
    padding: 10px 0;
    text-align: center
}

footer .kitemarks a,footer .kitemarks div {
    display: inline-block;
    margin: 0 10px
}

@media all and (min-width: 728px) {
    footer {
        padding-bottom:24px;
        padding-left: 32px;
        padding-right: 32px
    }

    footer #section-links li {
        width: 33%
    }

    footer #section-links li a {
        font-size: 18px
    }
}

@media all and (min-width: 1024px) {
    footer #section-links li {
        width:25%
    }
}

@media all and (min-width: 1240px) {
    footer {
        padding-left:0;
        padding-right: 0
    }

    footer ul,footer div {
        margin: 0 auto;
        max-width: 1156px
    }

    footer ul [itemprop=publisher],footer div [itemprop=publisher] {
        width: 60px
    }
}

.mod-header:not([data-expanded]) #hamburger>span,.mod-header:not([data-expanded]) #hamburger:after,.mod-header:not([data-expanded]) #hamburger:before {
    border-radius: 3px;
    background: #fff;
    content: "";
    height: 3px;
    left: 7px;
    position: absolute;
    width: 20px
}

.no-scroll {
    overflow-y: hidden
}

#header-dropdown {
    background: rgba(20,20,20,.98);
    border-top: solid 1px #2c2c2c;
    box-sizing: border-box;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 4
}

#header-dropdown * {
    box-sizing: border-box
}

#header-dropdown.active {
    display: block
}

#header-dropdown a {
    display: block;
    text-decoration: none;
    text-transform: uppercase
}

#header-dropdown .has-children {
    position: relative
}

#header-dropdown .has-children a {
    padding-right: 32px
}

#header-dropdown .has-children .toggle {
    border: 0;
    color: #979797;
    display: block;
    font-size: 10px;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 9px;
    width: 24px
}

#header-dropdown .has-children .toggle:before {
    content: "î¤‚"
}

#header-dropdown .has-children .toggle.expanded:before {
    content: "î¤ƒ"
}

#header-dropdown .has-children ul {
    display: none;
    position: relative
}

#header-dropdown .has-children[data-children-visible] ul {
    display: block
}

#header-dropdown .primary,#header-dropdown .secondary,#header-dropdown .footer {
    padding-left: 12px;
    padding-right: 12px
}

#header-dropdown .primary {
    padding-bottom: 10px
}

#header-dropdown .primary a {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 400;
    border-top: solid 1px #2c2c2c;
    color: #fff;
    font-weight: 700
}

#header-dropdown .primary li:first-child a {
    border-top: 0
}

#header-dropdown .primary [data-level="1"]>li>a {
    padding: 15px 0
}

#header-dropdown .primary [data-level="2"] {
    padding-left: 24px
}

#header-dropdown .primary [data-level="2"] a {
    border: 0;
    color: #979797;
    font-weight: 400;
    padding: 10px 0
}

#header-dropdown .primary [data-level="2"] .toggle {
    display: none
}

#header-dropdown .primary .has-children ul {
    margin-top: -10px;
    padding-top: 0
}

#header-dropdown .primary .has-child-group ul {
    display: none
}

#header-dropdown .secondary {
    border-bottom-width: 2px;
    border-style: solid;
    border-top-width: 2px
}

#header-dropdown .secondary ul {
    padding: 5px 0
}

#header-dropdown .secondary a {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-top: solid 1px #2c2c2c;
    color: #979797;
    display: block;
    font-weight: 700;
    padding: 10px 0
}

#header-dropdown .secondary li:first-child a {
    border-top: 0
}

#header-dropdown .footer {
    padding-top: 10px
}

#header-dropdown .footer ul {
    clear: both
}

#header-dropdown .footer ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

#header-dropdown .footer li {
    float: left;
    margin-right: 15px;
    padding: 5px 0
}

#header-dropdown .footer li:first-child a {
    padding-left: 0
}

#header-dropdown .footer li:last-child a {
    border-right: 0;
    padding-right: 0
}

#header-dropdown .footer a {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #2c2c2c;
    color: #979797;
    display: block;
    padding-right: 15px;
    text-decoration: none;
    text-transform: none
}

#header-dropdown .footer a.active {
    color: #fff
}

#header-dropdown .search-box-dropdown {
    background-color: #494949;
    padding: 10px
}

#header-dropdown .search-box-dropdown * {
    box-sizing: content-box
}

#logo {
    height: 50px;
    width: 150px;
    background-size: 100% 100%;
    display: block;
    margin-left: 38px;
    overflow: hidden;
    position: absolute;
    text-indent: 100%
}

#hamburger {
    cursor: pointer;
    display: block;
    height: 50px;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 0;
    white-space: nowrap;
    width: 38px
}

.mod-header * {
    box-sizing: border-box
}

.mod-header.animate-menu>div,.mod-header.animate-menu>nav {
    position: absolute;
    transition: .5s linear
}

.mod-header.hide-menu>div,.mod-header.hide-menu>nav {
    transform: translateY(-98px)
}

.mod-header:not([data-expanded]) #hamburger:before {
    top: 17px;
    transform: none
}

.mod-header:not([data-expanded]) #hamburger:after {
    top: 29px
}

.mod-header:not([data-expanded]) #hamburger>span {
    display: block;
    top: 23px
}

.mod-header:not([data-expanded]) .search-box-dropdown {
    display: none
}

.mod-header[data-expanded] #logo {
    display: none
}

.mod-header[data-expanded] #hamburger {
    border-radius: 32px;
    background: #fff;
    color: #141414;
    font-size: 18px;
    height: 32px;
    left: 12px;
    top: 8px;
    transition: none;
    width: 32px
}

.mod-header[data-expanded] #hamburger:before {
    font-family: "FontAwesome";
	content: "\f057"
		
}

.mod-header[data-expanded] #hamburger:after {
    display: none
}

.mod-header[data-expanded] #hamburger>span {
    display: none
}

.mod-header[data-expanded] .social-sites {
    display: block
}

.mod-header[data-expanded] .secondary a {
    visibility: hidden
}

.mod-header[data-expanded] .search {
    display: none
}

.mod-header .has-children>.toggle {
    display: none
}

.mod-header>.primary {
    clear: both;
    background: #626262;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5
}

.mod-header>.primary:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.mod-header>.primary nav {
    display: none
}

.mod-header .social-sites {
    display: none;
    float: right;
    margin-right: 10px;
    margin-top: 9px
}

.mod-header .social-sites li {
    float: left;
    list-style: none;
    margin: 0 3px;
    padding: 0
}

.mod-header .social-sites a {
    height: 32px;
    position: relative;
    width: 32px
}

.mod-header .search {
    float: right;
    height: 100%;
    width: 38px
}

.mod-header .search.open:after {
    border-color: transparent transparent #494949;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    display: block;
    height: 0;
    left: calc(50% - 9px);
    position: relative;
    top: -9px;
    width: 0
}

.mod-header .search #search-icon {
    background: transparent;
    border: 0;
    height: 100%;
    outline: none;
    padding: 0;
    width: 100%
}

.mod-header .search #search-icon:before {
    content: "î¦†";
    font-size: 20px
}

.mod-header .search-box {
    background: #494949;
    box-shadow: 2px 2px 10px #494949;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 50px;
    transition: opacity 1s cubic-bezier(0, 0.42, 0, 1);
    width: 100%;
    z-index: 5
}

.mod-header .search-box * {
    box-sizing: content-box
}

.mod-header>.secondary {
    clear: both;
    background: #f1f1f1;
    border-bottom: 1px solid #e0e0e0;
    height: 42px;
    left: 0;
    line-height: 1.5;
    position: fixed;
    top: 50px;
    transition: top 225ms linear;
    width: 100%;
    z-index: 4
}

.mod-header>.secondary:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.mod-header>.secondary section {
    height: 100%
}

.mod-header>.secondary ul {
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
}

.mod-header>.secondary ul.no-scroll-x {
    overflow-x: hidden
}

.mod-header>.secondary ul ul {
    display: none
}

.mod-header>.secondary ul::-webkit-scrollbar {
    display: none
}

.mod-header>.secondary li {
    display: inline-block
}

.mod-header>.secondary li:first-child a {
    padding-left: 16px
}

.mod-header>.secondary a {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #141414;
    display: block;
    font-weight: 700;
    height: 36px;
    padding: 11px 8px 0;
    text-decoration: none;
    text-transform: uppercase
}

.mod-header>.secondary.footer {
    display: none
}

.mod-header .footer {
    display: none
}

.mod-header.animated>div {
    position: fixed;
    top: 60px
}

.mod-header.animated>nav {
    position: fixed;
    top: 110px
}

.mod-header.animated.sticky>div {
    position: fixed;
    top: 60px
}

.mod-header.animated.sticky>nav {
    position: fixed;
    top: 110px
}

table.gstl_50.gssb_c {
    position: fixed !important
}

span.gscb_a {
    position: relative;
    top: 3px
}

.has-touch .mod-header>.secondary ul {
    overflow-x: auto
}

.processing .mod-header>.primary {
    overflow: hidden
}

.processing .mod-header>.primary nav {
    display: none
}

body[data-scroll-direction=down] .mod-header>.secondary {
    overflow: hidden
}

.notification-bar {
    display: none;
    padding: 2px
}

.notification-bar .notification-link {
    color: #fff;
    font-size: 12px
}

.safari .safari-only {
    display: block
}

#signin {
    display: inline-block;
    float: right;
    overflow: visible;
    position: relative;
    z-index: 3
}

#signin:before {
    border-style: solid;
    border-width: 0 0 50px 22px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

#signin .label {
    display: inline-block;
    font-size: 0;
    height: 50px;
    margin-left: 22px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 34px
}

#signin .label span {
    box-shadow: inset 0 0 0 2px #979797;
    color: #979797;
    font-size: 24px;
    height: 25px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 25px
}

#signin .label span:before {
    content: "î¤€"
}

#signin .label span:before {
    margin-top: 4px
}

#signin .bubble-wrapper {
    display: none
}

@media all and (min-width: 1px)and (max-width: 727px) {
    body[data-scroll-direction=down] .mod-header>.secondary {
        overflow:hidden;
        top: 8px
    }

    body[data-scroll-direction=down] body {
        margin-top: 70px
    }
}

@media all and (min-width: 728px)and (max-width: 1023px) {
    body[data-scroll-direction=down] .mod-header>.secondary {
        overflow:hidden;
        top: 8px
    }

    body[data-scroll-direction=down] body {
        margin-top: 80px
    }
}

@media all and (min-width: 728px) {
    #header-dropdown {
        width:375px
    }

    #logo {
        height: 60px;
        width: 180px;
        margin-left: 55px
    }

    .mod-header:not([data-expanded]) #hamburger {
        height: 60px;
        opacity: 1;
        width: 55px
    }

    .mod-header:not([data-expanded]) #hamburger:before {
        left: 15px;
        top: 21px;
        width: 25px
    }

    .mod-header:not([data-expanded]) #hamburger:after {
        left: 15px;
        top: 35px;
        width: 25px
    }

    .mod-header:not([data-expanded]) #hamburger>span {
        left: 15px;
        top: 28px;
        width: 25px
    }

    .mod-header[data-expanded] #hamburger {
        top: 14px
    }

    .mod-header>.primary {
        height: 60px
    }

    .mod-header .social-sites {
        display: block;
        margin-top: 14px
    }

    .mod-header .search {
        width: 45px
    }

    .mod-header .search:before {
        background: #fff;
        content: "";
        height: 50%;
        position: absolute;
        top: 25%;
        width: 1px
    }

    .mod-header .search-box {
        left: 100%;
        margin-left: -450px;
        position: absolute;
        top: 100%;
        width: 450px
    }

    .mod-header>.secondary {
        height: 52px;
        line-height: 1.7;
        top: 60px
    }

    .mod-header>.secondary a {
        font-size: 14px;
        height: 40px;
        padding-top: 13px
    }

    .mod-header.animated>nav {
        top: 140px
    }

    .mod-header.animated.sticky>nav {
        position: fixed;
        top: 60px
    }

    #signin .label {
        height: 60px;
        margin-left: 32px;
        padding-left: 64px;
        padding-right: 16px;
        padding-top: 21px;
        width: auto
    }

    #signin .label span {
        height: 32px;
        left: 16px;
        top: 14px;
        width: 32px
    }

    #signin:before {
        border-width: 0 0 60px 32px
    }
}

@media all and (min-width: 1024px) {
    body #dropdown {
        display:none
    }

    #logo {
        height: 70px;
        width: 210px;
        float: left;
        margin-left: 0;
        position: static
    }

    #hamburger {
        display: none
    }

    .mod-header>.primary {
        height: 70px
    }

    .mod-header>.primary nav {
        display: block;
        float: left
    }

    .mod-header>.primary [data-level="1"] {
        clear: both;
        margin-left: 10px
    }

    .mod-header>.primary [data-level="1"]:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden
    }

    .mod-header>.primary [data-level="1"]>li {
        float: left
    }

    .mod-header>.primary [data-level="1"]>li>a {
        font-family: "Open Sans",sans-serif;
        font-size: 15px;
        font-weight: 400;
        box-sizing: border-box;

        height: 70px;
        padding: 29px 8px 0
    }

    .mod-header>.primary [data-level="1"]>li>a:hover {
        color: #e0e0e0
    }

    .mod-header>.primary [data-level="1"] a {
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        display: block;
        font-weight: 400;
        position: relative;
        text-decoration: none;
        text-transform: uppercase
    }

    .mod-header>.primary [data-level="1"] .toggle {
        display: none
    }

    .mod-header>.primary [data-level="1"] .has-children {
        position: relative
    }

    .mod-header>.primary [data-level="1"] .has-children:after {
        border-color: #fff transparent transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        content: "";
        font-size: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 34px;
        width: 0
    }

    .mod-header>.primary [data-level="1"] .has-children:hover>a {
        color: #e0e0e0
    }

    .mod-header>.primary [data-level="1"] .has-children:hover:after {
        border-color: #e0e0e0 transparent transparent
    }

    .mod-header>.primary [data-level="1"] .has-children.more .has-children:after {
        display: none
    }

    .mod-header>.primary [data-level="1"] .has-children>ul {
        border-radius: 2px;
        background: #fff;
        border: solid 1px #e0e0e0;
        box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
        display: none;
        padding: 24px;
        position: absolute;
        width: 240px
    }

    .mod-header>.primary [data-level="1"] .has-children>ul.open {
        display: block;
        z-index: 999
    }

    .mod-header>.primary [data-level="1"] .has-children>ul.open:before {
        border-color: transparent transparent #fff;
        border-style: solid;
        border-width: 0 9px 9px;
        content: "";
        display: block;
        height: 0;
        left: calc(50% - 9px);
        position: absolute;
        top: -9px;
        width: 0
    }

    .mod-header>.primary [data-level="1"] .has-children>ul ul {
        padding: 0 0 15px 15px
    }

    .mod-header>.primary [data-level="1"] .has-children>ul ul li a {
        padding: 7px 0
    }

    .mod-header>.primary [data-level="1"] .has-children>a {
        padding-right: 25px
    }

    .mod-header>.primary [data-level="2"] li {
        border-top: solid 1px #f1f1f1;
        float: none
    }

    .mod-header>.primary [data-level="2"] li:first-child {
        border-top: 0
    }

    .mod-header>.primary [data-level="2"] a {
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #2c2c2c;
        height: auto;
        padding: 15px 0;
        text-transform: none
    }

    .mod-header>.primary [data-level="2"] a:hover {
        color: #626262
    }

    .mod-header>.primary [data-level="3"] {
        display: none
    }

    .mod-header>.primary [data-level="3"].open {
        display: block
    }

    .mod-header>.primary [data-level="3"] li {
        border-top: 0
    }

    .mod-header>.primary .has-child-group {
        position: relative
    }

    .mod-header>.primary .has-child-group>a {
        font-weight: bold;
        line-height: 1.3;
        padding-right: 32px
    }

    .mod-header>.primary .has-child-group>a.toggle {
        color: #979797;
        display: block;
        font-size: 10px;
        height: 24px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 13px;
        width: 24px
    }

    .mod-header>.primary .has-child-group>a.toggle:before {
        content: "î¤‚"
    }

    .mod-header>.primary .has-child-group>a.toggle.expanded:before {
        content: "î¤ƒ"
    }

    .mod-header .social-sites {
        margin-top: 19px
    }

    .mod-header>.secondary {
        height: 33px;
        position: absolute;
        top: 70px;
        transition: none
    }

    .mod-header>.secondary a {
        color: #626262;
        font-size: 12px;
        font-weight: 400;
        height: 30px;
        padding-top: 5px
    }

    .mod-header>.secondary a:hover {
        opacity: .85;
        text-decoration: underline
    }

    .mod-header nav.secondary ul {
        float: right;
        overflow: hidden
    }

    .mod-header nav.secondary .no-scroll-x {
        overflow-x: auto
    }

    .mod-header.animated>nav {
        top: 150px
    }

    .mod-header.animated.sticky>nav {
        position: absolute;
        top: 70px
    }

    #signin .label {
        font-size: 0;
        height: 70px;
        padding-left: 0;
        padding-right: 0;
        width: 64px
    }

    #signin .label span {
        top: 19px
    }

    #signin:before {
        border-width: 0 0 70px 32px
    }
}

@media all and (min-width: 1240px) {
    #logo {
        height:80px;
        width: 240px
    }

    .mod-header>.primary {
        height: 80px
    }

    .mod-header>.primary [data-level="1"]>li>a {
        font-size: 16px;
        height: 80px;
        padding-top: 34px
    }

    .mod-header>.primary [data-level="1"] .has-children:after {
        top: 40px
    }

    .mod-header .social-sites {
        margin-top: 24px
    }

    .mod-header>.secondary {
        line-height: 1;
        top: 80px
    }

    .mod-header>.secondary a {
        padding-top: 10px
    }

    .mod-header.animated>nav {
        top: 160px
    }

    .mod-header.animated.sticky>nav {
        position: absolute;
        top: 80px
    }

    #signin .label {
        font-size: 16px;
        height: 80px;
        padding-left: 58px;
        padding-right: 16px;
        padding-top: 33px;
        width: auto
    }

    #signin .label span {
        top: 24px
    }

    #signin:before {
        border-width: 0 0 80px 32px
    }
}

.static-content {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px
}

.static-content h1 {
    font-size: 36px;
    color: #141414;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 12px;
    position: relative
}

.static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6 {
    font-size: 24px;
    color: #141414;
    margin-bottom: 23px;
    padding: 0 12px
}

.static-content a {
    font-weight: bold;
    text-decoration: none;
    word-wrap: break-word
}

.static-content a:hover {
    text-decoration: underline
}

.static-content p {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    line-height: 1.7;
    margin-bottom: 23px;
    padding: 0 12px
}

.static-content img {
    background-size: cover;
    height: auto;
    max-width: 688px;
    width: 100%
}

.static-content ul,.static-content ol {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 12px
}

.static-content ul li,.static-content ol li {
    line-height: 2;
    padding-bottom: 10px;
    position: relative
}

.static-content ul li p,.static-content ol li p {
    margin: 0;
    padding: 0
}

.static-content ul {
    list-style-type: disc
}

.static-content ul>li {
    margin-left: 20px;
    padding-left: 10px
}

.static-content ol>li {
    margin-left: 16px;
    padding-left: 14px
}

.static-content table {
    border-collapse: collapse;
    display: block;
    margin-bottom: 23px;
    overflow-x: auto;
    width: 100%
}

.static-content table tr {
    background-color: #e0e0e0
}

.static-content table tr:nth-child(even) {
    background-color: #f1f1f1
}

.static-content table tr:first-child td,.static-content table tr:first-child th {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 10px 16px
}

.static-content table td,.static-content table th {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    line-height: 20px;
    min-width: 150px;
    padding: 6px 16px
}

.static-content table th {
    font-weight: bold
}

.static-content .no-app {
    display: none
}

@media all and (min-width: 728px) {
    .static-content h1 {
        font-size:38px;
        padding: 0
    }

    .static-content h2,.static-content h3,.static-content h4,.static-content h5,.static-content h6,.static-content p,.static-content ol {
        padding: 0
    }

    .static-content p {
        line-height: 1.8
    }
}

@media all and (min-width: 1024px) {
    .static-content h1 {
        font-size:50px;
        padding: 0
    }

    .static-content h2 {
        line-height: 1.4;
        padding: 0
    }
}

@media all and (min-width: 1240px) {
    .static-content h1 {
        font-size:53px
    }

    .static-content h1:before {
        content: "";
        height: calc(100% - 25px);
        left: -32px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 8px
    }

    .static-content h2 {
        line-height: 1.4
    }

    .article-page main .static-content {
        padding-left: 32px;
        padding-right: 32px
    }
}

.article-page .static-content h2 {
    font-size: 31px;
    font-weight: 600
}

.article-page .static-content h3 {
    font-size: 26px;
    font-weight: 700
}

.trust-project {
    background:  no-repeat center;
    background-size: 100%;
    height: 40px;
    width: 120px
}

.ipso {
    background: no-repeat center;
    background-size: 100%;
    height: 40px;
    width: 100px
}

