.cx_cx_site_logo img { width: auto;
}.cx_shortcode.cx_user_profile_thumb {font-size: .75rem;align-items: center;column-gap: 12px; cursor: pointer;}
.cx_shortcode.cx_user_profile_thumb .dp-container {border-radius: 100%;margin-right: 0px !important;width: 28px;height: 28px;background-size: cover;}
.cx_shortcode.cx_user_profile_thumb .dp-container .level-icon-container {width: 14px;height: 14px;bottom: -5px;right: -6px;}
.cx_shortcode.cx_user_profile_thumb .dp-container .level-icon-container img {width: 8px;}
.cx_shortcode.cx_user_profile_thumb .user-display-name-wraper .user-display-name {margin-bottom: 0;font-weight: 500;text-transform: capitalize;} .cx_shortcode.cx_user_profile_thumb {display:flex;}.cx_cx_menu_wp.header-menu-wrapper ul.user-details-sidebar {
margin-top: 0;
gap: 1.875rem;
}
.cx_cx_menu_wp.header-menu-wrapper.menu-align-left ul.user-details-sidebar li:nth-last-child(2) {
margin-left: auto;
}
.cx_cx_menu_wp.header-menu-wrapper ul.user-details-sidebar li a {
padding: 0;
font-family: inter;
font-weight: 600;
font-size: 1rem;
line-height: 1.5rem;
color: var(--text-54);
}
.cx_cx_menu_wp.header-menu-wrapper ul.user-details-sidebar li:is(.active,:hover) a { color: var(--brand-primary-50); } .site-menu-sidebar .cx_cx_menu_wp ul.user-details-sidebar { 
margin-top: 0;
gap: 14px;
}
.site-menu-sidebar .cx_cx_menu_wp ul.user-details-sidebar li a { 
padding: 0;
font-family: "Inter";
font-weight: 400;
font-size: 1.0625rem;
line-height: 1.6875rem;
color: var(--text-51);
}
.site-menu-sidebar .cx_cx_menu_wp ul.user-details-sidebar li:is(.active,:hover) a { color: var(--brand-primary-50); } .cx_cx_menu_wp.footer-menu-wrapper ul.user-details-sidebar { 
margin-top: 0;
gap: 14px;
}
.cx_cx_menu_wp.footer-menu-wrapper ul.user-details-sidebar li a { 
padding: 0;
font-family: "Inter";
font-weight: 400;
font-size: 1.0625rem;
line-height: 1.6875rem;
color: var(--text-51);
}
.cx_cx_menu_wp.footer-menu-wrapper ul.user-details-sidebar li:is(.active,:hover) a { color: var(--brand-primary-50); }
.cx_cx_menu_wp.footer-menu-wrapper ul.user-details-sidebar.flex-dir-row {gap: 20px;}
.cx_cx_menu_wp.footer-menu-wrapper ul.user-details-sidebar.flex-dir-row li a {
font-size: 0.9375rem;
line-height: 1.7rem;
}.cx_hero_section {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 104px 32px 119px;
}
.cx_hero_section .detail-wrapper {max-width: 940px;}
.cx_hero_section .sliding-imgs-wrapper {
position: absolute;
top: 5%;
left: 13%;
transform: rotate(-10.09deg);
}
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(2) {
left: unset;
top: 8%;
right: 4%;
transform: rotate(-10.09deg);
}
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(3) {
top: unset;
bottom: 10%;
left: 5%;
transform: rotate(10.09deg);
} 
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(4) {
top: unset;
bottom: 5%;
left: unset;
right: 8%;
transform: rotate(10.09deg);
}
.cx_hero_section .sliding-imgs {
position: relative;
height: 157px;
width: 157px;
}
.cx_hero_section .sliding-imgs-wrapper:is(:nth-of-type(2), :nth-of-type(3)) .sliding-imgs {
height: 235px;
width: 235px;
}
.cx_hero_section .sliding-imgs .sliding-img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
opacity: 0;
transform: translateY(100%);
transition: all 1s ease-in-out !important;
border-radius: 48px;
display: block;
}
.cx_hero_section .sliding-imgs-wrapper:is(:nth-of-type(1), :nth-of-type(4)) .sliding-imgs {
border-radius: 32px;
}
.cx_hero_section .sliding-imgs::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 48px;
opacity: 10%;
border: 1px solid var(--primary-50);
transform: translate(20px, 20px);
}
.cx_hero_section .sliding-imgs-wrapper:is(:nth-of-type(3), :nth-of-type(4)) .sliding-imgs::before {
border: unset;
background-color: var(--primary-50);
}
.cx_hero_section .sliding-imgs .sliding-img.active {
opacity: 1;
transform: translateY(0) rotate(0deg);
}
.cx_hero_section .sliding-imgs .sliding-img.out {
opacity: 0; transform: translateY(-50%) rotate(10deg);
}
@media (max-width:1625px) {
.cx_hero_section .sliding-imgs-wrapper:is(:nth-of-type(2), :nth-of-type(3)) .sliding-imgs {
height: 170px;
width: 170px;
}
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(1) {
left: 5%;
}
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(2) {
right: 2%;
}
}
@media (max-width: 1370px) and (min-width: 651px) {
.l-col-span-all {
grid-column: 1/-1;
justify-self: center;
}
}
@media (max-width:1350px) {
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(1) {
left: 2%;
}
.cx_hero_section .sliding-imgs-wrapper:is(:nth-of-type(2), :nth-of-type(3)) {
display: none;
}
}
@media (max-width:1193px) {
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(1) {
top: unset;
bottom: 5%;
}
.cx_hero_section .sliding-imgs-wrapper:nth-of-type(4) {
right: 2%;
}
}
@media (max-width: 991px) {
.cx_hero_section .sliding-imgs-wrapper {display: none;}
}