/*----------------------------------------
                Global properties
---------------------------------------- */
a, abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    font-size : 100%;
    margin : 0;
    padding : 0;
    vertical-align : top;
    border : 0 none;
    border : 0;
    outline : 0;
    background : transparent;
}

ol,
ul {
    list-style : none;
}

blockquote,
q {
    quotes : none;
}

table,
table td {
    padding : 0;
    border-collapse : collapse;
    border : none;
}

img {
    vertical-align : top;
}

embed {
    vertical-align : top;
}

body.pm_guides {
    font-family : sans-serif;
    font-size : 16px;
    line-height: 1.3;
    font-weight : 400;
    min-width : 320px;
    margin : 0;
    padding : 0;
    color : #4d4d4f;
}

/*----------------------------------------
                General properties
---------------------------------------- */
.pm_guides .container {
    box-sizing : border-box;
    width : 100%;
    margin : 0 auto;
    padding : 0 20px;
    position: relative;
}

@media (min-width: 1000px) {
    .pm_guides .container {
        max-width : 960px;
        padding: 0 30px;
    }
}

.pm_guides a {
    text-decoration : none;
    word-wrap : break-word;
}

.pm_guides p {
    font-family : sans-serif;
    font-size : 16px;
    font-weight : 400;
    line-height : 1.5;
    position : relative;
    margin-bottom : 10px;
    color : #2d2d2d;
}

.pm_guides sup {
    font-size : 10px;
}

.pm_guides sub {
    font-size: 12px;
}

.pm_guides ul li {
    margin-bottom: 15px;
}

.pm_guides ol {
    list-style-position: inside;
    list-style: decimal;
    padding-left: 20px;
}

/*----------------------------------------
                Headings
---------------------------------------- */
.pm_guides h1 {
    font-family : sans-serif;
    font-size : 24px;
    font-weight : 400;
    color : #c4197f;
    text-transform: uppercase;
    font-style : normal;
}

@media (min-width: 768px) {
    .pm_guides h1 {
        font-size : 30px;
        margin : 20px 0;
    }
}

@media (min-width: 1000px) {
    .pm_guides h1 {
        font-size : 36px;
        margin : 30px 0;
    }
}


.pm_guides h1 sup {
    font-size: 14px;
}

.pm_guides h2 {
    font-family : sans-serif;
    font-size : 22px;
    font-weight : 400;
    font-style : normal;
    color: #1f3695;
}

@media (min-width: 600px) {
    .pm_guides h2 {
        font-size : 28px;
    }
}

.pm_guides h2 sup {
    font-size : 12px;
}

.pm_guides h3 {
    font-family : sans-serif;
    font-size : 20px;
    font-weight : 400;
    margin : 0 0 20px;
    color : #4d4d4f;
}

@media (min-width: 600px) {
    .pm_guides h3 {
        font-size : 22px;
    }
}

@media (min-width: 1000px) {
    .pm_guides h3 {
        font-size : 24px;
    }
}

.pm_guides h5 {
    font-family : sans-serif;
    font-size : 18px;
    font-weight : 700;
    margin : 20px 0 15px;
    color : #303030;
}

.pm_guides h6 {
    font-family : sans-serif;
    font-size : 16px;
    font-weight : 700;
    margin : 0 0 20px;
    color : #303030;
}


.pm_guides p q {
    font-family : sans-serif;
    font-size : 24px;
    font-weight : 400;
    color : #c4197f;
    font-style : italic;
}

@media (min-width: 768px) {
    .pm_guides p q {
        font-size : 30px;
        margin : 20px 0;
    }
}

@media (min-width: 1000px) {
    .pm_guides p q  {
        font-size : 36px;
        margin : 30px 0;
        font-style: italic;
        padding: 0 70px;
    }
}
/*----------------------------------------
                Header
---------------------------------------- */


/*----------------------------------------
                Content
---------------------------------------- */
.pm_guides #content {
    padding: 30px 0;
}

.pm_guides .grey-box {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 0 -20px 0 -20px;
}

@media (min-width: 1000px) {
    .pm_guides .grey-box {
        margin: 0 -30px 0 -30px;
        padding: 30px;
    }
}
.pm_guides .pink-box {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 0 -20px 0 -20px;
}

@media (min-width: 1000px) {
    .pm_guides .pink-box {
        margin: 0 -30px 0 -30px;
        padding: 30px;
    }
}

.pm_guides .blue-box {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 0 -20px 0 -20px;
    line-height: 1.4;
}

@media (min-width: 1000px) {
    .pm_guides .blue-box {
        margin: 0 -30px 0 -30px;
        padding: 30px;
    }
}
.pm_guides .white-box {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #000;
    line-height: 1.4;
}

@media (min-width: 1000px) {
    .pm_guides .white-box {
        margin: 0 -30px 0 -30px;
        padding: 30px;
    }
}

.pm_guides .wrap-info-box.style-1 {
    position: relative;
    min-height: 100px;
}

.pm_guides .wrap-info-box.style-1.bg-blue {
    background-color: #003399;
}

.pm_guides .wrap-info-box.style-1.bg-orange {
    background-color: #fa8300;
}

.pm_guides .wrap-info-box.style-1.bg-pink {
    background-color: #c6007e;
}

.pm_guides .left-info-box {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100px;
    color: #a8007a;
    border-bottom: none;
    display: flex;
}

.pm_guides .right-info-box {
    padding: 10px 10px 10px 100px;
    min-height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
}

.pm_guides .right-info-box p {
    font-size: 16px;
}

@media (min-width: 600px) {
    .pm_guides .right-info-box {
        padding: 10px 10px 10px 120px;
    }

    .pm_guides .right-info-box p {
        font-size: 20px;
    }
}

.pm_guides .vertical-middle {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

.pm_guides .wrap-left-heading-box {
    position: relative;
    min-height: 150px;
    border: 1px solid #a8007a;
}

@media (min-width: 540px) {
    .pm_guides .wrap-left-heading-box {
        border: none;
    }
}

.pm_guides .left-heading-box {
    padding: 20px 19px;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    color: #a8007a;
    border-bottom: 1px solid #a8007a;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (min-width: 540px) {
    .pm_guides .left-heading-box {
        padding: 20px 19px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-sizing: border-box;
        width: 150px;
        color: #a8007a;
        border-bottom: none;
        border-right: 3px solid #a8007a;
        display: flex;
    }
}

.pm_guides .formula-box {
    padding: 10px;
    height: 75px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    background: #eaeaea;
    font-size: 12px;
}

.pm_guides .left-heading-box .d-block {
    display: inline;
}

@media (min-width: 390px) {
    .pm_guides .formula-box {
        font-size: 16px;
    }
}

@media (min-width: 540px) {
    .pm_guides .formula-box {
        padding: 10px 10px 10px 160px;
        height: 75px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: left;
    }

    .pm_guides .left-heading-box .d-block {
        display: block;
    }
}

.pm_guides .formula-box span {
    display: block;
    font-weight: bold;
    padding-right: 6px;
}

.pm_guides .formula-box.devider {
    border-bottom: 1px solid #a8007a;
}

@media (min-width: 540px) {
    .pm_guides .formula-box.devider {
        border-bottom: 1px solid #575759 !important;
    }
}

.pm_guides .left-formula-part {
    margin-right: 8px;
}

.pm_guides .extra-simple-formula-wrap {
    width: 100%;
}

@media (min-width: 600px) {
    .pm_guides .extra-simple-formula-wrap {
        width: 50%;
    }
}

.pm_guides .simple-formula-wrap {
    min-height: 50px;
    margin: 0 auto;
    width: 230px;
    text-align: center;
}

.pm_guides .top-formula-part {
    display: block;
    border-bottom: 1px solid #333;
}

.pm_guides .double-info-box-wrap {
    position: relative;
}

.pm_guides .left-double-info-box {
    padding: 0;
}

@media (min-width: 540px) {
    .pm_guides .left-double-info-box {
        padding-right: 180px;
    }
}

.pm_guides .right-double-info-box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #c6007e;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    font-size: 20px;
}

@media (min-width: 540px) {
    .pm_guides .right-double-info-box {
        position: absolute;
        top: 0;
        right: 0;
        width: 170px;
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: left;
        background-color: #c6007e;
        color: #fff;
        font-weight: bold;
        line-height: 1.2;
        font-size: 20px;
    }
}

.pm_guides .img_wrap {
    width: 100%;
}

@media (min-width: 900px) {
    .pm_guides .img_wrap {
        display: inline-block;
        box-sizing: border-box;
        width: 48%;
    }
}

.pm_guides .img_wrap img {
    width: 100%;
    height: auto;
}

.pm_guides .img_wrap.style-1 {
    display: block;
}

.pm_guides .img_wrap.style-2 {
    width: 100%;
}

.pm_guides .img_wrap.style-3 {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
}
.pm_guides .img_wrap.style-3 p {
        margin-left: 5px;
    }
@media (min-width: 1000px) {
    .pm_guides .img_wrap.style-3 {
        left: -30px;
        right: -30px;
    }
    .pm_guides .img_wrap.style-3 p {
        margin-left: 40px;
    }
}


.pm_guides .double-column-list {
    column-count: 1;
}

.pm_guides .left-text-box {
    width: 45%;
    position: relative;
    left: 55%;
    bottom: 0;
}

@media (max-width: 400px) {
    .pm_guides .left-text-box {
        font-size: 11px;
    }
}

@media (min-width: 600px) {
    .pm_guides .double-column-list {
        column-count: 2;
    }
}

.pm_guides .list-style-disc {
    list-style: disc;
}

.pm_guides .list-style-disc li {
    padding-left: 5px;
}

@media (max-width: 999px) {
    .pm_guides .container > .list-style-disc li {
        margin-left: 30px;
    }
}

.pm_guides .hr-list-style li {
    position: relative;
    padding-left: 20px;
}

.pm_guides .hr-list-style li:before {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1f3695;
    content: "";
    top: 9px;
    left: 0;
}
@media (min-width: 700px) {
    .pm_guides .dotted-line {
        position: relative;
    }

    .pm_guides .dotted-line:before {
        position: absolute;
        content: "";
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 3px;
        border-bottom: 3px dotted #000;
    }
}
.pm_guides .span-wrap {
    position: relative;;
}

.pm_guides .note-box {
    padding: 15px 0;
    border-top: 2px solid #c6007e;
    border-bottom: 2px solid #c6007e;
}

@media  (max-width: 790px) {
    .pm_guides .formula-3 .formula-right-content {
        padding-bottom: 30px;
    }

    .pm_guides .formula-4 .formula-right-content {
        padding-bottom: 35px;
    }
}

.pm_guides .left-contrib {
    position: relative;
}

@media (max-width: 699px) {
    .pm_guides .right-contrib.pull-right,
    .pm_guides .left-contrib.pull-left {
        float: none;
        display: block;
        padding: 5px 10px;
        position: relative;
    }

    .pm_guides .left-contrib.pull-left {
        background: #dbdbdc;
        color: #333;
        font-weight: 600;
    }

    .pm_guides .right-contrib.pull-right {
        background: #f2f2f2;
        color: #333;
        font-weight: 400;
    }
}

@media (min-width: 700px) {
    .pm_guides .right-contrib {
        width: 330px;
        position: relative;
    }
}

.pm_guides .formula-left-content {
    display: inline-block;
    text-align: left;
    margin-right: 25px;
}

.pm_guides .formula-right-content {
    text-align: left;
}

.pm_guides .formula-left-top-content {
    display: block;
    padding-right: 0;
    position: relative;
}

.pm_guides .formula-5 .formula-left-top-content {
    padding-bottom: 10px;
    padding-right: 0px;
}

@media (min-width: 580px) {
    .pm_guides .formula-5 .formula-left-top-content {
        padding-right: 160px;
    }
}

.pm_guides .formula-5 .formula-right-content {
    padding: 34px 28px;
    position: relative;
}

@media (min-width: 410px) {
    .pm_guides .formula-5 .formula-right-content {
        padding: 34px 70px;
    }
}

.pm_guides .formula-5 .mg-dl {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.pm_guides .formula-5 {
    font-size: 11px;
}

@media (min-width: 510px) {
    .pm_guides .formula-5 {
        font-size: 14px;
    }
}

.pm_guides .white-box.formula-content {
    padding: 10px;
}

.pm_guides .formula-1,
.pm_guides .formula-2,
.pm_guides .formula-3,
.pm_guides .formula-4,
.pm_guides .p-formula {
    font-size: 12px;
}
.pm_guides .formula-2 .formula-left-top-content {
        padding-right: 0;
    }
@media (min-width: 720px) {
    .pm_guides .formula-1,
    .pm_guides .formula-2,
    .pm_guides .formula-3,
    .pm_guides .formula-4,
    .pm_guides .p-formula {
        font-size: 12px;
    }
}

@media (min-width: 860px) {
    .pm_guides .white-box.formula-content {
        padding: 30px;
    }
    .pm_guides .formula-1,
    .pm_guides .formula-2,
    .pm_guides .formula-3,
    .pm_guides .formula-4,
    .pm_guides .p-formula {
        font-size: 14px;
    }

    .pm_guides .formula-left-content {
        margin-right: 30px;
    }
}
@media (min-width: 1000px) {
    .pm_guides .formula-1 .formula-left-top-content {
        padding-right: 190px;
    }

    .pm_guides .formula-2 .formula-left-top-content {
        padding-right: 46px;
    }

    .pm_guides .formula-1,
    .pm_guides .formula-2,
    .pm_guides .formula-3,
    .pm_guides .formula-4,
    .pm_guides .p-formula {
        font-size: 15px;
    }
}

.pm_guides .icon-position {
    position: relative;
    top: 3px;
}

.pm_guides .simple-black-line {
    height: 1px;
    border-bottom: 1px solid #333;
    margin: 0 -10px;
}

.pm_guides .result-icon-position {
    width: 100%;
    border-bottom: 1px solid #333;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pm_guides .result-icon-position:after {
    position: absolute;
    content: "=";
    top: -9px;
    right: -17px;
}

.pm_guides .white-box .grey-inner-box {
    margin: -20px -10px -10px -10px;
    padding: 10px;
}

.pm_guides .white-box .grey-inner-box li {
    margin-bottom: 10px;
}

@media (min-width: 860px) {
    .pm_guides .white-box .grey-inner-box {
        margin: -20px -30px -30px -30px;
        padding: 30px;
    }
    .pm_guides .simple-black-line {
        margin: 0 -30px;
    }
}

.pm_guides .white-inner-form-box {
    background: #fff;
    border: 2px solid #555;
    padding: 5px 4px 5px 8px;
    text-align: right;
}
.pm_guides .formula-left-bottom-content .white-inner-form-box {
    padding-left: 37px;

}
@media (min-width: 510px){
    .pm_guides .white-inner-form-box {
        padding: 5px 10px 5px 50px;
    }
    .pm_guides .formula-left-bottom-content .white-inner-form-box {
        padding-left: 88px;
    }
}
@media (min-width: 720px){
    .pm_guides .white-inner-form-box {
        padding: 5px 10px 5px 170px;
    }
    .pm_guides .formula-left-bottom-content .white-inner-form-box {
        padding-left: 208px;
    }
}

.pm_guides .formula-left-bottom-content {
    position: relative;
    top: 10px;
}


.pm_guides .pb-0 {padding-bottom: 0px;}
.pm_guides .p-20 {padding: 20px;}
.pm_guides .pb-10 {padding-bottom: 10px;}
.pm_guides .pb-20 {padding-bottom: 20px;}
.pm_guides .pb-30 {padding-bottom: 30px;}
.pm_guides .pb-40 {padding-bottom: 40px;}
.pm_guides .pb-50 {padding-bottom: 50px;}

.pm_guides .pr-5 {padding-right: 5px;}
.pm_guides .pl-5 {padding-left: 5px;}
.pm_guides .pr-10 {padding-right: 10px;}
.pm_guides .py-20 {padding-left: 20px;padding-right: 20px;}

.pm_guides .m-0 {margin: 0px;}
.pm_guides .mt-20 {margin-top: 20px;}
.pm_guides .mb-3 {margin-bottom: 3px;}
.pm_guides .mb-10 {margin-bottom: 10px;}
.pm_guides .mb-15 {margin-bottom: 15px;}
.pm_guides .mb-20 {margin-bottom: 20px;}
.pm_guides .mb-30 {margin-bottom: 30px;}
.pm_guides .mb-40 {margin-bottom: 40px;}
.pm_guides .mb-50 {margin-bottom: 50px;}
.pm_guides .mb-60 {margin-bottom: 60px;}

.pm_guides .mr-5 {margin-right: 5px;}
.pm_guides .mr-10 {margin-right: 10px;}

.pm_guides .text-white {color: #ffffff;}
.pm_guides .text-black {color: #4d4d4f;}
.pm_guides .text-blue {color: #1f3695;}
.pm_guides .text-lightblue {color: #243e90;}
.pm_guides .text-extralightblue {color: #009fda;}
.pm_guides .text-pink {color: #c6007e;}
.pm_guides .text-center {text-align: center;}
.pm_guides .text-left {text-align: left;}
.pm_guides .text-bold {font-weight: bold;}


.pm_guides .bg-darkgrey {background: #dbdbdc;}
.pm_guides .bg-lightgrey {background: #dbdbdc;}
.pm_guides .bg-extragrey {background: #ededed;}
.pm_guides .bg-violet {background: #652d86;}
.pm_guides .bg-blue {background: #0072bc;}
.pm_guides .bg-darkblue {background: #003399;}
.pm_guides .bg-extralightblue {background: #009fda;}
.pm_guides .bg-orange {background: #fa8300;}
.pm_guides .bg-yellow {background: #eab649;}
.pm_guides .bg-pink {background: #c6007e;}
.pm_guides .bg-white {background: #fff;}
.pm_guides .bg-lightpink {background-color: #f0eaf3;}
.pm_guides .bg-grey {background-color: #e1e8f6;}
.pm_guides .bg-lightyellow {background-color: #fef3e5;}
.pm_guides .bg-lightyellow-2 {background-color: #fcf4e7;}

.pm_guides .pull-left {float: left;}
.pm_guides .pull-right {float: right;}

.pm_guides .fs-12 {font-size: 12px;}
.pm_guides .fs-14 {font-size: 14px;}
.pm_guides .fs-20 {font-size: 20px;}
.pm_guides .fs-40 {font-size: 40px;}
.pm_guides .w-15 {width: 15px; display: inline-block;}
.pm_guides .w-48 {width: 48%;}
.pm_guides .mw-48 {max-width: 48%;}
.pm_guides .w-100 {width: 100%;}
.pm_guides .h-150 {height: 150px;}
.pm_guides .h-100 {height: 100px;}
.pm_guides .mh-100 {min-height: 100px;}


.pm_guides .brd-color-blue {border-color: #009fda !important;}
.block-center {margin: 0 auto !important;}
.d-block {display: block;}

.sup-link  {cursor: pointer;}

.pos-r {position: relative;}
/*----------------------------------------
                Tables
---------------------------------------- */
.pm_guides table td,
.pm_guides table th {
    vertical-align: middle;
}

.pm_guides .table-wrap.style-1 {
    max-width: 570px;
    margin: 0 auto;
}

.pm_guides table.style-1 {
    margin: 0 auto 20px auto;
}

.pm_guides table.style-1 tr {
    border-bottom: 1px solid #fff;
}

.pm_guides table.style-1 td,
.pm_guides table.style-1 th {
    padding: 10px 11px;
    text-align: center;
}

@media (min-width: 600px) {
    .pm_guides table.style-1 td,
    .pm_guides table.style-1 th {
        padding: 10px 50px;
    }
}

.pm_guides table.style-1 td {
    color: #fff;
    font-weight: 600;
}

.pm_guides .table-wrap.style-2 {
/*    max-width: 570px;*/
    margin: 0 auto 20px auto;
    color: #fff;
}

.pm_guides table.style-2 tr {
    border-bottom: 1px solid #fff;
}

.pm_guides table.style-2 td,
.pm_guides table.style-2 th {
    padding: 10px 11px;
    text-align: center;
    border-right: 1px solid #fff;
}

@media (min-width: 600px) {
    .pm_guides table.style-2 td,
    .pm_guides table.style-2 th {
        padding: 10px 50px;
    }
}

.pm_guides table.style-2 .bg-darkgrey,
.pm_guides table.style-3 .bg-darkgrey {
    background-color: #4d4d4f;
}

@media (max-width: 465px) {
    .pm_guides table.style-2 {
        font-size: 14px;
    }
}

.pm_guides table.style-3 td,
.pm_guides table.style-3 th {
    padding: 10px 11px;
    text-align: center;
    border-right: 1px solid #fff;
    width: 50%;
}

@media (min-width: 600px) {
    .pm_guides table.style-3 td,
    .pm_guides table.style-3 th {
        padding: 10px 50px;
    }
}

.pm_guides table.style-3 tr {
    border-bottom: 1px solid #fff;
}

@media (max-width: 400px) {
    .pm_guides .table-wrap.style-4 td,
    .pm_guides .table-wrap.style-4 th {
        font-size: 14px;
    }
}
.pm_guides .table-wrap.style-5 {
    color: #fff;
}

.pm_guides .table-wrap.style-5 td,
.pm_guides .table-wrap.style-5 th {
    padding: 15px 8px;
}

.pm_guides .table-wrap.style-6 td,
.pm_guides .table-wrap.style-6 th {
    padding: 15px 10px;
}

@media (min-width: 800px) {
    .pm_guides .table-wrap.style-6 td,
    .pm_guides .table-wrap.style-6 th {
        padding: 15px 25px;
    }
}

.pm_guides .table-wrap.style-7 {
    left: 0;
    right: 0;
}

.pm_guides .table-wrap.style-7 th {
    background-color: #4d4d4f;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
}
.pm_guides .table-wrap.style-7 td {
    font-size: 12px;
}

.pm_guides .table-wrap.style-7 .year {
        font-size: 14px;
    }
@media (min-width: 600px) {
    .pm_guides .table-wrap.style-7 th,
    .pm_guides .table-wrap.style-7 td,
    .pm_guides .table-wrap.style-7 .year {
        font-size: 14px;
    }
}
@media (min-width: 750px) {
    .pm_guides .table-wrap.style-7 th,
    .pm_guides .table-wrap.style-7 td {
        font-size: 16px;
    }
}

.pm_guides .table-wrap.style-7 td {
    border-right: 2px solid #fff;
}

.pm_guides .table-wrap.style-7 td,
.pm_guides .table-wrap.style-7 th {
    padding: 15px 5px;
    text-align: center;
}

@media (min-width: 800px) {
    .pm_guides .table-wrap.style-6 td,
    .pm_guides .table-wrap.style-6 th {
        padding: 15px 10px;
    }
}

.pm_guides .table-wrap.style-7 .d-block {
    display: block;
}
/*----------------------------------------
                Tooltip
---------------------------------------- */

.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
    been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border : none;
    border-radius : 5px;
    background : #ffffff;
    box-shadow : 0 0 10px 6px rgba(0,0,0,0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top : 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right : 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left : 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom : 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color : #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    width : 12px;
    height : 6px;
    margin-left : -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    width : 6px;
    height : 12px;
    margin-top : -6px;
    margin-left : 0;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display : none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border : 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color : #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color : #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color : #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color : #ffffff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top : -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left : -6px;
}

.tooltipster-sidetip.tooltipster-shadow {
    padding: 0 15px;
    box-sizing: border-box;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #fff;
    border: 1px solid grey;
    border-radius: 0;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1pc;
    padding: 15px;
    color: #333;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: grey;
}

/*----------------------------------------
                Clearfix
---------------------------------------- */
.clearfix:before,
.clearfix:after  {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
    .clearfix:after  {clear: both;}
    .clearfix  {zoom: 1;}
    .clear  {
        clear:both;
        width:100%;
        line-height:0;
        font-size:0;
    }
.clearfix  {zoom: 1;}
