.wpg_img_wf img {
    width: 100% !important;
}

.wpg_wf h2,
.wpg_wf h3,
.wpg_wf h4,
.wpg_wf h5,
.wpg_vf h6 {
    width: 100%;
}

/* Top Meta Slider */

.meta_slider_fh {
    justify-content: unset !important;
}

.meta_slider_fh > .l-section-h,
.meta_slider_fh > .l-section-h > .g-cols {
    min-height: calc(100vh - 110px);
}

.meta_slider_fh > .l-section-h > .g-cols > .wpb_column,
.meta_slider_fh > .l-section-h > .g-cols > .wpb_column > .vc_column-inner {
    height: 100%;
}

.meta_slider_fh .top_meta_slider,
.meta_slider_fh .top_meta_slider > .wpb_wrapper,
.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider,
.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div,
.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div,
.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides,
.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li {
    height: 100%;
}

.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li {
    overflow: hidden;
}

.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    min-height: 100%;
}

.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 80%;
    bottom: unset !important;
    width: auto;
    max-width: calc(100vw - 80px);
    height: auto;
    transform: translate(-50%,-100%);
    font-size: 36px;
    font-weight: 700;
    background: var(--color-header-top-bg);
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap > .caption {
    text-align: center;
}

/* END Top Meta Slider */

/* Admin url button */
#wpg_admin_btn {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

#wpg_admin_btn > a {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 5px 10px;
    background: rgba(0,0,0,.5);
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border-bottom-right-radius: 15px;
    font-weight: 600;
    transform: translateX(-90px);
}

#wpg_admin_btn > a > span {
    margin-right: 10px;
}

#wpg_admin_btn > a > i {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
}

#wpg_admin_btn > a:hover {
    background: var(--color-alt-content-link);
    transform: translateX(0);
}

#wpg_admin_btn > a:hover > i {
    transform: rotate(360deg);
}

/* Posts grid */
.wpg_default_post {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    background: var(--color-content-bg);
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1) !important; 
    box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1) !important;
}

.wpg_default_post:hover {
    -webkit-box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.25) !important; 
    box-shadow: 0px 12px 12px -6px rgba(0,0,0,0.25) !important;
}

.wpg_default_post .wpg_img a {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}

.wpg_default_post .wpg_img a::after {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    content: '';
    display: block;
    position: relative;
    margin: 0 auto;
    width: 0%;
    height: 3px;
    background: var(--color-content-primary);
}

.wpg_default_post .wpg_img a > img  {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    min-height: 100%;
}

.wpg_default_post:hover .wpg_img a > img {
    transform: scale(1.05) rotate(1deg);
}

.wpg_default_post:hover .wpg_img a::after {
    width: 100%;
}

.wpg_default_post .wpg_data {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 20px 12px 20px;
}

.wpg_default_post .wpg_data > .wpg_metas {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
}

.wpg_default_post .wpg_data > .wpg_metas > .w-post-elm,
.wpg_default_post .wpg_data > .wpg_metas > .w-html {
    flex: auto;
    position: relative;
}

.wpg_default_post .wpg_data > .wpg_metas > .w-html {
    max-width: 80px;
    color: var(--color-content-faded) !important;
}

.wpg_default_post .wpg_data > .wpg_metas > .w-html > span {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    font-size: 13px;
    line-height: 20px;
}

.wpg_default_post .wpg_data > .wpg_metas > .w-html > span > svg {
    fill: var(--color-content-faded);
    display: inline-block;
    max-width: 20px;
    vertical-align: middle;
    margin-top: -6px;
}

.wpg_default_post .wpg_data > .wpg_metas > .w-html > span:hover {
    color: var(--color-alt-content-link);
}

.wpg_default_post .wpg_data > .wpg_metas > .w-html > span:hover > svg {
    fill: var(--color-alt-content-link);
}

.wpg_default_post .wpg_data .wpg_title {
    display: block;
    position: relative;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    color: var(--color-content-heading);
    margin-top: 15px;
    text-align: left;
}

.wpg_default_post .wpg_data .wpg_title > a::before {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    font-family: FontAwesome;
    content: '\f0c1';
    color: var(--color-alt-content-link) !important;
    font-size: 0;
    top: -2px;
    position: relative;
}

.wpg_default_post .wpg_data .wpg_title > a:hover::before {
    font-size: 18px;
}

.wpg_default_post .wpg_data .wpg_title > a:hover {
    color: var(--color-content-primary);
}

.wpg_default_post .wpg_data .wpg_date {
    display: block;
    position: relative;
    width: 100%;
    font-size: 13px;
    margin-top: -5px;
    text-align: left;
    color: var(--color-content-heading);
}

.wpg_default_post .wpg_data .wpg_date > i {
    margin-top: -1px;
}
/* END Posts grid */

.heading_underline .wpb_wrapper h2,
.heading_underline .wpb_wrapper h3,
.heading_underline .wpb_wrapper h4,
.heading_underline .wpb_wrapper h5,
.heading_underline .wpb_wrapper h6 {
    display: inline-block;
    position: relative;
}

.heading_underline.c_trans .wpb_wrapper h2,
.heading_underline.c_trans .wpb_wrapper h3,
.heading_underline.c_trans .wpb_wrapper h4,
.heading_underline.c_trans .wpb_wrapper h5,
.heading_underline.c_trans .wpb_wrapper h6 {
    margin-left: 50%;
    transform: translateX(-50%);
}

.heading_underline .wpb_wrapper h2::after,
.heading_underline .wpb_wrapper h3::after,
.heading_underline .wpb_wrapper h4::after,
.heading_underline .wpb_wrapper h5::after,
.heading_underline .wpb_wrapper h6::after {
    content: '';
    display: block;
    position: relative;
    width: 33.333%;
    height: 6px;
    background: var(--color-content-bg);
    border-radius: 3px;
    margin: 20px auto;
}

.heading_underline.pink_und .wpb_wrapper h2::after,
.heading_underline.pink_und .wpb_wrapper h3::after,
.heading_underline.pink_und .wpb_wrapper h4::after,
.heading_underline.pink_und .wpb_wrapper h5::after,
.heading_underline.pink_und .wpb_wrapper h6::after {
    background: var(--color-content-primary);
}

.heading_underline.green_und .wpb_wrapper h2::after,
.heading_underline.green_und .wpb_wrapper h3::after,
.heading_underline.green_und .wpb_wrapper h4::after,
.heading_underline.green_und .wpb_wrapper h5::after,
.heading_underline.green_und .wpb_wrapper h6::after {
    background: var(--color-alt-content-secondary);
}

.heading_underline.orange_und .wpb_wrapper h2::after,
.heading_underline.orange_und .wpb_wrapper h3::after,
.heading_underline.orange_und .wpb_wrapper h4::after,
.heading_underline.orange_und .wpb_wrapper h5::after,
.heading_underline.orange_und .wpb_wrapper h6::after {
    background: var(--color-alt-content-primary);
}

.heading_underline.blue_und .wpb_wrapper h2::after,
.heading_underline.blue_und .wpb_wrapper h3::after,
.heading_underline.blue_und .wpb_wrapper h4::after,
.heading_underline.blue_und .wpb_wrapper h5::after,
.heading_underline.blue_und .wpb_wrapper h6::after {
    background: var(--color-content-heading);
}

.heading_underline.cyan_und .wpb_wrapper h2::after,
.heading_underline.cyan_und .wpb_wrapper h3::after,
.heading_underline.cyan_und .wpb_wrapper h4::after,
.heading_underline.cyan_und .wpb_wrapper h5::after,
.heading_underline.cyan_und .wpb_wrapper h6::after {
    background: var(--color-subfooter-link-hover);
}

.wpg_home_header_section.wpg_pink h1 strong {
    color: var(--color-content-primary);
}

.wpg_home_header_section.wpg_green h1 strong {
    color: var(--color-alt-content-secondary);
}

.wpg_home_header_section.wpg_orange h1 strong {
    color: var(--color-alt-content-primary);
}

.wpg_home_header_section.wpg_blue h1 strong {
    color: var(--color-content-heading);
}

.wpg_header_img_right > .w-image-h {
    display: block;
    position: relative;
    max-width: 100%;
    padding-top: 100%;
    overflow: hidden !important;
}

.wpg_header_img_right > .w-image-h > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#main_logo {
    z-index: 200;
}

#main_logo > a {
    width: 160px;
    height: 160px;
    padding: 30px;
    border-radius: 80px;
    background: var(--color-content-bg);
/*    border: solid 1px rgb(100,100,100);*/
    transform: translateY(-25px);
}

#main_logo.square_logo > a {
    background: transparent;
}

#main_logo > a > img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    border-radius: unset !important;
}

#main_logo > a:hover > img {
    transform: translate(-50%,-50%) scale(1.05);
}

#main_logo.square_logo > a:hover > img {
    filter: grayscale(0%) contrast(200%) hue-rotate(-25deg);
}

#wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 {
    
}

#wpg_main_menu > .w-nav-list.level_1 > li.current-menu-ancestor > .w-nav-anchor > .w-nav-title,
#wpg_main_menu > .w-nav-list.level_1 > li.current-menu-item > .w-nav-anchor > .w-nav-title {
    font-weight: 600;
}

#wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 > .w-nav-title {
    
}

.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2 {
    -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1) !important; 
    box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1) !important;
/*    transform: translateY(-2px);*/
}

.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2>li {
    padding: 100px;
}

.wpg_menu_v1 .w-nav-list.level_2>li > .w-nav-anchor {
    display: block;
    position: relative;
    width: 100%;
}

.wpg_menu_v1 .w-nav-list.level_2>li > .w-nav-anchor > .w-nav-title::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    display: block;
    position: relative;
    max-width: 72%;
    height: 6px;
    margin: 10px auto 0 auto;
    border-radius: 3px;
    background: var(--color-content-primary);
/*    background-image: url(../img/gradient.webp);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;*/
}

.wpg_menu_v1 .w-nav-list.level_2>li:first-child::after {
/*    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 72%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: var(--color-content-faded);*/
    content: '';
    display: block;
    position: absolute;
    border-radius: 3px;
    background: var(--color-content-primary);
    width: 220px;
    height: 6px;
    top: 50%;
    right: 0;
    transform-origin: center;
    transform: translate(150px,-50%) rotate(90deg);
}

.wpg_menu_v2 .w-nav-list.level_2>li:first-child::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 3px;
/*    background-image: url(../img/gradient.webp);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;*/
    background: var(--color-content-primary);
    width: 220px;
    height: 6px;
    top: 50%;
    right: 0;
    transform-origin: center;
    transform: translate(150px,-50%) rotate(90deg);
}

.wpg_menu_v2 .w-nav-list.level_2>li {
    
}

.wpg_menu_v1 .w-nav-list.level_2>li > .w-nav-anchor > .w-nav-title {
    display: inline-block !important;
    margin-left: 50%;
    transform: translateX(-37%);
    text-align: center;
}

.w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3 {
    display: inline-block !important;
    margin-left: 15% !important;
    max-width: 70% !important;
}

.wpg_menu_v1 .level_2 > li > ul > li > a::before,
.wpg_menu_v2 .level_2 > li > ul > li > a::before {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: var(--color-content-text);
}

.wpg_menu_v2 .level_2 > li > ul > li.menu-item-148 > a::before {
    display: none !important;
}

#footer_logo {
    display: inline-block;
}

#wpg_footer_submenu ul > li:not(:first-child)::before {
    content:'';
    display: inline-block;
    position: relative;
    float: left;
    width: 2px;
    height: 18px;
    vertical-align: middle;
    top: 5px;
    margin-right: 15px;
    background: var(--color-content-primary);
}

.wpg_hide .w-nav-anchor.level_2 > .w-nav-title {
    display: none;
}

.footer_menus_row {
    
}

.footer_menus_row h3 > a,
.footer_menus_row .pink_column h3 > a,
.footer_menus_row .orange_column h3 > a,
.footer_menus_row .green_column h3 > a {
    
}

.footer_menus_row .pink_column h3 > a {
    color: var(--color-content-primary);
}

.footer_menus_row .orange_column h3 > a {
    color: var(--color-alt-content-primary);
}

.footer_menus_row .green_column h3 > a {
    color: var(--color-alt-content-secondary);
}

.footer_menus_row ul.menu > li::before,
.footer_menus_row .pink_column ul.menu > li::before,
.footer_menus_row .orange_column ul.menu > li::before,
.footer_menus_row .green_column ul.menu > li::before {
    content:'';
    display: block;
    position: relative;
    float: left;
    width: 4px;
    height: 20px;
    margin-right: 10px;
    background: var(--color-content-bg);
    vertical-align: middle;
}

.footer_menus_row .pink_column ul.menu > li::before {
    background: var(--color-content-primary);
}

.footer_menus_row .orange_column ul.menu > li::before {
    background: var(--color-alt-content-primary);
}

.footer_menus_row .green_column ul.menu > li::before {
    background: var(--color-alt-content-secondary);
}

.footer_title h3 {
    font-size: 20px;
    font-weight: 800;
}

.full_img_section .w-image-h > img {
    width: 100%;
    height: auto;
}

/* Headings */
.heading_blue_underline h2,
.heading_blue_underline h3,
.heading_blue_underline h4,
.heading_blue_underline h5,
.heading_blue_underline h6 {
    display: inline-block;
    position: relative;
}

.heading_blue_underline h2::after,
.heading_blue_underline h3::after,
.heading_blue_underline h4::after,
.heading_blue_underline h5::after,
.heading_blue_underline h6::after {
    content: '';
    display:block;
    position: relative;
    margin-top: 20px;
    width: 50%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-heading);
}

.wpg_top_right_radius {
    border-top-right-radius: 120px;
    overflow: hidden;
}

.wpg_top_left_radius {
    border-top-left-radius: 120px;
    overflow: hidden;
}

.wpg_bottom_left_radius {
    border-bottom-left-radius: 120px;
    z-index: 2;
    overflow: hidden;
}

.wpg_bottom_right_radius {
    border-bottom-right-radius: 120px;
    z-index: 2;
    overflow: hidden;
}

.wpg_entity {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    background: var(--color-content-bg);
    border-radius: 24px;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.1); 
    box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.1);
}

.wpg_entity .entity_logo {
    display: block;
    position: relative;
    width: 100%;
}

.wpg_entity .wpg_entity_row .entity_logo {
    display: block;
    position: relative;
    max-width: 280px;
}

.wpg_entity .entity_logo > h3 {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 50%;
}

.wpg_entity .entity_logo > h3::after {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 6px;
    bottom: -16.5px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    background: var(--color-content-heading);
}

.wpg_entity.wpg_partner .entity_logo > h3::after,
.wpg_entity .wpg_entity_row .entity_logo > h3::after {
    display: none !important;
}

.wpg_entity .entity_logo > h3.blue::after {
    background: var(--color-content-heading);
}

.wpg_entity .entity_logo > h3.cyan::after {
    background: var(--color-subfooter-link-hover);
}

.wpg_entity .entity_logo > h3.green::after {
    background: var(--color-alt-content-secondary);
}

.wpg_entity .entity_logo > h3.orange::after {
    background: var(--color-alt-content-primary);
}

.wpg_entity .entity_logo > h3.pink::after {
    background: var(--color-content-primary);
}

.wpg_entity .entity_logo > h3 > a {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.wpg_entity .entity_logo > h3 > a > img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.wpg_entity .entity_logo > h3 > a:hover > img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
}

.wpg_entity .entity_location {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(60,60,60);
}

.wpg_entity .entity_location > i {
    color: rgb(160,160,160);
}

.wpg_entity .wpg_entity_row .entity_location {
    min-width: 250px;
}

.wpg_entity:hover {
    -webkit-box-shadow: 0px 5px 12px 6px rgba(0,0,0,0.1); 
    box-shadow: 0px 5px 12px 6px rgba(0,0,0,0.1);
    transform: scale(1.01);
}

.wpg_one_slide article {
    padding: 5px;
}

.wpg_entity.wpg_row {
    padding: 5px;
}

.wpg_entity.wpg_row:hover {
    -webkit-box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.1); 
    box-shadow: 0px 2px 4px 3px rgba(0,0,0,0.1);
    transform: scale(0.99);
}

.wpg_entity:hover .entity_logo > h3::after {
    width: 100%;
    height: 2px;
    border-radius: 1px;
}

.wpg_entity .entity_icons {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: relative;
    width: 100%;
}

.wpg_entity .entity_icons > .icons {
    display: grid;
    position: relative;
    width: 60%;
    max-width: 200px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-left: 50%;
    padding: 15px 0;
    transform: translateX(-50%);
    min-width: 100% !important;
}

.wpg_entity .wpg_entity_row .entity_icons > .icons {
    margin-left: 0;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-left: 0;
    padding: 0;
    transform: translateX(0);
}

.wpg_entity .entity_icons > .icons > .icon {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border: solid 1px var(--color-content-heading);
    border-radius: 6px;
}

.wpg_entity .entity_icons > .icons > .icon > img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transform: translate(-50%,-50%);
}

.wpg_entity .entity_btn {
    display: block;
    position: relative;
    width: 100%;
}

.wpg_entity .wpg_entity_row .entity_btn {
    max-width: 150px;
}

.wpg_entity .entity_btn > .btn {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 8px 16px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: rgb(160,160,160);
    color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
}

.wpg_entity.wpg_partner .entity_btn > .btn {
    background: var(--color-content-bg) !important;
    color: var(--color-content-heading) !important;
    border: solid 2px var(--color-content-primary);
}

.wpg_entity.wpg_partner .entity_btn > .btn:hover {
    background: var(--color-content-primary) !important;
    color: var(--color-content-bg) !important;
    border: solid 2px var(--color-content-primary);
}

.wpg_entity .entity_btn > .btn:hover {
    background: var(--color-alt-content-link);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_blue {
    background: var(--color-content-heading);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_blue:hover {
    background: var(--color-alt-content-link);
}

.wpg_entity .entity_btn > .btn.btn_cyan {
    background: var(--color-subfooter-link-hover);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_cyan:hover {
    background: var(--color-alt-content-link);
}

.wpg_entity .entity_btn > .btn.btn_orange {
    background: var(--color-alt-content-primary);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_orange:hover {
    background: var(--color-alt-content-link);
}

.wpg_entity .entity_btn > .btn.btn_green {
    background: var(--color-alt-content-secondary);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_green:hover {
    background: var(--color-alt-content-link);
}

.wpg_entity .entity_btn > .btn.btn_pink {
    background: var(--color-content-primary);
    color: #ffffff;
}

.wpg_entity .entity_btn > .btn.btn_pink:hover {
    background: var(--color-alt-content-link);
}

.wpg_full_row .sticky_column {
    display: block;
    position: sticky;
    height: auto;
    top: 100px;
    grid-row-start: 1;
    align-self: start;
    padding: 15px 24px;
    background: var(--color-content-heading);
    color: var(--color-content-bg);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 96px;
    padding: 50px 20px;
/*    overflow: hidden;*/
}

.wpg_full_row .sticky_column.sticky_light {
    background: var(--color-content-bg);
    color: var(--color-content-heading);
    border: solid 1px var(--color-content-heading);
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px 20px;
}

.wpg_full_row .sticky_column::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--color-content-heading);
    transform: translateX(-100%);
}

.wpg_full_row .sticky_column.sticky_light::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--color-content-bg);
    color: var(--color-content-heading);
    border-top: solid 1px var(--color-content-heading);
    border-bottom: solid 1px var(--color-content-heading);
    transform: translateX(-100%);
}

.wpg_full_row .sticky_column h2,
.wpg_full_row .sticky_column h3,
.wpg_full_row .sticky_column h4,
.wpg_full_row .sticky_column h5,
.wpg_full_row .sticky_column h6 {
    display: block;
    position: relative;
    width: 100%;
    color: var(--color-content-bg) !important;
}

.wpg_full_row .sticky_column h2::after,
.wpg_full_row .sticky_column h3::after,
.wpg_full_row .sticky_column h4::after,
.wpg_full_row .sticky_column h5::after,
.wpg_full_row .sticky_column h6::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 33.333%;
    height: 6px;
    border-radius: 3px;
    background: var(--color-content-primary);
    margin: 0;
    bottom: -10px;
    left: 0;
}

.wpg_full_row .sticky_column p {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: inline-block;
    position: relative;
    width: 100%;
    color: var(--color-content-heading);
    background: var(--color-content-bg);
    border-radius: 12px;
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    font-size: 14px;
}

.wpg_full_row .sticky_column p::after {
    content: '';
    display: block;
    position: absolute;
    width: 0; 
    height: 0; 
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color-content-bg);
}

.wpg_full_row .scrollable_column h2::after {
    content: '';
    display: block;
    position: relative;
    margin: 10px 0;
    width: 33.333%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-primary);
}

.wpg_full_row .scrollable_column h3::after {
    content: '';
    display: block;
    position: relative;
    margin: 10px 0;
    width: 33.333%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-primary);
}

.wpg_full_row .scrollable_column h4::after {
    content: '';
    display: block;
    position: relative;
    margin: 8px 0;
    width: 33.333%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-primary);
}

.wpg_full_row .scrollable_column h5::after {
    content: '';
    display: block;
    position: relative;
    margin: 7px 0;
    width: 33.333%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-primary);
}
.wpg_full_row .scrollable_column h6::after {
    content: '';
    display: block;
    position: relative;
    margin: 6px 0;
    width: 33.333%;
    height: 4px;
    border-radius: 2px;
    background: var(--color-content-primary);
}

@keyframes under_light {
    0% {
        background: var(--color-content-bg);
        width: 10%;
    }
    15% {
        background: var(--color-alt-content-secondary);
        width: 33.333%;
    }
    30% {
        background: var(--color-alt-content-primary);
        width: 66.666%;
    }
    45% {
        background: var(--color-content-primary);
        width: 100%;
    }
    60% {
        background: var(--color-alt-content-primary);
        width: 66.666%;
    }
    75% {
        background: var(--color-alt-content-secondary);
        width: 33.333%;
    }
    100% {
        background: var(--color-content-bg);
        width: 10%;
    }
}

#wpg_the_title {
    display: block;
    position: relative;
    width: 100%;
}

#wpg_the_title .vc_column-inner::after {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 6px;
    border-radius: 3px;
    background: var(--color-content-bg);
    animation: under_light 10s ease infinite;
}

.wpg_photo_slider_img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 66.666%;
}

.wpg_photo_slider_img > a {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wpg_photo_slider_img > a > img {
    -webkit-transition: all 250ms ease-in !important;
    -moz-transition: all 250ms ease-in !important;
    -o-transition: all 250ms ease-in !important;
    transition: all 250ms ease-in !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
    min-height: 100%;
}

/* Home Revolution Slider */

#uve_custom_form {
    z-index: 2;
}

.wpg_home_header_section > .l-section-h {
    padding-top: unset !important;
}

.wpg_home_header_section .rev_slider_fh {
    z-index: 0 !important;
}

/* END Home Revolution Slider */

/* Media Queries */

@media (max-width: 1279px) {
    
    .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_2>li {
        padding: 60px 20px;
    }
    
    #wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 > .w-nav-title {
        font-size: 17px !important;
    }
    
    .wpg_home_header_section h1 {
        font-size: 40px;
    }
    
    .wpg_entity .wpg_entity_row .entity_logo {
        max-width: 220px;
        min-width: unset !important;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        grid-template-columns: repeat(6, 1fr);
        gap: 8px;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        max-width: 200px;
        min-width: unset !important;
        font-size: 15px;
        line-height: 20px;
        padding-top: 10px;
    }
    
}

@media (max-width: 1099px) {
    
    .wpg_menu_v1 .w-nav-list.level_2>li > .w-nav-anchor > .w-nav-title {
        display: inline-block !important;
        margin-left: 0;
        transform: translateX(0);
    }
    
    .w-nav.type_desktop .menu-item[class*="columns"] .w-nav-list.level_3 {
        display: inline-block !important;
        margin-left: 0;
        max-width: 100% !important;
    }
    
    .wpg_menu_v1 .w-nav-list.level_3 .w-nav-title,
    .wpg_menu_v2 .w-nav-list.level_3 .w-nav-title {
        display: inline-block;
        position: relative;
    }
    
    .wpg_menu_v1 .w-nav-list.level_3 .w-nav-title > i,
    .wpg_menu_v2 .w-nav-list.level_3 .w-nav-title > i {
        display: block;
        position: relative;
        margin: 0 auto 8px auto;
    }
    
    #wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #wpg_main_menu > .w-nav-list > li > .w-nav-anchor.level_1 > .w-nav-title {
        font-size: 15px !important;
    }
    
    .wpg_uve_form {
        transform: translateY(-60px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 32px;
    }
    
    .wpg_entity .wpg_entity_row .entity_logo {
        max-width: 240px;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        min-width: 220px !important;
        font-size: 15px;
        line-height: 20px;
        padding-top: 10px;
    }
    
    .wpg_full_row > .l-section-h > .g-cols {
        grid-template-columns: 1fr !important;
    }
    
    .wpg_full_row .sticky_column {
        display: block;
        position: relative;
        height: auto;
        top: unset !important;
        text-align: center !important;
    }
    
    .wpg_full_row .sticky_column h2::after,
    .wpg_full_row .sticky_column h3::after,
    .wpg_full_row .sticky_column h4::after,
    .wpg_full_row .sticky_column h5::after,
    .wpg_full_row .sticky_column h6::after {
        content: '';
        display: inline-block;
        position: absolute;
        width: 33.333%;
        height: 6px;
        border-radius: 3px;
        background: var(--color-content-primary);
        margin: 0;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .wpg_full_row .sticky_column .w-post-elm.post_taxonomy > .w-post-elm-list {
        width: 100%;
    }

}

@media (max-width: 1024px) { 
    
    #main_logo > a {
        width: 120px;
        height: 120px;
        padding: 20px;
        border-radius: 60px;
        transform: translateY(-25px);
    }
    
    #main_logo > a > img {
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px);
    }
    
    #wpg_main_menu > .w-nav-list.level_1 > .wpg_menu_v2 > .w-nav-list.level_2 > li:first-child {
        display: none !important;
    }
    
    #wpg_main_menu > .w-nav-list.level_1 > .wpg_menu_v2 > .w-nav-list.level_2 > li:last-child > .w-nav-anchor.level_2 {
        display: none !important;
    }
    
    #wpg_main_menu > .w-nav-list.level_1 > .wpg_menu_v2 > .w-nav-list.level_2 > li:last-child > .w-nav-list.level_3 {
        display: block !important;
    }
    
}

@media (max-width: 991px) {
    
    .wpg_uve_form {
        transform: translateY(-40px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 28px;
    }
    
    .wpg_entity .wpg_entity_row .entity_logo {
        min-width: 200px;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        min-width: 160px !important;
        font-size: 13px;
        line-height: 20px;
        padding-top: 10px;
    }
    
}

@media (max-width: 899px) { 
    
    #wpg_footer_nav > .l-section-h > .g-cols {
        grid-template-columns: 1fr !important;
    }
    
    #wpg_footer_nav > .l-section-h > .g-cols > .wpb_column:first-child > .vc_column-inner {
        text-align: center;
    }
    
    .wpg_uve_form {
        transform: translateY(-20px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 26px;
    }
    
    .wpg_entity .wpg_entity_row .entity_logo {
        min-width: 180px;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        min-width: 140px !important;
        font-size: 12px;
        line-height: 20px;
        padding-top: 10px;
    }
    
}

@media (max-width: 799px) {
    
    .wpg_entity .wpg_entity_row {
        display: block;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 5px 30px 5px 10px;
    }
    
    .wpg_entity .wpg_entity_row > div,
    .wpg_entity .wpg_entity_row > h4 {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        max-width: unset !important;
        min-width: unset !important;
    }
    
    .wpg_entity .wpg_entity_row > .entity_logo > h3 {
        padding-top: 33.333%;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        font-size: 15px;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons {
       
    }
    
    .wpg_entity.wpg_row {
        padding: 0;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        width: 70% !important;
        min-width: unset !important;
        max-width: unset !important;
        margin-left: unset !important;
        transform: unset !important;
        margin: 20px auto !important;
    }
    
    .wpg_entity .wpg_entity_row .entity_btn > .btn {
        margin: 0 auto 20px auto !important;
        transform: unset !important;
        left: 0;
    }
    
}

@media (max-width: 767px) { 
    
    #main_logo > a {
        width: 76px;
        height: 76px;
        padding: 12px;
        border-radius: 38px;
        transform: translateY(0);
    }
    
    #main_logo > a > img {
        max-width: calc(100% - 24px);
        max-height: calc(100% - 24px);
    }
    
    .footer_menus_row ul.menu > li::before,
    .footer_menus_row .pink_column ul.menu > li::before,
    .footer_menus_row .orange_column ul.menu > li::before,
    .footer_menus_row .green_column ul.menu > li::before {
        margin-right: 0;
        transform: translateX(-10px);
    }
    
    .wpg_uve_form > .form > h2 > span.title {
        display: block;
        position: relative;
        width: 100%;
    }
    
    .wpg_uve_form > .form > h2 > span.separator {
        display: none;
    }
    
    .wpg_uve_form {
        transform: translateY(-80px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 40px;
    }
    
    .meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
        min-width: calc(100vw - 80px);
        font-size: 26px;
    }
        
}

@media (max-width: 599px) {
    
    .wpg_entity .wpg_entity_row > .entity_logo > h3 {
        padding-top: 40%;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        font-size: 15px;
    }
    
    .wpg_entity.wpg_row {
        padding: 0;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        width: 80% !important;
    }
    
    .wpg_entity .wpg_entity_row .entity_btn > .btn {
        font-size: 15px;
    }
    
}

@media (max-width: 499px) {
    
    #wpg_footer_submenu ul > li:not(:first-child)::before {
        display: none;
    }
    
    .wpg_uve_form {
        transform: translateY(-60px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 32px;
    }
    
    .wpg_entity .wpg_entity_row > .entity_logo > h3 {
        padding-top: 50%;
    }
    
    .wpg_entity .wpg_entity_row .entity_location {
        font-size: 15px;
    }
    
    .wpg_entity.wpg_row {
        padding: 0;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        width: 80% !important;
    }
    
    .wpg_entity .wpg_entity_row .entity_btn > .btn {
        font-size: 15px;
    }
    
    .meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
        font-size: 22px;
    }
    
}

@media (max-width: 399px) { 
    
    #top_header_btn {
        margin-left: 0;
        font-size: 12px !important;
    }
    
    .wpg_uve_form {
        transform: translateY(-60px);
    }
    
    .wpg_home_header_section h1 {
        font-size: 28px;
    }
    
    .wpg_entity .wpg_entity_row .entity_icons > .icons {
        width: 100% !important;
    }
    
    .meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
        font-size: 20px;
    }
    
}

@media (max-width: 319px) { 
    
    #top_header_btn {
        margin-left: 0;
        font-size: 10px !important;
    }
    
    .wpg_home_header_section h1 {
        font-size: 26px;
    }
    
    .meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
        font-size: 18px;
    }
    
}

@media (max-width: 289px) { 
    
    #top_header_btn {
        font-size: 9px !important;
    }
    
    .wpg_home_header_section h1 {
        font-size: 24px;
    }
    
    .meta_slider_fh .top_meta_slider > .wpb_wrapper > .metaslider > div > div > .slides > li > .caption-wrap {
        font-size: 16px;
    }
    
}