/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype=text].quote {
    z-index: 1;
    border-left: 12px solid #ed5521;
    padding: 18px 18px 18px 24px;
    -webkit-box-shadow: 0 0 24px 0px rgba(38,50,56,0.25);
    -moz-box-shadow:    0 0 24px 0px rgba(38,50,56,0.25);
    box-shadow:         0 0 24px 0px rgba(38,50,56,0.25);
}
/* -------------------------------------------------------------------------- */
.np p:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.np p:first-child img {
    margin: 0 12px 0 0;
}
/* -------------------------------------------------------------------------- */
.cvu_submit {
    border-color: #37363b !important;
    background: #37363b !important;
}
.cvu_submit > i {
    color: #f16c3f !important;
}
.cvu_submit > span {
    color: #fff !important;
}
.cvu_submit:hover {
    border-color: #f16c3f !important;
    background: #f16c3f !important;
}
.cvu_submit:hover > i {
    color: #fff !important;
}
.cvu_submit:hover > span {
    color: #fff !important;
}
/* -------------------------------------------------------------------------- */
#cid22 {
    padding: 0 12px;
    background: #EE6636;
    background: linear-gradient(174deg, rgba(238, 102, 54, 1) 40%, rgba(42, 178, 168, 1) 60%);
}
#cid22 > div > div[otype] {
    padding: 0 12px;
}
#cid22 div[otype=header].ol-h3 > div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 8px solid #ed5521;
}
#cid22 > div > div[otype] h3 {
    color: #fff;
    margin: 28px 12px 24px 9px;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid28 {
    margin: 0 0 18px 0;
    padding: 0 12px;
    background: #EE6636;
    background: linear-gradient(174deg, rgba(238, 102, 54, 1) 40%, rgba(42, 178, 168, 1) 60%);
    border-bottom: 3px solid #37b6ac;
    -webkit-box-shadow: 0 8px 8px 0 rgba(38, 50, 56, .2);
    -moz-box-shadow: 0 8px 8px 0 rgba(38,50,56,.2);
    box-shadow: 0 8px 8px 0 rgba(38, 50, 56, .2);
}
body > main > div[otype=advantages]#cid28 > div {
    position: relative;
}
body > main > div[otype=advantages]#cid28 > div > p {
    position: absolute;
    top: calc(50% - 86px/2);
    left: -176px;
}
body > main > div[otype=advantages]#cid28 > div > p > img {
    width: 146px;
    height: 86px;
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .22));
    -webkit-filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .22));
}
body > main > div[otype=advantages]#cid28 > div > div[otype=advantage] {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 24px 12px;
    padding: 10px 12px;
    border-radius: 0;
    position: relative;
}
#cid28 [otype=advantage] > p {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 66px;
    height: 66px;
    margin: 0;
    border-radius: 12px;
    background: #FFFFFF;
    background: linear-gradient(225deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
#cid28 [otype=advantage] > p img {
    width: 34px !important;
    height: auto !important;
    max-width: none;
    max-height: none;
}
#cid28 [otype=advantage] > b {
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0 4px 0 84px;
    opacity: 0.8;
}
#cid28 [otype=advantage] > span {
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    padding: 0 4px 0 84px;
    opacity: 0.8;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1669px) {
    body > main > div[otype=advantages]#cid28 > div {
        width: 650px;
        max-width: 100%;
        padding: 0 0 18px 0;
    }
    body > main > div[otype=advantages]#cid28 > div > p {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 18px 0;
    }
    body > main > div[otype=advantages]#cid28 > div > div[otype=advantage] {
        margin: 4px 12px;
        padding: 10px 12px;
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 369px) {
    body > main > div[otype=advantages]#cid28 > div > div[otype=advantage] {
        flex: 0 0 auto;
        width: calc(100% - 36px);
        max-width: calc(100% - 36px);
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=header]#cid34 > div {
    border-bottom: none !important;
}
#cid34 h3 {
    order: 1 !important;
    font-size: 42px !important;
}
#cid34 h3 + p {
    order: 2 !important;
    font-size: 24px !important;
    font-weight: 800;
    letter-spacing: 4px;
}
@media only screen and (max-width: 499px) {
    #cid34 h3 {
        font-size: 40px !important;
    }
    #cid34 h3 + p {
        font-size: 20px !important;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 359px) {
    #cid34 h3 {
        font-size: 38px !important;
    }
    #cid34 h3 + p {
        font-size: 18px !important;
        letter-spacing: 1px;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid36_x2 h3 {
    color: #263238;
}
#cid36_x2 div[otype=header].ol-h5 > div {
    border-bottom: none;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid42 {
    border-bottom: 3px solid #f16c3f;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=header]#cid50 > div {
    border-bottom: none !important;
}
#cid50 h3 {
    order: 1 !important;
    font-size: 42px !important;
}
#cid50 h3 + p {
    order: 2 !important;
    font-size: 24px !important;
    font-weight: 800;
    letter-spacing: 4px;
}
@media only screen and (max-width: 499px) {
    #cid50 h3 {
        font-size: 40px !important;
    }
    #cid50 h3 + p {
        font-size: 20px !important;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 359px) {
    #cid50 h3 {
        font-size: 38px !important;
    }
    #cid50 h3 + p {
        font-size: 18px !important;
        letter-spacing: 1px;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid61 {
    position: relative;
}
#cid61 > p {
    position: absolute;
    bottom: -130px;
    right: calc(50% + 126px);
    display: flex;
    justify-content: center;
    align-items: center;
}
#cid61 > p > img {
    width: 400px;
    height: 104px;
    filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .22));
    -webkit-filter: drop-shadow(6px 6px 4px rgba(0, 0, 0, .22));
}
/* -------------------------------------------------------------------------- */
#cid61_x2 {
    justify-content: center;
    align-items: flex-start;
    padding: 12px 12px 0 12px;
    border-bottom: 8px solid #f16c3f;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#cid61_x2 #cid61 {
    max-width: none !important;
}
#cid61_x2 #cid62 ,
#cid61_x2 #cid64 {
    width: 300px;
    margin: 170px 0 0 0;
    z-index: 1;
}
#cid61_x2 #cid63 {
    width: 550px;
}
#cid61_x2 figure {
    display: flex;
}
#cid61_x2 #cid70 {
    padding: 12px 12px 0 12px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
    #cid61 > p {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cid61 > p > img {
        width: 260px;
        height: auto;
    }
    #cid61_x2 #cid62 ,
    #cid61_x2 #cid64 {
        width: 300px;
        margin: 20px 0 0 0;
    }
    #cid61_x2 #cid63 {
        align-self: flex-end;
        width: 350px;
    }
}
@media only screen and (max-width: 990px) {
    #cid61_x2 #cid62 ,
    #cid61_x2 #cid64 {
        order: 1;
    }
    #cid61_x2 #cid63 {
        order: 2;
        width: 100%;
    }
    #cid61_x2 #cid63 > div > figure {
        width: 350px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 659px) {
    #cid61_x2 #cid62 ,
    #cid61_x2 #cid64 {
        width: 50%;
    }
}
@media only screen and (max-width: 559px) {
    #cid61_x2 #cid63 > div > figure {
        width: 280px;
    }
}
@media only screen and (max-width: 499px) {
    #cid61_x2 #cid62 ,
    #cid61_x2 #cid64 {
        width: 270px;
    }
}
@media only screen and (max-width: 359px) {
    #cid61_x2 #cid62 ,
    #cid61_x2 #cid64 {
        width: 250px;
    }
}
/* -------------------------------------------------------------------------- */
#cid66 {
    height: 54px;
    position: relative;
    padding: 0 12px;
    margin-bottom: 12px;
}
#cid66 > div {
    margin-left: 54px;
    border-bottom: none !important;
}
#cid66 * {
    color: #00d300;
    font-size: 32px;
    line-height: 54px;
    margin: 0;
}
#cid66 img {
    display: none;
}
#cid66:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background-color: transparent;
    background-image: url(/d/i/allow.png);
    background-size: 54px 54px;
    background-position: center center;
    background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------- */
#cid67 {
    height: 54px;
    position: relative;
    padding: 0 12px;
    margin-bottom: 12px;
}
#cid67 > div {
    margin-left: 54px;
    border-bottom: none !important;
}
#cid67 * {
    color: #e2463a;
    font-size: 32px;
    line-height: 54px;
    margin: 0;
}
#cid67 img {
    display: none;
}
#cid67:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background-color: transparent;
    background-image: url(/d/i/disallow.png);
    background-size: 54px 54px;
    background-position: center center;
    background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 709px) {
    #cid66 * ,
    #cid67 * {
        font-size: 24px;
    }
}
@media only screen and (max-width: 569px) {
    #cid66 ,
    #cid67 {
        height: 42px;
        margin-bottom: 0;
    }
    #cid66:before ,
    #cid67:before {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
    }
    #cid66 * ,
    #cid67 * {
        line-height: 42px;
    }
    #cid66 > div ,
    #cid67 > div {
        margin-left: 42px;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=header]#cid72 {
    margin: 8px 0 -12px 0;
}
div[otype=header]#cid72 > div {
    border-bottom: none !important;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid79 {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);

}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid71 {
    position: relative;
}
#cid71 > div > p {
    position: absolute;
    top: -340px;
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cid71 > div > p > img {
    width: 350px;
    height: 479px;
}
@media only screen and (max-width: 1679px) {
    #cid71 > div > p {
        top: -180px;
        left: 4px;
    }
    #cid71 > div > p > img {
        width: 200px;
        height: auto;
    }
}
@media only screen and (max-width: 709px) {
    #cid71 > div > p {
        top: -410px;
        left: 4px;
    }
    #cid71 > div > p > img {
        width: 150px;
    }
}
@media only screen and (max-width: 559px) {
    #cid71 > div > p {
        top: -92px;
        left: 4px;
    }
    #cid71 > div > p > img {
        width: 90px;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid52_x2 {
    position: relative;
}
#cid52_x2 > p {
    position: absolute;
    top: -30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cid52_x2 > p > img {
    width: 292px;
    height: 483px;
}
@media only screen and (max-width: 1679px) {
    #cid52_x2 > p {
        top: -180px;
        right: 4px;
    }
    #cid52_x2 > p > img {
        width: 200px;
        height: auto;
    }
}
@media only screen and (max-width: 1009px) {
    #cid52_x2 > p {
        top: -260px;
        right: 4px;
    }
    #cid52_x2 > p > img {
        width: 150px;
    }
}
@media only screen and (max-width: 796px) {
    #cid52_x2 > p {
        top: -260px;
        right: 4px;
    }
    #cid52_x2 > p > img {
        width: 90px;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > * > div[otype]#cid49 > div > div ,
body > * > div[otype]#cid52_x2 > div ,
body > * > div[otype]#cid79 > div {
    z-index: 1;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#cid87 .ol-article strong span {
    white-space: nowrap;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
