/*
Theme Name: UiPathFoundation
Version: 1.0
Author: 
Author URI: 
Description: Website developed by UiPath
*/
.header .inner_wrp:before,
body {
    background-color:#F7F7F7 !important;
/*    background-color:#ddd !important;*/
/*    background-color:#eee !important;*/
/*    background-color:cadetblue !important;*/
}
body .wp-site-blocks{
    padding-top:82px !important;
}
body .wp-block-post-content{

    padding-bottom:82px !important;
}
.page-template-default {
    min-height:600px;
}
/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-family: "Open Sans", Arial, Sans-serif;
    font-weight: normal;
    /*font-size: 12px;*/
    margin-top: 0px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0 none;
}

html {
    font-size: 10px;
    /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}

.cf:before,
.cf:after,
.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear,
.clear:after,
.cf:after {
    clear: both;
}

body {
    font-family: "Open Sans", Arial, Sans-serif;
    text-rendering: optimizeLegibility;
}

h1 {
    word-break: break-word;
    text-transform: inherit;
}

h2 {
    word-break: break-word;
    text-transform: inherit;
}

h3 {
    word-break: break-word;
    text-transform: inherit;
}

h4 {
    word-break: break-word;
    text-transform: inherit;
}

h5 {
    word-break: break-word;
    text-transform: inherit;
}

h6 {
    word-break: break-word;
    text-transform: inherit;
}

p {}

p strong,
strong {}

.wp-block-image img {
    height: auto;
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p em,
em {}

em strong,
strong em,
p em strong,
p strong em {}

a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

ul,
ol {}

ul li {}

ol li {}

ul li a,
ol li a {}

dt,
dd,
td,
th,
address,
pre,
li {
    font-size: 19px;
}

li {}

blockquote {}

input {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.inner_wrp {
    z-index: 10;
    position: relative;
    /*max-width:100%;*/
    max-width: 1440px;
    /*padding-left:140px;*/
    /*padding-right:140px;*/
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

/*### Menu ###*/

/*### End Menu ###*/
/*### Header ###*/

.admin-bar .header.header {
    top: 32px;
}

/*### End Header ###*/


/*### Section ###*/

section {}

/*### End Section ###*/


/*### Footer ###*/

.footer {}

/*### End Footer ###*/
/*### Error 404 ###*/
.error404-container {
    width: 100%;
    text-align: center;
    padding: 200px;
}

.error404-icon {
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36, .07, .19, .97) infinite;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(0, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(0, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

/*### End Error 404 ###*/
/*### Search ###*/
#search.open+header {
    top: 0px;
}

#search {
    height: 50px;
    padding: 10px 0;
    box-sizing: border-box;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
    background: #E0261C;
}

#search.open {
    position: fixed;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#search_close {
    border: none;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    outline: 0;
    background: url('images/close.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
}

#search_close:after {
    display: none;
}

#search #search_form {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
}

#search #search_form .kw {
    width: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    float: left;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
}

.search_go {
    border: none;
    position: absolute;
    left: 20px;
    top: 17px;
    cursor: pointer;
    outline: 0;
    background: url('images/search-white.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

#search.open+.header+.content {}

/*### End Search ###*/

.wp-site-blocks {
    overflow-x: hidden;
}

body .is-layout-flow>*+*,
.wp-site-blocks>*+* {
    margin-block-start: 0;
}

.uipath_block {
    position: relative;
}


.wp-block-group {
    /*max-width:1168px;*/
    /*margin:0 auto;*/
    position: relative;
    z-index: 10;
}

body {
    color: #000000;
}

.wp-block-post-content {
    position: relative;
    z-index: 10;
    padding-top:50px !important;
}

.wp-block-post-content * {

    /*  font-size:19px;
    line-height:30px;*/
}

.wp-block-post-content h1 {
    font-size: 56px;
    line-height: 60px;
    word-break: break-word;
}

.wp-block-post-content h2 {
    font-size: 48px;
    line-height: 52px;
    /*    margin-bottom:20px;*/
    word-break: break-word;
}

.wp-block-post-content h3 {
    font-size: 40px;
    line-height: 44px;
    /*    margin-bottom:20px;*/
    word-break: break-word;
}

.wp-block-post-content h4 {
    font-size: 32px;
    line-height: 36px;
    /*    margin-bottom:20px;*/
    word-break: break-word;
}

.wp-block-post-content h5 {
    font-size: 24px;
    line-height: 26px;
    /*    margin-bottom:20px;*/
    word-break: break-word;
}
.single .sectionhartaprofesorilor_block  {
    margin-bottom:50px;
}
ul.footer_menu {
    padding-left:0px !important;
}
.wp-block-post-content h6 {
    font-size: 20px;
    line-height: 22px;
    /*    margin-bottom:20px;*/
    word-break: break-word;
}

.wp-block-post-content p {
    font-size: 20px;
    line-height: 28px;
    /*    margin-bottom:40px;*/
}

.wp-block-post-content ol,
.wp-block-post-content ul {
    padding-left: 40px;
}

.wp-block-post-content strong,
.wp-block-post-content b {
    font-weight: 700;
}

.wp-block-post-content i,
.wp-block-post-content em {
    font-style: italic;
}

.wp-block-post-content a:hover {
    text-decoration: none;
}

.wp-block-post-content small {
    font-size: smaller;
}

.wp-block-post-content sub {
    vertical-align: sub;
    font-size: smaller;
}

.wp-block-post-content sup {
    vertical-align: super;
    font-size: smaller;
}

.wp-block-post-content blockquote {
    padding-left: 1.25rem;
    position: relative;
    border-left: 0.625rem solid #1C2642;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wp-block-post-content table {
    border-collapse: collapse;
}

.wp-block-post-content th,
.wp-block-post-content td {
    border: 1px solid;
    padding: 5px 10px;
    box-sizing: border-box;
}

.wp-block-post-content dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.wp-block-post-content dt {
    font-weight: bold;
}

.wp-block-post-content dd {
    display: block;
    margin-inline-start: 40px;
}

.wp-block-post-content kbd:hover {
    box-shadow: 0 1px 0 0.5px #cbcccd;
    top: 1px;
}

.wp-block-post-content kbd {

    --kbd-color-background: #f7f7f7;
    --kbd-color-border: #cbcccd;
    --kbd-color-text: #222325;
    background-color: #f7f7f7;
    border-radius: 0.25rem;
    border: 1px solid #cbcccd;
    box-shadow: 0 2px 0 1px #cbcccd;
    color: #222325;
    cursor: default;
    display: inline-block;
    font-family: Arial;
    font-size: 0.875em;
    line-height: 1;
    min-width: 0.75rem;
    padding: 2px 5px;
    position: relative;
    text-align: center;
    top: -1px;
}

.wp-block-post-content samp {
    color: brown;
    background: moccasin;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}

.wp-block-post-content code {
    background-color: lightpink;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;

}

.wp-block-image {
/*    padding-top: 10px;*/
/*    margin-bottom: 50px;*/
}

.wp-block-post-content .block_desc_default {}

.wp-block-post-content .block_desc_default h5 {
    color: #414349;
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 46px;
    text-transform: inherit;
}

.wp-block-post-content .block_desc_default h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 26px;
    text-transform: inherit;
}

.wp-block-post-content .block_desc_default .block_col_desc {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 46px;

}

.wp-block-post-content .block_desc_default .block_col_desc * {
    font-size: inherit;
    color: inherit;
}


@media only screen and (max-width: 1480px) {

    .inner_wrp {
        padding-left:15px;
        padding-right:15px;
        margin-left:0px;
        margin-right:0px;
    }
}
@media only screen and (max-width: 1279px) {
    body .wp-site-blocks {
        padding-top:85px !important;
    }
}
@media only screen and (max-width: 767px) {}

/*### RESPONSIVE ###*/
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {

    .mobile-open-menu {
        overflow: hidden;
    }

    nav.header-menu {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }

    .mobile-open-menu nav.menu {
        height: 100vh;
    }

    nav.header-menu .main-menu {
        flex-direction: column;
        justify-content: center;
        display: none;
    }

    .mobile-open-menu nav.header-menu .main-menu {
        height: 100%;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .mobile-open-menu {
        overflow: hidden;
    }

    .hamburger-button {
        display: block;
    }

    nav.header-menu ul li {
        margin-bottom: 20px;
    }

    nav.header-menu ul li a {
        line-height: 1/2;
        font-size: 22px;
    }

    .main_header .inner_wrp {}
}




/*### END RESPONSIVE ###*/



.wp-block-post-content> :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.uipath_block)) {
    max-width: calc(1440px + 70px);
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
/*    padding-left: 35px;*/
/*    padding-right: 35px;*/
}


.wp-site-blocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

.wp-site-blocks>*+* {
    margin-block-start: 0 !important;
}

@media only screen and (max-width: 900px) {}


::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(148, 161, 183, 0.8);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 161, 183, 0.8);
}

::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

.dn {
    display: none !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb16 {
    margin-bottom: 16px !important;
}

.mb24 {
    margin-bottom: 24px !important;
}

.mb32 {
    margin-bottom: 32px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb56 {
    margin-bottom: 56px !important;
}

.mb72 {
    margin-bottom: 72px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb96 {
    margin-bottom: 96px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}


body {
    min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
}

html {
    height: fill-available;
    height: -webkit-fill-available;
}

.wp-site-blocks {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

/*
:root variables
*/

:root {
    --font-open-sans: Open Sans, Arial;
    --font-inter:Inter, Arial;
    --heading-1-font-size: 56px;
    --heading-2-font-size: 48px;
    --heading-3-font-size: 40px;
    --heading-4-font-size: 32px;
    --heading-5-font-size: 25px;
    --heading-6-font-size: 20px;
    --heading-line-height:1.1;


    --large-text-regular:20px;
    --medium-text-regular:18px;
    --normal-text-regular:16px;
    --small-text-regular:14px;
    --line-height-body:1.4;

    --brand-color-primary:#fa4616;
    --brand-color-secondary:#04aeef;
    --brand-color-tertiary:#ed1651;
    

    --state-color-info:#2f80ed;
    --state-color-succes:#27ae60;
    --state-color-warning:#e2b93b;
    --state-color-error:#eb5757;

    --black-color-1:#000000;
    --black-color-2:#1d1d1d;
    --black-color-3:#282828;
    --gray-color-1:#333;
    --gray-color-2:#4f4;
    --gray-color-3:#828;
    --gray-color-4:#bdbdbd;
    --gray-color-5:#e0e0e0;
    --white-color:#fff;


}

/*
contact_cta Footer
*/
.contact_cta {
    background-color: #FFFFFF;
    padding: 9px 20px;
    box-sizing: border-box;
    position: relative;
    color: #FA4616;
    font-size: var(--large-text-regular);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-family: var(--font-open-sans);
/*    line-height: var(--line-height-body);*/
    line-height: 1;
    font-weight: bold;
    display: inline-flex;
    font-size: var(--normal-text-regular);
    align-items: center;
    justify-content: center;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    overflow:hidden;
}
.contact_cta:hover{
    background-color:#ffede8;
    color:#DC3407;

}
.contact_cta:focus{
    background-color:#FBD5CA;
    color:#892409;
}
.contact_cta:disabled{
    background-color:#fff;
    color:#AEAEAE;
}
.contact_cta .icon-outside {
    transform:translate(0,0);
    position:relative;
    padding-left:10px;
    font-size: var(--large-text-regular);
     transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    
}
.contact_cta:hover .icon-outside {
    transform:translate(300%,0);
}

.cta_btn_orange{

}
.cta_btn_orange:hover{}
.cta_btn_orange:focus{}
.cta_btn_orange:disabled{}


.cta_btn_global .href_text{
    font-size:var(--normal-text-regular);
    font-family: var(--font-open-sans);
    line-height: 1;
    font-weight:bold;
    padding: 9px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}

:where(.editor-styles-wrapper) .box_type_white .cta_btn_global .href_text,
.box_type_white .cta_btn_global .href_text{
    background-color:#FA4616;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_white .cta_btn_global:hover .href_text ,
.box_type_white .cta_btn_global:hover .href_text {
    background-color:#DC3407;
}
:where(.editor-styles-wrapper) .box_type_white .cta_btn_global:focus .href_text,
.box_type_white .cta_btn_global:focus .href_text{
    background-color:#892409;
}



:where(.editor-styles-wrapper) .box_type_orange .cta_btn_global .href_text ,
.box_type_orange .cta_btn_global .href_text {
    background-color:#fff;
    color:#FA4616;
}
:where(.editor-styles-wrapper) .box_type_orange .cta_btn_global:hover .href_text ,
.box_type_orange .cta_btn_global:hover .href_text {
    background-color:#FFEDE8;
    color:#DC3407;
}
:where(.editor-styles-wrapper) .box_type_orange .cta_btn_global:focus .href_text ,
.box_type_orange .cta_btn_global:focus .href_text {
    background-color:#FBD5CA;
    color:#892409;
}

:where(.editor-styles-wrapper) .box_type_blue .cta_btn_global .href_text ,
.box_type_blue .cta_btn_global .href_text {
    background-color:#04AEEF;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_blue .cta_btn_global:hover .href_text ,
.box_type_blue .cta_btn_global:hover .href_text {
    background-color:#0995CB;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_blue .cta_btn_global:focus .href_text ,
.box_type_blue .cta_btn_global:focus .href_text {
    background-color:#0B5D7C;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_pink .cta_btn_global .href_text ,
.box_type_pink .cta_btn_global .href_text {
    background-color:#ED1651;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_pink .cta_btn_global:hover .href_text ,
.box_type_pink .cta_btn_global:hover .href_text {
    background-color:#ED1651;
    color:#fff;
}
:where(.editor-styles-wrapper) .box_type_pink .cta_btn_global:focus .href_text ,
.box_type_pink .cta_btn_global:focus .href_text {
    background-color:#CC0E42;
    color:#EEC1CE;
}




.cta_btn_read_more a {
    display:flex;
    max-width:100%;
    width:100%;
}
.cta_btn_read_more a .href_text{
    font-size:var(--normal-text-regular);
    font-family: var(--font-open-sans);
    line-height: 1;
    font-weight:bold;
    padding: 9px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
.cta_btn_read_more a .download_ico {
    margin-left:auto;
    width:40px;
    height:40px;
    font-size:18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    background-color:var(--brand-color-primary);
    color:var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform:rotate(135deg);
}
.cta_btn_read_more a .download_ico ,
.cta_btn_read_more a .href_text {
    background-color:#fff;
    color:#FA4616;
}

.cta_btn_read_more a:hover .download_ico ,
.cta_btn_read_more a:hover .href_text {
    background-color:#FFEDE8;
    color:#DC3407;
}
.cta_btn_read_more a:focus .download_ico ,
.cta_btn_read_more a:focus .href_text {
    background-color:#FBD5CA;
    color:#892409;
}


.section_sliders_wrp .slick-slider-nav {
    display:flex;
    align-items: center;
    justify-content: center;
}
.section_sliders_wrp .slick-slider-nav .next_slide.slick-disabled,
.section_sliders_wrp .slick-slider-nav .prev_slide.slick-disabled  {
    border:2px solid #B8B8B8 !important;
    color:#B8B8B8 !important;
}
.section_sliders_wrp .slick-slider-nav .next_slide.slick-disabled:hover,
.section_sliders_wrp .slick-slider-nav .prev_slide.slick-disabled:hover  {
    transform:translate(0,0);
}
.section_sliders_wrp .slick-slider-nav .next_slide,
.section_sliders_wrp .slick-slider-nav .prev_slide  {
    
    width:18px;
    height:18px;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color:transparent;
    border:2px solid #EE4314;
    font-weight:bold;
    color:#EE4314;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size:12px;
    cursor:pointer;
}
.section_sliders_wrp .slick-slider-nav .prev_slide {
    order:1;
}
.section_sliders_wrp .slick-slider-nav .next_slide  {
    order:3;
    
}
.section_sliders_wrp .slick-slider-nav .next_slide span  {
    transform:rotate(180deg);
}
.section_sliders_wrp .slick-slider-nav .next_slide:hover,
.section_sliders_wrp .slick-slider-nav .prev_slide:hover  {
    opacity:0.6;

}
.section_sliders_wrp .slick-slider-nav .next_slide:hover {
    transform:translate(10px,0px);
}
.section_sliders_wrp .slick-slider-nav .prev_slide:hover {
    transform:translate(-10px,0px);
}
.section_sliders_wrp .slick-slider-nav .rel_nav {
    position:realtive;
    overflow:hidden;
}
.section_sliders_wrp .slick-slider-nav .slick-dots{
    order:2;

    margin-left:10px;
    margin-right:10px;
    padding-left:0px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:0px;
}
.section_sliders_wrp .slick-slider-nav .slick-dots li {
    list-style:none;
}
.section_sliders_wrp .slick-slider-nav .slick-dots li::marker {
    display:none;
}
.section_sliders_wrp .slick-slider-nav .slick-dots li button{
    font-size:0px;
    background-color:#8F8F8F;
    border:1px solid #B8B8B8;
    text-indent: -9999px;
    white-space:no-wrap;
    width:9px;
    height:9px;
    display:block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-left:2.5px;
    margin-right:2.5px;
    cursor:pointer;
}
.section_sliders_wrp .slick-slider-nav .slick-dots li:hover button{
    background-color:#EE4314;
    border:1px solid #EE4314;
}
.section_sliders_wrp .slick-slider-nav .slick-dots li.slick-active{}

.section_sliders_wrp .slick-slider-nav .slick-dots li.slick-active button{
    background-color:#EE4314;
    border:1px solid #EE4314;
}
/* BLUE */
.section_sliders_wrp .slick-slider-nav.blue_bullets .slick-dots li:hover button{
    background-color:#04AEEF;
    border:1px solid #04AEEF;
}
.section_sliders_wrp .slick-slider-nav.blue_bullets .slick-dots li.slick-active button{
    background-color:#04AEEF;
    border:1px solid #04AEEF;
}
.section_sliders_wrp .slick-slider-nav.blue_bullets .next_slide, 
.section_sliders_wrp .slick-slider-nav.blue_bullets .prev_slide {
    border-color:#04AEEF;
    color:#04AEEF;
}
/* PINK */
.section_sliders_wrp .slick-slider-nav.blue_bullets .slick-dots li:hover button{
    background-color:#ED1651;
    border:1px solid #ED1651;
}
.section_sliders_wrp .slick-slider-nav.blue_bullets .slick-dots li.slick-active button{
    background-color:#ED1651;
    border:1px solid #ED1651;
}
.section_sliders_wrp .slick-slider-nav.blue_bullets .next_slide, 
.section_sliders_wrp .slick-slider-nav.blue_bullets .prev_slide {
    border-color:#ED1651;
    color:#ED1651;
}
.section_sliders.section_slider_home {
    margin-bottom:24px;
}
.section_sliders.section_slider_home .icon-arrow_left:before {
    position:relative;
    top:1px;
}

.single .wp-site-blocks > .entry-content{  
    max-width: 1440px;
    margin:0 auto;
}
@media only screen and (min-width: 320px) 
{
   /* #ninja-slider
    {
        
        height: 100%;
        min-height:380px;
    }*/
}




























/*ANNUAL REPORT 2025*/

.blockies_ar_2024 .wp-site-blocks {
    padding-top:0px !important;
}
.blockies_ar_2024 .wp-site-blocks > .wp-block-post-content {
    padding-top:0px !important;
}




/*PDF DOWNLOAD*/
.ar_2025_overall_container .ar_2025_letter_download ,
.ar_2025_overall_container .ar_2025_download ,
.ar_2025_overall_container .ar_2025_blue_download {
    display:flex;
    flex-direction:row;
}

.ar_2025_overall_container .ar_2025_download .ar_2025_pdf_cont:last-of-type {
    margin-right:0px;
}
.ar_2025_hp_ar_link {
    display:flex;
    padding-top:20px;
}
.ar_2025_hp_ar_link a{
    font-size:27px; 
    line-height:40px;
    font-weight:800;
    color:#fff !important;
    background-color:#3664AF;
    padding:12px 22px;
    box-sizing:border-box;
     -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}
.ar_2025_hp_ar_link a:hover,
.ar_2025_hp_ar_link a:focus{
    opacity:0.8;
}
.ar_2025_overall_container .ar_2025_pdf_cont {
    margin-right:18px;
}
.ar_2025_overall_container .ar_2025_pdf_cont a {
    
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border:1px solid #D9D9D9;
    box-sizing: border-box;
    display:flex;
    min-height:62px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.ar_2025_overall_container .ar_2025_pdf_cont a:hover {
  background-color: #FA4616;
}
.ar_2025_overall_container .ar_2025_pdf_cont a:hover .a_label_svg {
    background-color:#fff;
}
.ar_2025_overall_container .ar_2025_pdf_cont a:hover .a_label_svg svg path{
    stroke:#FA4616;
}
.ar_2025_overall_container .ar_2025_pdf_cont a:hover .a_label_cont {
    color:#fff;
}
.ar_2025_overall_container .ar_2025_pdf_cont a:hover .a_label_lang {
    color:#fff;
}
.ar_2025_overall_container .ar_2025_pdf_cont .a_label_content {
    max-width:calc(100% - 65px);
    width:100%;
    display:flex;
    flex-direction:column;
    padding-right:26px;
    box-sizing:border-box;
}
.ar_2025_overall_container .ar_2025_pdf_cont .a_label_cont {
    font-family: 'Inter', sans-serif;
    font-weight:700;
    color:#1E1E1E;
    font-size:16px;
    line-height:1;
    margin-bottom:5px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.ar_2025_overall_container .ar_2025_pdf_cont .a_label_lang {
    font-family: 'Inter', sans-serif;
    font-weight:400;
    color:#1E1E1E;
    line-height:1;
    font-size:16px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.ar_2025_overall_container .ar_2025_pdf_cont .a_label_svg {
    width:53px;
    height:53px;
    display:flex;
    background-color:#FA4616;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items:center;
    justify-content: center;
    margin-right:12px;
}
.ar_2025_overall_container .ar_2025_pdf_cont svg {
-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
/*END PDF DOWNLOAD*/

/*TOP BLUE BAND */
.ar_2025_overall_container{
    max-width: 100%;
    width: 100%;
    background-color: #f9f9f9;
}
.ar_2025_overall_container .section_container{
    max-width: 1200px;
    width: 100%;
}
/* BLUE SECTION TOP */
.ar_2025_top_blue_section{
    background-color: #3965B0;
/*    min-height: 670px;*/
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    padding-bottom:50px;
}

.ar_2025_middle_container .section_container,
.ar_2025_top_blue_section .section_container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    box-sizing: border-box;
 }
.ar_2025_top_blue_section .ar_2025_col_left{
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ar_2025_top_blue_section .ar_2025_col_right {
    max-width:calc(100% - 500px);
    width:100%;
    display:flex;
}
.ar_2025_top_blue_section .ar_2025_blue_image_right {
/*    transform: translate(-40px, 0px);*/
    max-width:100%;
    width:100%;
}
.ar_2025_top_blue_section .ar_2025_blue_image_right img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ar_2025_top_blue_section .ar_top_blue_desc_cont {
    max-width:500px;
    padding-top:10px;
    margin-bottom:20px;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont h1 {
    font-size:48px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    color:#fff;
    line-height:1.05;
    margin-bottom:10px;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont h1 strong,
.ar_2025_top_blue_section .ar_top_blue_desc_cont h1 b{
    color:#1e1e1e;
    font-weight:800;
    font-family: 'Open Sans', sans-serif;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont p {
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    color:#fff;
    font-size:24px;

}
.ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_head {}
.ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_desc {
    margin-bottom:10px;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_desc_sub {
    margin-bottom:15px;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_desc_sub p {
    font-weight:700;
}
.ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_desc_sub b {
    color:#FA4616;
}

/*END  BLUE SECTION TOP */

/*CARD THUMB MIDDLE*/
.ar_2025_letter_container  {
    max-width: 100%;
    width: 100%;
/*    margin-bottom:90px;*/
}
.ar_2025_letter_container .ar_2025_letter_two_cols {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width:1000px;
    justify-content: space-between;
    margin:0 auto;
}
.ar_2025_letter_container .letter_col_left {
    max-width:500px;
    display:flex;
    flex-direction: column;
    width:100%;
}
.ar_2025_letter_container .letter_col_right {
    max-width:400px;
    width:100%;
    display:flex;
    justify-content: flex-end;
    flex-direction:column;

}
.ar_2025_letter_container .ar_2025_letter_heading {}
.ar_2025_letter_container .ar_2025_letter_heading h2{
    font-size:32px;
    line-height:1.2;
    color:#3866B0;
    font-weight:800;
    margin-bottom:17px;
}

.ar_2025_letter_container .content_desc {}
.ar_2025_letter_container .content_desc p {
    color:#1E1E1E;
    font-size:18px;
    font-weight:400;
    margin-bottom:16px;
}
.ar_2025_letter_container .content_desc p:last-child {
    margin-bottom:0px;
}
.ar_2025_letter_container .ar_2025_letter_download {
    padding-top:20px;
}


.ar_2025_letter_container .letter_col_right .content_image_flyer {
    overflow:hidden;
    background-color:#fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:10px;
    box-sizing:border-box;
    max-width:100%;
    
    box-shadow:0px 0px 18px rgba(0,0,0,0.2);

}
.ar_2025_letter_container .letter_col_right .content_image_flyer img {
    display:block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    max-width:100%;
    height:auto;
    width:100%;
}
.ar_2025_letter_container .letter_col_right .ar_2025_letter_download {
    display:none; 
}
.ar_2025_letter_container .letter_col_right .ar_2025_letter_pdf_cont {}
.ar_2025_letter_container .letter_col_right .a_label_svg {
    width:30px;
    height:30px;
}
.ar_2025_letter_container .letter_col_right .a_label_svg svg {
    width:18px;
    height:18px;
}
.ar_2025_letter_container .letter_col_right .ar_2025_pdf_cont{
    min-width:160px;
}
.ar_2025_letter_container .letter_col_right .ar_2025_pdf_cont a{
    padding:10px;
    min-height:auto;
}
.ar_2025_letter_container .letter_col_right .a_label_content{
    padding-right:14px;
    max-width:calc(100% - 30px - 12px);
}
.ar_2025_letter_container .letter_col_right .a_label_content .a_label_cont{
    font-size:14px;
/*    margin-bottom:0px;*/
}
.ar_2025_letter_container .letter_col_right .a_label_content .a_label_lang{

    font-size:14px;
}



/*END CARD THUMB MIDDLE*/

/*IMPACT NUMBERS*/

.ar_2025_impact_container {}
.ar_2025_impact_container .ar_2025_impact_heading {}
.ar_2025_impact_container .ar_2025_impact_heading h2 {
    color: #3866B0;
    font-size: 32px;
    font-family: Open Sans;
    font-weight: 800;
    line-height: 1.2;
}
.ar_2025_impact_container .ar_2025_group_counters {
    padding-top:20px;
}
.ar_2025_impact_container .impact_comunity_boxes,
.ar_2025_impact_container .ar_activity_counters {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: start;
    max-width: 100%;
    width: 100%;
    margin-bottom:40px;
}
.ar_2025_impact_container .impact_comunity_boxes {
    margin-bottom:0px;
}
.ar_2025_impact_container .counter_block  ,
.ar_2025_impact_container .counter_block_anual_report {
    max-width: 25%;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 50px;
    box-sizing: border-box;
}

.ar_2025_impact_container .counter  ,
.ar_2025_impact_container .counter_block_title  {
    font-family:"Open Sans";
    font-size:40px;
    line-height:1.2;
    font-weight:800;
    color:#FA4616;
    margin-bottom:10px;
    /*padding-right:20px;
    box-sizing:border-box;*/
}
.ar_2025_impact_container .counter_block_desc  {
    /*padding-right:20px;
    box-sizing:border-box;*/
    font-family:"Open Sans";
    font-size:16px;
    line-height:24px;
    font-weight:400;
    color:#1e1e1e;
    text-transform:uppercase;
}
.ar_2025_impact_container .impact_comunity_boxes .counter,
.ar_2025_impact_container .impact_comunity_boxes .counter_block_title  {
    font-size:24px;
    line-height:32px;
    font-weight:400;
    min-height:32px;
}
.ar_2025_impact_container .impact_comunity_boxes .counter_block_desc  {
    text-transform:initial;
}
.ar_2025_impact_container .impact_comunity_boxes .counter_block_desc  p {
    font-size:18px;
}
/*END IMPACT NUMBERS*/


/*STORIES*/
.ar_2025_middle_container.ar_2025_container_stories .section_container {
    max-width:1440px;
}
.ar_2025_stories_container {
    max-width: 100%;
    width:100%;
}
.ar_2025_stories_container .ar_2025_stories_top {
    display:flex;
    flex-wrap:wrap;
    max-width:100%;
    width:100%;
}
.ar_2025_stories_container .ar_2025_story_icon {
    max-width: 25%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 32px;
    
}
.ar_2025_stories_container .ar_2025_story_heading {
    max-width:50%;
    width:100%;
}
.ar_2025_stories_container .ar_2025_story_heading h2{
    font-size:32px;
    font-weight:800;
    text-align:center;
    margin-bottom:80px;
    color:#3865B0;
}
.ar_2025_stories_container .ar_2025_story_icon.icon_pencil {}
.ar_2025_stories_container .ar_2025_story_icon.icon_love {}
.ar_2025_stories_container .ar_2025_story_list {
    display:flex;
    justify-content: space-between;

}
.ar_2025_stories_container .ar_2025_story_list .ar_2025_story_box {
    max-width: calc(33.33% - 8px);
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #D5F0FB;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image {
    width: 217px;
    min-height: 300px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow:hidden;
    position:relative;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor,
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .pos_anchor{}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor a ,
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .pos_anchor a{
    background-color:#fa4616;
    padding:14px 14px;
    box-sizing:border-box;
    font-size:16px;
    font-weight:800;
    display:block;
    color:#fff;
    line-height:1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom:26px;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out; 
    -ms-transition: all 0.3s ease-in-out; 
    transition: all 0.3s ease-in-out;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor a:hover,
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .pos_anchor a:hover{
    opacity:0.8;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .box_image_mobile {display:none;}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .box_image_desk {
    height:100%;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc {
    max-width: calc(100% - 217px);
    box-sizing:border-box;
    padding:17px;
    width:100%;

}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_quote {
    justify-content: flex-end;
    display: flex;
    margin-bottom:19px;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_quote img{}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc {
    height:calc(100% - 71px);
    display:flex;
    flex-direction:column;
    max-width:100%;
    width:100%;
    justify-content: center;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_quote {
/*    margin-bottom:30px;*/
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_quote p{
    font-size:24px;
    color:#000;
    line-height:1.5;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_name {
    margin-top:auto;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_name h5{
    color:#FA4616;
    font-size:24px;
    font-weight:800;
    margin-bottom:8px;
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_location {
    
}
.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_location p{
    font-size:16px;
    color:#231F20;
}

.ar_2025_stories_container .ar_2025_story_list_bottom{
    padding-top:41px;
    align-items: center;
    justify-content: center;
    max-width:100%;
    width:100%;
    display:flex;
}
.ar_2025_stories_container .ar_2025_story_list_bottom .ar_2025_story_icon{}
/*END STORIES*/




/* We Create Change Section  */
.ar_2025_container_change {
    max-width:100%;
    width:100%;
}
.ar_2025_container_change .section_container {
    max-width:1440px;
}
.section_container_change {
    display:flex;
    flex-direction: column;
    max-width:100%;
    width:100%;
}
.section_container_change .change_boxes_heading {
    margin-bottom:32px;
}
.section_container_change .change_boxes_heading h2 {
    font-size:32px;
    color:#3865B0;
    font-weight:800;
    line-height:1.2;
    text-align:center;
}
.section_container_change .change_boxes_wrp {
    max-width:100%;
    width:100%;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
}
.section_container_change .change_boxes_wrp .change_box {
    max-width:calc(33.33% - 10px);
    width:100%;
    display:flex;
    flex-direction:column;
    padding:30px;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.section_container_change .change_boxes_wrp .change_box .change_image {
    padding-top:10px;
    max-width:100%;
    width:100%;
    margin-bottom:20px;
}
.section_container_change .change_boxes_wrp .change_box .change_image img {
    max-width:100%;
    height:auto;
}
.section_container_change .change_boxes_wrp .change_box .change_heading {
    max-width:100%;
    width:100%;
}
.section_container_change .change_boxes_wrp .change_box .change_heading h5 {
    margin-bottom:6px;
    color:#000000;
    font-size:16px;
    font-weight:700;
}
.section_container_change .change_boxes_wrp .change_box .change_desc {
    max-width:100%;
    width:100%;
}
.section_container_change .change_boxes_wrp .change_box .change_desc p {
    font-size:16px;
    font-weight:400;
}




/* END We Create Change Section  */
/* Involved Section  */

.ar_2025_container_involved {}
.ar_2025_container_involved .section_container{
    max-width:1440px;
}
.section_container_involved {
    max-width:100%;
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.section_container_involved .involved_left {
    max-width:calc(50% - 10px);
    width:100%;
}
.section_container_involved .involved_left img {
    height: auto;
    max-width: 100%;
    display: block;
    width: 100%;
}
.section_container_involved .involved_right {
    max-width:calc(50% - 10px);
    width:100%;
}
.section_container_involved .involved_boxes_wrp {
    display:flex;
    flex-direction:column;
    max-width:100%;
    width:100%;
}
.section_container_involved .involved_boxes_wrp .involved_heading {
    max-width:100%;
    width:100%;
    padding:25px 44px;
    margin-bottom:30px;
    box-sizing:border-box;
    margin-top:50px;
    background-color:#fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.section_container_involved .involved_boxes_wrp .involved_heading h2 {
    font-size:32px;
    line-height:1.2;
    font-weight:700;
    color:#000000;
}
.section_container_involved .involved_two_cols {
    max-width:100%;
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
}
.section_container_involved .involved_two_cols .involved_box_l {
    max-width:calc(50% - 16px);
    width:100%;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
}
.section_container_involved .involved_two_cols .involved_box_r {
    max-width:calc(50% - 16px);
    width:100%;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
}
.section_container_involved .involved_two_cols .involved_box  {
    padding:11px 16px;
    box-sizing:border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-height:170px;
    display: flex;
    flex-direction: column;

}
.section_container_involved .involved_two_cols .involved_box.inv_box_ar {
    background-color:#3765B0;
    min-height:340px;
    height:100%;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_share {
    margin-bottom:25px;
    background-color:#ED1651;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_support {
    background-color:#FA4616;
}

.section_container_involved .involved_two_cols .involved_box .box_anchor {
    max-width:100%;
    width:100%;
    display:flex;
}
.section_container_involved .involved_two_cols .involved_box .box_anchor a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_container_involved .involved_two_cols .involved_box .box_anchor .href_text{}
.section_container_involved .involved_two_cols .involved_box .box_anchor .box_ico{}
.section_container_involved .involved_two_cols .involved_box .box_desc {
    margin-top:auto;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_ar .box_desc {
    padding-bottom:40px;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_ar .box_desc p {
    font-size:48px;
    line-height:48px;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_ar .box_desc strong ,
.section_container_involved .involved_two_cols .involved_box.inv_box_ar .box_desc b {
    color:#1E1E1E;
}
.section_container_involved .involved_two_cols .involved_box .box_desc  {
    padding-bottom:5px;
}
.section_container_involved .involved_two_cols .involved_box .box_desc p {
    font-size:32px;
    line-height:1.1;
    color:#F7F7F7;
    font-weight:800;
}



.section_container_involved .involved_two_cols .involved_box a .href_text {

    font-size:16px;
    font-family: Open Sans;
    line-height: 1;
    font-weight:bold;
    padding: 9px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
}
.section_container_involved .involved_two_cols .involved_box a .box_ico {
    width:40px;
    height:40px;
    font-size:18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    transform:rotate(0deg);

}
.section_container_involved .involved_two_cols .involved_box a .box_ico.icon-arrow_left {
    transform:rotate(135deg);
}


.section_container_involved .involved_two_cols .involved_box a .box_ico,
.section_container_involved .involved_two_cols .involved_box a .href_text{
    background-color:#fff;
    color:#000;
}

.section_container_involved .involved_two_cols .involved_box a:hover .box_ico,
.section_container_involved .involved_two_cols .involved_box a:hover .href_text{
    background-color:#fff;
    color:#000;
    opacity:0.8;
}

.section_container_involved .involved_two_cols .involved_box a:focus .box_ico,
.section_container_involved .involved_two_cols .involved_box a:focus .href_text{
    background-color:#fff;
    color:#000;
}

.section_container_involved .involved_two_cols .involved_box.inv_box_ar a .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_ar a .box_ico {
    color:#3765b0;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_ar a:focus .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_ar a:focus .box_ico
.section_container_involved .involved_two_cols .involved_box.inv_box_ar a:hover .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_ar a:hover .box_ico {
    opacity:0.8;
}

.section_container_involved .involved_two_cols .involved_box.inv_box_support a .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_support a .box_ico {
    color:#FA4616;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_support a:focus .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_support a:focus .box_ico
.section_container_involved .involved_two_cols .involved_box.inv_box_support a:hover .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_support a:hover .box_ico {
    opacity:0.8;
}

.section_container_involved .involved_two_cols .involved_box.inv_box_share a .href_text{
    color:#ED1651;
}
.section_container_involved .involved_two_cols .involved_box.inv_box_share a:focus .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_share a:focus .box_ico
.section_container_involved .involved_two_cols .involved_box.inv_box_share a:hover .href_text,
.section_container_involved .involved_two_cols .involved_box.inv_box_share a:hover .box_ico {
    opacity:0.8;
}
/* END Involved Section  */



/*RESPONSIVE*/
.ar_2025_stars_mobile {display:none;}
.ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile {
    display:none;
}
.ar_2025_overall_container .ar_2025_blue_download.mob_head {display:none;}
/****************************
ANNUAL REPORT POEM Section
*****************************/




.ar_2025_container_poem {
   
}
.ar_2025_container_poem .section_container_poem{
    display:flex;
    max-width:100%;
    width:100%;
    flex-direction:column;
}
.ar_2025_container_poem .poem_top {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom:130px;
}
.ar_2025_container_poem .rel_images_top {
     display:flex;
    max-width:100%;
    width:100%;
    position:relative;

}
.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon {

}
.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon img {}

.ar_2025_container_poem.ar_2025_container_poem_page .rel_images_top .ar_2025_poem_icon.rocket_poem {
    min-height:57px;
}

.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.rocket_poem {
    margin-left:117px;
    width:120px;
    margin-bottom:31px;
}
.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.rocket_poem img{
    max-width:100%;
    height:auto;
    display:block;
}

.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.stars_poem {
    margin-left:auto;
    width:120px;
    position:relative;
    z-index:10;
}
.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.stars_poem .stars_abs{
    position: absolute;
    right: -150%;
    top: -120%;
    width: 378px;
    z-index:15;
}
.ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.stars_poem .stars_abs img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ar_2025_container_poem .poem_ribbon {
    background-color:#B3E3F6;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    display:flex;
    max-width:100%;
    width:100%;
    padding:60px 120px;
    box-sizing:border-box;
    justify-content: space-between;
}
.ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_left .poem_img_pencil_write{
    margin-bottom:10px;
}
.ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_right {
    display:flex;
    margin-top:auto;
    flex-direction:column;
}
.ar_2025_container_poem .poem_ribbon .poem_left {
    max-width:calc(50% - 10px);
    width:100%;
}
.ar_2025_container_poem .poem_ribbon .poem_left h2 {
    font-size:25px; line-height:25px;
}
.ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_right p,
.ar_2025_container_poem .poem_ribbon .poem_left p{
    font-size:18px;
    color:#231F20;
    line-height:30px;
}
.ar_2025_container_poem .poem_ribbon .poem_right {
    max-width:calc(50% - 10px);
    width:100%;
    position:relative;
    z-index:10;
}

.ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
    position: absolute;
    bottom: -160px;
    left: -150px;
    z-index: 20;
}
.ar_2025_container_poem .poem_ribbon .poem_right .abs_image img{}
.ar_2025_container_poem .poem_middle {
    max-width:100%;
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.ar_2025_container_poem .poem_middle .poem_desc {}
.ar_2025_container_poem .poem_left .poem_read {
    padding-top:30px;
}
.ar_2025_container_poem .poem_read {
    display:flex;
}
.ar_2025_container_poem .poem_read a {
    background-color: #fa4616;
    padding: 14px 14px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 800;
    display: block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ar_2025_container_poem .poem_read a:hover {
    opacity:0.7;
}


.ar_2025_container_poem .poem_middle .poem_left {
    max-width:calc(55% - 10px);
    width:100%;
    padding-right:140px;
    box-sizing:border-box;
    display:flex;
    flex-direction: column;
}
.ar_2025_container_poem .poem_middle .poem_right {
    max-width:calc(45% - 10px);
    width:100%;
/*    padding-left:0px;*/
    padding-right:70px;
    box-sizing:border-box;
}
.ar_2025_container_poem .poem_middle .poem_left h2 {
    font-size:25px;line-height:25px;
}
.ar_2025_container_poem .poem_middle .poem_left .poem_img_pencil_write {
    margin-bottom:35px;
}
.ar_2025_container_poem .poem_middle .poem_left .poem_img_pencil_write img {
    max-width:100%;
    height:auto;
}
.ar_2025_container_poem .poem_middle .poem_left .poem_desc {}
.ar_2025_container_poem .poem_middle .poem_desc p {
    margin-bottom:30px;
    font-size:18px;
    line-height:30px;
    color:#231F20;
}


/****************************
        END POEM Section
*****************************/

.donate_now_page {}

@media only screen and (max-width: 1439px){
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child {
        max-width:700px;
        width:100%;
        margin-bottom:20px;        
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:last-child {
        max-width:calc(100% - 700px - 20px);
    }

}
@media only screen and (max-width: 1200px){
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child {
        max-width:100%;
        width:100%;
        margin-bottom:20px;        
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content {
        padding:0px;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle {
        flex-wrap:wrap;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_left_image {
        order:1;
/*        max-width:100%;*/
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont {
        order:2;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:last-child {
        max-width:100%;
        width:100%;
/*        max-height:350px;*/
        height:auto;
    }

}
@media only screen and (max-width: 720px){
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle {
        flex-direction:column;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont {
        order:1;
        margin-bottom:20px;
        max-width:100%;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_left_image {
        order:2;
        max-width:100%;
    }
}
@media only screen and (max-width: 480px){
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child {
        padding:20px;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont .amount_wrp {

        flex-wrap:wrap;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont .amount_wrp .list-item{
        max-width:100%;
        margin-bottom:20px;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont .amount_wrp .list-item:last-child{
        margin-bottom:0px;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_middle .step_right_cont .donation_type_wrp {
        flex-wrap:wrap;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_content .step_top_counters {
        flex-wrap:wrap;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_content .step_top_counters .steps{
        max-width:100%;
        width:100%;
        margin-bottom:20px;
    }
    .donate_now_page .two_col_section.type_50_50 .section_col:first-child .sec_content .widget_donation_block .step_content .step_top_counters .close{
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 1100px){
    

}
@media only screen and (max-width: 1366px){
  
    .ar_2025_stories_container .ar_2025_story_list .ar_2025_story_box {
        max-width: calc(50% - 16px);
        margin-bottom: 16px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .ar_2025_stories_container .ar_2025_story_list {
        justify-content: center;
        flex-wrap:wrap;
    }
}

@media only screen and (max-width: 1300px){
    .ar_2025_top_blue_section {
        padding-left:20px;
        padding-right:20px;
    }

 

    .ar_2025_middle_container {
      /*  padding-left:20px;
        padding-right:20px;*/
                box-sizing: border-box;
    }
    .ar_2025_footer_blue .bottom_brackets_content .bottom_brackets_links a {
        margin-bottom:14px;
    }
    .ar_2025_container_poem .rel_images_top .ar_2025_poem_icon.stars_poem .stars_abs {
        right:100%;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
        position: absolute;
        bottom: -126px;
        left: 0;
        z-index: 20;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image img {
        max-width:100%;
        height:auto;
    }
    .ar_2025_container_poem.ar_2025_container_poem_page .rel_images_top{display:none !important;}
    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon {
        padding-right:120px;
    }
    .ar_2025_container_poem .poem_ribbon {
        padding-right:0px;
    }
    .section_container_involved {
        margin-bottom:60px;
    }
    .section_container_involved .involved_left {
        max-width:calc(100% - 660px);
        display: flex;
        align-items: flex-end;
    }
    .section_container_involved .involved_right {
        max-width:calc(650px - 10px);
    }

}
@media only screen and (max-width: 1200px){
    .ar_2025_story {
        margin-top:20px;
    }
    .ar_2025_bottom_ribbon_container .section_container {
        padding:65px 20px 48px 20px;
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
    }
    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_right {
        margin-top:0px;
        padding-top:80px;
    }
    
}

@media only screen and (max-width: 1000px){
    .section_container_involved {
        flex-wrap:wrap;
        flex-direction: column;
    }
   .section_container_involved .involved_left {
        max-width: 520px;
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        margin: 0 auto;
        justify-content: center;
    }
    .section_container_involved .involved_right {
        max-width:calc(100%);
    }
}
@media only screen and (max-width: 991px){

    
    

    .ar_2025_top_blue_section .ar_2025_col_right {
        max-width:calc(100% - 370px);
    }
    .ar_2025_top_blue_section .ar_top_blue_desc_cont {
        max-width:370px;
    }
    .ar_2025_overall_container .ar_2025_pdf_cont {
        margin-right:0px;
        margin-bottom:15px;
    }

    
    .ar_2025_middle_container .ar_2025_download,
    .ar_2025_top_blue_section .ar_2025_download {
        flex-direction:column;
    }
    .ar_2025_middle_container .ar_2025_download,
    .ar_2025_top_blue_section .ar_2025_download {
        margin-right:0px;
        margin-bottom:20px;
        display:flex;
        /*justify-content:center;*/
    }
    .ar_2025_letter_container .letter_col_left {
        max-width:100%;
        margin-bottom:30px;
    }
    .ar_2025_middle_container .section_container {
        padding-top:50px;
    }
    .ar_2025_letter_container .letter_col_left .ar_2025_download {
        display:none;
    }
    .ar_2025_letter_container .letter_col_right {
        margin-left:auto;
        margin-right:auto;
    }
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download {
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download .ar_2025_pdf_cont{
        margin-right:15px;

    }
    .ar_2025_impact_container .counter_block_anual_report {
        max-width:33.33%;
    }   
    .ar_2025_stories_container .ar_2025_story_list .ar_2025_story_box {
        max-width: 100%;
        margin-bottom: 16px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_quote {
        justify-content: flex-start;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image {
        min-height:200px;
    }


    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon {
        padding-right:70px;
    }
    .ar_2025_container_poem .poem_ribbon {
        padding-left:70px;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
        bottom:-52px;
    }

    .ar_2025_container_poem .poem_top {
        margin-bottom:80px;
    }   
    .ar_2025_container_poem .poem_middle .poem_left {
        padding-right:70px;
    }
    .ar_2025_container_poem .poem_middle .poem_right {
        padding-right:0px;
    }
}



@media only screen and (max-width: 900px){
    .section_container_change .change_boxes_wrp .change_box {
        max-width:calc(50% - 30px);
        margin-left:10px;
        margin-right: 10px;
        margin-bottom:20px;
    }
    .section_container_change .change_boxes_wrp {
        justify-content: center;
    }
}
@media only screen and (max-width: 840px){
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
        bottom:0px;
    }
}
@media only screen and (max-width: 767px){
    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_left .poem_img_pencil_write {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon {
        padding-right:30px;
        padding-top:50px;
        padding-bottom:100px;
     }
    .ar_2025_container_poem.ar_2025_container_poem_page .poem_ribbon .poem_right{
        padding-top:20px;
    }
    .ar_2025_story_details_two-cols {
        flex-direction:column;
    }
    .ar_2025_story_details_two-cols .details_left {
        padding:0px;
        max-width:100%;
        margin-bottom:10px;
    }
    .ar_2025_story_details_two-cols .details_right {
        max-width:100%;
    }
    .ar_2025_story_details_two-cols .details_left .details_quote ,
    .ar_2025_story_details_two-cols .details_left .details_heading {
        padding-left:20px;
        padding-right:20px;
    }
    .ar_2025_story_details_two-cols .details_left .details_quote {
        padding-bottom:20px;
    }
    .ar_2025_top_blue_section .ar_2025_download{ justify-content:center; }
    .ar_2025_middle_container .ar_2025_letter_pdf_cont,
    .ar_2025_top_blue_section .ar_2025_pdf_cont  {
        justify-content: center;
    }
    .ar_2025_top_blue_section .ar_2025_col_left {
        max-width:100%;
        order:1;
        padding-top:30px;
    }
    .ar_2025_top_blue_section .ar_2025_col_right {
        max-width:100%;
        order:2;
        align-items: center;
        justify-content: center;
    }
    .ar_2025_top_blue_section .section_container {
        flex-direction:column;
    }
    .ar_2025_top_blue_section .ar_2025_col_left .switch_lang {
/*        display:none;*/
    }
    .ar_2025_top_blue_section .ar_2025_col_right {
        position:relative;
    }
    .ar_2025_top_blue_section .ar_2025_col_right .switch_lang {
/*        display:block;*/
        position:absolute;
        top:-62px;
        right:0px;
    }
    /*.ar_2025_middle_container .ar_2025_letter_download,*/
    .ar_2025_top_blue_section .ar_2025_top_blue_download {
        flex-direction:row;
        margin-bottom:30px;
    }
    /*.ar_2025_middle_container .ar_2025_letter_pdf_cont,*/
    .ar_2025_top_blue_section .ar_2025_top_pdf_cont {
        margin-right:15px;
        margin-bottom:0px;
    }
    .ar_2025_top_blue_section .ar_top_blue_desc_cont {
        max-width:100%;
    }
    .ar_2025_top_blue_section .ar_2025_download {
        flex-direction:row;
    }
    .ar_2025_overall_container .ar_2025_blue_download.mob_head {display:block;}
    .ar_2025_top_blue_section .ar_top_blue_desc_cont .ar2025_desc_sub {
        display:none;
    }
    .ar_2025_top_blue_section .ar_2025_download {
        display:none;
    }
    .ar_2025_stars_mobile {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto;
        position: absolute;
        top: 70px;
        right: 0;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right {
        display:none;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile {
        display:flex;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar_2025_blue_image_right{
        display:block;
    }
    .ar_2025_top_blue_section .ar_2025_col_left {
        max-width: 400px;
        margin-right: auto;
        position:relative;
        z-index:30;
        padding-top:150px;
    }
    .ar_2025_top_blue_section .section_container {
        position:relative;

    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile {
        flex-direction:column;
        
        margin-right: auto;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar_2025_blue_image_right{
        max-width:400px;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar2025_desc_sub {
        margin-bottom:20px;
        max-width:100%;
        width:100%;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar2025_desc_sub p{
        font-size:24px;
        font-weight:700;
        color:#fff;
    }
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar2025_desc_sub p strong,
    .ar_2025_top_blue_section .ar_2025_blue_image_right.ar_2025_blue_image_right_mobile .ar2025_desc_sub p b{
        color:#FA4616
    }
    .ar_2025_overall_container .ar_2025_pdf_cont {
        padding-right:15px;
        margin-bottom:0px;
    }
    .ar_2025_top_blue_section {
        padding-bottom:20px;
    }
    .ar_2025_overall_container .ar_2025_blue_download.mob_head {
        display:flex;
        margin-bottom:0px;
        flex-wrap:wrap;
        justify-content: flex-start;
    }


    .ar_2025_container_poem .poem_ribbon {
        flex-direction:column;
        padding:130px 30px;
    }   
    .ar_2025_container_poem .poem_ribbon .poem_left ,
    .ar_2025_container_poem .poem_ribbon .poem_right {
        max-width:100%;
    }
    .ar_2025_container_poem .rel_images_top {
        display:none;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right {
        padding-top:50px;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
        max-width: 350px;
        position: absolute;
        bottom: -194px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .ar_2025_container_poem .poem_middle {
        flex-direction:column;
    }
    .ar_2025_container_poem .poem_middle .poem_left {
        max-width:100%;
        padding-right:0px;
        padding-left:0px;
        order:2;
    }
    .ar_2025_container_poem .poem_middle .poem_right {
        max-width:100%;
        order:1;
        padding-right:0px;
        padding-left:0px;
    }
    .ar_2025_container_poem .poem_middle .poem_left .poem_img_pencil_write {
        display:flex;
        justify-content: center;
    }
    .ar_2025_container_poem .poem_read {
        justify-content: center;
    }
    .section_container_change .change_boxes_wrp {
        flex-direction: column;
    }
    .section_container_change .change_boxes_wrp .change_box {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }


    

}


.ar_2025_stories_container .ar_2025_story_icon.mobile {
    display:none;
}
@media only screen and (max-width: 700px){
    .ar_2025_stories_container .ar_2025_stories_top .ar_2025_story_icon.icon_love ,
    .ar_2025_stories_container .ar_2025_stories_top .ar_2025_story_icon.icon_pencil {
        display:none;
    }
    .ar_2025_stories_container .ar_2025_stories_top  {
        justify-content: flex-start;
    }
    .ar_2025_stories_container .ar_2025_story_heading {
        max-width:100%;
    }
    .ar_2025_stories_container .ar_2025_story_heading h2 {
        margin-bottom:40px;
        text-align:left;
    }
}
@media only screen and (max-width: 640px){
    .ar_2025_impact_container .counter_block_anual_report {
        max-width:50%;
    }
    .ar_2025_impact_container .ar_activity_counters {
        padding:45px 15px;
        box-sizing:border-box;
        background-color:#fff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .section_container_involved .involved_two_cols {
        flex-direction: column;
    }
    .section_container_involved .involved_two_cols .involved_box_l {
        margin-bottom:20px;
    }
    .section_container_involved .involved_two_cols .involved_box_l ,
    .section_container_involved .involved_two_cols .involved_box_r {
        max-width:100%;
    }
    .section_container_involved .involved_two_cols .involved_box.inv_box_ar ,
    .section_container_involved .involved_two_cols .involved_box {
        min-height:130px;
    }
    .section_container_involved .involved_two_cols .involved_box .box_anchor {
        margin-bottom:16px;
    }
    .section_container_involved .involved_two_cols .involved_box.inv_box_ar .box_desc {
        padding-bottom:20px;
    }
}
@media only screen and (max-width: 600px){

    .ar_2025_story .section_container {
        padding-left:10px;
        padding-right:10px;
        box-sizing:border-box;
    }
    .ar_2025_story_details  {

    }
   
    .ar_2025_footer_blue .bottom_brackets_content .bottom_brackets_title * {
        text-align:left;
    }
   
    .ar_2025_bottom_ribbon_container .section_container {
        padding-top:30px;
        padding-bottom:30px;
    }
   
    .ar_2025_middle_container .letter_col_right {
        flex-direction:column;
    }
    .ar_2025_middle_container .letter_col_left .ar_2025_letter_download {
        display:none !important;
    }
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download {
        display:flex;
        max-width:100%;
        width:100%;
        justify-content: space-around;
    }
    .ar_2025_middle_container .ar_2025_letter_two_cols {
        flex-direction:column;
    }
    .ar_2025_middle_container .letter_col_right,
    .ar_2025_middle_container .letter_col_left {

        max-width:100%;
        margin-bottom:20px;
    }
    .ar_2025_middle_container .ar_2025_letter_container {
        padding-top:45px;
    }
    .ar_2025_middle_container .ar_2025_letter_download {
        flex-direction:row;
        margin-bottom:30px;
    }
    .ar_2025_middle_container .ar_2025_letter_pdf_cont{
        margin-right:15px;
        margin-bottom:0px;
    }
    .ar_2025_footer_copy {
        flex-direction:column;
    }
    .ar_2025_footer_copy .ar_2025_footer_copywrite {
        margin-bottom:20px;

    }
    .ar_2025_stars_mobile img{
        max-width: 100%;
        height: auto;
    }
    .ar_2025_top_blue_section .ar_2025_col_left {
        max-width:330px;

    }

   


}
@media only screen and (max-width: 580px){
    .ar_2025_middle_container .letter_col_right,
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download {
        margin-bottom:0px;
    }
    .ar_2025_impact_container .counter ,
    .ar_2025_impact_container .counter_block_title {
        font-size:24px;
    }
    .ar_2025_impact_container .counter_block_desc {
        text-transform:inherit;
    }
}
@media only screen and (max-width: 539px){
  

    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_content,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_cont {
        font-size:14px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_lang,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_lang {
        font-size:14px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_svg,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_svg {
        width:30px;
        height:30px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont svg,
    .ar_2025_top_blue_section .ar_2025_pdf_cont svg {
        width:18px;
        height:18px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont a,
    .ar_2025_top_blue_section .ar_2025_pdf_cont a {
        min-height:50px;
        padding:4px 8px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_content,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_content {
        max-width:calc(100% - 42px);
        padding-right:14px;
    }
    .ar_2025_top_blue_section .ar_2025_top_blue_desc h1 {
        font-size:40px;
    }
}

.ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor {
    display:none;
}

@media only screen and (max-width: 479px){
    .ar_2025_hp_ar_link a{font-size:20px;}
    .ar_2025_top_blue_section .ar_2025_col_left {
       padding-top: 50dvw;
           
    }
    .ar_2025_impact_container .counter_block_anual_report {
        max-width:100%;
        padding-right:0px;
    }
    .ar_2025_impact_container .ar_activity_counters {
        flex-direction:column;
    }
    .ar_2025_stories_container .ar_2025_story_list .ar_2025_story_box {
        flex-direction:column;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image {
        max-width: 100%;   
        width:100%;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc {
        max-width:100%;
        position:relative;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc {
        position:relative;
        z-index:10;
        padding-right:70px;
        box-sizing:border-box;
        height:100%;
        padding-top:25px;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_quote {
        position:absolute;
        right:18px;
        top:14px;
        z-index:5;
        width: 60px;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_quote img {
        max-width:100%;
        height:auto;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc .member_quote p {
     
        margin-bottom:16px;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .story_box_desc {
        height:auto;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_image .pos_anchor {display:none;}
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor {
        display:flex;
        justify-content: center;
        padding-top: 20px;
    }
    .ar_2025_stories_container .ar_2025_story_box .ar_2025_story_box_desc .pos_anchor a {
        margin-bottom:0px;
    }
    .ar_2025_stories_container .ar_2025_story_icon.mobile {
        display:block;
        padding-top:20px;
        padding-bottom:20px;
        margin-bottom:16px;
        max-width:136px;
    }

}
@media only screen and (max-width: 470px){
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download .ar_2025_pdf_cont {
        margin-right:0px !important;
        padding-right:0px !important;
    }   
}
@media only screen and (max-width: 455px){
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download {
        flex-direction:column;
    }
    .ar_2025_middle_container .letter_col_right .ar_2025_letter_download .ar_2025_pdf_cont {
        margin-right:0px;
        margin-bottom:15px;
        display:flex;
        justify-content: center;
    }
    .ar_2025_footer_blue .bottom_brackets_content .bottom_brackets_title * {
        text-align:left;
    }
    .ar_2025_footer {
        padding:20px;
        flex-direction:column;
    }
    .ar_2025_footer .footer_child_safety {
        margin-right:initial;
        margin-bottom:30px;
    }
    .ar_2025_footer .footer_contact {
        margin-left:initial;
    }
    .ar_2025_top_blue_section .ar_2025_pdf_cont {
        margin-bottom:15px;
    }

}

@media only screen and (max-width: 420px){
    
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_svg,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_svg {
        margin-right:5px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_content,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_content {
        padding-right:4px;
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_content,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_content {
        max-width:calc(100% - 32px);
    }
    .ar_2025_middle_container .ar_2025_pdf_cont .a_label_svg,
    .ar_2025_top_blue_section .ar_2025_pdf_cont .a_label_svg {
        width:42px;
        /*height:42px;*/
    }
    .ar_2025_footer_copy .ar_2025_footer_copywrite {
        
        text-align:center;  
    } 
    .ar_2025_footer_copy .ar_2025_footer_links {
        text-align:center;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right .abs_image {
        position:relative;
        bottom:-50px;
    }
    .ar_2025_container_poem .poem_ribbon .poem_right {
        padding-bottom:0px;
        padding-top:0px;
    }
    .ar_2025_container_poem .poem_ribbon {
        padding-bottom:0px;
    }
}

@media only screen and (max-width: 380px){
    .ar_2025_hp_ar_link a{
            font-size: 28px;
        text-align: center;

    }
}

@media only screen and (max-width: 991px){

}






/*ANNUAL REPORT 2024*/







.hero_block {
    
}
/*DONATE NOW POPUP LAYER*/
.donate_popup_layer {
    position: absolute;
    top: 0;
    right: -1px;
    width: 684px;
    /*min-height: 100%;*/
    z-index: 401;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    box-sizing:border-box;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 30px;

}

.donate_popup_inner {
    width: 100%;
    max-height: 100%;
    position: relative;
}
.donate_popup_inner  .widget_donation_block .step_content .step_top_counters .close {display:none !important;}
.donate_popup_inner_close {
    display: flex;
    position:absolute;
    right:0px;
    top:0px;
    margin-bottom:10px;
    align-items: flex-end;
    justify-content: flex-end;
}
.donate_popup_close {
    display: flex;
    align-items: center;
    justify-content: center;
}
.donate_popup_close .href_text{
    font-size: 16px;
    font-family: var(--font-open-sans);
    line-height: 1;
    font-weight: bold;
    padding: 9px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;

    border: 1px solid #FA4616;
    color: #ED1651;
    background-color:#fff;

}
.donate_popup_close .icon-close{
    line-height: 1;
    font-weight: bold;
    padding: 9px 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    border: 1px solid #FA4616;
    color: #ED1651;
    background-color:#fff;
    font-weight: normal;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.hero_type.hero_type_1 {
    position:relative;
}

.donate_popup_inner .donation-form {
    padding-left:0px;
}
.donate_popup_inner .widget_donation_block  {
    border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.donate_popup_inner .widget_donation_block .step_content {
    padding-top:0px;
}

@media screen and (max-width: 720px) { 
    .donate_popup_layer {
        width:calc(100% + 1px);
    }
    
    .donate_popup_inner .widget_donation_block .step_middle {
        flex-wrap: wrap;
    }
    .donate_popup_inner .widget_donation_block .step_middle .step_right_cont {
        order:1;
        max-width:100%;
        margin-bottom:20px;
    }
    .donate_popup_inner .widget_donation_block .step_middle .step_left_image {
        order:2;
        max-width: 100%;
    }
    .hero_type.hero_type_3 .hero_abs_right, .hero_type.hero_type_4 .hero_abs_right {
        width:100%;
        right:0px;
        left: 0px;
    }
    .hero_type.hero_type_3 .hero_abs_right .hero_box_donate .hero_box_donate_link,  
    .hero_type.hero_type_4 .hero_abs_right .hero_box_donate .hero_box_donate_link {
        margin-left:auto;
        margin-right:20px;;
    } 
    .donate_popup_inner .widget_donation_block .step_middle .step_left_image {
        order:1;
        margin-bottom: 20px;
    }
    .donate_popup_inner .widget_donation_block .step_middle .step_right_cont {
        order:2;
        margin-bottom: 0px;
    }
}



@media only screen and (max-width: 480px) {
    
    
    
    .donate_popup_inner .widget_donation_block .step_right_cont .widget_heading {
        font-size:26px;

        margin-bottom:25px;
    }
    .donate_popup_inner .widget_donation_block .step_right_cont .amount_wrp .list-item {
        max-width:100%;
        margin-bottom:20px;
    }
    .donate_popup_inner .widget_donation_block .step_right_cont .amount_wrp .list-item:last-child {
        margin-bottom:0px;
    }
    .donate_popup_inner .widget_donation_block .step_right_cont .amount_wrp {
        flex-wrap:wrap;
    }
    .donate_popup_inner .widget_donation_block .widget_input_row .donation_type_wrp {
        flex-wrap:wrap;
    }
    .donate_popup_inner .widget_donation_block .step_content .step_top_counters {
        flex-wrap:wrap;
    }
    .donate_popup_inner .widget_donation_block .step_content .step_top_counters .steps {
        max-width:100%;
        width:100%;
        margin-bottom:20px;
    }
    .donate_popup_inner .widget_donation_block .amount_other_wrp .amount_input_holder input::placeholder {
        font-size: 13px;
    } 

   

}
@media only screen and (max-width: 390px) {
    .hero_type.hero_type_1 .donate_popup_inner_close,
    .hero_type.hero_type_2 .donate_popup_inner_close,
    .hero_type.hero_type_7 .donate_popup_inner_close {
        position:relative;
    }


    .hero_type.hero_type_3 .hero_abs_right .donate_popup_inner_close, 
    .hero_type.hero_type_4 .hero_abs_right .donate_popup_inner_close {
        position:relative;
    }

}


.post-password-form {
    max-width:1440px;
    margin:0 auto;
    width:100%;
    display:flex;

}
.post-password-form .protected-card-left-image img ,
.post-password-form .protected-card-right-image img{
    max-width:100%;
    height:auto;
}
.post-password-form .protected-card-left-image {
    max-width:232px;
    width:100%;
}
.post-password-form .protected-card-right-image {
    max-width: 232px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.post-password-form .protected-card-right-image img {
    transform:rotate(28deg);
}
.post-password-form .protected-card-top-image {}
.post-password-form .protected-card {
    max-width:950px;
    width:100%;
    padding:64px;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

}
.post-password-form .inner-protected-card {
    max-width:450px;
    width:100%;
    margin:0 auto;
}
.post-password-form .protected-card h2.protected-title{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    line-height:1.4;
    word-break: break-word;
    margin-bottom:32px;
}
.post-password-form .protected-card .protected-error{
    color: #fa4616;
    font-size:16px;
    margin-bottom:10px;
}
.post-password-form .protected-card .protected-desc{
    color: #666666;
    font-size:16px;
    margin-bottom:10px;
}
.post-password-form .protected-card .protected-label{
    display:none;
}
.post-password-form .protected-card .protected-input{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #666666;
    padding: 12px 20px;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 16px !important;
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    text-align: left;
    color: #000 !important;
    margin-bottom:32px;
}
.post-password-form .protected-card .protected-button:hover{
    opacity:0.8;
}
.post-password-form .protected-card .protected-button{
    
    border: 1px solid #fa4616;
    background-color: #fa4616;
    /*max-width: 100%;*/
    /*width: 100%;*/
    min-width:155px;
    color: #fff !important;
    padding: 10px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 16px !important;
    font-weight: 700;
    cursor: pointer;
    justify-content: center;
    margin:0 auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 1080px) {
    .post-password-form .protected-card-left-image {
        display:none;
    }
    .post-password-form .protected-card-right-image {
        display:none;
    }
    .post-password-form .protected-card {
        max-width:100%;
    }
}
@media only screen and (max-width: 430px) {
    .post-password-form .protected-card {
        padding:25px;
    }
}