.elementor-10407 .elementor-element.elementor-element-99b600f{padding:150px 0px 80px 0px;}.elementor-10407 .elementor-element.elementor-element-cb8c1ae{text-align:center;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:500;line-height:24px;}.elementor-10407 .elementor-element.elementor-element-5e72da4{text-align:center;}.elementor-10407 .elementor-element.elementor-element-5e72da4 .elementor-heading-title{font-family:"DM Sans", Sans-serif;font-size:40px;font-weight:700;line-height:52px;}.elementor-10407 .elementor-element.elementor-element-ab71ce9{text-align:center;font-family:"DM Sans", Sans-serif;font-size:24px;font-weight:500;line-height:32px;}.elementor-10407 .elementor-element.elementor-element-5707b8c{padding:0px 0px 40px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-ab71ce9 */.ufcf-shd{
    color: #EE4536;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de22539 */.umf__tab{
	padding: 30px 0 50px 0;
}
.umf__tablist{
	padding:0;
	display:flex;
	gap: 24px;
}

.umf__tablist li {
	list-style: none;
    display: contents;
    text-align: center;
}
.umf__tablist li a {
    background: transparent ;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-in-out;
	width:100%;
	padding:13px;
	color:#050505;
	text-decoration:none;
}
.umf__tablist li a.active, .umf__tablist li a:hover {
	background:#EE4536;
	color:#FFFFFF;
	border: 1px solid #EE4536;
	transition: all 0.5s ease-in-out;
	font-weight:700;
}
.umf__tablist li a:hover {}
.umf__tabcontent {
	display: none;
}

.umf__tabcontent.umf__active {
	display: block;
}
.umf__ahead {
    background: rgb(157 157 157 / 10%);
	padding:22px 24px;
	margin-bottom:16px;
	cursor:pointer;
	position:relative;
	transition: all 0.5s ease;
}
.umf__ahead.active {
    margin-bottom: 0;
}
.umf__ahead h3{
	margin:0;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 20.83px;
	color:#000000;
}
.umf__inahead{
	position:relative;
	transition: all 0.5s ease;
	border-bottom: 1px solid rgb(5 5 5 / 10%);
	cursor:pointer;
}
.umf__inahead h3{
	font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.23px;
    color: #050505;
    margin: 0;
    padding: 17px 0;
}
.umf__ahead:after, .umf__inahead:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 22px;
    width: 20px;
    height: 20px;
    background: url(https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/acc-plus.svg) no-repeat;
    transition: all 0.5s ease;
}
.umf__inahead:after{
	background: url(https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/arrow-down.svg) no-repeat;
	transition: all 0.5s ease;
}
.umf__acnt{
	margin-bottom:20px;
    padding: 0 40px;
	background: rgb(157 157 157 / 10%);
}
.umf__ahead.active:after {
	background: url(https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/acc-plusact.svg) no-repeat;
	transform: rotate(90deg);
	transition: all 0.5s ease;
}

.umf__inahead.active:after{
	transform: rotate(180deg);transition: all 0.5s ease;
}
.umf__inahead.active{
	border-bottom: none;
}
.umf__inahead.active h3{
	font-weight:700;
}
.umf__inahead:after {
    top: 16px;
	right:0;
}
.umf__inacnt{
	border-bottom: 1px solid rgb(5 5 5 / 10%);
	padding:0 0 20px 0;
}
.umf__inacc:last-child .umf__inahead, .umf__inacc:last-child .umf__inacnt{
	border-bottom: none;
}
.umf__ahead.active h3 {
    color: #EE4536;
}
.umf__doc {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.umf__box {
    background: #FFFFFF;
    border-radius: 8px;
	flex: 1 0 calc(25% - 16px); 
    box-sizing: border-box;
	max-width: 318px;
}
.umf__box a{
  padding:20px;
  display:block;
  text-decoration:none;
}
.umf__boximg{
	padding-bottom:40px;
}
.umf__boxcnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.umf__boxcnt span img{
	vertical-align:bottom;
}

.umf__boxcnt span{
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 18.23px;
	color: #050505;
}
.umf_container {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    box-sizing: border-box;
}
.umf-box {
    background: #FFFFFF;
    border-radius: 8px;
    flex: 1 0 calc(25% - 16px);
    box-sizing: border-box;
	padding-bottom: 24px;
}
.umf-box .umf_img img{
	width:100%;
}
.umf-box .umf_cnt{
	text-align:left;
}
.umf-box .umf_cnt h3{
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 22.59px;
	color:#050505;
	margin:0;
	padding: 16px 0 12px 0;
}
.umf-box .umf_cnt p{
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20.83px;
	color:#000000;
	padding-bottom: 16px;
	margin:0;
}
.umf-box .umf_cnt a{
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20.83px;
	color:#EE4536;
	text-decoration:underline;
}
#forms .umf__doc{
	padding-bottom: 20px;
}
.umf_prrel {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0px;
}
.umf_prrel span {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.83px;
    color: #000000;
    margin: 0;
}
@media screen and (min-width: 2000px) and (max-width: 9999px) {
    footer.foot-fixd {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://unifimf1.nowstaged.com/wp-content/uploads/2024/05/DMSans-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */