.site_footer {
    background-color: var(--color_blue);
    padding: 80px 0 32px;
}
.site_footer .site_footer_inner .footer_top_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 48px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section {
    padding-right: 30px;
    width: 50%}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section .heading_text {
    color: var(--color_blue_3);
    margin: 0;
    max-width: 484px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section .heading_text span {
    font-family: var(--font_GeneralSans_Italic);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 50%}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 20px;
    padding-left: 112px;
    width: 100%}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner.has_menu_section .footer_top_right_column_left_section {
    width: calc(100% - 264px);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner.has_menu_section .footer_top_right_column_right_section {
    margin-left: auto;
    width: 244px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_left_section .footer_top_menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    row-gap: 8px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_left_section .footer_top_menu .menu-item {
    font-size: 16px;
    line-height: 24px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_left_section .footer_top_menu .menu-item a {
    color: var(--color_white_1);
    font-family: var(--font_DMSans_Medium);
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 24px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_left_section .footer_top_menu .menu-item a:hover {
    color: var(--color_blue_3);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list {
    display: flex;
    gap: 8px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item .footer-cta-button
{
    align-items: center;
    background-color: var(--color_white_1);
    border: 1px solid transparent;
    border-radius: 80px;
    color: var(--color_blue);
    display: inline-flex;
    font-size: 16px;
    gap: 8px;
    line-height: 24px;
    padding: 15px 23px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item .footer-cta-button .icon {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item .footer-cta-button .icon svg path {
    transition: all .5s ease;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item .footer-cta-button:hover {
    background-color: var(--color_blue_3_opacity_05);
    border-color: var(--color_blue_3_opacity_03);
    color: var(--color_white_1);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item .footer-cta-button:hover .icon svg path {
    fill: var(--color_white_1);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item.cta_2 .footer-cta-button {
    background-color: var(--color_blue_3_opacity_05);
    border-color: var(--color_blue_3_opacity_03);
    color: var(--color_white_1);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .cta_list .cta_item.cta_2 .footer-cta-button:hover {
    background-color: var(--color_white_1);
    border-color: transparent;
    color: var(--color_blue);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_links_title {
    color: var(--color_white_1);
    font-family: var(--font_GeneralSans_Medium);
    font-size: 16px;
    line-height: 24px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list .social_item a {
    background: var(--color_blue_3_opacity_05);
    border-radius: 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list .social_item a svg {
    max-height: 24px;
    max-width: 24px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list .social_item a svg path {
    fill: var(--color_white_1);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list .social_item a:hover {
    background: rgba(130, 197, 251, .25);
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner .footer_top_right_column_right_section .social_links_section_inner .social_media_list_section .social_item_list .social_item a:active {
    background: rgba(130, 197, 251, .15);
}
.site_footer .site_footer_inner .footer_middle_section img {
    width: 100%}
.site_footer .site_footer_inner .footer_bottom_section {
    border-top: 1px solid var(--color_blue_5);
    padding-top: 32px;
    width: 100%}
.site_footer .site_footer_inner .footer_bottom_section .footer_bottom_section_inner {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
}
.site_footer .site_footer_inner .footer_bottom_section .copyright_text {
    color: var(--color_blue_3);
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 16px;
    margin-right: 24px;
    padding-right: 24px;
    position: relative;
}
.site_footer .site_footer_inner .footer_bottom_section .copyright_text:before {
    background-color: var(--color_blue_5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.site_footer .site_footer_inner .footer_bottom_section .footer_menu {
    margin: 0;
}
.site_footer .footer_menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.site_footer .footer_menu .menu-item {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
}
.site_footer .footer_menu .menu-item.current-menu-item a, .site_footer .footer_menu .menu-item.current_page_item a {
    text-decoration: underline;
}
.site_footer .footer_menu .menu-item a {
    color: var(--color_blue_3);
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 16px;
    text-decoration: none;
}
.site_footer .footer_menu .menu-item a:hover, .site_footer .footer_menu .menu-item.current_page_item a {
    text-decoration: underline;
}
@media (max-width:1359px) {
    .site_footer {
    padding-top: 100px;
}
.site_footer .site_footer_inner .footer_top_section {
    margin-bottom: 70px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner {
    padding-left: 80px;
}
}@media (max-width:1199px) {
    .site_footer {
    padding-top: 80px;
}
.site_footer .site_footer_inner .footer_top_section {
    margin-bottom: 60px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner {
    padding-left: 50px;
}
}@media (max-width:991px) {
    .site_footer {
    padding-top: 65px;
}
.site_footer .site_footer_inner .footer_top_section {
    margin-bottom: 50px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section {
    padding-right: 0;
    width: 100%}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section .heading_text {
    max-width: none;
    padding-right: 52px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section {
    width: 100%}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner {
    padding-left: 0;
}
}@media (max-width:767px) {
    .site_footer {
    padding-top: 48px;
}
.site_footer .site_footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.site_footer .site_footer_inner .footer_top_section {
    margin-bottom: 40px;
}
.site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_left_section .heading_text {
    font-size: 40px;
    line-height: 48px;
}
.site_footer .site_footer_inner .footer_bottom_section {
    margin-top: 24px;
}
.site_footer .site_footer_inner .footer_bottom_section .copyright_text {
    margin-right: 12px;
    padding-right: 12px;
}
}@media (max-width:575px) {
    .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner.has_menu_section .footer_top_right_column_left_section, .site_footer .site_footer_inner .footer_top_section .footer_top_section_inner .footer_top_right_section .right_section_inner.has_menu_section .footer_top_right_column_right_section {
    width: 100%}
.site_footer .site_footer_inner .footer_middle_section_inner img {
    max-height: 100px;
}
}
