#wp-disclaimer-popup {
    padding:40px;
    background-color: rgba(255,255,255,0.88);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}
#wp-disclaimer-popup p.wpdp-footer {
    text-align: end;
}

#wp-disclaimer-popup span#wpdp-close, #wp-disclaimer-popup #wpdp-decline {
    border: 1px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left:20px;
    padding-right:20px;
    padding-top:12px;
    padding-bottom:12px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border-color: #000000;
    font-size: 11px;
    color:#000000;
    text-transform:none;
    transition: all 500ms;
}

#wp-disclaimer-popup span#wpdp-close:hover, #wp-disclaimer-popup #wpdp-decline:hover {
    border-color: rgba(62,113,160,1);
    color:rgba(62,113,160,1);
    background-color: transparent;
}

.wpdp-footer {
    margin-bottom:0;
}

#wp-disclaimer-popup p a {
    color: #000000;
    font-weight:600;
    text-decoration: underline;
}



#menu-opener {
    transition: all 500ms;
    cursor: pointer;
}

#menu-opener  #menu-opener-icon  {
    width: 41px;
    height:41px;
}


.navigation_dark #menu-opener #menu-opener-icon {
    fill: #000000;
    stroke: #000000;
}
.navigation_dark #menu-opener:hover #menu-opener-icon  {
    fill: rgba(62,113,160,1);
    stroke: rgba(62,113,160,1);
}

.navigation_light #menu-opener #menu-opener-icon  {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.navigation_light #menu-opener:hover #menu-opener-icon  {
    fill: rgba(62,113,160,1);
    stroke: rgba(62,113,160,1);
}

.buttonize {
    border: 1px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left:25px;
    padding-right:25px;
    padding-top:15px;
    padding-bottom:15px;
    display: inline-block;
    cursor: pointer;
    margin-bottom:15px;
    font-weight: 700;
    font-size:12px;
}

.bordered_form > div > p {
    margin-bottom:0;
}

.bordered_form .label_title {
    margin-bottom:1rem;
}

.bordered_form .buttonize {

    padding-top:10px;
    padding-bottom:10px;
}

@media (min-width: 992px) {
.buttonize {
    border: 1px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left:25px;
    padding-right:25px;
    padding-top:15px;
    padding-bottom:15px;
    display: inline-block;
    cursor: pointer;
    margin-bottom:0px;
}
.bordered_form .buttonize {

    padding-top:10px;
    padding-bottom:10px;
}
}

.button_effect {
    cursor: pointer;
    transition: all 500ms;
}
.button_effect:hover {
    opacity: 0.5;
}

header #header {
    transition: all 500ms;
}

header.header_light.scrolled #header {
background-color: rgba(0,0,0,1);
}

header.header_dark.scrolled #header {
background-color: rgba(255,255,255,1);
}

#menu-opener  #menu-opener-icon  {
    position: relative;
    z-index: 1030;
}

.dropdown_menu_wrapper {
    padding-top:162px;
    padding-left:60px;
    padding-right:60px;
    padding-bottom:48px;
}

header.header_light .menu_item a {
    color: rgba(255,255,255,1);
}

header.header_dark .menu_item a {
    color: rgba(0,0,0,1);
}

header.header_light .menu_sub_item a {
    color: rgba(255,255,255,1);
}

header.header_dark .menu_sub_item a {
    color: rgba(0,0,0,1);
}

header.header_light .menu_item .a_like {
    color: rgba(255,255,255,1);
    cursor: pointer;
}

header.header_dark .menu_item .a_like {
    color: rgba(0,0,0,1);
    cursor: pointer;
}

header.header_light .dropdown_menu {
    background-color: rgba(0,0,0,1);
}

header.header_dark .dropdown_menu {
    background-color: rgba(255,255,255,1);
}



header.header_dark .navbar-nav .nav-link.active, header.header_dark .navbar-nav .nav-link.show {
    color:rgba(0,0,0,1);
}


header.header_light .navbar-nav .nav-link.active, header.header_light .navbar-nav .nav-link.show {
    color:rgba(255,255,255,1);
}

.dropdown_menu {
    transition: all 500ms;
    position: fixed;
    z-index: 1029;
    top:0;
    right:0;
    overflow: hidden;
}

#dropdown_menu {
    transition: all 500ms !important;
    /**/max-width: 0px;
    max-height: 0px;
    opacity: 0;
}


#dropdown_menu.show {
    transition: all 500ms !important;
    /*width: 100%;*/
    width: 100%;
    max-width: 560px;
    max-height:none;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.navigation_light .dropdown_menu_left {
    border-right: 1px solid #FFFFFF;
    white-space:nowrap;
}

.navigation_dark .dropdown_menu_left {
    border-right: 1px solid #000000;
    white-space:nowrap;
}

.menu_item {
    padding-top:10px;
    padding-bottom:10px;
}

.menu_item:first-child {
    padding-top:0px;
    padding-bottom:10px;
}

.menu_item:last-child {
    padding-top:10px;
    padding-bottom:0px;
}

.menu_sub_item {
    padding-top:10px;
    padding-bottom:10px;
}

.menu_sub_item:first-child {
    padding-top:0px;
    padding-bottom:10px;
}

.menu_sub_item:last-child {
    padding-top:10px;
    padding-bottom:0px;
}

.menu_sub_items {
    transition: all 500ms !important;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
}

.menu_sub_items.show {
    transition: all 500ms !important;
    /*width: 100%;*/
    width: 100%;
    max-height:none;
    opacity: 1;
    overflow: hidden;
}

#header_mobile {
    background-color: rgba(0,0,0,0.8);
    padding-top:20px;
    padding-bottom:20px;
}

.mega-toggle-block button span.mega-toggle-animated-box {
    display:none !important;
}

.mega-toggle-block button::after {
    content: ' ';
    width: 41px;
    height: 41px;
    background-image: url('/wp-content/themes/nickel-digital/images/menu-opener-light.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.mega-menu.max-mega-menu.mega-menu-horizontal {
    margin-top:20px !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-top:0;
    padding-bottom:0;
    padding-left: 16px;
    padding-right: 16px;
}

/* ==============================================================
============================= FOOTER ============================
============================================================== */
.footer_top_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:70px;
    padding-bottom:70px;
}
@media (min-width: 992px) {
.footer_top_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:150px;
    padding-bottom:70px;
}
}

.footer_address_wrapper .buttonize {
    margin-top:40px;
}

@media (min-width: 992px) {
.footer_address_wrapper .buttonize {
    margin-top:0px;
}
}

.footer_address_wrapper {
    padding-top:40px;
}

@media (min-width: 992px) {
.footer_address_wrapper {
    padding-top:74px;
}
}

.footer_phone_wrapper {
    padding-top:30px;
}

.footer_social_wrapper {
    padding-top:20px;
}

.footer_bottom_menu_wrapper {
    padding-top:40px;
}

@media (min-width: 992px) {
.footer_bottom_menu_wrapper {
    padding-top:120px;
}
}

.footer_bottom_wrapper {
    padding-top:46px;
    padding-bottom:46px;
}

.footer_disclaimer_header {
    padding-bottom:46px;
}

.footer_copyright {
    padding-top:20px;
}

@media (min-width: 992px) {
    .footer_copyright {
        padding-top:0px;
    }
}



/* ==============================================================
========================= HERO CAROUSEL =========================
============================================================== */


#hero_carousel_hero .carousel-indicators {
    display:block;
    margin-left: 0;
    margin-right: 0;
    z-index: 6;
    margin-bottom: 40px;
}
#hero_carousel_hero .carousel-indicators [data-bs-target] {
    transform: skewX(50deg);
    width:26px;
    height:4px;
}
#hero_carousel_hero .carousel-item {
    width:100%;
    /*min-height:864px;*/
    position: relative;
    overflow: hidden;
}

.hero_carousel_video {
    width: auto;
    height: 100%;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero_carousel_video_retino {
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: url('/wp-content/themes/nickel-digital/images/retino.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.hero_carousel_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    min-height:864px;
    position: absolute;
}

.hero_carousel_text_wrapper {
    position: relative;
    z-index: 3;
    padding-top:170px;
    padding-bottom:130px;
}

@media (min-width: 992px) {
.hero_carousel_text_wrapper {
    position: relative;
    z-index: 3;
    padding-top:250px;
    padding-bottom:310px;
}
}

.hero_carousel_text_title {
    padding-bottom:32px;
}

.hero_carousel_text_text {
    padding-bottom:54px;
}




/* ==============================================================
=========================== IMAGE LIST ==========================
============================================================== */

.image_list_wrapper {
    padding-top:40px;
    padding-bottom:40px;
}
@media (min-width: 992px) {
.image_list_wrapper {
    padding-top:60px;
    padding-bottom:100px;
}
}



.image_list_title_wrapper {
    padding-bottom:30px;
}

@media (min-width: 992px) {
.image_list_title_wrapper {
    padding-bottom:50px;
}
}


.slick-slide img {
    display: inline-block;
}

.image_list_container_wrapper {
    position: relative;
}

.image_list_carousel_wrapper .slick-slide img, .image_list_carousel_wrapper .image_list_marquee img  {
    /*max-width: 100px;*/
    max-width: 140px;
    height: auto;
}

.image_list_carousel_wrapper {
    /*padding-left: 50px;
    padding-right: 50px;*/
}
@media (min-width: 992px) {
.image_list_carousel_wrapper {
    /*padding-left: 90px;
    padding-right: 90px;*/
}
}

.image_list_carousel_controller {
    position: absolute;
    width: 100%;
    top:50%;
    left:0;
    transform: translateY(-50%);
}

.image_list_marquee {
    width: 100%;
    overflow: hidden;
}

.image_list_marquee ul, .image_list_marquee li {
    list-style: none;
}
.image_list_marquee ul.flex {
    display: flex;
    align-items: center;
}

.image_list_marquee ul.flex li {
    flex-shrink: 0;
}


.image_list_marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* Fix for sliding fade effect - target the wrapper instead of the marquee */
.image_list_carousel_wrapper {
    position: relative;
    overflow: hidden;
}

/* Move fade effects to the wrapper instead of the marquee */
/*.image_list_carousel_wrapper::before,
.image_list_carousel_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    z-index: 2;
    pointer-events: none;  Allows clicking through the fade overlay 
}*/

/* Left fade effect 
.image_list_carousel_wrapper::before {
    left: 0;
    background: linear-gradient(to right, 
                rgba(255, 255, 255, 1) 20%, 
                rgba(255, 255, 255, 0.51) 50%, 
                rgba(255, 255, 255, 0) 100%);
}*/

/* Right fade effect 
.image_list_carousel_wrapper::after {
    right: 0;
    background: linear-gradient(to left, 
                rgba(255, 255, 255, 1) 20%, 
                rgba(255, 255, 255, 0.51) 50%, 
                rgba(255, 255, 255, 0) 100%);
}*/

/* Reset the marquee pseudo elements that were sliding 
.image_list_marquee::before,
.image_list_marquee::after {
    display: none;
}*/

/* ==============================================================
=========================== HOME TEAM ===========================
============================================================== */

.home_team_wrapper {
    padding-top:20px;
    padding-bottom:40px;
   /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background: transparent;
}
@media (min-width: 992px) {
.home_team_wrapper {
    padding-top:20px;
    /* padding-bottom:140px;*/
    padding-bottom:100px;
   /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
}
}

.team_dna_pretitle, .team_dna_title {
padding-bottom:18px;
}

.team_presentation_pretitle {
padding-bottom:18px;
}

.team_presentation_title {
padding-bottom:40px;
}

@media (min-width: 992px) {
.team_presentation_title {
padding-bottom:74px;
}
}

.team_dna_title_wrapper {
    padding-bottom:30px;
}

@media (min-width: 992px) {
.team_dna_title_wrapper {
    padding-bottom:100px;
    padding-top:120px;
}
}

.team_dna_logo img {
    mix-blend-mode:darken;
}

.team_presentation_title_wrapper {
    padding-top:40px;
}

@media (min-width: 992px) {
.team_presentation_title_wrapper {
    /*padding-top:240px;*/
    padding-top:120px;
}
}

.team_presentation_highlight_text {
    padding-bottom:30px;
}

@media (min-width: 992px) {
.team_presentation_highlight_text {
    padding-bottom:30px;
}
}

.team_presentation_text {
    padding-bottom:40px;
}

@media (min-width: 992px) {
.team_presentation_text {
    padding-bottom:0px;
}
}

.team_image {
    padding-bottom:20px;
}


@media (min-width: 992px) {
.team_image {
    padding-bottom:0px;
}
}

.team_presentation_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team_presentation_name {
    padding-top:20px;
    word-spacing: 320px;
}

.team_presentation_role {
    padding-top:16px;
}

.team_presentation_team_button {
    padding-top:20px;
    cursor: pointer;
}

.scroll_next {
    cursor: pointer;
}

.team_member_wrapper {
    cursor: pointer;
    padding-left:10px;
    padding-right:10px;
}

.team_member_wrapper .team_presentation_image {
    
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;

    filter: grayscale(100%);
   
}

.team_member_wrapper:hover .team_presentation_image {
    
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;

    filter:grayscale(0%);
}

.modal-backdrop
{
    opacity:0.9 !important;
}

.team_modal .modal-content {
    padding:40px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 60px !important;
    background-color: rgba(255,255,255,0.88);
}

.team_modal .modal-header {
    border-bottom: 0 !important;
}

.team_modal .modal-footer {
    border-top: 0 !important;
}

.team_bio {
    padding-top:32px;
}

.team_linkedin_profile {
    padding-top:12px;
}

.team_link {
    padding-top:32px;
}

.team_presentation_images_wrapper {
    padding-top:60px;
}


.team_dna_new_slider_wrapper {
    width: 100%;
    overflow: hidden;
}

.team_dna_new_slider_wrapper ul, .team_dna_new_slider_wrapper li {
    list-style: none;
}

.team_single_logo {
    width: 200px;
    height: auto;
}

.team_dna_img_top {
    padding-bottom:24px;
}

.team_dna_img_bottom {
    padding-top:24px;
}







/* ==============================================================
========================= NUMBER SLIDER =========================
============================================================== */


.number_slider_wrapper {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background:transparent;
    padding-top:40px;
    padding-bottom:40px;
}
@media (min-width: 992px) {
.number_slider_wrapper {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    background:transparent;
    padding-top:150px;
    padding-bottom:120px;
}
}

/*.number_slider_slider {
    padding-top:40px;
    padding-bottom:40px;
}*/

.number_slider_slider_w {
    padding-top:40px;
    padding-bottom:40px;
}
@media (min-width: 992px) {
/*.number_slider_slider {
    padding-top:240px;
    padding-bottom:100px;
}*/

.number_slider_slider_w {
    padding-top:240px;
    padding-bottom:100px;
}
}


.steps_slider_slider_w {
    padding-top:40px;
    padding-bottom:40px;
}
@media (min-width: 992px) {


.steps_slider_slider_w {
    padding-top:140px;
    padding-bottom:100px;
}
}


.number_slider_slider .carousel-inner > .carousel-item {
    -webkit-transition:all 5s linear  !important;
    -moz-transition:all 5s linear  !important;
    -o-transition:all 5s linear  !important;
    transition:all 5s linear !important;
}

.number_slider_slider .box {
      padding-right:100px;
    }


.number_slider_slider .carousel-control-next {
      background-image: none;
      justify-content: end;
      opacity: 1;
      transition: all 500ms;
    }

.number_slider_slider .carousel-control-next {
      opacity: 0.5;
    }

.number_slider_slider .carousel-control-next:hover {
      opacity: 1;
    }


    .number_slider_number, .number_slider_description  {
        white-space: nowrap;
    }

    .number_slider_description_mobile br {
        display: none;
    }

    .number_slider_marquee {
        width: 100%;
        overflow: hidden;
    }
    
    .number_slider_marquee ul, .number_slider_marquee li {
        list-style: none;
    }
    .number_slider_marquee ul.flex {
        display: flex;
        align-items: center;
    }
    
    .number_slider_marquee ul.flex li {
        flex-shrink: 0;
    }

    .numbersModal_title {
        padding-bottom:3rem;
    }



    
.numbersModal_modal .modal-content {
    padding:40px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 60px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 60px !important;
    background-color: rgba(255,255,255,0.88);
}

.numbersModal_modal .modal-header {
    border-bottom: 0 !important;
}

.numbersModal_modal .modal-footer {
    border-top: 0 !important;
}



.numbersModal_modal .number_slider_number {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #000000;
}


/* ==============================================================
===================== INVESTMENT FUND LIST ======================
============================================================== */



.investment_fund_list_wrapper {
    /*background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background:transparent;
    padding-top:40px;
    padding-bottom:20px;
}
@media (min-width: 992px) {
.investment_fund_list_wrapper {
    /*background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background:transparent;
    padding-top:120px;
    padding-bottom:20px;
}
}

.investment_fund_list_title {
    padding-bottom:40px;
}

@media (min-width: 992px) {
.investment_fund_list_title {
    padding-bottom:60px;
}
}

.investment_fund_list_item_wrapper {
    padding-top:40px;
    padding-bottom:40px;
    border-bottom:1px solid #000000;
}

@media (min-width: 992px) {
.investment_fund_list_item_wrapper {
    padding-top:126px;
    padding-bottom:126px;
    border-bottom:1px solid #000000;
}
}

.investment_fund_list_description {
    padding-bottom:40px;
}

@media (min-width: 992px) {
.investment_fund_list_description {
    padding-bottom:0px;
}
}

.investment_fund_list_description br {
    display: none;
}

@media (min-width: 992px) {
.investment_fund_list_description br {
    display: block;
}
}

.investment_fund_list_item_wrapper:last-child {
    border-bottom: 0;
}


.investment_fund_list_icon {
    margin-bottom:40px;
}


@media (min-width: 992px) {
.investment_fund_list_icon {
    margin-bottom:0px;
}
}


/* ==============================================================
========================== LATEST_NEWS ==========================
============================================================== */




.latest_news_wrapper {
    background: none;
padding-top:0px;
padding-bottom:0px;
}


@media (min-width: 992px) {
.latest_news_wrapper {
    /*background: linear-gradient(90deg, #FFFFFF 50%, #f5f6f9 50%);*/
    background: linear-gradient(90deg,#FFFFFF 0%, #FFFFFF 40.5%, #f5f6f9 40.5%, #f5f6f9 59.5%, #FFFFFF 59.5%, #FFFFFF 100%);
padding-top:110px;
padding-bottom:110px;
}
}

.latest_news_box_title {
    padding-bottom:70px;
}

.news_box_item_image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news_box_item_image {
    padding-bottom:26px;
}

.news_box_item_title {
    padding-bottom:16px;
}

.news_box_item_date {
    padding-bottom:30px;
}

.news_box_item_content {
    max-width: 300px;
}

.news_box_item {
    padding-bottom:40px;
    min-height: 430px;
}



.latest_news_left {
    padding-bottom:40px;
}

.latest_news_right {
    /*background-color: #f5f6f9;*/
    background-color: none;
    padding-top:40px;
    padding-bottom:40px;
}

@media (min-width: 992px) {
.latest_news_left {
    padding-bottom:0px;
}

.latest_news_right {
    background-color: none;
    padding-top:0px;
    padding-bottom:0px;
}
}


/* ==============================================================
========================= HERO STANDARD =========================
============================================================== */


#hero_standard_hero .hero_standard_hero_wrapper {
    width:100%;
    /*min-height:864px;*/
    position: relative;
    overflow: hidden;
}

.hero_standard_video {
    width: auto;
    height: 100%;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero_standard_video_retino {
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-image: url('/wp-content/themes/nickel-digital/images/retino.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hero_standard_video_retino_white {
    position:absolute;
    z-index: 1;
    top:0;
    left:0;
    right:0;
    bottom:0;
}


.hero_standard_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    min-height:864px;
    position: absolute;
}

.hero_standard_text_wrapper {
    position: relative;
    z-index: 3;
    padding-top:170px;
    padding-bottom:130px;
}
@media (min-width: 992px) {
.hero_standard_text_wrapper {
    position: relative;
    z-index: 3;
    padding-top:250px;
    padding-bottom:250px;
}
.hero_standard_text_wrapper.short_hero {
    position: relative;
    z-index: 3;
    padding-top:250px;
    padding-bottom:100px;
}
}

.hero_standard_text_title {
    padding-bottom:32px;
}

.hero_standard_text_text_spacer {
    padding-top:42px;
}

.hero_standard_text_highlight_text {
    padding-top:10px;
}

.hero_standard_text_highlight_text.hero_standard_text_highlight_text_spacer {
    padding-top:30px;
}
.hero_standard_btn {
    padding-top:30px;
}






/* ==============================================================
========================== TEXT BLOCK ===========================
============================================================== */


.text_block_wrapper.has_bg {
    padding-top:60px;
    padding-bottom:60px;
}
@media (min-width: 992px) {
.text_block_wrapper.has_bg {
    padding-top:185px;
    padding-bottom:150px;
}
}

.text_block_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:60px;
    padding-bottom:40px;
}
.text_block_wrapper.remove_top_padding {
    padding-top:0px;
}
@media (min-width: 992px) {
.text_block_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:70px;
    /*padding-bottom:100px;*/
    padding-bottom:60px;
}
.text_block_wrapper.remove_top_padding {
    padding-top:0px;
}
}

.text_block_title {
    padding-bottom:35px;
}

.text_two_block_title {
    padding-bottom:70px;
}


.text_block_title br {
    display: none;
}
@media (min-width: 992px) {
.text_block_title br {
    display: block;
}
}


.text_block_button {
    padding-top:30px;
}


/* ==============================================================
======================= LATEST PRESS ROOM =======================
============================================================== */



.latest_press_room_wrapper {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width: 992px) {
.latest_press_room_wrapper {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:120px;
    padding-bottom:90px;
}
}

.latest_press_room_title {
    padding-bottom:60px;
}

.latest_press_room_item_wrapper {
    padding-top:126px;
    padding-bottom:126px;
    border-bottom:1px solid #000000;
}

.latest_press_room_item_wrapper:last-child {
    border-bottom: 0;
}

.latest_press_item_image {
    display: inline-flex;
    height: 70px;
    /*background-color: #FFFFFF;
    padding-left:20px;*/
    padding-right:40px;
    padding-top:12px;
    padding-bottom:12px;
}

.latest_press_item_image img {
    max-width: 300px;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; 
}

.latest_press_room_list_wrapper, .latest_press_room_list_slider_wrapper {
    padding-top:110px;
}

.latest_press_room_list_slider_wrapper ul, .latest_press_room_list_slider_wrapper li {
    list-style: none;
}

.latest_press_room_list_slider_wrapper li .box, .latest_press_room_list_slider_wrapper li {
    width:272px;
}


@media (min-width: 992px) {
.latest_press_room_list_slider_wrapper li .box, .latest_press_room_list_slider_wrapper li {
    width:400px;
}
}


.latest_press_room_list_slider {
    width: 100%;
    overflow: hidden;
}



.latest_press_item_title {
    padding-top:40px;
}

.latest_press_item_date {
    padding-top:20px;
}

.latest_press_item_text {
    padding-top:30px;
}

.latest_press_item_button {
    padding-top:30px;
}

.latest_press_room_link_wrapper {
    padding-top:50px;
}

@media (min-width: 992px) {
.latest_press_room_link_wrapper {
    padding-top:110px;
}
}






/* ==============================================================
========================== CONTACT FORM =========================
============================================================== */



.contact_form_wrapper_fixed {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:60px;
    padding-bottom:60px;
    scroll-margin-top: 50px;
}
@media (min-width: 992px) {
.contact_form_wrapper_fixed {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:110px;
    padding-bottom:110px;
    scroll-margin-top: 132px;
}
}

.contact_form_wrapper {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:60px;
    padding-bottom:60px;
    scroll-margin-top: 50px;
}
@media (min-width: 992px) {
.contact_form_wrapper {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:110px;
    padding-bottom:110px;
    scroll-margin-top: 132px;
}
}

.contact_form_gap {
    margin-bottom:30px;
}

.contact_form_content {
    padding-bottom:60px;
}
@media (min-width: 992px) {
.contact_form_content {
    padding-bottom:110px;
}
}

.contact_form_form .text-end p {
    text-align: right;
}

.contact_form_form .country-select.inside input, .contact_form_form  .country-select.inside input[type=text]  {
    padding-left: 52px;
}

.contact_form_form input:not([type="submit"]):not([type="checkbox"]),  .contact_form_form select {
    width:100%;
    border-radius: 0;
    border:0;
    height:50px;
    color: #000000;
    padding-left:20px;
    padding-right:20px;
}
.contact_form_form textarea {
    width:100%;
    border-radius: 0;
    border:0;
    height:150px;
    color: #000000;
    padding-left:20px;
    padding-right:20px;
    padding-top:14px;
}
.contact_form_form textarea[rows="2"] {
    
    height:80px;
}

input:placeholder-shown, textarea:placeholder-shown, select:has(option[value=""]:checked) {
    /* Styles for empty input fields */
    opacity: 0.7;
}

input:focus, textarea:focus, select:focus {
    /* Styles for empty input fields */
    opacity: 1;
}

#track_1 {
    visibility: hidden;
    height: 0;
}

#track_2 {
    visibility: hidden;
    height: 0;
}

#track_3 {
    visibility: hidden;
    height: 0;
}

.custom-file-upload {
    float:right;
}

.label_left {
    float:left;
}
.custom-file-upload.buttonize {
    cursor: pointer;
    background-color: rgba(0,0,0,0.52);
}


.contact_form_form .selected-dial-code {
    color: #000000;
}

.contact_form_form .wpcf7-list-item.first.last {
    margin-left:20px;
}

.contact_form_form input[type="checkbox"] {
    width:25px;
    height:25px;
    border:2px solid #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.contact_form_form .form_label {
    display: block;
    font-size: 13px;
    line-height: 22px;

}

.wpcf7-spinner {
    display: block;
}
@media (min-width: 992px) {
.wpcf7-spinner {
    display: inline-block;
}
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    }
    .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    }
    .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    }
    .wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    }
    
    .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 0px;
    border: 2px solid #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    
    .color_black .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 25px;
    width: 25px;
    top: 0px;
    left: 0px;
    border: 2px solid #000000;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    }
    .wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    }

    .wpcf7-submit {
        border: 1px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-color: #FFFFFF;
    color: #FFFFFF;
    
    font-weight: 700;
    font-size:12px;
    background-color: transparent;
    transition: all 500ms;
    }

    .color_black .wpcf7-submit {
        border: 1px;
    border-style: solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    border-color: #000000;
    color: #000000;
    font-size: 10px;
    background-color: transparent;
    transition: all 500ms;
    }
    .wpcf7-submit:hover {
        border-color: rgba(62,113,160,1);
        color: rgba(62,113,160,1);
    }

    .intl-tel-input ul.country-list {
        color:#000000;
    }
    

/* ==============================================================
======================== BENEFIT SLIDER =========================
============================================================== */


.benefit_slider_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top:150px;
    padding-bottom:120px;
}

.benefit_slider_slider {
    padding-top:40px;
    padding-bottom:40px;
}

@media (min-width: 992px) {
.benefit_slider_slider {
    /*padding-top:240px;*/
    padding-top:180px;
    padding-bottom:100px;
}
}

.benefit_slider_slider.reduce_top_gap {
    padding-top:160px;
    padding-bottom:100px;
}


.benefit_slider_slider .box {
      
      min-width: 320px;
    }


    @media (min-width: 992px) {
.benefit_slider_slider .box {
      
      min-width: 420px;
    }
    }


.benefit_slider_slider .carousel-control-next {
      background-image: none;
      justify-content: end;
      opacity: 1;
      transition: all 500ms;
    }

.benefit_slider_slider .carousel-control-next {
      opacity: 0.5;
    }


.benefit_slider_slider .carousel-control-next:hover {
      opacity: 1;
    }


   #benefitsModal .benefit_slider_item_icon {
        padding-bottom:10px;
    }

    .benefit_slider_item_icon {
        padding-bottom:50px;
    }
    #benefitsModal .benefit_slider_item_title {
        padding-bottom:15px;
        margin-bottom:20px;
        border-bottom:1px solid #000000;
        height: auto !important;
    }
    .benefit_slider_item_title {
        padding-bottom:25px;
        margin-bottom:30px;
        border-bottom:1px solid #FFFFFF;
    }
    #benefitsModal .benefit_slider_item_title_no {
        padding-bottom:15px;
        margin-bottom:20px;
        border-bottom:1px solid #000000;
        min-height: 40px;
    }

    .benefit_slider_item_title_no {
        padding-bottom:25px;
        margin-bottom:30px;
        border-bottom:1px solid #FFFFFF;
        min-height: 80px;
    }

    .benefit_slider_text {
        padding-top:40px;
    }


/**/
    .benefit_slider_item_title  {
        white-space: nowrap;
    }


    
    .benefit_slider_slider {
        width: 100%;
        overflow: hidden;
    }
    
    .benefit_slider_slider ul, .benefit_slider_slider li {
        list-style: none;
    }
    .benefit_slider_slider ul.flex {
        display: flex;
        align-items: center;
    }
    
    .benefit_slider_slider ul.flex li {
        flex-shrink: 0;
    }
    
/* ==============================================================
========================== ACCORDION ===========================
============================================================== */


.accordion_wrapper {
    /*background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width: 992px) {
.accordion_wrapper {
    /*background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:150px;
    padding-bottom:120px;
}
}

.accordion_container {
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width: 992px) {
.accordion_container {
    padding-top:90px;
    padding-bottom:0px;
}
}

#faqAccordion .accordion-button::before {
    content: none; /* Remove default icon */
}

#faqAccordion .accordion-button::after {
    content: none;
}

#faqAccordion .accordion-icon {
    display: inline-block;
    min-width: 30px;
}

#faqAccordion .accordion-button:not(.collapsed) .accordion-icon {
    content: "-";
    font-weight: 600;
    font-size: 50px;
    line-height: 30px;
    margin-right: 30px;
}

#faqAccordion .accordion-button.collapsed .accordion-icon {
    content: "+";
    font-weight: 600;
    font-size: 50px;
    line-height: 30px;
    margin-right: 30px;
}

#faqAccordion .accordion-button {
    /*padding-left: 30px;  Give space for the icon */
    padding-left: 0px;
}

#faqAccordion .accordion-item {
    background-color: transparent !important; /* Remove background color */
}

/* Remove default background color, borders, and focus effects from the accordion */
#faqAccordion .accordion-button {
    background-color: transparent !important; /* Remove background color */
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove box-shadow on focus */
    color: inherit; /* Inherit text color */
}

/* Remove focus outline */
#faqAccordion .accordion-button:focus {
    outline: none !important; /* Remove focus outline */
    box-shadow: none !important; /* Remove box-shadow on focus */
}

/* Remove background color from expanded accordion button */
#faqAccordion .accordion-button:not(.collapsed) {
    background-color: transparent !important; /* Remove background on expanded state */
}

/* Remove borders from the accordion items */
#faqAccordion .accordion-item {
    border: none !important; /* Remove border around the accordion item */
}

/* Optional: Remove the default hover effect */
#faqAccordion .accordion-button:hover {
    background-color: transparent !important; /* Remove background on hover */
}

.accordion-body {
    padding-left: 60px;
}

/* ==============================================================
========================= INFO CONTACT ==========================
============================================================== */


.info_contact_wrapper_fixed {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top:60px;
    padding-bottom:60px;
}

.info_contact_wrapper {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:60px;
    padding-bottom:60px;
}
@media (min-width: 992px) {
.info_contact_wrapper_fixed {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top:150px;
    padding-bottom:120px;
}

.info_contact_wrapper {
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:150px;
    padding-bottom:120px;
}
}

.info_contact_content {
    padding-top:60px;
}

.info_contact_button {
    padding-top:50px;
}

.btn-close-white {
    filter: invert(1);
}






/* ==============================================================
========================= TWO COLUMNS ===========================
============================================================== */


.two_three_columns_wrapper {
    padding-top:0px;
    padding-bottom:60px;
}


@media (min-width: 992px) {
.two_three_columns_wrapper {
    padding-top:0px;
    padding-bottom:100px;
}
}

.three_columns_text_wrapper {
    padding-top:60px;
}


@media (min-width: 992px) {
.three_columns_text_wrapper {
    padding-top:100px;
}
}

.two_columns_wrapper {
    padding-top:60px;
    padding-bottom:60px;
}


@media (min-width: 992px) {
.two_columns_wrapper {
    padding-top:130px;
    padding-bottom:100px;
}
}

.two_columns_left {
    border-right:0px solid #000000;
}

@media (min-width: 992px) {
.two_columns_left {
    border-right:1px solid #000000;
}
}

.two_columns_left_title, .two_columns_right_title {
    padding-bottom:40px;
}

.two_columns_left {
    padding-right:0.75rem;
    padding-bottom:20px;
}

.two_columns_right {
    padding-left:0.75rem;
    padding-top:20px;
}

@media (min-width: 992px) {
.two_columns_left {
    padding-right:100px;
    padding-bottom:0;
}

.two_columns_right {
    padding-left:100px;
    padding-top:0;
}
}










.three_columns_left, .three_columns_center {
    border-right:0px solid #000000;
}

@media (min-width: 992px) {
.three_columns_left, .three_columns_center {
    border-right:1px solid #000000;
}
}

.three_columns_left_title, .three_columns_right_title, .three_columns_center_title {
    padding-bottom:40px;
}

.three_columns_left {
    padding-right:0.5rem;
    padding-bottom:20px;
}

.three_columns_center {
    padding-left:0.5rem;
    padding-right:0.5rem;
    padding-bottom:20px;
}

.three_columns_right {
    padding-left:0.5rem;
    padding-top:20px;
}

@media (min-width: 992px) {
.three_columns_left {
    padding-right:50px;
    padding-bottom:0;
}

.three_columns_center {
    padding-left:50px;
    padding-right:50px;
    padding-bottom:0px;
}
.three_columns_right {
    padding-left:50px;
    padding-top:0;
}
}




/* ==============================================================
============================ EMBED ==============================
============================================================== */


.embed_wrapper {
    padding-top:60px;
    padding-bottom:60px;
}



@media (min-width: 992px) {
.embed_wrapper {
    padding-top:100px;
    padding-bottom:120px;
}
}











/* ==============================================================
========================= THREE COLUMNS =========================
============================================================== */



.three_columns_wrapper {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width: 992px) {
.three_columns_wrapper {
    /*background-attachment: fixed;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: transparent;
    padding-top:140px;
    padding-bottom:140px;
}
}

.three_columns_title {
    padding-bottom:60px;
}

.three_columns_item_image {
    display: inline-flex;
    height: 56px;
}

.three_columns_item_image img {
    max-width: 300px;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; 
}



.three_columns_item_text {
    padding-top:40px;
}

.three_columns_item_button {
    padding-top:40px;
}

.three_columns_link_wrapper {
    padding-top:110px;
}

.three_columns_item_wrapper {
    border-right: 0px solid #000000;
}

@media (min-width: 992px) {
.three_columns_item_wrapper {
    border-right: 1px solid #000000;
}
}

.three_columns_item_wrapper:last-child {
    border-right: 0;
}

.three_columns_item_cont {
    padding-left:0px;
    padding-right:0px;
    padding-bottom:40px;
}

@media (min-width: 992px) {
.three_columns_item_cont {
    /*padding-left:70px;
    padding-right:70px;*/
    padding-bottom:0px;
    text-align: center;
}
}








/* ==============================================================
======================== TABLE STRUCTURE ========================
============================================================== */

.table_structure_wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom:40px;
}

.table_structure_wrapper table.table, .table_structure_wrapper table.table th, .table_structure_wrapper table.table td {
    background-color: transparent;
}

.table_structure_wrapper table.table thead {
    border-bottom:1px solid #000000;
}

.table_structure_wrapper table.table thead th:first-child, .table_structure_wrapper table.table tbody td:first-child {
    padding-top:30px;
    padding-bottom:30px;
    padding-left:0px;
    padding-right:50px;
}

.table_structure_wrapper table.table thead th, .table_structure_wrapper table.table tbody td {
    padding-top:30px;
    padding-bottom:30px;
    padding-left:50px;
    padding-right:50px;
}

.table_structure_wrapper table.table thead th:first-child {
    background-color: transparent;
}


.table_structure_wrapper table.table thead th:nth-child(2) {
    background-color: rgba(210, 226, 242, 1);
}
.table_structure_wrapper table.table thead th:nth-child(3) {
    background-color: rgba(210, 226, 242, 0.8);
}
.table_structure_wrapper table.table thead th:nth-child(4) {
    background-color: rgba(210, 226, 242, 0.6);
}
.table_structure_wrapper table.table thead th:nth-child(5) {
    background-color: rgba(210, 226, 242, 0.4);
}

.table_structure_wrapper table.table tbody {
    margin-top:30px;
}

.table_structure_wrapper table.table tbody tr td {
    border-right:1px solid #000000;
}

.table_structure_wrapper table.table tbody tr td.text_20 {
    text-align:right;
}

.table_structure_wrapper table.table tbody tr td:last-child {
    border-right:0;
}

.table_disclaimer {
    padding-top:40px;
}






/* ==============================================================
========================== IMAGE BLOCK ==========================
============================================================== */

.image_block_wrapper.bottom_gap {
    padding-bottom:60px;
}
@media (min-width: 992px) {
.image_block_wrapper.bottom_gap {
    padding-bottom:200px;
}
}
.image_block_wrapper {
    padding-bottom:70px;
}






/* ==============================================================
======================== CRYPTO READINGS ========================
============================================================== */

.crypto_readings_wrapper {
    margin-bottom:90px;
}

/*.crypto_readings_search_wrapper {
    position: sticky;
    top:162px;
}



.crypto_readings_search_wrapper > div {
    padding-top:24px;
    padding-bottom:24px;
}*/

.crypto_readings_search_intro {
    padding-left:0.75rem;
    padding-top:24px;
    padding-bottom:0px;
}

@media (min-width: 992px) {
.crypto_readings_search_intro {
    padding-left:80px;
    padding-top:24px;
    padding-bottom:24px;
}
}

.crypto_readings_search_field_wrapper {
    padding-top:24px;
    padding-bottom:24px;
}
@media (min-width: 992px) {
.crypto_readings_search_field_wrapper {
    padding-top:24px;
    padding-bottom:24px;
}
}

.crypto_readings_search_field {
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 50px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}

.crypto_readings_intro {
    padding-top:50px;
    padding-bottom:0px;
}


@media (min-width: 992px) {
.crypto_readings_intro {
    padding-top:50px;
    padding-bottom:50px;
}
}

.crypto_readings_row {
    border-bottom:1px solid #000000;
    padding-top:34px;
    padding-bottom:34px;
}

.crypto_readings_row:last-child {
    border-bottom:0;
}

.crypto_reading_row .buttonize {
    margin-top:20px;
}
@media (min-width: 992px) {
.crypto_reading_row .buttonize {
    margin-top:0px;
}
}

.crypto_reading_row {
    padding-top:18px;
    padding-bottom:18px;
}






/* ==============================================================
====================== INTERNAL NAVIGATION ======================
============================================================== */

.internal_navigation_wrapper > .container {
    border-bottom:1px solid #000000;
}

.internal_navigation_item {
padding-top:20px;
padding-bottom:20px;
}

@media (min-width: 992px) {
.internal_navigation_item {
padding-top:20px;
padding-bottom:20px;
}
}

.internal_navigation_item.current_page {
    background-color: rgba(8,31,92,0.12);
}






/* ==============================================================
======================== MULTIMEDIA LIST ========================
============================================================== */

.multimedia_list_wrapper {
    margin-bottom:90px;
}

.multimedia_list_intro {
    padding-top:50px;
    padding-bottom:0px;
}

@media (min-width: 992px) {
.multimedia_list_intro {
    padding-top:50px;
    padding-bottom:50px;
}
}



.multimedia_list_title {
    padding-top:20px;
}


.multimedia_list_subtitle {
    padding-top:10px;
}



.multimedia_list_list_wrapper {
    padding-top:3rem;
}
@media (min-width: 992px) {
.multimedia_list_list_wrapper {
    padding-top:110px;
}
}


.multimedia_list_search_field {
    width: 100%;
    border-radius: 0;
    border: 0;
    height: 50px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
}

.multimedia_list_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}






/* ==============================================================
=========================== POSTS LIST ==========================
============================================================== */


.posts_list_wrapper {

    padding-bottom:150px;
}


.posts_list_list_wrapper {

    padding-top:100px;
    padding-bottom:100px;
}

.posts_list_button_wrapper button {
    background-color: transparent;
}






/* ==============================================================
=========================== JOBS LIST ===========================
============================================================== */


.jobs_list_wrapper {
    padding-top:120px;
    padding-bottom:130px;
}
@media (min-width: 992px) {
.jobs_list_wrapper {
    /*padding-top:90px;*/
    padding-top:180px;
    padding-bottom:130px;
}
}

.jobs_list_title {
    padding-bottom:90px;
}

.jobs_list_item_text {
    padding-top:30px;
}

.jobs_list_item_button {
    padding-top:70px;
}






/* ==============================================================
========================== MAP CONTACTS =========================
============================================================== */

.map_contacts_wrapper {
    position: relative;
}


#map {
    min-height:700px;
}

.map_contacts_contact {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.contact_info_wrapper {
    padding:60px;
    background-color: #FFFFFF;
}

.contact_info_details {
    padding-top:30px;
}







/* ==============================================================
============================ ARTICLES ===========================
============================================================== */

.article_wrapper {
    padding-top:60px;
    padding-bottom:60px;
}

@media (min-width: 992px) {
.article_wrapper {
    padding-top:150px;
    padding-bottom:150px;
}
}

.article_wrapper p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.article_wrapper p li {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.article_wrapper li, .article_wrapper p {
    margin-bottom:20px;
}

.article_wrapper li, .article_wrapper .t-redactor__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}



.article_wrapper h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 47px;
    margin-bottom:30px;
}


.article_wrapper h2, .article_wrapper h3, .article_wrapper h4, .article_wrapper h5, .article_wrapper h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom:20px;
}


.article_wrapper img {
    margin-top:30px;
    margin-bottom:30px;
}




.article_wrapper a {
    color: #000000;
    text-decoration: underline;
}
.article_wrapper a:hover {
    color: rgba(62,113,160,1);
    text-decoration: underline;
}


.article_wrapper .entry-meta {
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
    padding-top:10px;
    padding-bottom:10px;
}


    .news_social_icon img {
        filter: brightness(0) saturate(100%);
        transition: all 500ms;
        max-height: 16px;
        width: auto;
        margin-top:0;
        margin-bottom:0;
    }

        .news_social_icon img:hover {
            filter: none;
        }

        .article_wrapper article .entry-content {
            padding-bottom:40px;
        }

        .step_cont {
            position: relative;
        }
        .step_cont::before {
            content: '';
            position: absolute;
            top: 54px;
            left: 12px;
            right: 12px;
            height: 1px;
            background: #FFFFFF;
            z-index: 1;
        }
        @media (min-width: 992px) {
        .step_cont::before {
            content: '';
            position: absolute;
            top: 54px;
            left: 0;
            right: 0;
            height: 1px;
            background: #FFFFFF;
            z-index: 1;
        }
        }

        .step_slider_item_title {
            padding-bottom: 25px;
            margin-bottom: 30px;
            /*border-bottom: 1px solid #FFFFFF;*/
        }
        .step_slider_item_title_no {
            padding-bottom:25px;
            margin-bottom:30px;
            /*border-bottom:1px solid #FFFFFF;*/
            min-height: 80px;
        }

.step_ball_wrapper {
    position: relative;
    padding-top: 35px;
}

.step_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 50px;
}


@media (min-width: 992px) {
.step_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0px;
}
}

.step_ball {
    position: relative;
    width:40px;
    height:40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding-top: 12px;
    z-index: 10;
}
        

.bordered_form {
    padding: 20px;
    margin-top: 20px;
    border: 1px;
    border-style: solid;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}







.article_wrapper table {
    width:100%;
}


.article_wrapper table td {
    border: 1px solid #000000;
    padding:20px;
}


.article_wrapper table tr:first-child {
    background-color: #12295d;
    color:#FFFFFF
}



.article_wrapper table tr td {
text-align: center;
}

.article_wrapper table tr td:first-child {
text-align: left;
}

[data-parallax="scroll"] {
    background-attachment: fixed;
    background-position: bottom center;
}




.number_slider_marquee, .image_list_marquee, .team_dna_new_slider_wrapper, .benefit_slider_slider, .latest_press_room_list_slider {

    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.number_disclaimer p {
    margin-bottom:0;
}

.image_link_wrapper {
padding-top:100px;
padding-bottom:100px;
}







/* Posts Filter Styling */
.posts_filter_wrapper {
    margin-top: 100px;
    margin-bottom: 40px;
}

.posts_filter_btn {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    background: transparent;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
}

.posts_filter_btn:hover,
.posts_filter_btn.active {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

/* Remove jQuery filtering CSS since we're not using it */
.post-item {
    transition: all 0.3s ease;
}

/* Loading state for page transitions */
.posts_list_wrapper.loading {
    opacity: 0.7;
    pointer-events: none;
}








/* Posts Filter Styling */
.posts_filter_wrapper {
    margin-bottom: 40px;
}

.posts_filter_btn,
.pagination_btn {
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #000;
    background: transparent;
    padding: 8px 16px;
    text-decoration: none;
    display: inline-block;
}

.posts_filter_btn:hover,
.posts_filter_btn.active,
.pagination_btn:hover,
.pagination_btn.active {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

/* Pagination specific styles */
.posts_pagination_wrapper {
    margin-top: 40px;
}

.pagination_dots {
    cursor: default;
    pointer-events: none;
    border: 1px solid transparent;
    background: transparent;
}

.pagination_dots:hover {
    background: transparent !important;
    color: #000 !important;
}

/* Responsive design */
@media (max-width: 576px) {
    .posts_filter_btn,
    .pagination_btn {
        padding: 6px 12px;
        font-size: 9px;
    }
    
    .pagination_btn {
        margin: 2px 1px;
    }
}

.image_disclaimer {
    padding-top:20px;
}



.dropdown-menu[data-bs-popper] {
    border: 0;
    border-radius: 0;
    margin-left: 16px;
    margin-top: 28px;
}