@import url("https://use.typekit.net/gfp3lvt.css");

:root {
    --f-dm: dm-sans, sans-serif;
    --f-horizon: horizonbold;
    --f-montserrat: montserrat, sans-serif;
    --bdLight: 300;
    --bdRegular: 400;
    --bdMedium: 500;
    --bdSemiBold: 600;
    --bdBold: 700;
    --bdExtraBold: 800;
    --bdBlack: 900;
    --bd-red: #ED1C24;
    --bd-pink: #E26B69;
    --bd-light-pink: #F18F8E;
    --bd-sky-blue: #D1E8FC;
    --bd-grayrish-blue: #324559;
    --bs-pagination-color: #ED1C24 !important;
    --bs-pagination-hover-color: #324559 !important;
}

@font-face {
    font-family: 'horizonbold';
    src: url('../fonts/horizon-webfont.woff2') format('woff2'),
         url('../fonts/horizon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*REM CALC*/

/*
1rem = 25.3341px on 1440px width
remValue = designPixelValue / 25.3341px (at 1440px viewport)
*/

@media (min-width: 48rem) {
  :root {
    font-size: calc(1rem + ((1vw - .48rem) * 1.389));
  }
}

.container {
    max-width: 47.366988rem;
}

.bd_text_white {
    color: #fff;
}

.bd_text_black {
    color: #000;
}

.bd_solid_pink {
    color: #fff;
    background-color: var(--bd-red);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_solid_pink:hover {
    color: #fff;
    background-color: var(--bd-grayrish-blue);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_solid_white {
    background-color: #fff;
    color: var(--bd-grayrish-blue);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_solid_white:hover {
    color: #fff;
    background-color: var(--bd-red);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_solid_btn {
    display: block;
    width: 9.591815rem;
    height: 2.131514rem;
    border-radius: 1.184175rem;
    padding-inline: 0.789450rem;
    font-family: var(--f-dm);
    font-weight: var(--bdBold);
    font-size: 0.710505rem;
    line-height: 2.289404rem;
    letter-spacing: 0.056840rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1.894680rem;
}

.bd_solid_btn span {
    margin-right: auto;
}

.bd_solid_btn i {
    float: right;
    line-height: 2.131514rem;
}


/*  HEADER START  */
.bd_header {
    padding-top: 0.789450rem;
    padding-bottom: 0.789450rem;
    padding-inline: 0.828922rem;
    background-color: #fff;
}

.bd_main_menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.934152rem;
}

/*.bd_main_menu li {
    display: flex;
    align-items: center;
}*/

.bd_main_menu li {
    line-height: normal;
}

.bd_main_menu li a:not(.bd_header_socail_list a) {
    font-family: var(--f-dm);
    font-weight: var(--bdMedium);
    font-size: 0.710505rem;
    letter-spacing: 0.056840rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_main_menu li:not(:last-child) a {
    color: #000;
    line-height: normal;
}

.bd_main_menu li:last-child a {
    display: block;
    width: 9.591815rem;
    height: 2.131514rem;
    padding-inline: 0.789450rem;
    border-radius: 1.184175rem;
    line-height: 2.328877rem;
    font-weight: var(--bdBold);
    background-color: var(--bd-red);
    color: #fff;
    position: relative;
}

.bd_main_menu li:last-child a:before {
    content: '\f2f6';
    height: 100%;
    width: 0.710505rem;
    font-size: 0.710505rem;
    line-height: 2.131514rem;
    letter-spacing: 0.056840rem;
    font-weight: 900; 
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0.789450rem;
}

.bd_main_menu li:not(:last-child) a:hover {
    opacity: 0.5;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
} 

.bd_main_menu li.active:not(:last-child) a {
    opacity: 0.5;
}

.bd_main_menu li:last-child a:hover {
    background-color: var(--bd-grayrish-blue);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_header_socail_list {
}

.bd_header_socail_list a {
    font-size: 0.710505rem;
/*    letter-spacing: 0.056840rem;*/
    text-transform: uppercase;
    text-decoration: none;
}

.bd_header_socail_list a:not(:last-child) {
    margin-right: 0.631560rem;
}

.bd_header_inner {
    padding-top: 0.789450rem;
    padding-bottom: 0.789450rem;
}

.bd_header_inner .bd_header_logo_link img {
    max-width: 7.050971rem;
    transition: .3s ease-in-out;
}

.header-scrolled {
    border-bottom: 1px solid #fff;
    transition: .3s ease-in-out;
    padding-top: 0.789450rem;
    padding-bottom: 0.789450rem;
}

.header-scrolled .row {
    align-items: center;
    transition: .3s ease-in-out;
}

.header-scrolled .bd_header_logo_link {
    transition: .3s ease-in-out;
}

.header-scrolled .bd_header_logo_link img {
    max-width: 7.050971rem;
    transition: .3s ease-in-out;
}
/*  HEADER END  */


/*  HOME HERO START  */
.bd_hero {
    padding-top: 3.394634rem;
    padding-bottom: 3.828831rem;
/*    background-color: var(--bd-grayrish-blue);*/
    position: relative;
}

.bd_home_hero {
    z-index: 1;
}

.bd_hero:after,
.bd_hero:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bd_hero:before {
    background-image: var(--bgHeroImage);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bd_hero:after {
    background: linear-gradient(97deg, #324559 0.13%, rgba(50, 69, 89, 0.85) 98.77%);
}

.bd_eyebrow {
    font-family: var(--f-dm);
    font-weight: var(--bdMedium);
    font-size: 0.868395rem;
    line-height: normal;
    letter-spacing: 0.069472rem;
    margin-bottom: 1.657845rem;
    text-transform: uppercase;
}

.bd_home_hero h1 {
    font-family: var(--f-horizon);
    font-size: 1.421010rem;
    line-height: 140%; /* 50.4px */
    max-width: 21.315144rem;
    margin-bottom: 1.065757rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}

.bd_home_hero h1 span {
    color: var(--bd-sky-blue);
}

.bd_home_hero h1:before {
    content: " ";
    width: 6.631378rem;
    height: 3.039382rem;
    display: block;
    background-image: url(/wp-content/uploads/2024/09/home-heading-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0.907867rem;
    bottom: -0.355252rem;
    transform: rotate(-0deg);
    z-index: -1;
}

.bd_hero p {
    font-family: var(--f-dm);
    font-weight: var(--bdMedium);
    font-size: 0.947340rem;
    line-height: 150%; /* 36px */
    max-width: 18.986268rem;
    color: #fff;
    margin-bottom: 0;
}

.bd_hero p:not(:last-child) {
    margin-bottom: 0.592087rem;
}

.bd_hero p strong {
    font-weight: var(--bdBold);
}

.bd_home_hero_image {
    display: block;
    width: calc(100% + 1.499955rem);
    height: calc(100% - 0.118417rem);
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.bd_home_hero_image:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-image: var(--heroImage);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bd_home_hero_image:after {
    content: " ";
    display: block;
    width: 100%;
    height: 2.585843rem;
    margin-inline: auto;
    background-image: url(/wp-content/uploads/2024/09/hero-image-after.svg);
    background-size: 11.841747rem;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1.184175rem;
    left: auto;
}

.bd_home_boxes {
    padding-top: 3.434107rem;
    padding-bottom: 3.552524rem;
    position: relative;
}

.bd_home_boxes p {
    margin-bottom: 0.789450rem;
}

.bd_home_boxes p span {
    font-weight: var(--bdBold);
    font-style: italic;
}

.bd_home_box_warpper {
    min-height: 6.710323rem;
    margin-bottom: 1.184175rem;
}

.bd_home_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 6px;
    padding-top: 1.184175rem;
    padding-bottom: 1.184175rem;
    padding-inline: 1.973624rem 2.368349rem;
    background-color: var(--bd-grayrish-blue);
}

.bd_home_box_title {
    font-family: var(--f-horizon);
    font-size: 0.947340rem;
    line-height: 132%; /* 24px */
    max-width: 11.289132rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}

.bd_home_box i {
    font-size: 1.578900rem;
    letter-spacing: 0.039472rem;
    line-height: normal;
    text-align: right;
    color: var(--bd-sky-blue);
}

.bd_home_box:hover {
    background-color: var(--bd-sky-blue);
}

.bd_home_box:hover > * {
    color: var(--bd-grayrish-blue);
}
/*  HOME HERO END  */



/*  HOME HERO BELOW START  */
.bd_below_home_hero {
    padding-top: 2.368349rem;
    padding-bottom: 2.368349rem;
    display: block;
    width: 100%;
    min-height: 24.393999rem;
    background-image: url(/wp-content/uploads/2024/04/bg-hero-below-scaled.jpg);
    background-color: var(--bd-grayrish-blue);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}
/*  HOME HERO BELOW END  */



/*  INNER HERO START  */
/*.bd_hero_inner {
    padding-top: 6.315598rem;
}*/

/*.bd_hero_inner .bd_eyebrow {
    margin-bottom: 0.789450rem;
}*/

.bd_main_heading {
    font-family: var(--f-horizon);
    font-size: 1.421010rem;
    line-height: 140%;
    max-width: 21.315144rem;
    margin-bottom: 1.065757rem;
    text-transform: uppercase;
    color: #fff;
}

.bd_hero_inner .bd_home_hero_image {
    height: 100%;
    min-height: 13.815371rem;
}

.bd_hero_inner .bd_home_hero_image:before {
    background-position: center center;
}
/*  INNER HERO END  */



/*  INNER BELOW HERO START  */
.bd_resources {
    padding-top: 3.434107rem;
    padding-bottom: 3.552524rem;
    position: relative;
    overflow: hidden;
}

.bd_resources .bd_eyebrow {
    color: #000;
/*    margin-bottom: 0.986812rem;*/
}
/*  INNER BELOW HERO END  */



/*  ASSET HOLDER BOX START  */
.bd_asset_holder_wrapper {
    min-height: 9.078673rem;
    margin-bottom: 1.184175rem;
}

.bd_asset_holder_wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

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

.bd_asset_holder_box {
    height: 100%;
    border-radius: 6px;
    padding-top: 1.578900rem;
    padding-bottom: 1.578900rem;
    padding-inline: 1.578900rem;
    background-color: var(--bd-grayrish-blue);
    display: flex;
    flex-direction: column;
}

.bd_asset_holder_box h2 {
    font-family: var(--f-horizon);
    font-size: 0.947340rem;
    line-height: 132%;
    margin-bottom: 0.789450rem;
    text-transform: uppercase;
    color: #fff;
    flex-grow: 1;
}

.bd_asset_holder_box i {
    font-size: 1.578900rem;
    letter-spacing: 0.039472rem;
    line-height: normal;
    text-align: right;
    color: var(--bd-sky-blue);
}

.bd_asset_holder_wrapper a:hover .bd_asset_holder_box {
    background-color: var(--bd-sky-blue);
}

.bd_asset_holder_wrapper a:hover .bd_asset_holder_box i,
.bd_asset_holder_wrapper a:hover .bd_asset_holder_box h2 {
    color: var(--bd-grayrish-blue);
}
/*  ASSET HOLDER BOX END  */



/*  SOCIAL MEDIA POST START  */
.bd_all_assets {
    padding-top: 3.434107rem;
    padding-bottom: 3.552524rem;
    position: relative;
    overflow: hidden;
}

.bd_asset_warpper:not(:first-child) {
    padding-top: 2.249932rem;
}

/*.bd_all_assets .bd_eyebrow {
    color: var(--bd-grayrish-blue);
    margin-top: 3rem;
    margin-bottom: 1.2rem;
}*/

.bd_sm_post_wrapper {
    margin-bottom: 1.184175rem;
}

.bd_sm_post_wrapper a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.bd_social_holder img {
    flex: 1;
}

.bd_social_media_wrap {
    padding: 0.789637rem 0.789637rem 0.750155rem;
    border-radius: 0px 0px 2px 2px;
    background: #fff;
    border: 1px solid var(--bd-grayrish-blue);
    border-top: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bd_social_holder .bd_social_media_wrap h6 {
    font-family: var(--f-dm);
    font-weight: var(--bdBold);
    font-size: 0.868600rem;
    line-height: 120%;
    color: var(--bd-grayrish-blue);
    margin-bottom: 0.355337rem;
}

.bd_social_holder .bd_social_media_wrap p {
    font-family: var(--f-dm);
    font-weight: var(--bdRegular);
    font-size: 0.710673rem;
    line-height: 1.026285rem;
    text-align: left;
    color: var(--bd-grayrish-blue);
    max-width: 20.925375rem;
    margin-bottom: 0.592228rem;
    flex-grow: 1;
}

.bd_draft_step_btn {
    border-radius: 2px;
    padding: 0px 0.789637rem;
/*    background: var(--bd-grayrish-blue);*/
    font-family: var(--f-dm);
    font-weight: var(--bdMedium);
    font-size: 0.671191rem;
    letter-spacing: 0.04em;
    line-height: 2.486767rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    height: 2.368910rem;
    position: relative;
    border: none;
}

.bd_draft_step_btn span {
    color: #fff;
    position: absolute;
    left: 0.789637rem;
    top: 0px;
    font-size: 0.752745764585578863rem;
    letter-spacing: 0.1em;
}

.bd_sm_post_wrapper .bd_draft_step_btn {
    margin-top: 1rem;
}

.bd_facebook_btn {
    background-color: #12308d;
}

.bd_twitter_btn {
    background-color: #59c5ef;
}

.bd_instagram_btn {
    background-color: #d600a9;
}

.bd_linkedin_btn {
    background-color: #0077B5;
}

.bd_draft_step_btn:hover {
    color: #fff;
    background: var(--bd-grayrish-blue);
}

.bd_draft_step_btn:hover span {
    color: #fff;
}
/*  SOCIAL MEDIA POST END  */



/*  SOCIAL SHARE SINGLE POST START  */
.bd_draft_head {
    background-color: var(--bd-grayrish-blue);
    padding-top: 3.394634rem;
    padding-bottom: 7.896368rem;
    position: relative;
    z-index: 1;
}

/*.bd_draft_head:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--bd-grayrish-blue);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}*/

.bd_back_post {
    font-size: 1.579274rem;
    position: absolute;
    top: 0.986812rem;
    left: 2.184455rem;
    display: block;
    color: var(--bd-sky-blue) !important;
    opacity: 0.8;
}

/*.bd_draft_head .bd_eyebrow, 
.bd_draft_head .bd_main_heading {
    color: var(--bd-grayrish-blue);
}*/

.bd_draft_head p {
    color: #fff;
    font-family: var(--f-dm);
    font-size: 0.868600rem;
    line-height: 160%;
    margin-bottom: 1.987046rem;
}

.bd_draft_steps_box_holder {
    padding-bottom: 5.526149rem;
    position: relative;
}

.bd_row_eq_height > div {
    margin-top: -6.317094rem; 
}

.bd_draft_step-box {
    border-radius: 4px;
    background: #fff;
    padding: 0.868600rem 1.066010rem 0.750155rem;
    border: 1px solid var(--bd-grayrish-blue);
    position: relative;
    /* margin-top: -6.317094rem; */
    display: flex;
    flex-direction: column;
    min-height: 14.766208rem;
    height: 100%;
    z-index: 90;
}

.bd_draft_step_number {
    color: var(--bd-grayrish-blue);
    font-family: var(--f-dm);
    font-size: 0.789450rem;
    letter-spacing: 0.106601rem;
    text-transform: uppercase;
    margin-bottom: 0.394725rem;
}

.bd_draft_step_heading {
    color: var(--bd-grayrish-blue);
    font-family: var(--f-dm);
    font-weight: var(--bdSemiBold);
    font-size: 0.947340rem;
    letter-spacing: 0.047378rem;
    line-height: 110%;
}

.draft-step-image-box {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.bd_draft_step_content {
    color: var(--bd-grayrish-blue);
    font-family: var(--f-dm);
    font-weight: var(--bdRegular);
    font-size: 0.710673rem;
    line-height: 160%;
    text-wrap: pretty;
    flex-grow: 1;
}

.bd_draft_step_content a {
    color: var(--bd-grayrish-blue);
    font-weight: var(--bdSemiBold);
}

.hid-field {
    position: absolute;
    left: -999999px;
}
/*  SOCIAL SHARE SINGLE POST END  */



/*  LANDING PAGE START  */
.bd_landing_hero {
    padding-bottom: 5.486676rem;
    border-bottom: 1px solid #fff;
}

.bd_landing_hero .bd_eyebrow {
    margin-bottom: 0.986812rem;
}

.bd_landing_hero h1 {
    font-family: var(--f-dm);
    font-size: 2.526239rem;
    line-height: 110%; /* 70.4px */
    letter-spacing: 0.126312rem;
    margin-bottom: 0.986812rem;
    max-width: 13.815371rem;
    color: #fff;
}

.bd_landing_hero p {
    max-width: 21.315144rem;
}

.bd_landing_hero p strong {
    font-weight: var(--bdSemiBold);
}

.bd_landing_hero p:last-child {
    font-size: 0.789450rem;
    margin-top: 1.184175rem;
}

.bd_landing_hero p:not(:last-child) {
    margin-bottom: 0.789450rem;
}

.bd_landing_form_box {
    width: 100%;
    max-width: 18.552070rem;
    padding-top: 1.973624rem;
    padding-bottom: 1.973624rem;
    padding-inline: 1.973624rem;
    margin-top: 0.157890rem;
    border-radius: 12px;
    background-color: #D0F3F5;
    margin-left: auto;
    position: relative;
}

.bd_landing_form_box:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2.747285rem;
    margin-inline: auto;
    background-image: url(/wp-content/uploads/2024/06/form-box-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: -1.026285rem;
    left: 0;
}

.bd_landing_form_box .ngp-form {}

.bd_landing_form_box .ngp-form .at-form .at-inner {
    background-color: transparent !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-sr-only {
    display: none !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-markup {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-markup h4 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    font-family: var(--f-dm) !important;
    font-size: 1.184175rem !important;
    line-height: normal !important;
    letter-spacing: 0.118417rem !important;
    text-transform: uppercase !important;
    margin-bottom: 0.789450rem !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-fieldset {
    padding: 0 !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-fieldset .at-legend {
    display: none !important;
}

.bd_landing_form_box .ngp-form .at-form .at-inner .at-fieldset .at-fields {
    background-color: transparent !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label {
    font-family: var(--f-dm) !important;
    font-weight: var(--bdMedium) !important;
    font-size: 0.710505rem !important;
    line-height: normal !important;
    color: #231F20 !important;
    margin-inline: 0 !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row.FirstName.LastName {
    flex-wrap: nowrap !important;
    margin-inline: -5px !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row.FirstName.LastName label {
    padding-inline: 5px !important;
    flex: 1 7.105048rem;
    min-width: 7.105048rem;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label input:not([type=submit]),
.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label input:not([type=submit]):focus {
    display: block !important;
    width: 100% !important;
    height: 1.894680rem !important;
    padding: 0 0.592087rem !important;
    border-radius: 2px !important;
    border: 1px solid rgba(38, 34, 98, 0.50) !important;
    background-color: #FFF !important;
    font-family: var(--f-dm) !important;
    font-weight: var(--bdMedium) !important;
    font-size: 0.710505rem !important;
    line-height: 1.894680rem !important;
    color: #231F20 !important;
    margin-top: 0.394725rem !important;
    margin-bottom: 0.789450rem !important;
    box-shadow: none !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row.FirstName.LastName label.FirstName input {
    border-radius: 2px 0px 0px 2px !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row.FirstName.LastName label.LastName input {
    border-radius: 0px 2px 2px 0px !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row.EmailAddress.MobilePhone label {
    flex: 1 auto !important;
    min-width: 100% !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container {
    padding-left: 1.184175rem !important;
    margin-bottom: 0.789450rem !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:after,
.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:before {
    width: 0.789450rem !important;
    height: 0.789450rem !important;
    border-radius: 2px !important;
    border-color: rgba(38, 34, 98, 0.50) !important;
    box-shadow: none !important;
    top: 0 !important;
    left: 0 !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:after {
    font-size: 0.552615rem !important;
    line-height: 0.789450rem !important;
    text-align: center !important;
    background-color: var(--bd-grayrish-blue) !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container:before {
    background-color: #fff !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.at-check .at-checkbox-title-container span.at-checkbox-title {
    font-weight: var(--bdSemiBold) !important;
    font-size: 0.671032rem !important;
    line-height: 130% !important; /* 22.1px */
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.error input:not([type=submit]) {
    margin-bottom: 0.986812rem !important;
}

.bd_landing_form_box .at-form .at-inner .at-fieldset .at-fields .at-row label.error small.error {
    padding: 0 !important;
    font-size: 0.473670rem !important;
    margin-bottom: 0 !important;
    position: absolute;
    bottom: 0.236835rem;
}

.bd_landing_form_box .at-form .at-inner .at-form-submit {
    padding: 0 !important;
    margin-top: 0.789450rem !important;
}

.bd_landing_form_box .at-form .at-inner .at-form-submit input[type=submit] {
    width: 100% !important;
    height: 2.368349rem !important;
    padding: 0 0.789450rem !important;
    border: none !important;
    border-radius: 2px !important;
    background-color: #F05354  !important;
    font-family: var(--f-dm) !important;
    font-size: 0.947340rem !important;
    line-height: 2.407822rem !important;
    letter-spacing: 0.094734rem !important;
    text-transform: uppercase;
    text-shadow: none !important;
    margin: 0 !important;
    cursor: pointer !important;
}

.bd_landing_form_box .at-form .at-inner .at-form-submit input[type=submit]:hover {
    background-color: var(--bd-grayrish-blue) !important;
}

.content.thankYou .contributions p {
    color: #000;
}

/*  LANDING PAGE END  */


/*  FOOTER CSS START  */
.bd_footer {
    /*padding-top: 0.592087rem;
    padding-bottom: 0.592087rem;*/
    position: relative;
    overflow: hidden;
    background-color: var(--bd-grayrish-blue);
}

.bd_main_footer {
    padding-top: 3.947249rem;
    padding-bottom: 3.907776rem;
}

.bd_footer_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1.184175rem;
}

.bd_footer_list li:not(:last-child) {}

.bd_footer_list li:not(:last-child) a {
    font-size: 0.868395rem;
    line-height: normal;
    letter-spacing: 0.069472rem;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_footer_list li:not(:last-child) a:hover {
    color: var(--bd-red);
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
} 

.bd_footer_list li a.bd_solid_btn {
    margin-top: 0 !important;
    margin-left: 0.394725rem;
}

.bd_footer_list li a.bd_solid_btn.bd_solid_pink:hover {
    background-color: #fff;
    color: var(--bd-grayrish-blue);
}

.bd_below_footer {
    padding-top: 1.342065rem;
    padding-bottom: 1.223647rem;
    border-top: 1px solid rgb(209 232 252 / 25%);
    position: relative;
    overflow: hidden;
}

.bd_below_footer_list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.144702rem;
}

.bd_below_footer_list li:nth-child(2) {
    flex-grow: 1;
}

.bd_below_footer_list li {
    font-family: var(--f-dm);
    font-weight: var(--bdMedium);
    font-size: 0.552615rem;
    line-height: normal;
    letter-spacing: 0.044209rem;
    text-transform: uppercase;
    color: #fff;
}

.bd_below_footer_list li span {
    margin-right: 0.394725rem;
}

.bd_below_footer_list li a {
    font-weight: var(--bdBold);
    color: var(--bd-sky-blue);
    text-decoration: underline;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_below_footer_list li a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_below_footer_list li p {
    font-family: var(--f-dm);
    font-weight: var(--bdRegular);
    font-size: 0.552615rem;
    line-height: normal;
    letter-spacing: 0.044209rem;
    color: #fff;
    margin-bottom: 0;
    text-align: right;
    text-transform: uppercase;
}

.bd_below_footer_list li p a {
    color: #fff;
}

/*.bd_social_icon_list {
    padding-left: 1.381537rem;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.bd_social_icon_list li {
    width: 1.184175rem;
    height: 1.184175rem;
    text-align: center;
}

.bd_social_icon_list li a {
    display: block;
    height: 100%;
    font-size: 0.592087rem;
    line-height: 1.184175rem;
    color: #fff;
    text-align: center;
}

.bd_footer p {
    font-family: var(--f-montserrat);
    font-weight: var(--bdRegular);
    font-size: 0.513142rem;
    line-height: 130%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 0;
}

.bd_footer p a {
    color: #FFFFFF;
    display: block;
    margin-left: auto;
    width: max-content;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}

.bd_footer p a:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: 0.35s cubic-bezier(0.3, 0.7, 0.4, 1);
}*/

/*  FOOTER CSS END  */


/*  AMINATION CSS START  */
@keyframes progress-bar-animation {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes top {
    0% {
        top: 0%;
    }
    60% {
        top: 45.8333333333%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@-moz-keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(-45deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0%;
    }
    60% {
        bottom: 45.8333333333%;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes topreverse {
    0% {
        -webkit-transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}

@-moz-keyframes topreverse {
    0% {
        -moz-transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -moz-transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}

@keyframes topreverse {
    0% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 45.8333333333%;
    }
    100% {
        top: 0%;
    }
}

@-webkit-keyframes bottomreverse {
    0% {
        -webkit-transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}

@-moz-keyframes bottomreverse {
    0% {
        -moz-transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -moz-transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}

@keyframes bottomreverse {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 45.8333333333%;
    }
    60% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: 45.8333333333%;
    }
    100% {
        bottom: 0%;
    }
}

.no-animation {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}