table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}
.download-demo{
	padding: 0px !important;
}
.download-demo__title{
        font-weight: 600;
        font-size: 26px;
        margin-bottom: 16px;
    }
    .download-demo__text{
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 48px;
    }
    .download-demo__buttons-wrap{
        display: flex;
        gap: 24px;
    }
    .download-demo__button{
        width: 100%;
        position: relative;
        border-radius: 16px;
        padding: 32px;
        background: #F3F3F3;
    }
    .download-button__title{
        margin-bottom: 24px;
    }
    .download-button__title span{
        font-weight: 400;
        font-size: 20px;
    }
    .download-button__link{
        font-weight: 500;
        font-size: 18px;
        color: var(--new-red);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
    }
    .download-button__link:hover {
        color: var(--new-red);
    }
    .download-button__link:after{
        content: "";
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.82422 3.43054L10.4352 8.11554C10.5363 8.21776 10.5931 8.35575 10.5931 8.49954C10.5931 8.64333 10.5363 8.78132 10.4352 8.88354L5.82522 13.5695C5.72414 13.6724 5.6675 13.8108 5.6675 13.955C5.6675 14.0992 5.72414 14.2377 5.82522 14.3405C5.87459 14.3912 5.93361 14.4314 5.99879 14.4589C6.06396 14.4864 6.13398 14.5006 6.20472 14.5006C6.27545 14.5006 6.34547 14.4864 6.41065 14.4589C6.47582 14.4314 6.53484 14.3912 6.58422 14.3405L11.1942 9.65654C11.4971 9.34802 11.6669 8.93292 11.6669 8.50054C11.6669 8.06816 11.4971 7.65306 11.1942 7.34454L6.58422 2.66054C6.53482 2.60974 6.47575 2.56936 6.41048 2.54178C6.34521 2.51421 6.27507 2.5 6.20422 2.5C6.13336 2.5 6.06323 2.51421 5.99796 2.54178C5.93269 2.56936 5.87361 2.60974 5.82422 2.66054C5.72314 2.7634 5.6665 2.90183 5.6665 3.04604C5.6665 3.19025 5.72314 3.32869 5.82422 3.43154' fill='%23EF4B48' style='fill:%23EF4B48;fill:color(display-p3 0.9373 0.2941 0.2824);fill-opacity:1;'/%3e%3cpath d='M5.82422 3.43054L10.4352 8.11554C10.5363 8.21776 10.5931 8.35575 10.5931 8.49954C10.5931 8.64333 10.5363 8.78132 10.4352 8.88354L5.82522 13.5695C5.72414 13.6724 5.6675 13.8108 5.6675 13.955C5.6675 14.0992 5.72414 14.2377 5.82522 14.3405C5.87459 14.3912 5.93361 14.4314 5.99879 14.4589C6.06396 14.4864 6.13398 14.5006 6.20472 14.5006C6.27545 14.5006 6.34547 14.4864 6.41065 14.4589C6.47582 14.4314 6.53484 14.3912 6.58422 14.3405L11.1942 9.65654C11.4971 9.34802 11.6669 8.93292 11.6669 8.50054C11.6669 8.06816 11.4971 7.65306 11.1942 7.34454L6.58422 2.66054C6.53482 2.60974 6.47575 2.56936 6.41048 2.54178C6.34521 2.51421 6.27507 2.5 6.20422 2.5C6.13336 2.5 6.06323 2.51421 5.99796 2.54178C5.93269 2.56936 5.87361 2.60974 5.82422 2.66054C5.72314 2.7634 5.6665 2.90183 5.6665 3.04604C5.6665 3.19025 5.72314 3.32869 5.82422 3.43154' stroke='%23EF4B48'/%3e%3c/svg%3e");
        width: 17px;
        height: 17px;
        display: block;
        margin: 0 0 0 4px;
        transition: 0.4s;
    }
    .download-button__link:hover::after {
        transform: translate3d(4px, 0, 0);
    }
    .download-button__link:before {
        content: "";
        position: absolute;
        inset: 0;
    }
    @media (max-width: 659px) {
        .download-demo__title{
            font-size: 20px;
        }
        .download-demo__text{
            font-size: 16px;
        }
        .download-demo__buttons-wrap{
            flex-direction: column;
            gap: 8px;
        }
        .download-demo__button{
            padding: 24px 16px;
        }
        .download-button__title span{
            font-size: 18px;
        }
    }
