/* -------------------------------------------------------------------------- */
.cvu_submit {
    border: 1px solid #ffcc00;
    padding: 0 12px;
}
.cvu_submit > i {
    color: #ffcc00;
}
.cvu_submit > span {
    color: #123480;
    line-height: 1;
}
.cvu_submit:hover {
    background: #123480;
    border: 1px solid #123480;
}
.cvu_submit:hover > i {
    color: #ffcc00;
}
/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
/* -------------------------------------------------------------------------- */
.white_header div[otype=header] > div > *:first-child {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.y_line div[otype=header] > div > *:first-child {
    color: #bfbfbf;
    font-size: 36px;
    font-weight: 600;
    margin: 0 12px 0 0;
}
.y_line div[otype=header] > div:first-child {
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.y_line div[otype=header] > div:first-child:after {
    display: flex;
    content: '';
    background: #ffcc00;
    width: 100%;
    height: 2px;
}
/* -------------------------------------------------------------------------- */
.a_left div[otype=header] > div:first-child {
}
.a_right div[otype=header] > div:first-child {
    flex-direction: row-reverse;
}
.a_right div[otype=header] > div > *:first-child {
    margin: 0 0 0 12px;
}
/* -------------------------------------------------------------------------- */
#cid70 {
    max-width: none;
}
/* -------------------------------------------------------------------------- */
#cid38 {
    z-index: 2;
}
/* -------------------------------------------------------------------------- */
#cid65 {
    margin-top: -24px;
    background: transparent !important
}
/* -------------------------------------------------------------------------- */
#cid23 {
    border-top: 10px solid #ffcc00;
}
/* -------------------------------------------------------------------------- */
#cid32 div[otype=header] > div > p {
    font-size: 24px;
    font-weight: 700;
    color: #bfbfbf;
    margin: 12px 0 4px 0;
}
@media only screen and (max-width: 1023px){
    #cid32 div[otype=header] > div > p {
        line-height: 1.2;
        color: #546e7a;
    }
}
/* -------------------------------------------------------------------------- */
#cid34 {
    padding: 24px 12px;
    border-top: 10px solid #ffcc00;
}
.partners_logos > div {
    justify-content: center !important;
}
.partners_logos div[otype=photo_single] figure {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 7px solid #ffcc00;
    -webkit-box-shadow: 0 0 16px 0 rgba(38, 50, 56, 0.15);
    -moz-box-shadow:    0 0 16px 0 rgba(38,50,56, 0.15);
    box-shadow:         0 0 16px 0 rgba(38, 50, 56, 0.15);
}
@media only screen and (max-width: 499px){
    .partners_logos div[otype=photo_single] figure {
        border-left: 4px solid #ffcc00;
    }
}
/* -------------------------------------------------------------------------- */
body > * > div[otype].new_mwidth {
    width: calc(100% - 0px);
    padding: 0;
    overflow: hidden;
}
main > .new_mwidth .gw6 {
    max-width: calc(100%/12*6 - 24px) !important;
    padding: 12px !important;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 829px){
    main > .new_mwidth .gw6 {
        max-width: calc(100% - 0px) !important;
        margin: 0 -12px 0 -12px !important;
        padding: 12px !important;
    }
    main > .new_mwidth .gw6:nth-child(1) { order: 1; }
    main > .new_mwidth .gw6:nth-child(2) { order: 2; }
    main > .new_mwidth .gw6:nth-child(3) { order: 3; }
    main > .new_mwidth .gw6:nth-child(4) { order: 5; }
    main > .new_mwidth .gw6:nth-child(5) { order: 4; }
}
main > .new_mwidth .gw6 > * {
    max-width: 640px;
}
/* -------------------------------------------------------------------------- */
.person {
    background: #fff !important;
    -webkit-box-shadow: 0 0 16px 0 rgba(38, 50, 56, 0.15);
    -moz-box-shadow:    0 0 16px 0 rgba(38,50,56, 0.15);
    box-shadow:         0 0 16px 0 rgba(38, 50, 56, 0.15);
    margin: 12px !important;
    width: calc(33% - 24px - 7px) !important;
    max-width: calc(1280px/3 - 24px - 7px) !important;
    border-left: 7px solid #ffcc00;
}
.person div[otype=photo_single] {
    width: 100% !important;
    padding: 0 !important;
}
.person div[otype=text] .ol-article p {
    font-family: 'Gilroy', serif;
}
.person div[otype=photo_single] + div[otype=text] {
    border-bottom: 1px solid #cfd8dc;
}
.person div[otype=text] .ol-article {
    font-size: 14px;
    line-height: 1.3;
}
.person div[otype=photo_single] + div[otype=text] .ol-article {
    color: #607d8b;
    font-size: 12px;
}
.person div[otype=photo_single] + div[otype=text] .ol-article strong {
    color: #1d3d85;
    font-size: 20px;
}
@media only screen and (max-width: 1023px){
    .person {
        width: calc(50% - 24px - 7px) !important;
        max-width: none !important;
    }
}
@media only screen and (max-width: 649px){
    .person {
        width: calc(100% - 24px - 7px) !important;
    }
}
/* -------------------------------------------------------------------------- */
#cid101 .ol-article p {
    margin: 0;
}
#cid101 strong {
    position: absolute;
    right: 32px;
    margin: -74px 0 0 0;
    font-family: 'Gilroy', serif;
    font-size: 64px;
    line-height: 64px;
    font-weight: 700;
    color: #0f2a66;
}
#cid101 ul {
    position: absolute;
    left: 0;
    width: 280px;
    margin: -106px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Gilroy', serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
    color: #0f2a66;
}
#cid101 ul li {
    display: flex;
    flex-direction: row;
}
@media only screen and (max-width: 1799px){
    #cid101 ul {
        position: absolute;
        left: 0;
        width: 100%;
        margin: -106px 0 0 0;
        font-size: 14px;
        letter-spacing: 8px;
        line-height: 14px;
        opacity: 0.5;
    }
}
@media only screen and (max-width: 699px){
    #cid101 strong {
        position: absolute;
        right: 12px;
        margin: -32px 0 0 0;
        font-family: 'Gilroy', serif;
        font-size: 48px;
        line-height: 48px;
        font-weight: 700;
        color: #0f2a66;
    }
}
@media only screen and (max-width: 379px){
    #cid101 ul ,
    #cid24:after {
        display: none !important;
    }
}
/* -------------------------------------------------------------------------- */
div[otype=header]#cid24 {
    position: relative;
}
#cid24:after {
    position: absolute;
    left: -4px;
    top: 32px;
    display: block;
    content: '';
    background: #ffcc00;
    width: calc(50% - 170px);
    height: 2px;
}
div[otype=header]#cid24 > div:first-child {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
div[otype=header]#cid24 > div:first-child > * {
    width: auto;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
div.latest-news[otype=blog_outside] {
    position: relative;
}
div.latest-news[otype=blog_outside] > div {
    z-index: 1;
}
[mid_1] main > div.latest-news[otype=blog_outside]:before {
    display: block;
    content: '';
    position: absolute;
    top: -100px;
    left: 10px;
    background: transparent;
    width: 287px;
    height: 310px;
    background-image: url(/d/i/logo1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
[mid_1] main > div.latest-news[otype=blog_outside]:after {
    display: block;
    content: '';
    position: absolute;
    top: 120px;
    right: 10px;
    background: transparent;
    width: 241px;
    height: 254px;
    background-image: url(/d/i/logo2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1789px){
    [mid_1] main > div.latest-news[otype=blog_outside]:before {
        top: -70px;
        left: 30px;
        width: calc(287px/2);
        height: calc(310px/2);
    }
    [mid_1] main > div.latest-news[otype=blog_outside]:after {
        top: 180px;
        right: 30px;
        width: calc(241px/2);
        height: calc(254px/2);
    }
}
@media only screen and (max-width: 699px){
    [mid_1] main > div.latest-news[otype=blog_outside]:before {
        top: -30px;
        left: 0px;
        width: calc(287px/3);
        height: calc(310px/3);
    }
    [mid_1] main > div.latest-news[otype=blog_outside]:after {
        top: 210px;
        right: 0px;
    }
}
/* -------------------------------------------------------------------------- */
#cid94 {
    position: relative;
}
#cid26 ,
#cid94 > div {
    z-index: 1;
}
main > #cid94:after {
    display: block;
    content: '';
    position: absolute;
    top: -70px;
    right: 10px;
    background: transparent;
    width: 265px;
    height: 542px;
    background-image: url(/d/i/logo3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 1789px){
    main > #cid94:after {
        top: -70px;
        right: 10px;
        width: calc(265px/2);
        height: calc(542px/2);
        opacity: 0.5;
    }
}
/* -------------------------------------------------------------------------- */
#cid83 {
    position: relative;
}
#cid83 > div {
    z-index: 1;
}
main > #cid83:before {
    display: block;
    content: '';
    position: absolute;
    top: -100px;
    left: 10px;
    background: transparent;
    width: 287px;
    height: 310px;
    background-image: url(/d/i/logo1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 1789px){
    main > #cid83:before {
        top: -70px;
        left: 30px;
        width: calc(287px/2);
        height: calc(310px/2);
    }
}
@media only screen and (max-width: 1599px){
    main > #cid83:before {
        top: -30px;
        left: 0px;
    }
}
@media only screen and (max-width: 699px){
}
/* -------------------------------------------------------------------------- */
#cid65_x2 {
    position: relative;
}
#cid32 > div ,
#cid65_x2 > div {
    z-index: 1;
}
main > #cid65_x2:after {
    display: block;
    content: '';
    position: absolute;
    top: -70px;
    right: 10px;
    background: transparent;
    width: 293px;
    height: 655px;
    background-image: url(/d/i/logo4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 1789px){
    main > #cid65_x2:after {
        top: -130px;
        right: 10px;
        width: calc(293px/2);
        height: calc(655px/2);
        opacity: 0.5;
    }
}
@media only screen and (max-width: 1023px){
    main > #cid65_x2:after {
        opacity: 0.25;
    }
}
/* -------------------------------------------------------------------------- */
