<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 107250 */

.wholesalers {
	background: #FFFFFF;
	color: #05142C;
}

.wholesalers-inner {
	margin:0 auto;
	max-width: 1200px;
    box-sizing: border-box;
    padding: 30px 15px;
}

.wholesalers h2 {
	margin:0;
}

.wholesalers .title {
	font-style: normal;
	font-weight: bold;
	font-size: 46px;
	line-height: 130%;
	text-transform: capitalize;
	color: #05142C;
	margin-bottom: 60px;
}

.wholesalers ._header h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 130%;
}

.our-production-links {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
	flex-flow: row wrap;
	margin-top: 60px;
	margin-bottom: 120px;
}

.production-link {
	width: calc(100% / 2 - 50px);
    flex: 1 1 auto;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 40px;
    position: relative;
    margin-left: 50px;
}

.production-link::before {
	content: '';
    position: absolute;
    background-image: url(/img/design/light-arrow-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    left: -70px;
    top: -28px;
}

.how-we-work._header p {
	margin-top: 60px;
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 40px;
}

.how-we-work-row {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	flex-flow: row wrap;
}

.we-work-row-item {
	width: calc(100% / 3 - 15px);
    height: 212px;
    margin-bottom: 30px;
    background-image: url(/img/design/land-item-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.we-work-row-item span {
	font-weight: bold;
	font-size: 19px;
	line-height: 135%;
	color: #FFFFFF;
	padding: 0 40px;
}

.we-work-row-item p {
	font-size: 15px;
	line-height: 135%;
	color: #FFFFFF;
	margin-top: 23px;
	padding: 0 40px;
}

.l-benefits {
	margin-top: 90px;
}

.l-benefits-advantages {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
	flex-flow: row wrap;
	margin-top: 60px;
	margin-bottom: 120px;
}

.l-benefits-advantage-item {
	display: flex;
    flex-direction: column;
	width: calc(100% / 4 - 15px);
    flex: 1 1 auto;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 20px;
	align-items: center;
	text-align: center;
}

.l-benefits-advantage-item span {
	margin-top: 25px;
	font-weight: bold;
	font-size: 19px;
	line-height: 135%;
	margin-bottom: 20px;
	max-width: 177px;
}

.l-benefits-advantage-item p {
	font-size: 15px;
	line-height: 130%;
	font-weight: 400;
}

.manufactured-products-row {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 50px;
}

.manufactured-products-gallery h2 {
	margin-bottom: 25px;
}

.products-row-text {
	max-width: 540px;
	width: 100%;
	display: flex;
    flex-direction: column;
}

.products-row-img img {
	max-width: 100%;
}

.products-row-text p {
	font-size: 15px;
	line-height: 130%;
	margin-bottom: 20px;
}

.products-row-text span {
	position: relative;
    margin-left: 42px;
	margin-bottom: 24px;
	font-weight: 600;
}

.products-row-text span::before {
	content: '';
    position: absolute;
    background-image: url(/img/design/point-element.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -42px;
    top: -5px;
}

.our-projects-images {
	display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}

.products-gallery-photos {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.products-gallery-photos img,
.our-projects-images img {
	max-width: 100%;
}

.products-gallery._header h3 {
	font-weight: bold;
	font-size: 23px;
	line-height: 130%;
	margin-bottom: 25px;
}

.our-projects {
	margin-top: 120px;
	padding-bottom: 120px;
}

.our-projects h2 {
	font-size: 36px;
	line-height: 130%;
	font-weight: bold;
}

.our-projects-img {
	margin-bottom: 30px;
	width: calc(100% / 3);
}


.our-projects-button {
	float: left;
	min-width: 150px;
	display: block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	background: #FFFFFF;
    border: 1px solid #05142C;
	text-align: center;
}

.our-projects-button:focus {
	outline: none;
}

.our-projects-button &gt; a, .our-projects-button &gt; button {
	vertical-align: middle;
	color: #05142C;
	text-decoration: none;
	padding: 1em 2em;
	display: block;
	line-height: 135%;
	outline:none;
}

.our-projects-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #05142C;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.our-projects-button,
.our-projects-button::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.our-projects-button:hover a, .our-projects-button:hover button {
	color: #fff;
	border-color: #05142C;
}

.our-projects-button:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.our-projects-custom-btn {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners {
	background: #E4EFFF;
	padding:100px 0 135px;
}

.partners h2 {
	font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    color: #05142C;
    padding-bottom: 60px;
    margin-top: -1px;
}

.partners-slider {
	width:calc(100% + 30px);
	margin:0 -15px;
}

.partners-slider-item {
	padding:0 15px;
	box-sizing:border-box;
	text-align:center;
}

.partners-slider-item img {
	display:inline-block!important;
}

.landing-inner {
	margin:0 auto;
	max-width: 1200px;
    box-sizing: border-box;
	padding:0 15px;
}

.addimg-item {
    display: inline-block;
    margin: 3px;
}

.landing-path {
	background:#fff;
}

.landing-path .path {
	margin:0;
	padding:20px 0 25px;
}

@media(max-width: 992px) {
	.we-work-row-item {
		width: calc(100% / 2 - 15px);
	}
}

@media(max-width: 768px) {
	.we-work-row-item {
		width: calc(100% - 15px);
	}
	.l-benefits-advantage-item {
		width: calc(100% / 2 - 15px);
	}
	.manufactured-products-row {
		flex-flow: row wrap;
	}
	.products-gallery-photos {
		flex-flow: row wrap;
	}
	.our-projects-img {
		width: auto;
	}
	.products-gallery-photos {
		justify-content: center;
	}
	.btns-row {
		flex-flow: row wrap;
		justify-content: center;
		margin: 50px auto;
	}
	.btns-row-text, .btns-row-btn {
		width: 100%;
	}
	.btns-row-btn {
		justify-content: center;
		margin-top: 30px;
	}
}

@media (max-width: 576px) {
	.wholesalers .title {
		font-size: 40px;
	}
	.wholesalers ._header h2 {
		font-size: 34px;
	}
	.production-link {
		width: calc(100% - 42px);
	}
	.we-work-row-item {
		width: 100%;
    	height: 212px;
		background-size: cover;
	}
	.l-benefits-advantage-item {
		margin-bottom: 70px;
	}
	.products-row-text {
		margin-bottom: 30px;
	}
	.l-benefits-advantage-item {
		width: calc(100% - 15px);
	}
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.open-opt-feedb {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
}

@media (max-width: 625px) {
	.open-opt-feedb {
		flex-direction: column;
	}
	.opt_feedb {
		margin-top: 15px !important;
	}
}


/* --107250-- */</pre></body></html>