.heading_content_with_three_column_grid_section {
    margin: 172px 0
}

.heading_content_with_three_column_grid_section.rmt-0 {
    margin-top: 151px
}

.heading_content_with_three_column_grid_section.rmb-0 {
    margin-bottom: 151px
}

.heading_content_with_three_column_grid_section.mt-0 {
    margin-top: 0
}

.heading_content_with_three_column_grid_section.mb-0 {
    margin-bottom: 0
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail {
    margin-bottom: 62px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail .section_detail_inner {
    max-width: 925px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail .section_detail_inner .section_heading .heading_text {
    font-size: 30px;
    line-height: 42px;
    margin: 0
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail .section_detail_inner .section_content {
    margin-top: 7px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail .section_detail_inner .section_content>* {
    font-size: 20px;
    line-height: 32px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel {
    display: none;
    margin-bottom: 25px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper
{
    width: 100%;
	position: relative;
    z-index: 2;
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select {
    background-color: var(--color_dark_gray_op_30);
    border-radius: 2px;
    cursor: pointer;
    padding: 10px 50px 10px 12px;
    position: relative
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select .dropdown_arrow {
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    transition: all .5s ease
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select .ae-select-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select .option_icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    justify-content: center;
    width: 26px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select .option_icon img {
    max-height: 100%;
    max-width: 100%
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-select .option_text {
    color: #000;
    font-size: 12px;
    padding-left: 14px;
    width: calc(100% - 26px)
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu {
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 5
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px;
    position: relative
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li:before {
    background: linear-gradient(180deg, var(--color_dark_blue), var(--color_deep_teal));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li .option_icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 20px;
    justify-content: center;
    width: 26px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li .option_icon img {
    max-height: 100%;
    max-width: 100%
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li .option_text {
    color: #000;
    font-size: 12px;
    padding-left: 14px;
    width: calc(100% - 26px)
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li.selected {
    background: #d0d0d0;
    background: transparent
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li.selected:before,
.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu li:hover:before {
    background: linear-gradient(180deg, var(--color_dark_blue), var(--color_deep_teal));
    opacity: .2
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu>li>a:focus,
.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-dropdown .dropdown_menu>li>a:hover {
    background: none
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-disabled {
    pointer-events: none
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel .dropdown-wrapper .ae-hide {
    display: none
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel.dropdown_active .dropdown-wrapper .ae-select .dropdown_arrow {
    transform: rotate(180deg)
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid {
    display: grid;
    gap: 10px 50px;
    grid-template-columns: repeat(3, 1fr)
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item,
.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner {
    display: flex;
    flex-wrap: wrap
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner .section_grid_item_icon {
    width: 50px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner .grid_item_meta {
    padding-left: 10px;
    width: calc(100% - 50px)
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner .grid_item_meta .grid_heading {
    color: #262b36;
    font-family: var(--fonts_OpenSans_Bold);
    font-size: 15px;
    line-height: 36px;
    margin: 0;
    text-transform: uppercase
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner .grid_item_meta .grid_description {
    color: #8f8f8f;
    font-size: 13px;
    line-height: 22px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.has_card_link {
    background-color: #fff;
    border-radius: 8px;
    padding: 21px 60px 21px 0;
    transition: padding-left padding-right .5s ease
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.has_card_link:hover {
    background-color: #f7f7f7;
    padding-left: 30px;
    padding-right: 30px;
    transition: padding-left padding-right .5s ease
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only,
.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .section_grid_item_icon {
    display: none
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .button_section {
    margin-top: 20px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .button_section .btn {
    align-items: center;
    background: var(--color_btn_gradient);
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--color_white);
    cursor: pointer;
    display: inline-flex;
    flex-wrap: wrap;
    font-family: var(--fonts_OpenSans_Bold);
    font-size: 14px;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 19px;
    margin: 0;
    padding: 12px 40px 12px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease-in-out
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .button_section .btn:after {
    background-image: url(../../images/white_arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    height: 13px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
    width: 13px
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .button_section .btn:hover {
    background: transparent;
    border-color: var(--color_green);
    color: var(--color_green);
    text-decoration: none
}

.heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only.section_grid_item .section_grid_item_inner .button_section .btn:hover:after {
    background-image: url(../../images/green_arrow.svg)
}

@media (min-width:768px) {
    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .heading_content_with_three_column_grid_section_grid_item {
        display: flex !important
    }
}

@media (max-width:1359px) {
    .heading_content_with_three_column_grid_section {
        margin: 164px 0
    }

    .heading_content_with_three_column_grid_section.rmt-0 {
        margin-top: 135px
    }

    .heading_content_with_three_column_grid_section.rmb-0 {
        margin-bottom: 135px
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid {
        gap: 10px 35px
    }
}

@media (max-width:1199px) {
    .heading_content_with_three_column_grid_section {
        margin: 134px 0
    }

    .heading_content_with_three_column_grid_section.rmt-0 {
        margin-top: 120px
    }

    .heading_content_with_three_column_grid_section.rmb-0 {
        margin-bottom: 120px
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail {
        margin-bottom: 52px
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid {
        gap: 10px 25px;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:991px) {
    .heading_content_with_three_column_grid_section {
        margin: 114px 0
    }

    .heading_content_with_three_column_grid_section.rmt-0 {
        margin-top: 100px
    }

    .heading_content_with_three_column_grid_section.rmb-0 {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .heading_content_with_three_column_grid_section {
        margin: 84px 0
    }

    .heading_content_with_three_column_grid_section.rmt-0 {
        margin-top: 84px
    }

    .heading_content_with_three_column_grid_section.rmb-0 {
        margin-bottom: 84px
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .section_detail {
        margin-bottom: 42px
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .grid_selection_panel {
        display: block
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.desktop_only {
        display: none
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item.mobile_only {
        display: block
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .section_grid_item .section_grid_item_inner .grid_item_meta {
        padding-left: 0;
        width: 100%
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .heading_content_with_three_column_grid_section_grid_item {
        display: none
    }

    .heading_content_with_three_column_grid_section .heading_content_with_three_column_grid_section_inner .heading_content_with_three_column_grid_section_grid .heading_content_with_three_column_grid_section_grid_item:first-child {
        display: block
    }
}

/*# sourceMappingURL=heading_content_with_three_column_grid.css.map */