/*Start Offering Document - Desktop*/
	.offering_documents_wrapper {
		background: #f7f7fa;
		position: relative;
		z-index: 2;
		padding-top: 50px;
	}
	.offering_documents_wrapper[class*="grid"]:before {
	    position: absolute;
	    height: 150px;
	    width: 100%;
	    background-color: #fff;
	    bottom: 0;
	    visibility: visible;
	    opacity: 1;
	    z-index: -2;
	}
	.offering_documents_container {
		padding-top: 100px;
		position: relative;
	}
	.offering_documents_container[class*="grid"]:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(0, 0, 0, 0.08);
		visibility: visible;
		opacity: 1;
	}
	.offering_documents_title {
		/*margin-top: 30px;*/
	}
	.offering_documents_title h2 {
	    	margin: 0;

		color: #1B1865;
		text-align: center;
		font-family: Outfit;
		font-size: 64px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 64px */
	}    
	.offering_documents_title p {
		margin: 0;

		color: #4E4E4E;
		text-align: center;
		font-family: "Public Sans";
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: 142%; /* 31.24px */
		max-width: 1100px;
		margin: 0 auto;
	}	
	.offering_documents_title h2 + p {
		margin-top: 24px;
	}	
	.offering_documents_list {
		margin-top: 70px;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		border-radius: 8px;
		background: #FFF;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 2px 7px 0 rgba(0, 0, 0, 0.06), 0 12px 22px 0 rgba(0, 0, 0, 0.06);
	}
	.offering_documents_single[class*="grid"] {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    /*border: 1.5px solid rgb(226, 223, 240);*/
	    border-radius: 11px;
	    padding: 30px;
	    position: relative;
	}   
	.offering_documents_single[class*="grid"]:after {
	    position: absolute;
	    top: 20px;
	    height: calc(100% - 40px);
	    width: 1px;
	    visibility: visible;
	    opacity: 1;
	    right: 0;
	    background: #F0F0F0;
	} 
	.offering_documents_single + .offering_documents_single {
		/*margin-top: 10px;*/
	}	
	.offering_documents_single.download {
		background-color: #fff;
	}
	.offering_documents_single_title {

	}
	.offering_documents_single_title h2, .offering_documents_single_title h3 {
	    	margin:0;

		color: #2F2C82;
		font-family: Outfit;
		font-size: 32px;
		font-style: normal;
		font-weight: 500;
		line-height: 100%; /* 32px */

	}   
	.offering_documents_single_title p {
	    	margin: 10px 0 0;

		color: #4E4E4E;
		font-family: "Public Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}    
	.offering_documents_single_link {
		margin: auto 0 0;
		flex-shrink: 0;
	}
	.offering_documents_single_link a {
	    	text-decoration: none;

		color: #FF792C;
		font-family: Outfit;
		font-size: 22px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		margin: 25px 0 0;
		display: inline-block;
	}    
	.offering_documents_single_icon {
		margin-bottom: 25px;
	}
	.offering_documents_single_icon span.lock {
		background: #EFEEF8;
	}
	.offering_documents_single_icon span.lock * {
	    color: red;
	    stroke: #2e2c7d;
	}
	.offering_documents_single_icon span.check{
		background: #d2e3dc;
	}
	.offering_documents_single_icon span.check * {
		stroke: #25A919;
	}
    

/*End Offering Documents - Desktop*/

@media screen and (max-width: 767px) {
	.offering_documents_title[class*="grid"] {
		padding: 0 20px;
	}
	.offering_documents_list[class*="grid"] {
	    flex-direction: column;
	    padding: 0 20px;
	    box-shadow: none;
	    row-gap: 20px;
	}
	.offering_documents_single {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
	    background: #FFF;
	    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 2px 7px 0 rgba(0, 0, 0, 0.06), 0 12px 22px 0 rgba(0, 0, 0, 0.06);
	}
	.offering_documents_single_title {
    		margin-left: 0px;
	} 
	.offering_documents_single_link {
		margin: 0;
	}
}