/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%;
    color: #999;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.h1 {
    font-size: 3rem
}

.h2 {
    font-size: 2rem
}

.h3 {
    font-size: 1.5rem
}

.h4 {
    font-size: 1.125rem
}

.h5 {
    font-size: .875rem
}

.h6 {
    font-size: .75rem
}

.font-family-inherit {
    font-family: inherit
}

.font-size-inherit {
    font-size: inherit
}

.text-decoration-none {
    text-decoration: none
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

.italic {
    font-style: italic
}

.caps {
    text-transform: uppercase;
    letter-spacing: .2em
}
.caps2 {
    text-transform: uppercase;
 }

.left-align {
    text-align: left
}

.center {
    text-align: center
}

.right-align {
    text-align: right
}

.justify {
    text-align: justify
}

.nowrap {
    white-space: nowrap
}

.break-word {
    word-wrap: break-word
}

.line-height-1 {
    line-height: 1rem
}

.line-height-2 {
    line-height: 1.125rem
}

.line-height-3 {
    line-height: 1.5rem
}

.line-height-4 {
    line-height: 2rem
}

.list-style-none {
    list-style: none
}

.underline {
    text-decoration: underline
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-reset {
    list-style: none;
    padding-left: 0
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.fit {
    max-width: 100%
}

.max-width-1 {
    max-width: 24rem
}

.max-width-2 {
    max-width: 32rem
}

.max-width-3 {
    max-width: 48rem
}

.max-width-4 {
    max-width: 64rem
}

.border-box {
    box-sizing: border-box
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.m0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0,
.mx0 {
    margin-left: 0
}

.mx0 {
    margin-right: 0
}

.my0 {
    margin-top: 0;
    margin-bottom: 0
}

.m1 {
    margin: .5rem
}

.mt1 {
    margin-top: .5rem
}

.mr1 {
    margin-right: .5rem
}

.mb1 {
    margin-bottom: .5rem
}

.ml1,
.mx1 {
    margin-left: .5rem
}

.mx1 {
    margin-right: .5rem
}
.mx10px{
    margin-left:10px;
    margin-right:10px;
}
.mt10px{
    margin-top:10px;
}
.my1 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m2 {
    margin: 1rem
}

.mt2 {
    margin-top: 1rem
}

.mr2 {
    margin-right: 1rem
}

.mb2 {
    margin-bottom: 1rem
}

.ml2,
.mx2 {
    margin-left: 1rem
}

.mx2 {
    margin-right: 1rem
}

.my2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.m3 {
    margin: 1.5rem
}

.mt3 {
    margin-top: 1.5rem
}

.mr3 {
    margin-right: 1.5rem
}

.mb3 {
    margin-bottom: 1.5rem
}

.ml3,
.mx3 {
    margin-left: 1.5rem
}

.mx3 {
    margin-right: 1.5rem
}

.my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.m4 {
    margin: 2rem
}

.mt4 {
    margin-top: 2rem
}
.mt6{
    margin-top:3rem;
}
.mr4 {
    margin-right: 2rem
}

.mb4 {
    margin-bottom: 2rem
}

.ml4,
.mx4 {
    margin-left: 2rem
}

.mx4 {
    margin-right: 2rem
}

.my4 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mr6 {
    margin-right: 3rem
}

.mxn1 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mxn2 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.mxn4 {
    margin-left: -2rem;
    margin-right: -2rem
}

.ml-auto {
    margin-left: auto
}

.mr-auto,
.mx-auto {
    margin-right: auto
}

.mx-auto {
    margin-left: auto
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0,
.px0 {
    padding-left: 0
}

.px0 {
    padding-right: 0
}

.py0 {
    padding-top: 0;
    padding-bottom: 0
}

.p1 {
    padding: .5rem
}

.pt1 {
    padding-top: .5rem
}

.pr1 {
    padding-right: .5rem
}

.pb1 {
    padding-bottom: .5rem
}

.pl1 {
    padding-left: .5rem
}

.py1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px15 {
    padding-left: .75rem;
    padding-right: .75rem
}

.p2 {
    padding: 1rem
}

.pt2 {
    padding-top: 1rem
}

.pr2 {
    padding-right: 1rem
}

.pb2 {
    padding-bottom: 1rem
}

.pl2 {
    padding-left: 1rem
}

.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.p3 {
    padding: 1.5rem
}

.pt3 {
    padding-top: 1.5rem
}

.pr3 {
    padding-right: 1.5rem
}

.pb3 {
    padding-bottom: 1.5rem
}

.pl3 {
    padding-left: 1.5rem
}

.py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.p4 {
    padding: 2rem
}

.p5 {
    padding: 3rem
}

.pt4 {
    padding-top: 2rem
}

.pr4 {
    padding-right: 2rem
}

.pb4 {
    padding-bottom: 2rem
}

.pl4 {
    padding-left: 2rem
}

.py4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px4 {
    padding-left: 2rem;
    padding-right: 2rem
}

.col {
    float: left
}

.col,
.col-right {
    box-sizing: border-box
}

.col-right {
    float: right
}

.col-1 {
    width: 8.33333%
}

.col-14 {
    width: 10%
}

.col-15 {
    width: 11.1111%
}

.col-17 {
    width: 14.2857%
}

.col-2 {
    width: 16.66667%
}

.col-2-5 {
    width: 20%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

@media (min-width: 40.06rem) {
    .sm-col {
        float: left;
        box-sizing: border-box
    }
    .sm-col-right {
        float: right;
        box-sizing: border-box
    }
    .sm-col-1 {
        width: 8.33333%
    }
    .sm-col-2 {
        width: 16.66667%
    }
    .sm-col-3 {
        width: 25%
    }
    .sm-col-4 {
        width: 33.33333%
    }
    .sm-col-5 {
        width: 41.66667%
    }
    .sm-col-6 {
        width: 50%
    }
    .sm-col-7 {
        width: 58.33333%
    }
    .sm-col-8 {
        width: 66.66667%
    }
    .sm-col-9 {
        width: 75%
    }
    .sm-col-10 {
        width: 83.33333%
    }
    .sm-col-11 {
        width: 91.66667%
    }
    .sm-col-12 {
        width: 100%
    }
}

@media (min-width: 52.06rem) {
    .md-col {
        float: left;
        box-sizing: border-box
    }
    .md-col-right {
        float: right;
        box-sizing: border-box
    }
    .md-col-1 {
        width: 8.33333%
    }
    .md-col-2 {
        width: 16.66667%
    }
    .md-col-3 {
        width: 25%
    }
    .md-col-4 {
        width: 33.33333%
    }
    .md-col-5 {
        width: 41.66667%
    }
    .md-col-6 {
        width: 50%
    }
    .md-col-7 {
        width: 58.33333%
    }
    .md-col-8 {
        width: 66.66667%
    }
    .md-col-9 {
        width: 75%
    }
    .md-col-10 {
        width: 83.33333%
    }
    .md-col-11 {
        width: 91.66667%
    }
    .md-col-12 {
        width: 100%
    }
}

@media (min-width: 64.06rem) {
    .lg-col {
        float: left;
        box-sizing: border-box
    }
    .lg-col-right {
        float: right;
        box-sizing: border-box
    }
    .lg-col-1 {
        width: 8.33333%
    }
    .lg-col-2 {
        width: 16.66667%
    }
    .lg-col-3 {
        width: 25%
    }
    .lg-col-4 {
        width: 33.33333%
    }
    .lg-col-5 {
        width: 41.66667%
    }
    .lg-col-6 {
        width: 50%
    }
    .lg-col-7 {
        width: 58.33333%
    }
    .lg-col-8 {
        width: 66.66667%
    }
    .lg-col-9 {
        width: 75%
    }
    .lg-col-10 {
        width: 83.33333%
    }
    .lg-col-11 {
        width: 91.66667%
    }
    .lg-col-12 {
        width: 100%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 40.06rem) {
    .sm-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 52.06rem) {
    .md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 64.06rem) {
    .lg-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-none {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-last {
    -webkit-box-ordinal-group: 100000;
    -ms-flex-order: 99999;
    order: 99999
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.border {
    border-style: solid;
    border-width: 1px
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px
}

.border-none {
    border: 0
}

.rounded {
    border-radius: 3px
}

.circle {
    border-radius: 50%
}

.rounded-top {
    border-radius: 3px 3px 0 0
}

.rounded-right {
    border-radius: 0 3px 3px 0
}

.rounded-bottom {
    border-radius: 0 0 3px 3px
}

.rounded-left {
    border-radius: 3px 0 0 3px
}

.not-rounded {
    border-radius: 0
}

.hide {
    display:none;
}

@media (max-width: 40rem) {
    .xs-hide {
        display: none
    }
}

@media (min-width: 40.06rem) and (max-width: 52rem) {
    .sm-hide {
        display: none
    }
}

@media (min-width: 52.06rem) and (max-width: 64rem) {
    .md-hide {
        display: none
    }
}

@media (min-width: 64.06rem) {
    .lg-hide {
        display: none
    }
}

.display-none {
    display: none
}

* {
    box-sizing: border-box
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif;
    min-width: 315px;
    overflow-x: hidden;
    font-smooth: always;
    -webkit-font-smoothing: antialiased
}

main {
    max-width: 700px;
    margin: 0 auto
}

p {
    padding: 0;
    margin: 0
}

.ampstart-accent {
    color: #003f93
}

#content:target {
    margin-top: calc(0px - 3.5rem);
    padding-top: 3.5rem
}

.ampstart-title-lg {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: .06rem
}

.ampstart-title-md {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: .06rem
}

.ampstart-title-sm {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .06rem
}

.ampstart-subtitle,
body {
    line-height: 1.5rem;
    letter-spacing: normal
}

.ampstart-subtitle {
    color: #003f93;
    font-size: 1rem
}

.ampstart-byline,
.ampstart-caption,
.ampstart-hint,
.ampstart-label {
    font-size: .875rem;
    color: #4f4f4f;
    line-height: 1.125rem;
    letter-spacing: .06rem
}

.ampstart-label {
    text-transform: uppercase
}

.ampstart-footer,
.ampstart-small-text {
    font-size: .75rem;
    line-height: 1.2rem;
    color: #999;
}

.ampstart-card {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 1px -1px rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.h1,
h1 {
    font-size: 3rem;
    line-height: 3.5rem
}

.h2,
h2 {
    font-size: 2rem;
    line-height: 2.5rem
}

.h3,
h3 {
    font-size: 1.5rem;
    line-height: 2rem
}

.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.4rem
}

.h5,
h5 {
    font-size: .875rem;
    line-height: 1.125rem
}

.h6,
h6 {
    font-size: .75rem;
    line-height: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

a,
a:active,
a:visited {
    color: inherit
}

.ampstart-btn {
    font-family: inherit;
    font-weight: inherit;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: .7em .8em;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #2196F3;
    color: #fff;
    border-radius: 0.2rem;
    background-color: #2196F3;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ampstart-btn:hover {
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.ampstart-btn:visited {
    color: #fff
}

.ampstart-btn-secondary {
    border: 1px solid #2196F3;
    color: #fff;
    background-color: #2196F3;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.22857;
}

.ampstart-btn-secondary:visited {
    color: #fff
}

.ampstart-btn:active .ampstart-btn:focus {
    opacity: .8
}

.ampstart-btn[disabled],
.ampstart-btn[disabled]:active,
.ampstart-btn[disabled]:focus,
.ampstart-btn[disabled]:hover {
    opacity: .5;
    outline: 0;
    cursor: default
}

.ampstart-dropcap:first-letter {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    float: left;
    overflow: hidden;
    line-height: 3rem;
    margin-left: 0;
    margin-right: .5rem
}

.ampstart-initialcap {
    padding-top: 1rem;
    margin-top: 1.5rem
}

.ampstart-initialcap:first-letter {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    margin-left: -2px
}

.ampstart-pullquote {
    border: none;
    border-left: 4px solid #000;
    font-size: 1.5rem;
    padding-left: 1.5rem
}

.ampstart-byline time {
    font-style: normal;
    white-space: nowrap
}

.amp-carousel-button-next {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Next</title><path d="M25.557 14.7L13.818 2.961 16.8 0l16.8 16.8-16.8 16.8-2.961-2.961L25.557 18.9H0v-4.2z" fill="#FFF" fill-rule="evenodd"/></svg>')
}

.amp-carousel-button-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Previous</title><path d="M33.6 14.7H8.043L19.782 2.961 16.8 0 0 16.8l16.8 16.8 2.961-2.961L8.043 18.9H33.6z" fill="#FFF" fill-rule="evenodd"/></svg>')
}

.ampstart-dropdown {
    min-width: 200px
}

.ampstart-dropdown.absolute {
    z-index: 100
}

.ampstart-dropdown.absolute>section,
.ampstart-dropdown.absolute>section>header {
    height: 100%
}

.ampstart-dropdown>section>header {
    background-color: #000;
    border: 0;
    color: #fff
}

.ampstart-dropdown>section>header:after {
    display: inline-block;
    content: "+";
    padding: 0 0 0 0.5rem;
    color: #003f93
}

.ampstart-dropdown>[expanded]>header:after {
    content: "–"
}

.absolute .ampstart-dropdown-items {
    z-index: 200
}

.ampstart-dropdown-item {
    background-color: #000;
    color: #003f93;
    opacity: .9
}

.ampstart-dropdown-item:active,
.ampstart-dropdown-item:hover {
    opacity: 1
}

.ampstart-footer {
    background-color: #1a1a1a;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.ampstart-footer .ampstart-icon {
    fill: #000
}

.ampstart-footer .ampstart-social-follow li:last-child {
    margin-right: 0
}

.ampstart-image-fullpage-hero {
    color: #fff
}

.ampstart-fullpage-hero-heading-text,
.ampstart-image-fullpage-hero .ampstart-image-credit {
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background: #000;
    padding: 0 1rem .2rem
}

.ampstart-image-fullpage-hero>amp-img {
    max-height: calc(100vh - 3.5rem)
}

.ampstart-image-fullpage-hero>amp-img img {
    -o-object-fit: cover;
    object-fit: cover
}

.ampstart-fullpage-hero-heading {
    line-height: 3.5rem
}

.ampstart-fullpage-hero-cta {
    background: transparent
}

.ampstart-readmore {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, transparent);
    color: #fff;
    margin-top: 5rem;
    padding-bottom: 3.5rem
}

.ampstart-readmore:after {
    display: block;
    content: "⌄";
    font-size: 2rem
}

.ampstart-readmore-text {
    background: #000
}

@media (min-width: 52.06rem) {
    .ampstart-image-fullpage-hero>amp-img {
        height: 60vh
    }
}

.ampstart-image-heading {
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .65), transparent);
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, transparent)
}

.ampstart-image-heading>* {
    margin: 0
}

amp-carousel .ampstart-image-with-heading {
    margin-bottom: 0
}

.ampstart-image-with-caption figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    border-radius: 14px;
    display: none;
}
.ampstart-image-with-caption:hover figcaption{
    display: flex;
}
.ampstart-image-with-caption:hover img{
    transform: scale(1.1);
}
.ampstart-image-with-caption figcaption .name{
    width: 100%;
    line-height: 1.125rem;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

amp-carousel .ampstart-image-with-caption {
    margin-bottom: 0
}

.ampstart-input {
    max-width: 100%;
    width: 300px;
    min-width: 100px;
    font-size: 1rem;
    line-height: 1.5rem
}

.ampstart-input [disabled],
.ampstart-input [disabled]+label {
    opacity: .5
}

.ampstart-input [disabled]:focus {
    outline: 0
}

.ampstart-input>input,
.ampstart-input>select,
.ampstart-input>textarea {
    width: 100%;
    margin-top: 1rem;
    line-height: 1.5rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #4a4a4a;
    background: none;
    color: #4a4a4a;
    outline: 0
}

.ampstart-input>label {
    color: #003f93;
    pointer-events: none;
    text-align: left;
    font-size: .875rem;
    line-height: 1rem;
    opacity: 0;
    -webkit-animation: .2s;
    animation: .2s;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.ampstart-input>input:focus,
.ampstart-input>select:focus,
.ampstart-input>textarea:focus {
    outline: 0
}

.ampstart-input>input:focus::-webkit-input-placeholder,
.ampstart-input>select:focus::-webkit-input-placeholder,
.ampstart-input>textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.ampstart-input>input:focus::-moz-placeholder,
.ampstart-input>select:focus::-moz-placeholder,
.ampstart-input>textarea:focus::-moz-placeholder {
    color: transparent
}

.ampstart-input>input:focus:-ms-input-placeholder,
.ampstart-input>select:focus:-ms-input-placeholder,
.ampstart-input>textarea:focus:-ms-input-placeholder {
    color: transparent
}

.ampstart-input>input:focus::placeholder,
.ampstart-input>select:focus::placeholder,
.ampstart-input>textarea:focus::placeholder {
    color: transparent
}

.ampstart-input>input:not(:placeholder-shown):not([disabled])+label,
.ampstart-input>select:not(:placeholder-shown):not([disabled])+label,
.ampstart-input>textarea:not(:placeholder-shown):not([disabled])+label {
    opacity: 1
}

.ampstart-input>input:focus+label,
.ampstart-input>select:focus+label,
.ampstart-input>textarea:focus+label {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    to {
        opacity: 1
    }
}

@keyframes a {
    to {
        opacity: 1
    }
}

.ampstart-input>label:after {
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 45%;
    background: #003f93;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    visibility: hidden;
    width: 10px
}

.ampstart-input>input:focus+label:after,
.ampstart-input>select:focus+label:after,
.ampstart-input>textarea:focus+label:after {
    left: 0;
    width: 100%;
    visibility: visible
}

.ampstart-input>input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ampstart-input>input[type=range] {
    border-bottom: 0
}

.ampstart-input>input[type=range]+label:after {
    display: none
}

.ampstart-input>select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ampstart-input>select+label:before {
    content: "⌄";
    line-height: 1.5rem;
    position: absolute;
    right: 5px;
    zoom: 2;
    top: 0;
    bottom: 0;
    color: #003f93
}

.ampstart-input-chk,
.ampstart-input-radio {
    width: auto;
    color: #4a4a4a
}

.ampstart-input input[type=checkbox],
.ampstart-input input[type=radio] {
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #003f93;
    vertical-align: middle;
    margin-right: .5rem;
    text-align: center
}

.ampstart-input input[type=radio] {
    border-radius: 20px
}

.ampstart-input input[type=checkbox]:not([disabled])+label,
.ampstart-input input[type=radio]:not([disabled])+label {
    pointer-events: auto;
    -webkit-animation: none;
    animation: none;
    vertical-align: middle;
    opacity: 1;
    cursor: pointer
}

.ampstart-input input[type=checkbox]+label:after,
.ampstart-input input[type=radio]+label:after {
    display: none
}

.ampstart-input input[type=checkbox]:after,
.ampstart-input input[type=radio]:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    line-height: 1.4rem;
    vertical-align: middle;
    text-align: center;
    background-color: #fff
}

.ampstart-input input[type=checkbox]:checked:after {
    background-color: #003f93;
    color: #fff;
    content: "✓"
}

.ampstart-input input[type=radio]:checked {
    background-color: #fff
}

.ampstart-input input[type=radio]:after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border-radius: 12px
}

.ampstart-input input[type=radio]:checked:after {
    content: "";
    font-size: 3rem;
    background-color: #003f93
}

.ampstart-input>label,
_:-ms-lang(x) {
    opacity: 1
}

.ampstart-input>input:-ms-input-placeholder,
_:-ms-lang(x) {
    color: transparent
}

.ampstart-input>input::placeholder,
_:-ms-lang(x) {
    color: transparent
}

.ampstart-input>input::-ms-input-placeholder,
_:-ms-lang(x) {
    color: transparent
}

.ampstart-input>select::-ms-expand {
    display: none
}

.ampstart-headerbar {
    background-color: #2196F3;
    color: #fff;
    z-index: 999;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
}

.ampstart-headerbar #helf-re{
    margin-right: -8px;
}

.ampstart-headerbar+ :not(amp-sidebar),
.ampstart-headerbar+amp-sidebar+* {
    margin-top: 0rem
}

.ampstart-headerbar-nav .ampstart-nav-item {
    padding: 0 1rem;
    background: transparent;
    opacity: .8
}

.ampstart-headerbar-nav {
    line-height: 3.5rem
}

.ampstart-nav-item:active,
.ampstart-nav-item:focus,
.ampstart-nav-item:hover {
    opacity: 1
}

.ampstart-navbar-trigger:focus {
    outline: none
}

.ampstart-nav a,
.ampstart-navbar-trigger,
.ampstart-sidebar-faq a {
    cursor: pointer;
    text-decoration: none
}

.ampstart-nav .ampstart-label {
    color: inherit
}

.ampstart-navbar-trigger {
    line-height: 2.5rem;
    font-size: 2rem
}

.ampstart-headerbar-nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ampstart-nav-search {
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5
}

.ampstart-headerbar .ampstart-nav-search:active,
.ampstart-headerbar .ampstart-nav-search:focus,
.ampstart-headerbar .ampstart-nav-search:hover {
    box-shadow: none
}

.ampstart-nav-search>input {
    border: none;
    border-radius: 3px;
    line-height: normal
}

.ampstart-nav-dropdown {
    min-width: 200px
}

.ampstart-nav-dropdown amp-accordion header {
    background-color: #fff;
    border: none
}

.ampstart-nav-dropdown amp-accordion ul {
    background-color: #fff
}

.ampstart-nav-dropdown .ampstart-dropdown-item,
.ampstart-nav-dropdown .ampstart-dropdown>section>header {
    background-color: #fff;
    color: #000
}

.ampstart-nav-dropdown .ampstart-dropdown-item {
    color: #003f93
}

.ampstart-sidebar {
    background-color: #fff;
    color: #000;
    min-width: 300px;
    width: 300px
}

.ampstart-sidebar .ampstart-icon {
    fill: #003f93
}

.ampstart-sidebar-header {
    line-height: 3.5rem;
    min-height: 3.5rem
}

.ampstart-sidebar .ampstart-dropdown-item,
.ampstart-sidebar .ampstart-dropdown header,
.ampstart-sidebar .ampstart-faq-item,
.ampstart-sidebar .ampstart-nav-item,
.ampstart-sidebar .ampstart-social-follow {
    margin: 0 0 2rem
}

.ampstart-sidebar .ampstart-nav-dropdown {
    margin: 0
}

.ampstart-sidebar .ampstart-navbar-trigger {
    line-height: inherit
}

.ampstart-navbar-trigger svg {
    pointer-events: none
}

.ampstart-related-article-section {
    border-color: #4a4a4a
}

.ampstart-related-article-section .ampstart-heading {
    color: #4a4a4a;
    font-weight: 400
}

.ampstart-related-article-readmore {
    color: #000;
    letter-spacing: 0
}

.ampstart-related-section-items>li {
    border-bottom: 1px solid #4a4a4a
}

.ampstart-related-section-items>li:last-child {
    border: none
}

.ampstart-related-section-items .ampstart-image-with-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.ampstart-related-section-items .ampstart-image-with-caption>amp-img,
.ampstart-related-section-items .ampstart-image-with-caption>figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ampstart-related-section-items .ampstart-image-with-caption>figcaption {
    padding-left: 1rem
}

@media (min-width: 40.06rem) {
    .ampstart-related-section-items>li {
        border: none
    }
    .ampstart-related-section-items .ampstart-image-with-caption>figcaption {
        padding: 1rem 0
    }
    .ampstart-related-section-items .ampstart-image-with-caption>amp-img,
    .ampstart-related-section-items .ampstart-image-with-caption>figcaption {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.ampstart-social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ampstart-social-box>amp-social-share {
    background-color: #000
}

.ampstart-icon {
    fill: #003f93
}

div {
    display: block;
    font-size: 12px;
}
.ad_auto {
    text-align: center;
    width: 100%;
}
.ad_auto1 {
    margin-bottom: 34px;
}
.ad_auto2 {
    margin-bottom: 24px;
}

.sponsored_links {
    font-size: 12px;
    color: #999;
    text-align: left;
    width: 100%;
    display: block;
    font-weight: 400;
}

.mt15 {
    margin-top: .75rem
}

.h55 {
    font-size: 14px;
    line-height: 0.5rem;
    font-weight: 700;
}

body,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

a,
a:active,
a:visited,
a:hover {
    color: #333;
}

.col-125 {
    width: 12.5%;
}

.mt10 {
    margin-top: 10px;
}

.mb6 {
    margin-bottom: 3rem
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mt140 {
    margin-top: 144px;
}

.mmx15,
.list-reset.mmx15 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.mmx1,
.list-reset.mmx1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.mmx05,
.list-reset.mmx05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.capitalize {
    text-transform: capitalize;
}

.list-reset {
    padding: 0;
    margin: 0;
}

.ampstart-footer .grid-container {
    width: 1270px;
    max-width: 100%;
}

.ampstart-footer .grid-container h2 {
    line-height: 2;
    margin: 0rem auto;
    color: #999;
}

.ampstart-footer .grid-container p {
    line-height: 2;
    margin: 0rem auto 1rem;
    color: #999;
    font-size: 12px;
}

.ampstart-footer .grid-container p a,
.ampstart-footer .grid-container .languages a {
    color: #999;
    font-size: 12px;
}

.ampstart-footer .grid-container p a:hover,
.ampstart-footer .grid-container .languages a:hover {
    color: #fff;
}

.ampstart-footer ul {
    padding: 0;
    margin: 0;
}

.language ul {
    list-style: none;
}

.language ul li {
    display: inline-block;
    margin-right: 10px;
}

.global-footer {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    background-color: #1a1a1a;
    color: #fff;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    padding-bottom: 32px;
    padding-top: 32px;
}

.global-footer-sublist {}

.global-footer-sublist__item {
    display: block;
    list-style: none;
    margin-bottom: 16px;
    white-space: nowrap;
}

.global-footer-sublist__item-title {
    font-weight: 700;
    height: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
    color: #666;
}

.global-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 8px 16px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.global-footer-info-links {
    width: 100%;
}

.global-footer-info-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    max-width: 620px;
    width: 100%;
}

.global-footer__separator {
    background-color: #262626;
    border: 0;
    display: block;
    height: 2px;
    margin: 0 auto;
    padding: 0;
}

.global-footer ol,
.global-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-footer__container ul {
    list-style: none;
}

.global-footer-company-links__list-item {
    display: inline-block;
}

.global-footer__text-link {
    display: inline-block;
    position: relative;
    -webkit-transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.global-footer__text-link:after {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: .15s cubic-bezier(.39, .575, .565, 1);
    transition: .15s cubic-bezier(.39, .575, .565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: 100%;
}

.global-footer__text-link {
    color: #fff;
    opacity: .5;
    text-decoration: none;
}

.list-reset div a.global-footer__text-link {
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
}

.global-footer-company-links__copyright,
.global-footer-company-links__price-disclaimer {
    display: block;
    color: #999;
    font-size: inherit;
    margin-top: 12px;
}

.global-footer-company-links__price-disclaimer a {
    color: #999;
}

.global-footer-company-links__list-item:not(:first-child) {
    margin-left: 24px;
}

.global-footer__text-link.-opacity-full:link,
.global-footer__text-link.-opacity-full:visited,
.global-footer__text-link:active,
.global-footer__text-link:hover {
    opacity: 1;
}

h2.h5 {
    line-height: 1.5rem;
}

.h35 {
    font-size: 1.3rem;
}

.h45 {
    font-size: 16px;
}

body {
    background-color: #F5F5F5;
    color: #333;
    font-family: Arial;
}

body p,
body a {
    font-size: .875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

a.text-decoration-none:hover {
    text-decoration: underline;
}

a.text-decoration-none.ampstart-btn:hover {
    text-decoration: none;
}

.list-reset div a {
    font-size: 14px;
}

.header div.tab.user_profile amp-img {
    width: 35px;
    height: 35px;
    margin: 5px 0 0;
}

.header div.tab.user_profile span {
    line-height: 35px;
    margin: 5px 0 0 5px;
}

.header div.tab.user_profile {
    padding-top: 0;
}

.header div.tab.user_profile .list-container {
    right: 0;
    left: auto;
}

.card {
    /*border: 1px solid rgba(0, 0, 0, 0.14);*/
    text-transform: capitalize;
    border-radius: 14px;
    position: relative;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
}
.played_item .card{
    box-shadow: none;
}
.rectcard {
    text-transform: capitalize;
}

.header_wrap {
    width: 100%;
}

@media (max-width: 64em) {
    .header_wrap {
        width: 100%;
        margin: 0 auto;
    }
}

.header_wrap a.logo {
    height: 46px;
    position: relative;
    margin:0 auto;
}

.header_wrap a.logo img {
    height: 100%;
}

.ui.divider {
    border-bottom: 1px solid #eee;
    clear: both;
    height: 0;
    width: 100%;
}

.block_container {
    width: 100%;
    display: block;
}

a.viewall {
    display: block;
    float: right;
}

p.disclaimer,
p.disclaimer a {
    color: #999;
    font-size: 12px;
}

@media (min-width: 64.5em) {
    header.ampstart-headerbar .header_wrap {
        width: 1270px;
        margin: 0 auto;
    }
    p.disclaimer {
        width: 64em;
    }
    .header_wrap a.logo {
        height: 46px;
    }
    .ui.container {
        max-width: 1270px;
    }
}

@media (max-width: 62em) {
    .header_wrap a.logo amp-img {
        margin-bottom: -10px;
    }
    .header_wrap a.logo {
        float: none;
    }
}

header.ampstart-headerbar {
    background-color: #404040;
}

.couponitem amp-img,
figure.ampstart-image-with-caption amp-img {
    display: flex;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

figure.ampstart-image-with-caption amp-img{
    border-radius: 14px;
    overflow: hidden;
    box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.4);
}
figure.ampstart-image-with-caption amp-img img{
    transition: scale 0.2s linear;
}
figure.ampstart-image-with-caption amp-img:hover{
    box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.6);
}
figure.ampstart-image-with-caption amp-img:hover img{
    transform: scale(1.1);
}
a.popular_item {
    background-color: #fff;
}


/**left_right_area**/

@media (min-width: 45rem) {
    .left_area {
        display: inline-block;
        width: 330px;
        float: left;
        background-color: #fff;
        padding-top: 51px;
    }
    .right_area {
        display: inline-block;
        width: calc(100% - 350px);
        float: right;
        background-color: #fff;
    }
    .ampstart-small-text {
        max-width: 560px;
    }
}

@media (min-width: 45rem) and (max-width: 64rem) {
    .ui.container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .left_area {
        margin-left: 0.1rem;
        margin-right: 0.1rem;
    }
}

.right_area .ui.segment p amp-img {
    display: block;
    margin: 10px auto;
    height: auto;
}

.left_area .couponitem .ui.image {
    width: 120px;
    min-height: 120px;
}

.tabContent .couponitem {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 120px;
    overflow: hidden;
}

.couponitem .ui.image {
    border-right: 1px dashed #e7e7e7;
}

.couponitem .ui.image amp-img img,
amp-img img,
.popular_item figure.ampstart-image-with-caption amp-img img {
    align-self: center;
    display: block;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 0;
    margin: 0 auto;
    top: auto;
    bottom: auto;
    position: relative;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.couponitem a.left.block.mid_text {
    width: calc(100% - 295px);
    height: 100px;
    overflow: hidden;
}

@media (max-width: 64rem) {
    .couponitem a.left.block.mid_text {
        width: calc(100% - 110px);
    }
}

.couponitem div.right_btn {
    height: 100%;
    min-height: 120px;
    display: flex;
}

.couponitem .right_btn .ampstart-btn {
    align-self: center;
}

.couponitem a {
    text-decoration: none;
}

.couponitem {
    max-height: 120px;
    overflow: hidden;
}

.couponitem a.icon {
    width: 18px;
    height: 18px;
    align-self: center;
}

.couponitem .coupon_title {
    line-height: 20px;
    font-size: 16px;
}

.ampstart-dropdown {
    min-width: 100px;
}

.ampstart-related-section-items>li {
    border-bottom: 0;
}


/**color**/

/*.ampstart-related-section-items,*/
/*.ui.segment {*/
    /*border: 1px solid rgba(238, 238, 238, 0.85);*/
    /*!*background: rgba(238, 238, 238, 0.15);*!*/
/*}*/

header .ampstart-nav-dropdown {
    min-width: 200px;
}


/**menu in header*/

.header .nav-container,
.header .left-nav,
.header .alt,
.header .tabs {
    display: flex;
}

.header div.tab .list-container>ul,
.header div.tab .sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .alt,
.header .tabs {
    align-items: stretch;
}

.header .tabs {
    justify-content: center;
}

@media (max-width: 64em) {
    .header .tabs {
        margin-left: 10px;
    }
}

.header .tab {
    color: #fff;
    font-weight: 400;
    margin: 0 10px 0 0;
    position: relative;
    transition: .1s ease color;
}

.header div.tab-christmas {
    width: 111px;
    height: 32px;
    background: url("/images/nav/christmas.png?v200226") no-repeat center/100%;
    margin-left: 8px;
}

.header div.tab.tab-christmas>a{
    padding-left: 28px;
    color: #009342;
}

.header div.tab.tab-christmas>a:hover{
    text-decoration: underline;
}

.header div.tab-series {
    width: 88px;
    height: 32px;
    background: url("/images/nav/series.png?v200226") no-repeat center/100%;
    margin-left: 14px;
    margin-right: 18px;
}

.header div.tab.tab-series>a{
    padding-left: 33px;
    color: #009342;
}

.header div.tab.tab-series>a:hover{
    text-decoration: underline;
}

.header div.tab>a {
    color: inherit;
    position: relative;
    top: 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: block;
    padding: 5px 8px 3px;
}
@media(max-width:1080px){
    .header div.tab>a {
        padding: 5px 4px 3px;
    }
}
.header div.tab>a:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
}

.vertical_divider {
    width: 0;
    height: 16px;
    border-left: 1px solid rgba(256, 256, 256, 0.5);
    display: inline-block;
    margin: 0 3px 6px;
}

.header div.tab.alt-item{
    margin-right: 3px !important;
}

.header div.tab>a.login {
    background: url(/images/icon/user.png?v200226) 8px 8px no-repeat;
    background-size: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
}

.header div.tab>a.history {
    background: url(/images/icon/history.png?v200226) 8px 8px no-repeat;
    background-size: 55%;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
}

.header div.tab>a.like {
    background: url(/images/icon/like.png?v200226) 8px 11px no-repeat;
    background-size: 55%;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
}

.header div.tab>a.select_language {
    background: url(/images/icon/language.png?v200226) 8px 9px no-repeat;
    background-size: 55%;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
}

.header div.tab .list-container,
.header div.tab .sublist {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.header div.tab .list-container {
    left: -10px;
    top: 100%;
    transition: .2s ease-out;
    z-index: -1;
}

.header div.tab .list-shadow {
    bottom: -50px;
    left: -50px;
    overflow: hidden;
    position: absolute;
    right: -50px;
    top: 0;
}

.header div.tab .list-shadow::before {
    bottom: 50px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    content: '';
    left: 50px;
    position: absolute;
    right: 50px;
    top: 0;
}

.header div.tab .list-container>ul {
    background: #fff;
    min-width: 250px;
    position: relative;
}

.header div.tab .list-container>ul li {
    box-sizing: border-box;
    position: relative;
}

.small,
.doc-sidebar li.sub-level>.section-name,
.header div.tab .list-container>ul li a,
.post-content,
.doc-sidebar .section-name,
.searchbar input {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}

.header div.tab .list-container>ul li a {
    display: block;
    padding: 7.5px 30px;
    text-decoration: none;
}

.header div.tab .list-container>ul li a:hover {
    /*color:#999;*/
}

.header div.tab .list-container>ul .sublist {
    background: #f8f8f8;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: opacity .3s;
    max-height: calc(100vh - 295px);
    overflow-y: auto;
}

.header div.tab .list-container>ul .sublist li a {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 35px;
}

.header div.tab:hover .list-container {
    opacity: 1;
    pointer-events: all;
    z-index: 0;
}

.header div.tab .list-container>ul li:hover .sublist {
    opacity: 1;
    pointer-events: all;
}

.header div.tab .list-container>ul li.has-sublist::after,
.language .current::after,
amp-sidebar .language .current::after,
amp-sidebar .has-sub-level::after,
footer .footer-image.twitter,
footer .footer-image.wordpress,
footer .footer-image.youtube {
    display: inline-block;
    background-image: url(/images/sprite.svg?v200226);
    background-size: 100px 74px;
}

.header div.tab .list-container>ul li.has-sublist::after {
    width: 6.12px;
    height: 11.88px;
    background-position: -84px -38.94px;
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
}

.header .tab:hover,
.header .tab.active {
    color: #fff;
}

.header div.tab:hover::before {
    opacity: 1;
}

.header div.tab .list-container>ul li:hover {
    background: #f8f8f8;
}

.header div.tab .list-container>ul .sublist li:hover {
    background: white;
}

.modal-open {
    position: fixed;
    width: 100%;
    top: 0;
}

.ui.container{
    padding-top: 3em;
}

.ui.breadcrumb {
    line-height: 1;
    vertical-align: middle;
}

.ui.breadcrumb .section {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.ui.breadcrumb a.section {
    cursor: pointer;
    text-decoration: none;
}

.ui.breadcrumb a {
    color: #999;
    font-size: 12px;
}

.ui.breadcrumb i {
    font-size: 14px;
    color: #999;
}

.ui.breadcrumb a:hover {
    text-decoration: underline;
}

.ui.breadcrumb .icon.divider {
    font-size: .85714286em;
    vertical-align: baseline;
}

.ui.breadcrumb .divider {
    display: inline-block;
    opacity: .7;
    margin: 0 .21428571rem;
    font-size: .92857143em;
    color: rgba(0, 0, 0, .4);
    vertical-align: baseline;
}

.center_child {
    display: flex;
    height: 120px;
    width: 120px;
}

.center_child span {
    display: block;
    align-self: center;
    font-size: 14px;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0 auto;
    text-transform: capitalize;
}

@media (max-width: 64rem) {
    .center_child {
        width: 80px;
        height: 120px;
    }
    .center_child span {
        font-size: 14px;
    }
    .left_area .couponitem .ui.image {
        width: 80px;
    }
    .left_area .couponitem .ui.image amp-img {
        max-width: 100%;
        padding: 5px;
    }
}

.left_links li a {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    padding: 5px 0;
}

.description {
    font-size: 12px;
    line-height: 1.5;
}

p.description {
    font-size: 12px;
}

.left_links li a:hover {
    color: #273a55;
    text-decoration: underline;
}

.left_links li {
    border-bottom: 1px solid #ececec;
}

.left_links li:last-child {
    border-bottom: 0;
}

.headersearch .hsinput {
    line-height: 30px;
    border-radius: 3px;
    float: left;
    height: 30px;
    color: #000;
    width: 180px;
    margin: 7px 0;
    box-sizing: content-box;
    transition: all .3s;
    box-shadow: none;
    font-size: 12px;
    border: none;
    padding: 0 10px 0 10px;
    outline: none;
    transition: all 1s;
}

.headersearch .hsbtn {
    border: none;
    background: url(/images/icon/search.png?v200226) 8px 9px no-repeat;
    _background-image: none;
    background-size: 55%;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    text-decoration: none;
    line-height: 20px;
    outline: none;
    width: 32px;
    height: 32px;
    margin: 5px 0 0;
}

.headersearch .hsbtn:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
}

.arrow .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-icon-arrow-nav-right {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik04NzQgMTUwQzY3NC01MCAzNTAtNTAgMTUwIDE1MHMtMjAwIDUyNCAwIDcyNCA1MjQuMiAyMDAgNzI0IDBjMjAwLTIwMCAyMDAtNTI0IDAtNzI0em0tNDUuMiA2NzguOGMtMTc1IDE3NS00NTguNiAxNzUtNjMzLjYgMHMtMTc1LTQ1OC42IDAtNjMzLjYgNDU4LjYtMTc1IDYzMy42IDAgMTc1IDQ1OC42IDAgNjMzLjZ6TTQ3MS40IDcyNi42Yy0xMi42IDEyLjYtMzMuMiAxMi42LTQ1LjggMHMtMTIuNi0zMyAwLTQ1LjZsMTcwLTE2OS0xNzAtMTY5Yy0xMi42LTEyLjYtMTIuNi0zMyAwLTQ1LjZzMzMuMi0xMi42IDQ1LjggMGwxOTEuNCAxOTAuMmM2LjggNi44IDkuNiAxNS42IDkuMiAyNC40LjQgOC44LTIuNCAxNy44LTkuMiAyNC40TDQ3MS40IDcyNi42eiIgZmlsbD0iIzc1Nzg3QiIvPjwvc3ZnPg==);
    height: 18px;
    width: 18px;
    display: block;
}

.lightbox {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox h3 {
    color: #333333;
}

.lightbox ul li a {
    color: #333333;
}


/**flags*/

i.flag:not(.icon) {
    display: inline-block;
    width: 16px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline;
    margin: 0em 0.5em 0em 0em;
    text-decoration: inherit;
    speak: none;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* Sprite */

i.flag:not(.icon):before {
    display: inline-block;
    content: '';
    background: url("/semantic/themes/default/assets/images/flags.png?v200226") no-repeat -108px -1976px;
    width: 16px;
    height: 11px;
}

i.flag.us:before,
i.flag.america:before,
i.flag.united.states:before {
    background-position: -72px -1950px;
}

i.flag.pt:before,
i.flag.portugal:before {
    background-position: -72px -702px;
}

i.flag.de:before,
i.flag.germany:before {
    background-position: 0px -1430px;
}

i.flag.tr:before,
i.flag.turkey:before {
    background-position: -72px -1742px;
}

i.flag.es:before,
i.flag.spain:before {
    background-position: 0px -1742px;
}

i.flag.pl:before,
i.flag.poland:before {
    background-position: -72px -572px;
}

i.flag.th:before,
i.flag.thailand:before {
    background-position: -72px -1560px;
}

i.flag.eg:before,
i.flag.egypt:before {
    background-position: 0px -1638px;
}

i.flag.jp:before,
i.flag.japan:before {
    background-position: -36px -910px;
}

i.flag.nl:before,
i.flag.netherlands:before {
    background-position: -72px -234px;
}

i.flag.fr:before,
i.flag.france:before {
    background-position: 0px -1976px;
}

i.flag.kr:before,
i.flag.south.korea:before {
    background-position: -36px -1118px;
}

i.flag.ru:before,
i.flag.russia:before {
    background-position: -72px -884px;
}

i.flag.it:before,
i.flag.italy:before {
    background-position: -36px -832px;
}

i.flag.my:before,
i.flag.malaysia:before {
    background-position: -72px -26px;
}

i.flag.id:before,
i.flag.indonesia:before {
    background-position: -36px -624px;
}
.ui.segment h2{
    height: 75px;
    line-height: 75px;
    font-size: 20px;
    border-bottom: 1px solid #E5E5E5;
    font-weight: bold;
}
.ui.segment ul {
    list-style: none;
}
.ui.segment ul li{
    border-bottom: 1px solid #E5E5E5;
    height: 100px;
}
.ui.segment ul li:hover{
    background-color: #EEEEEE;
}
.ui.segment ul li a {
    width: 100%;
    height: 100%;
    line-height: 2;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #666666;
}
.ui.segment .img{
    width: 70px;
    height:70px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    margin-right: 33px;
    background:rgba(238,238,238,1);
}
.ui.segment img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 0.2s linear;
}
.ui.segment li:hover a img{
    transform: scale(1.1);
}
.ui.segment ul li a:hover{
    color: #4597EC;
}
.ui.segment .block_container{
    height: 100px;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}
.ui.segment .block_container:hover{
    background-color: #eee;
}
.ui.segment .block_container .view_more_best{
    color: #666;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}
.ui.segment .block_container:hover .view_more_best{
    color: #4597EC;
}
.ui.segment .block_container img{
    width: 45px;
    height: 36px;
    margin: auto;
    margin-top: 18px;
}
.ui.segment ul li a:hover,
.block_container a.right:hover {
    text-decoration: underline;
}

.block_container a.right {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
}

.boxclose {
    float: right;
    position: absolute;
    z-index: 5;
    right: 0;
    top: -4px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 15px;
    background: #605f61;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    line-height: 0;
    padding: 7px 3px;
}
.index_boxclose.boxclose{
    right: 4px;
}

.boxcopyclose {
    float: right;
    position: absolute;
    z-index: 5;
    right: 0;
    top: -4px;
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 15px;
    background: #605f61;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    line-height: 0;
    padding: 7px 3px;
}

.boxclose::before {
    content: "x";
}

.boxcopyclose::before {
    content: "x";
}

.view_more_played,
.view_more_best {
    cursor: pointer;
    font-size: 12px;
}
.view_more_played{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
}
.view_more_played:hover,
.view_more_best:hover {
    text-decoration: underline;
}

.ui.gamePlayed h2{
    border-bottom: none;
}
.recent_played_list{
    position: relative;
    top: -5px;
}
.played_item figure amp-img {
    width: 81.33px;
    height: 81.33px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.4);
}
.recent_played_list .played_item_dot{
    width:33.2%!important;
}

.played_item figure amp-img:hover{
    box-shadow:3px 3px 4px 0px rgba(0, 0, 0, 0.6);
}

.left_ad_sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    padding: 5px 0px 5px 0px;
    width: 300px;
    height: 645px;
    margin: 0px auto;
}
/* 原cover.css内容 */
.body {
    background: rgba(245, 245, 245, 1);
}

/* .container {
    max-width: 1270px;
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
} */

.bot {
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.content {
    margin: 0 19px 0 63px;
    position: relative;
    /* overflow: hidden; */
    /* padding: 0; */
}
@media (min-width: 1178px){
    .content {
        width: 1178px;
        display: table;
    }
}

.nums {
    position: absolute;
    left: -37px;
    top: 28px;
    font-weight: bold;
    font-size: 20px;
    color: rgba(33, 150, 243, 1);
    line-height: 18px;
}

.content_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 40px;
    font-weight: bold;
    font-size: 20px;
    color: rgba(33, 150, 243, 1);
    line-height: 18px;
    background: url(/images/recover/play.png?v200226) no-repeat center;
}
@media (max-width: 768px){
    .content_icon,.nums {
        top:2px;
    }
}
.privacy .content_title {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    line-height: 1.1;
    margin-top: 28px;
    margin-bottom: 19px;
    font-weight: 700;
}

.content2 {
    position: relative;
}

.con_p {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    margin-bottom: 18px;
}

.my_list {
    padding: 0;
    list-style: none;
}

.my_list li {
    position: relative;
    padding-left: 20px;
}

.dotted {
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(33, 150, 243, 1);
}

.sub_title {
    font-size: 14px;
    font-weight: bold;
    color: rgba(33, 150, 243, 1);
    line-height: 18px;
    margin-bottom: 18px;
}

th {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    text-align: center;
}

td {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    text-align: center;
}

th:nth-child(1),
th:nth-child(3),
td:nth-child(1),
td:nth-child(3) {
    width: 148px;
    height: 40px;
}




.ampstart-footer .grid-container .foot_title {
    font-size: 12px;
    font-weight: 400;
    color: #AEAEAE;
    /* margin-top: 29px; */
    margin-left: 1px;
    margin-bottom: 14px;
}

.ampstart-footer .grid-container .con_fp {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 18px;
}

.ampstart-footer .grid-container .con_fp a {
    color: #626262;
}


.bg{
     background: url(/images/recover/foot_bg.png?v200226) no-repeat 110px center;
    background-size: contain;
}
.bg1{
    background: url(/images/recover/foot_bg.png?v200226) no-repeat 110px -10px;
    background-size: contain;
}
.foot_logo {
    width: 320px;
    height: 267px;
    position: absolute;
    right: 0;
    top: 70px;
    background: url(/images/recover/foot_logo.png?v200226) no-repeat center/100% 100%;
}

.list-reset div a.global-footer__text-link {
    color: #626262;
    opacity: 1;
}

.global-footer-company-links__copyright {
    color: #626262 !important;
    font-size: 12px;
    font-weight: 400;
    ;
}

.ampstart-footer .grid-container .languages a {
    color: #626262 !important;
    font-size: 12px;
    font-weight: 400;
}

.foot_text {
    color: #626262 !important;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

footer .btn {
    width: 322px;
    height: 45px;
    background: rgba(33, 150, 243, 1);
    border-radius: 4px;
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

.global-footer__container {
    position: relative;
}

table {
    /* font-size: 16px; */
    text-align: center;
    /* margin: 0 auto; */
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 33px;
    /* border: 1px solid rgba(33, 150, 243, 1); */
}



table tr th:first-child,
table tr td:first-child {
    /*设置table左边边框*/
    border-left: 1px solid rgba(33, 150, 243, 1);
    border-top: 1px solid rgba(33, 150, 243, 1);
    border-right: 1px solid rgba(33, 150, 243, 1);
}

table tr td:first-child {
    border-bottom: 1px solid rgba(33, 150, 243, 1);
}

table tr th:last-child,
table tr td:last-child {
    /*设置table右边边框*/
    border-left: 1px solid rgba(33, 150, 243, 1);
    border-top: 1px solid rgba(33, 150, 243, 1);
    border-right: 1px solid rgba(33, 150, 243, 1);
}

table tr td:last-child {
    border-bottom: 1px solid rgba(33, 150, 243, 1);
}

table tr td:first-child,
table tr td:nth-child(2),
table tr td:nth-child(3),
table tr td:last-child {
    /* 设置table表格每列底部边框 */
    border: 1px solid rgba(33, 150, 243, 1);
}

table tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

table tr td:nth-child(2) {
    border-left: none;
    border-right: none;
}
.item:hover a{
    text-decoration: underline;
}
.limit{
    max-height: 280px;
    overflow: hidden;
}
#success{
    color: #626262;
    opacity: 1;
    width: 228%;
    overflow: hidden;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my1.line-height-2 p,
.description.px0.mt1.text-align-left p{
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
    margin-bottom: 18px;
}
.my1.line-height-2 p a{
    color: #626262;
}
.con_pp{
    font-size: 12px;
    font-weight: 400;
    color: #626262 !important;
    line-height: 24px;
    margin-bottom: 18px;
    margin-left: 0px !important;
}
.con_pp a{
    color: #626262 !important;
}
/* game ----------------new_footer---------css */
.languages  .a{
    display: inline-block;
    margin-right: 13px;
    margin-bottom: 11px;
    font-size: 11px;

}    
.menu-detail.mt2>li a{
    text-transform: uppercase;
}
.tag_item{
    display:block;
    text-decoration:none;
}
.tag_item figure .img{
    width: 37%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.tag_item figure img{
    width: 100%;
    height: 100%;
    display:block;
    object-fit: cover;
    transition: scale 0.2s linear;
}
.tag_item figure.card{
    box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.4);
    border-radius:10px;
    overflow: hidden;
    background-color: #fff;
}
.tag_item figure.card:hover{
    box-shadow:3px 3px 9px 0px rgba(0, 0, 0, 0.6);
}
.tag_item figure.card:hover img{
    transform: scale(1.1);
}
.tag_item figure figcaption{
    width:58%;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tag_item:hover figure figcaption{
    text-decoration:underline;
    color:#2196F3;
}
.view_all_tags{
    background:url(/images/icon/game_icon_bg.png?v200226) 200px 25px no-repeat;
    background-size:97px;
    display:flex;
}
.view_all_tags:hover span{
    text-decoration: underline;
}
.view_all_tags .more_hint{
    display:block;
    align-self:center;
    /*margin:0 auto;*/
    margin-left: 40px;
}
.view_all_tags .more_hint span{
    font-size:18px;
    color:#2196F3;
    display:inline-block;
    margin:8px 0 0 10px;
}
figure.view_all_tags{
    height:102.61px;
}
figure.view_all_tags img{
    width:51px;
}
.fill_div{
    width: 100%;
    height: 10px;
    background-color: #eee;
}
.wid-first.px1,.wid-second.px1{
    padding: 0 8px;
}

.left_h1{
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    margin: 18px auto;
    text-align: center;
}
.palyed_more_games{
    width: 81.33px;
    height: 81.33px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin-left: 11px;
    margin-top: 8px;
    background:rgba(238,238,238,1);
    cursor: pointer;
}
.ui.segment .palyed_more_games .img{
    width: 33px;
    height: 27px;
    box-shadow: none;
    margin: 23px 25px 0;
}
.ui.segment .palyed_more_games img{
    transform: scale(1);
}
.played_item{
    margin-bottom: 30px;
}
.palyed_more_games:hover .view_more_played{
    text-decoration: underline;
}
.list_title{
    font-size: 20px;
    padding-left: 20px;
}

.ad_300x250{
    display:inline-block;
    width:300px;
    height:250px;
}
.ad_336x280{
    display:inline-block;
    width:336px;
    height:280px;
}
.ad_728x250{
    display:inline-block;
    width:728px;
    height:250px;
}
.ad_728x90{
    width:728px;
    height:90px;
}

@media (max-width: 1280px){
    footer .btn{
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .header .tab:nth-of-type(8){
        display: none;
    }

    figure.view_all_tags{
        display: none;
    }

    .foot_logo{
        display: none;
    }

    .global-footer-info-links .left{
        width: 75% !important;
    }

    .global-footer-info-links .limit{
        width: 25% !important;
    }

    .con_pp{
        width: 100%;
    }
}

@media (max-width: 950px) {
    .header .tab:nth-of-type(7){
        display: none;
    }
}

@media (max-width: 900px) {
    .header .tab:nth-of-type(6){
        display: none;
    }
}

@media (max-width: 850px) {
    .header .tab:nth-of-type(5){
        display: none;
    }
}

@media (max-width: 750px) {
    .header .tab:nth-of-type(4){
        display: none;
    }
}

@media (max-width: 720px){
    .recent_played_list{
        margin-top: 25px;
    }

    .ui.segment h2 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-bottom: 1px solid #E5E5E5;
        font-weight: bold;
    }

    .ui.segment ul li{
        height: 80px;
    }

    .ui.segment .img {
        width: 50px;
        height: 50px;
    }

    .ui.segment ul li a{
        font-size: 16px;
    }

    .ui.segment .block_container img{
        margin-top: 10px;
    }

    .palyed_more_games{
        display: none;
    }
}

@media (min-width: 720px) and (max-width:960px){
    .pagination-lg > li a {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        margin: 0 2px !important;
        font-size: 14px !important;
    }

    .tag_item figure figcaption{
        padding: 0 8px;
        font-size: 12px;
        line-height: 18px;
    }
}