.pillars-header {
    background-color: #CBE7FB;
}

.header-container {
    max-width: 1130px;
    margin: 100px auto 30px;
}

.container {
    max-width: 750px;
    margin: 30px auto 0px;
}

.header-details-inner {
    display: flex;
}

.header-left {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

.header-right {
    width: 50%;
    line-height: 0;
}

.header-right img {
    width: 100%;
}

h1 {
    color: #31216b;
    margin: 0px;
    font-size: 51px!important;
    font-weight: 800!important;
    text-align: left;
    line-height: 1!important;
}

.sub-title {
    font-weight: 600;
    font-size: 2.2em;
    line-height: 1.5em;
    padding-top: 10px;
    color: #31216B;
}

@media (max-width: 1230px) {
    .header-container {
        max-width: 100%;
        padding: 0px 50px;
    }
}

@media (max-width: 1040px) {
    .header-container {
        margin: 140px auto 30px;
    }
}

@media (max-width: 900px) {
    .header-details-inner {
        flex-direction: column;
    }
    .header-left {
        width: 100%;
        padding-right: 0px;
    }
    .header-right {
        width: 100%;
    }
    .header-right img {
        max-width: 500px;
        margin-left: auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0px 30px;
    }
    .header-container {
        margin: 100px auto 10px;
    }
    h1 {
        font-size: 38px!important;
    }
    .sub-title {
        font-size: 1.8em;
    }
}

ol,
ul {
    padding-left: 20px;
}

ol li,
ul li,
p {
    font-size: 16px;
    line-height: 37px;
    color: #3e4449;
    margin-bottom: 18px;
    font-weight: 400;
    margin-top: 0px;
}

.content-body {
    max-width: 750px;
    margin: auto;
}

.essb_counters.essb_displayed_sidebar .essb_totalcount_item {
    width: 48px!important;
}

.essb_counters.essb_displayed_sidebar .essb_totalcount_item .essb_t_nb_after {
    margin-bottom: 5px;
}


/***********************
Below header scrolling
**********************/

.title_holder_bar {
    background-color: rgb(248, 249, 252);
    display: none;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.title_holder_bar_container {
    max-width: 1130px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
}

.title_holder_bar_left {
    font-weight: 600;
    font-size: 16px;
    color: rgba(15, 20, 31);
    padding-right: 20px;
    flex: 1;
}

.header {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #fff;
    margin-top: -4px;
    opacity: 0;
}

.scroll1_down .header {
    opacity: 1;
}

.scroll1_down .title_holder_bar {
    display: block;
}

.single-post .header {
    border-top: none;
}

.progress-container {
    width: calc(100% - 4px);
    height: 4px;
    background: rgb(248, 249, 252);
}

.progress-bar {
    height: 4px;
    background: #1EBBF0;
    width: 0%;
}

body.smaller.remove_hello_bar .header {
    margin-top: 0px!important;
}

body.smaller .header {
    position: fixed;
    top: 59px;
    z-index: 10002;
    -webkit-animation: anym3 0.27s;
    -moz-animation: anym3 0.27s;
    -o-animation: anym3 0.27s;
    animation: anym3 0.27s;
    animation-timing-function: ease;
}

@-webkit-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@-moz-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@-o-keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

@keyframes anym3 {
    from {
        top: 0px;
    }
    to {
        top: 59px;
    }
}

body.smaller .progress-container {
    height: 4px;
}

body.smaller .progress-bar {
    height: 4px;
}

.smaller .bb-collapsed-header.bb-custom-header {
    padding-bottom: 16px;
}

body.smaller.admin-bar .header {
    top: 91px;
    -webkit-animation: anym31 0.27s;
    -moz-animation: anym31 0.27s;
    -o-animation: anym31 0.27s;
    animation: anym31 0.27s;
    animation-timing-function: ease;
}

@-webkit-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@-moz-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@-o-keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}

@keyframes anym31 {
    from {
        top: 32px;
    }
    to {
        top: 91px;
    }
}


/***********************
Sidebar left scrolling
***********************/

.scrolling_left_holder {
    position: fixed;
    left: 0px;
    background-color: #fff;
    padding: 10px;
    top: 100px;
    z-index: 1;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in;
}

.logged-in .scrolling_left_holder {
    top: 130px;
}

.scrolling_left_holder.show_sidebar {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.1s ease-in;
}

.item_left a {
    color: #50585F;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 8px;
}


/* .item_left a:before{
	content: "";
    width: 10px;
    height: 1px;
    top: 10px;
    left: -20px;
    background-color: #7d97ad;
	position: absolute;
	transition: width 0.1s ease-in;
} */

.item_left.active_tab a {
    color: rgba(15, 20, 31);
    background-color: rgb(248, 249, 252);
    border-radius: 4px;
}


/* .item_left.active_tab a:before{
	background-color:#1ebbf0;
	width:15px;
	transition: width 0.1s ease-in;
} */

@media only screen and (max-width: 1350px) {
    .scrolling_left_holder {
        width: 150px;
    }
}

@media only screen and (max-width: 1250px) {
    .title_holder_bar_container {
        max-width: 100%;
        padding: 8px 60px;
    }
}

@media only screen and (max-width: 1040px) {
    .title_holder_bar_container {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 1070px) {
    .scrolling_left_holder.show_sidebar {
        display: none!important;
    }
}

@media only screen and (max-width: 480px) {
    .title_holder_bar_right {
        display: flex;
        flex-direction: column;
    }
    .title_holder_bar_right,
    .title_holder_bar_left {
        font-size: 14px;
        line-height: 1.4;
    }
}


/*********************
 Share button sidebar
**********************/

.scrolling_left_holder .essb_links_list {
    display: flex;
    flex-wrap: wrap;
}

.scrolling_left_holder .essb_links.essb_width_flex .essb_links_list li.essb_item.essb_totalcount_item {
    width: 50%!important;
    box-sizing: border-box;
    margin: 0px!important;
    background-color: rgb(248, 249, 252);
    border-radius: 4px;
    padding: 0px 8px!important;
}

.scrolling_left_holder .essb_links.essb_width_flex .essb_links_list li.essb_item {
    width: calc(50% - 8px);
    margin: 0 8px 8px 0!important;
}

.scrolling_left_holder .essb_links.essb_width_flex .essb_links_list li.essb_item a {
    margin: 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolling_left_holder .essb_links.essb_width_flex li {
    flex: none!important;
    -webkit-flex: none!important;
}

.scrolling_left_holder .essb_item.essb_totalcount_item {
    display: none;
}

.scrolling_left_holder .essb_links.essb_size_l li a .essb_network_name {
    display: none!important;
}

.scrolling_left_holder .essb_t_nb_after {
    display: none!important;
}

.scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big {
    height: 100%;
    display: flex;
    align-items: center;
}

.scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big .essb_t_nb {
    color: #fff;
    font-size: 13px!important;
    background-color: #1EBBF0;
    padding: 2px 4px;
    border-radius: 4px;
}

.scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big {
    position: relative;
    padding: 0px 0px 0px 55px!important;
}

.scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big:before {
    content: "Shares:";
    font-size: 14px!important;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 13px;
}

.scrolling_left_holder .essb_links.essb_size_l .essb_icon:before {
    color: #fff;
}

.table_of_contents {
    margin-top: 15px;
    margin-bottom: 10px;
}

.table_of_contents_holder {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.scrolling_left_holder .essb_links {
    margin: 5px 0px 0px!important;
}

@media only screen and (max-width: 1350px) {
    .scrolling_left_holder .essb_links.essb_width_flex .essb_links_list li.essb_item.essb_totalcount_item {
        padding: 0px 4px!important;
    }
    .scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big:before {
        font-size: 12px!important;
    }
    .scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big .essb_t_nb {
        font-size: 11px!important;
    }
    .scrolling_left_holder .essb_links.essb_width_flex li.essb_totalcount_item .essb_totalcount.essb_t_l_big {
        padding: 0px 0px 0px 45px!important;
    }
    .item_left a {
        padding: 4px;
    }
}

@media only screen and (max-width: 1450px) {
    .scrolling_left_holder_items {
        overflow-y: scroll;
        max-height: 500px;
    }
    .scrolling_left_holder_items::-webkit-scrollbar {
        width: .3em;
    }
    .scrolling_left_holder_items::-webkit-scrollbar,
    .scrolling_left_holder_items::-webkit-scrollbar-thumb {
        overflow: visible;
        border-radius: 4px;
    }
    .scrolling_left_holder_items::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.3);
    }
}


/*********/

body form ._form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0px;
}

body .form_update_innner #_form_133_ {
    margin: 0px!important;
    padding: 0px!important;
    background-color: transparent!important;
    width: 100%!important;
}

body .form_update_innner form ._form-content {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px 0px;
}

.field_35 {
    width: calc(35% - 10px)!important;
}

.field_100 {
    width: 100%!important;
}

._button-wrapper.field_30 {
    width: calc(30% - 10px)!important;
}

body form ._form-content .or1 {
    order: 1;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

body form ._form-content .or1 input,
body form ._form-content .or2 input,
body form ._form-content .or3 button {
    width: 100%!important;
    border: none!important;
    height: 50px!important;
}

body form ._form-content .or3 button {
    background: #fb9f00!important;
}

body form ._form-content .or2 {
    order: 2;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

body form ._form-content .or4 {
    order: 4;
    box-sizing: border-box;
    margin: 10px 0px 0px!important;
}

body form ._form-content ._button-wrapper.or3 {
    order: 3;
    box-sizing: border-box;
    margin: 0px 5px!important;
}

body form ._form-content .or4 ._checkbox-radio span label {
    color: #fff;
}


/***/

.close_button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #50585f;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

#popup_main {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.popup_holder2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup_form {
    z-index: 999;
    position: relative;
    max-width: 900px;
    background-color: #1EBBF0;
    border-radius: 8px;
    width: 100%;
}

.popup_holder_inner form h2 {
    padding: 0px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.popup_holder_inner form>p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

#popup_main.show_popup {
    display: flex;
    pointer-events: auto!important;
}

body.popup_no_scroll {
    overflow: hidden;
}

.text_popup {
    font-size: 16px;
    line-height: 37px;
}

.text_popup span {
    color: #1ebbf0;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .popup_form {
        max-width: 600px;
    }
}

@media only screen and (max-width: 667px) {
    #_form_133_ ._inline-style.or4 {
        margin-top: 0px!important;
    }
    .popup_form {
        max-width: 100%;
        margin: 0px 50px;
    }
    .field_35 {
        width: calc(100% - 10px)!important;
    }
    ._button-wrapper.field_30 {
        width: calc(100% - 10px)!important;
    }
    ._button-wrapper.field_30 button,
    .field_35 input {
        font-size: 14px!important;
    }
    body form ._form-content .or4 {
        order: 3;
    }
    body form ._form-content .or3 {
        order: 4;
    }
}

@media only screen and (max-width: 480px) {
    .popup_form {
        margin: 0px 30px;
    }
    #_form_133_ {
        padding: 25px 25px 30px!important;
    }
    #_form_133_ ._inline-style._button-wrapper.or3 {
        margin-top: 0px!important;
    }
}


/*odavde**/

.field_100 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.field_100 input {
    width: 100%!important;
    border: none!important;
}

.field_check {
    margin: 0px!important;
}

.field_check ._checkbox-radio span label {
    color: #fff;
}

._button-wrapper {
    margin: 10px 0px 0px!important;
    width: 100%!important;
}

._button-wrapper ._submit {
    width: 100%!important;
    height: 44px!important;
}

body .scrolling_left_holder .essb_links_list {
    margin-top: 30px!important;
}

.scrolling_left_holder.show_sidebar .share_sidebar {
    margin-right: -8px!important;
}

.sidebar_title h4 {
    margin: 0px!important;
    padding: 0px!important;
    color: #fff;
    margin-bottom: 15px!important;
    font-size: 18px!important;
    line-height: 24px!important;
    font-weight: 600!important;
}

.pillars-list-titles {
    column-count: 2;
    padding-top: 15px;
}

.title_item {
    display: flex;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.title_item a {
    text-decoration: none;
    border-left: 4px solid #5d5cff;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #31216b;
}

.gutenberg-h2-title-holder {
    background-color: #cfe7f9;
    margin-left: calc(-100vw / 2 + 750px / 2);
    margin-right: calc(-100vw / 2 + 750px / 2);
    padding: 60px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.gutenberg-h2-container {
    max-width: 750px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.gutenberg-h2-container h2 {
    margin: 0px;
    flex: 1;
    box-sizing: border-box;
    color: #31216b;
    font-size: 34px!important;
    font-weight: 800!important;
    text-align: left;
    line-height: 50px!important;
}

:not(.gutenberg-h2-container) h2 {
    font-weight: 700;
    font-size: 2.2em;
    line-height: 1.5em;
    color: #31216b;
    margin: 10px 0px 20px!important;
}

:not(.gutenberg-h2-container) h3 {
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.5em;
    color: #31216b;
    margin: 10px 0px 20px!important;
}

:not(.gutenberg-h2-container) h4 {
    font-weight: 700;
    color: #31216b;
}

.image_right_pills {
    width: 30%;
    line-height: 0;
    padding-left: 30px;
}

.image_right_pills img {
    width: 100%;
}

@media only screen and (max-width: 850px) {
    .container {
        margin-bottom: 0px!important;
    }
    .gutenberg-h2-title-holder {
        margin-left: -50px;
        margin-right: -50px;
    }
    .gutenberg-h2-container {
        max-width: 100%;
        padding: 0px 50px;
    }
    .content-body {
        max-width: 100%;
        padding: 0px 50px;
    }
    .container {
        max-width: 100%;
        padding: 0px 50px;
        margin: 50px auto 50px;
    }
}

@media only screen and (max-width: 650px) {
    .image_right_pills {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .gutenberg-h2-title-holder {
        margin-left: -30px;
        margin-right: -30px;
    }
    .content-body {
        padding: 0px 30px;
    }
    .pillars-list-titles {
        column-count: 1;
    }
    .title_item {
        width: 100%;
        padding-right: 0px;
    }
    .title_item:last-child {
        padding-bottom: 0px;
    }
    .gutenberg-h2-container {
        padding: 0px 30px;
    }
    .gutenberg-h2-container h2 {
        font-size: 30px!important;
        line-height: 42px!important;
    }
    .gutenberg-h2-title-holder {
        padding: 30px 0px;
    }
    .container {
        padding: 0px 30px;
        margin-top: 30px;
    }
}


/****/

.related-articles-columns {
    margin: 0px -30px;
}

.posts_inner_holder {
    margin: 0px 30px 30px;
    box-shadow: 2px 2px 17px 0px rgb(46 61 73 / 20%) !important;
    border-radius: 8px;
}

.posts_inner_holder>a {
    text-decoration: none;
    width: 100%;
}

.posts_inner_column_holder {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.posts_inner_column_header {
    line-height: 0px;
}

.posts_inner_column_header img {
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    height: auto;
}

.posts_inner_column_content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.posts_inner_column_content_type {
    letter-spacing: 1px;
    font-weight: 600;
    color: #9eafaf;
    font-size: 0.9em;
}

.posts_inner_column_content_type i {
    color: #fb9f00;
    margin-right: 8px;
}

.posts_inner_column_content_top h3 {
    color: #2e3c47;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px;
}

.posts_inner_column_content_bottom {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    text-decoration: underline !important;
    font-weight: 700 !important;
    color: #2E3C47 !important;
    font-size: 0.9em !important;
}

.slick-track {
    display: flex!important;
}

.slick-slide {
    height: inherit!important;
}

.slick-prev {
    left: -10px;
    top: 40%;
    background-color: transparent;
    background-image: url(../images/arrow.svg)!important;
    height: 32px;
    min-width: inherit!important;
    color: transparent;
    transition: none;
    position: absolute;
    padding: 0;
    background-size: cover;
    z-index: 9;
    background-position: 0 0;
    cursor: pointer;
    width: 32px;
    border: none;
}

.slick-prev:hover {
    background-position: 0 32px;
}

.slick-next {
    background-color: transparent;
    transform: rotate(-180deg);
    background-color: transparent;
    background-image: url(../images/arrow.svg)!important;
    height: 32px;
    min-width: inherit!important;
    color: transparent;
    transition: none;
    position: absolute;
    padding: 0;
    background-size: cover;
    z-index: 9;
    background-position: 0 0;
    cursor: pointer;
    width: 32px;
    border: none;
    right: -10px;
    top: 40%;
}

.slick-next:hover {
    background-position: 0 32px;
}

.related-articles-holder {
    padding: 50px 0px 100px;
}

.related-articles-holder h2 {
    margin: 0px 0px 80px!important;
    flex: 1;
    box-sizing: border-box;
    color: #31216b!important;
    font-size: 34px!important;
    font-weight: 800!important;
    text-align: center;
    line-height: 50px!important;
    position: relative;
}

.related-articles-holder h2:before {
    content: '';
    height: 4px;
    width: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -30px;
    background-color: #5d5cff;
}

@media (max-width: 767px) {
    .essb_links .essb_link_linkedin {
        background-color: #007bb6;
    }
    .essb_links .essb_link_facebook,
    .essb_links .essb_link_facebook_like {
        background-color: #3a579a;
    }
    .essb_links .essb_link_messenger {
        background-color: #0d87ff;
    }
    .essb_links .essb_link_whatsapp {
        background-color: #1D9E11;
    }
    .essb_links .essb_link_twitter {
        background-color: #00abf0;
    }
    .essb_links .essb_link_copy,
    .essb_links .essb_link_fintel,
    .essb_links .essb_link_instapaper,
    .essb_links .essb_link_mail,
    .essb_links .essb_link_print {
        background-color: #404040;
    }
}

@media only screen and (max-width: 480px) {
    .related-articles-holder {
        padding: 30px 0px 60px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}

.post-bottom-cta-background {
    background-image: url(../images/hero_bottom.png)!important;
    background-size: cover;
    background-position: center center;
    margin-top: 0px;
}

.post-bottom-cta-row {
    padding: 70px 0px 50px 0px;
    max-width: 750px;
    margin: auto;
    color: #ffffff;
    text-align: center;
}

.post-bottom-cta-row h2 {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.4em;
    font-size: 2.2em;
    font-weight: 700;
    margin-top: 0px;
}

.post-bottom-cta-row p {
    margin-bottom: 30px;
    font-size: 1.3em;
    letter-spacing: 1px;
    color: #fff;
}

.post-bottom-buttons-container {
    max-width: 540px;
    margin: auto;
    margin-bottom: 10px;
}

.post-bottom-buttons-container .default-button {
    width: 250px;
    display: inline-block;
    margin: 8px;
}

.post-bottom-buttons-container .default-button.button-orange {
    padding: 12px 0px;
}

.cta-course {
    background: url(/resources/cta_back_white_1280px.png) no-repeat right top;
    background-size: cover;
    border-radius: 8px;
    padding: 45px 55px 55px 55px;
    margin-top: 80px;
    box-shadow: 4px 4px 15px 5px rgb(117 124 129 / 12%);
}

.cta-course h2 {
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.5em;
    padding-top: 5px;
    margin-bottom: 25px;
}

.cta-course-badge {
    background: #FB9F02;
    padding: 3px 20px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.4px;
}

#cta-course-deadline {
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 25px;
    color: #2e3c47;
}

.cta-course-tagline {
    margin-bottom: 15px !important;
    line-height: 2em !important;
    font-size: 1.15em !important;
}

.cta-course-button-container {
    display: inline-block;
    margin-right: 15px;
}

.cta-course-countdown-element {
    display: inline-block;
    font-size: 2.5em !important;
    line-height: 0.9em;
    margin-bottom: 10px;
    margin-right: 15px;
}

.cta-course-countdown-label {
    font-size: 0.4em;
}

.cta-course-hero-box .course-countdown-label {
    display: block;
}

.default-button.no-countdown {
    display: none;
}

.cta-course .default-button {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: none;
}

@media screen and (max-width: 480px) {
    .post-bottom-cta-row {
        padding: 70px 30px 50px 30px;
    }
}


/*****
Forms Additional Subscribe
Sidebar
*****/

.sidebar-form {
    background: #1EBBF0 !important;
    padding: 20px;
}

#sidebar-form-subscribe form {
    padding: 0px;
    margin: 0px;
}

#sidebar-form-subscribe ._form-content {
    margin: 0px;
    display: flex;
    flex-direction: column;
    background: #1EBBF0 !important;
}

#sidebar-form-subscribe ._form-content>div>label {
    display: none!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(1),
#sidebar-form-subscribe ._form-content>div:nth-child(2) {
    margin: 0px 0px 10px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) {
    margin: 0px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(1) input,
#sidebar-form-subscribe ._form-content>div:nth-child(2) input {
    border: none!important;
    width: 100%;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) {
    width: 160px!important;
}

#sidebar-form-subscribe ._form-content>div:nth-child(3) iframe {
    width: 160px;
    border-radius: 5px;
}

#sidebar-form-subscribe ._button-wrapper button {
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    background: #fb9f00!important;
    border: 0 !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 10px !important;
    color: #fff!important;
    width: 100%;
    height: 50px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 600;
    font-size: 16px;
}

#sidebar-form-subscribe ._error-inner {
    background-color: rgb(251, 159, 0)!important;
    background-image: none!important;
    padding: 12px!important;
}

#sidebar-form-subscribe ._error._below ._error-arrow {
    border-bottom: 8px solid rgb(251, 159, 0)!important;
}

#sidebar-form-subscribe form ._button-wrapper button.processing {
    background: #fb9f00!important;
}

#sidebar-form-subscribe form ._button-wrapper button.processing:after {
    background: #fb9f00!important;
}

#sidebar-form-subscribe form ._button-wrapper button.processing:before {
    background-image: linear-gradient(#fb9f00, #fff), conic-gradient(#fb9f00, #fff)!important;
}

#sidebar-form-subscribe ._button-wrapper ._form-inner ._form_error {
    position: absolute!important;
    bottom: -100px;
    z-index: 99;
}

#sidebar-form-subscribe ._button-wrapper ._form-inner ._form_error ._error-html {
    margin: 0px!important;
}

#sidebar-form-subscribe ._form-thank-you {
    font-size: 20px!important;
    line-height: 30px;
    color: #fff;
    text-align: left!important;
    position: relative!important;
    background: #1EBBF0 !important;
    font-weight: 600;
}

#sidebar-form-subscribe ._button-wrapper {
    margin: 20px 0px 0px!important;
}

@media screen and (max-width: 1350px) {
    #sidebar-form-subscribe ._form-content>div:nth-child(3) {
        width: 110px!important;
    }
    #sidebar-form-subscribe ._form-content>div:nth-child(3) iframe {
        width: 110px;
    }
}

.schema-faq-section {
    margin-bottom: 20px;
    border-left: 2px solid #1EBBF0;
    padding: 10px 0px 0px 20px;
    display: flex;
    flex-direction: column;
}

.schema-faq-section .schema-faq-question {
    font-size: 16px;
    line-height: 24px;
    color: #131313;
    padding: 0px 20px 10px 0px!important;
    margin: 0px!important;
    position: relative;
    cursor: pointer;
}

.schema-faq-section .schema-faq-question.faq-down:before {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.schema-faq-section .schema-faq-question:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    color: #1EBBF0;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.schema-faq-section>p {
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    margin: 0px!important;
    display: none;
    padding-bottom: 10px;
}