
/*------------ Home Page CSS ------------*/

/*------ Hero Slider ------*/
#hero .hero-left {
	display: inline-block;
	position: absolute;
	top: 25%;
	left: 10%;
	padding-right: 3rem;
}
.hero-slider {
	height: 100vh;
}
.hero-slider img {
	width: 100%;
	height: auto;
	max-height: 960px;
}
.hero-slider .swiper-pagination {
	left: -39%;
	bottom: 3.625rem;
}
.swiper-pagination-bullet {
	background: #9E2064;
}

/*------ Quick Look ------*/

.quick_look {
	margin-bottom: 9.25rem;
}
.quick_look h2 {
	margin-bottom: 3.25rem;
}
.quick_look .quick_look_left {
	margin-bottom: 9.5rem;
}
.quick_look .quick_look_left .quick_look_text {
	padding-right: 8rem;
}
.quick_look .quick_look_right .quick_look_text {
	padding-left: 8rem;
}
.quick_look h3 {
	font-weight: 600;	
}
.quick_look h3,
.quick_look p {
	margin-bottom: 2.5rem;
}
.quick_look .d-grid {
	justify-content: flex-start;
}


/*------ How Branvio Works ------*/

.how_branvio_works {
	background: #9E2064;
	padding: 4.313rem 0;
	color: #fff;
}
.how_branvio_works h2 {
	margin-bottom: 5rem;
}
.how_branvio_works .mid-c {
	margin: 0 6.5rem;
}
.how_branvio_works .features {
	position: relative;
}
.how_branvio_works .mid-c:before,
.how_branvio_works .mid-c:after {
	content: "";
	position: absolute;
	top: -15rem;
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
	width: 250px;
	height: auto;
}
.how_branvio_works .mid-c:before {
	background-image: url("../images/connect-line1.png");	
	left: 14.9rem;
	bottom: 0;
}
.how_branvio_works .mid-c:after {
	background-image: url("../images/connect-line2.png");
	right: 14.9rem;
	bottom: 0;
}
.how_branvio_works img {
	max-width: 151px;
	margin-bottom: 4rem;
}
.how_branvio_works h3 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 1.938rem;
}
.how_branvio_works p {
	font-size: 1rem;
	line-height: 1.25rem;
}

/*------ Success Stories ------*/

.success_stories h2 {
	margin-bottom: 4.25rem;
}
.success_stories h3 {
	width: 60%;
	margin-bottom: 2.563rem;
}
.success_stories h3,
.success_stories p {
	margin-left: auto;
	margin-right: auto;
}
.success_stories p {
	width: 75%;
	margin-bottom: 3.875rem;
}
.success_stories .col-img {
	display: inline-block;
	background-image: url("../images/happy-women-home-success.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50%;
}
.success_stories .success-left, 
.success_stories .success-right {
	width: 30%;
}
.success_stories .success-left {
	float: left;
}
.success_stories .success-right {
	float: right;
}
.success_stories .col-text {
	flex: 0 0 auto;
}
.success-content h3 {
	color: #9E2064;
	font-size: 3.75rem;
	line-height: 4.688rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.success-content h4 {
	line-height: 1.875rem;
	margin-bottom: 1.875rem;
}
.success-content p {
	font-size: 1.125rem;
	line-height: 1.625rem;
}

/*------ We Serve ------*/

.we-serve h2 {
	margin-bottom: 3.875rem;
}
.we-serve h3 {
	margin-bottom: 1.25rem;
}
.we-serve h5 {
	margin-bottom: 1.188rem;
}
.we-serve .lead {
	margin-bottom: 4.375rem;
}
.we-serve .we-serve-boxes {
	display:flex;
	justify-content:space-between;
}
.we-serve .col-left,
.we-serve .col-right {
	width: 48%;
	height: auto;
}
.we-serve .col-right {
	display: grid;
}
.we-serve .serve-box {	
	border: 1px solid #E3E1E1;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	box-shadow: 0px 3px 6px #00000029;
		-webkit-box-shadow: 0px 3px 6px #00000029;
		-moz-box-shadow: 0px 3px 6px #00000029;
}
.we-serve .col-left .serve-box {
	width: 100%;
}
.we-serve .col-right .serve-box {
	width: 100%;
	height: auto;
}
.we-serve .col-left .featured-img-1 {	
	width: 100%;
	height: 360px;
	background: url("../images/real-img.jpg") no-repeat center top /cover;
	border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;	
}
.overlay-1 {
	border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
	background: rgba(89,0,62,0.5);
    overflow: hidden;
    height: 100%;
    z-index: 2;
	transition: .5s ease;
}
.we-serve .col-left .serve-box-text {
	padding: 2.5rem 2.938rem 2rem; 
}
.we-serve .col-left h3 {
	margin-bottom: 2.875rem;
}
.we-serve .col-left p {
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 1.375rem;
}
.we-serve .col-right .featured-img-2,
.we-serve .col-right .featured-img-3 {
	width: 50%;
	float: left;
	border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;
		-moz-border-radius: 8px 0 0 8px;
	position: relative;
	height: 100%;
}
.we-serve .col-right .featured-img-2 {	
	background: url("../images/civil-img.jpg") no-repeat 70% top /cover;	
}
.we-serve .col-right .featured-img-3 {	
	background: url("../images/arch-img.jpg") no-repeat right top /cover;	
}
.overlay-2 {
	border-radius: 8px 0 0 8px;
		-webkit-border-radius: 8px 0 0 8px;
		-moz-border-radius: 8px 0 0 8px;
	background: rgba(89,0,62,0.5);
    overflow: hidden;
    height: 100%;
    z-index: 2;
	transition: .5s ease;
}
.we-serve .col-left .featured-img-1:hover .overlay-1,
.we-serve .col-right .featured-img-2:hover .overlay-2,
.we-serve .col-right .featured-img-3:hover .overlay-2 {
	background: rgba(89,0,62,0);
}
.we-serve .col-left .featured-img-1,
.we-serve .col-right .featured-img-2,
.we-serve .col-right .featured-img-3 {
	cursor: pointer;
}
.we-serve .col-right .serve-box-text {
	width: 50%;
	float: left;
	padding: 3.188rem 0.5rem 2rem 1.5rem; 
}
.we-serve .col-right .serve-box-text h6 {
	margin-bottom: 1.25rem;
}
.we-serve .col-right .serve-box-text h4 {
	margin-bottom: 0.875rem;
}
.we-serve .col-right .serve-box-text p {
	line-height: 1.375rem;
	margin-bottom: 0;
}
.we-serve .col-right .serve-box-text:first-child .btn {
	margin-top: 1.938rem;
}
.we-serve .col-right .serve-box-text:last-child .btn {
	margin-top: 0.75rem;
}
.we-serve .col-right .serve-box:last-child {
	margin-top: 1.95rem;
}

/*------ 100% Free ------*/

.cta_free {
	padding: 6rem 0;
	background: linear-gradient(#13010DBF, #13010DBF), url("../images/100-free.jpg") no-repeat center center /cover;
	position: relative;
	color: #fff;
}
.cta_free h2 {
	margin-bottom: 3.5rem;
}
.cta_free h3 {
	font-size: 3.75rem;
	line-height: 4.688rem;
	margin-bottom: 3.25rem;
}
.cta_free p {
	font-size: 1.5rem;
	line-height: 1.875rem;
	font-weight: 600;
	margin-bottom: 3rem;
	padding: 0 12%;
}

/*------ Customer Stories ------*/

.customer_stories h2 {
	margin-bottom: 4.563rem;
}
.customer_stories .stars {
	margin-bottom: 2.688rem;
}
.customer_stories .testimonial-item {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.customer_stories .swiper-slide p {
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
}
.customer_stories .customer-img {
	margin-right: 1.425rem;
}
.customer_stories .customer_name {
	font-weight: 600;
	margin-bottom: 0.625rem;
}
.customer_stories .customer_details {
	width: 70%;
	display: inline-block;
	margin-bottom: 3.625rem;
}
.customer_stories .customer_details_left {
	width: 50%;
	border-right: 1px solid #000000;
	float: left;
	padding-right: 2.125rem;
	margin-right: 2.125rem;
}
.customer_stories .customer_details .customer-img {
	width: 100%;
	max-width: 56px;
	max-height: 56px;
	border-radius: 50%;
	text-align:center;
	overflow: hidden;
	float: left;
}
.customer_stories .customer_details .customer-img img {
	width: 56px;
	height: 56px;
}
.customer_stories .customer_data {
	display: inline;
	text-align: left;
}
.customer_stories .customer_data h6 {
	text-transform: none;
	margin-top: 0;
}
.customer_stories .customer_data h6:last-child {
	font-weight: 400;
	margin-bottom: 0;
}
.customer_stories .customer_details_right {
	width: 50%;
	display: inline;
}
.customer_stories .swiper-button-prev,
.customer_stories .swiper-button-next {
	width: 64px;
	height: 64px;
}
.customer_stories .swiper-button-prev:after {
	content: "";
	background-image: url("../images/customers/prev.svg");
	width: 100%;
	height: 100%;
}
.customer_stories .swiper-button-next:after {
	content: "";
	background-image: url("../images/customers/next.svg");
	width: 100%;
	height: 100%;
}

/*------ CTA Start ------*/

.cta-start {
	padding: 7.688rem 0;
	background: linear-gradient(#13010DBF, #13010DBF), url("../images/CTA-bg.jpg") no-repeat center center /cover;
	position: relative;
	color: #fff;
}
.cta-start h3 {
	margin: 0;
}
.cta-start p {
	margin-bottom: 0;
}
.cta-start .text-end {
	line-height: 82px;
}

.cta-start .text-end .btn:first-child {
	margin-right: 2.5rem;
}

/*------ Brands ------*/

.brands {	
	padding: 4.375rem 0;
	background: #F5EDFF;
}
.brands h2 {
	margin-bottom: 2.75rem;
}
.brands .row {
	justify-content: space-between;
	padding: 0 15px;
}
.brands img {
	mix-blend-mode: multiply;
	width: auto;
	max-height: 70px;
	height: auto;
	padding: 1rem 0;
}


/*------------ Responsive ------------*/

/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2),(-moz-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
	.how_branvio_works .mid-c:before {
		background-image: url("../images/connect-line1@2x.png");
	}
	.how_branvio_works .mid-c:after {
		background-image: url("../images/connect-line2@2x.png");
	}
	.success_stories .col-img {
		background-image: url("../images/happy-women-home-success@2x.jpg");	
		background-repeat: no-repeat;
		background-position: 55% top;	
		top: 0;	
	}
	.cta_free {
		background: linear-gradient(#13010DBF, #13010DBF), url("../images/100-free@2x.jpg") no-repeat center center /cover;
	}
	.we-serve .col-left .featured-img-1 {	
		background: url("../images/real-img@2x.jpg") no-repeat center top /cover;
	}
	.we-serve .col-right .featured-img-2 {	
		background: url("../images/civil-img@2x.jpg") no-repeat 70% top /cover;	
	}
	.we-serve .col-right .featured-img-3 {	
		background: url("../images/arch-img@2x.jpg") no-repeat right top /cover;	
	}
	.cta-start {
		background: linear-gradient(#13010DBF, #13010DBF), url("../images/CTA-bg@2x.jpg") no-repeat center center /cover;
	}
}


@media (min-width: 1280px) {	
	.hero-left {
		left: 7%;
	}
}
@media (min-width: 1368px) {
	.how_branvio_works .mid-c:before {
		left: 19rem;
	}
	.how_branvio_works .mid-c:after {
		right: 18.5rem;
	}	
	.success_stories .success-stories-btns {
		padding-top: 3rem;
	}
	#hero .hero-left {
		left: 3%;
	}
}
@media (min-width: 1600px) {
	.success_stories .col-img {
		background-size: 43%;
		background-position: 55% top;
	}
	#hero .hero-left {
		left: 6%;
	}
}
/* max-width: 1367px */
@media (max-width: 1367px) {	
	.quick_look h3{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.how_branvio_works .mid-c:before {
		left: 14.9rem;
	}
	.how_branvio_works .mid-c:after {
		right: 14.9rem;
	}
	.success_stories .col-img {
		background-size: 50%;
		background-position: 55% top;
	}
	.success_stories .success-stories-btns {
		padding-top: 0;
	}
	.customer_stories .customer_details {
		width: 100%;
	}
}
/* max-width: 1200px */
@media (max-width: 1200px) {		
	.quick_look .quick_look_left .quick_look_text {
		padding-right: 2%;
	}
	.quick_look .quick_look_right .quick_look_text {
		padding-left: 2%;
	}
	.quick_look .quick_look_left {
		margin-bottom: 5.5rem;
	}
	.how_branvio_works .mid-c:before {
		left: 10.5rem;
		top: -19rem;
		background-size: 70%;
	}
	.how_branvio_works .mid-c:after {
		right: 10.5rem;
		top: -19rem;
		background-size: 70%;
	}
	.success_stories .success-left,
	.success_stories .success-right	{
		width: 50%;
		margin-top: 30rem;
	}
	.success_stories p {
		width: 75%;
	}
	.we-serve .col-left .serve-box-text {
		padding: 2.5rem 2.938rem 4rem;
	}
	.we-serve .col-left p {
		margin-bottom: 5.5rem;
	}
	.we-serve .col-right .featured-img-2,
	.we-serve .col-right .featured-img-3 {
		border-radius: 8px 8px 0 0;
			-webkit-border-radius: 8px 8px 0 0;
			-moz-border-radius: 8px 8px 0 0;
		position: relative;
		height: 180px;
	}
	.we-serve .col-right .featured-img-2,
	.we-serve .col-right .featured-img-3,
	.we-serve .col-right .serve-box-text {
	  width: 100%;
	  float: none;
	}
	.overlay-2 {
		border-radius: 8px 8px 0 0;
			-webkit-border-radius: 8px 8px 0 0;
			-moz-border-radius: 8px 8px 0 0;
	}
	.we-serve .col-right .serve-box-text {
		padding: 1.5rem 0.5rem 2rem 1.5rem;
	}
	.cta-start .col-8 {
		width: 75%;
	}
	.cta-start .col-4 {
		width: 25%;
	}
	.cta-start .text-end .btn:first-child {
		margin-right: 0;
	}
	.customer_stories .customer_details {
		width: 100%;
	}
	.brands ul li {
		padding: 0 1.8%;
	}
	.brands ul li img {
		width: 75%;
	} 
}
/* max-width: 1024px */
@media (max-width: 1024px) {	
	#hero .hero-left {
		top: 25%;
		left: 5%;
		width:50%
	}
	.hero-slider {
		height: auto;
	}	
	.hero-left .outline-btn {
		margin-right: 1.5rem;
	}	
	.quick_look .quick_look_left .quick_look_text {
		padding-right: calc(var(--bs-gutter-x) * .5);
	}
	.cta-start .text-end {
	  line-height: 70px;
	}	
	.how_branvio_works .mid-c:before,
	.how_branvio_works .mid-c:after	{		
		background-image: none;
	}
	.how_branvio_works .mid-c:before {
		left: 0;
	}
	.how_branvio_works .mid-c:after {
		right: 0;
	}	
	.success_stories h3 {
		width: 65%;
	}
	.success_stories p {
		width: 85%;
	}
	.cta-start h3 {
		margin-top: 2%;
	}
}
/* max-width: 992px */
@media (max-width: 992px) {		
	width: 58%;
	.quick_look {
		margin-bottom: 5.5rem;
	}
	.quick_look .quick_look_left {
		margin-bottom: 3.5rem;
	}
	.quick_look .quick_look_left,
	.quick_look .quick_look_right {
		text-align: center;
	}
	.quick_look .quick_look_left .col-lg-6,
	.quick_look .quick_look_right .col-lg-6 {
		margin-bottom: 3.25rem;
	}
	.quick_look .d-grid {
		justify-content: center;
	}
	.quick_look img {
		width: 80%;
	}
	.how_branvio_works .col {
		flex: fit-content;
		text-align: center;
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.how_branvio_works .mid-c {
		margin: 4rem auto;
	}
	.how_branvio_works img {
		margin-bottom: 3rem;
	}
	.success_stories h3 {
		width: 85%;
	}
	.success_stories p {
		width: 100%;
	}
	.success_stories .success-left, 
	.success_stories .success-right {
		width: 48%;		
		margin-top: 22rem;
	}
	.cta_free p {
		padding: 0 5%;
	}
	.we-serve .text-center h3 {
		padding: 0 3%;
	}
	.we-serve .col-left, 
	.we-serve .col-right {
		width: 100%;
	} 
	.we-serve .col-left {
		margin-bottom: 2rem;
	}
	.we-serve .we-serve-boxes {
		justify-content: center;
	}	
	.we-serve .col-left .serve-box, 
	.we-serve .featured-img-1,
	.we-serve .col-right .serve-box {
		width: 100%;
		height: auto;
	}
	.we-serve .col-left .featured-img-1 {
		height: 320px;
	}
	.we-serve .col-right .featured-img-2,
	.we-serve .col-right .featured-img-3 {
		height: 280px;
	}
	.we-serve .col-left .featured-img-1 {
		background-position: center -50px;
	}
	.we-serve .col-left h3 {
		margin-bottom: 2.25rem;
		font-size: 2rem;
		line-height: 2.5rem;
	}
	.we-serve .col-left p,
	.we-serve .col-right .serve-box-text p {
		margin-bottom: 1.375rem;
	}
	.we-serve .col-right .serve-box-text {
      padding: 2rem 2.938rem 3.25rem;
    }
	.we-serve .col-right .serve-box-text h4 {
		margin-bottom: 1.875rem;
	}
	.customer_stories .stars img,
	.customer_stories .customer_details_left,
	.customer_stories .customer_details_right,
	.customer_stories .customer_details .customer-img,
	.customer_stories .customer_details_right img {
		margin-left: auto;
		margin-right: auto;
	}
	.customer_stories .customer_details_left,
	.customer_stories .customer_details_right {
		width: 100%;
	}	
	.customer_stories .customer_details_left {
		padding-right: 0;
		border-right: none;
		margin-bottom: 1.5rem;
		flex: fit-content;
	}
	.customer_stories .customer_details_left,
	.customer_stories .customer_details_right,
	.customer_stories .customer_details .customer-img,
	.customer_stories .customer_data {
		float: none;
		text-align: center;
	}
	.customer_stories .customer_data h6:last-child {
		margin-top: 0;
		margin-bottom: 1rem;
	}
}
/* max-width: 768px */
@media (max-width: 768px) {	
	#hero {
		margin-top: 6rem;
	}
	#hero .hero-left {
		width: 58%;
		top: 15%;
		left: 5%;
	}
	.hero-slider .swiper-pagination {
		bottom: 1rem;
	}
	.success_stories .col-img {
		background-size: 65%;
	}
	.we-serve .col-left .featured-img-1 {
		height: 300px;
	}
	.we-serve .col-right .featured-img-2,
	.we-serve .col-right .featured-img-3 {
		height: 250px;
	}
	.we-serve .col-left .featured-img-1 {
		background-position: center top;
	}
	.cta-start .col-8,
	.cta-start .col-4 {
		width: 100%;
	}
	.cta-start .col-8, 
	.cta-start .text-end {
		text-align: center !important;
	}	
	.cta-start .col-8 {
		margin-bottom: 2rem;
	}
	.cta-start p {
		padding: 0 12%;
		margin-top: 2rem;
	}
	.cta-start .text-end .btn:first-child {
		margin-right: 2.5rem;
	}
	.brands .row {
		justify-content: space-evenly;
	}
	.brands img {
		max-height: 100%;
		width: 200px;
		height: auto;
		padding: 1rem 3rem;
	}
}
/* max-width: 660px */
@media (max-width: 660px) {
	#hero .hero-left {
		width: 63%;
		left: 5%;
	}
}
/* max-width: 600px */
@media (max-width: 600px) {	
	#hero .hero-left {
		left: 2%;
	}
	.hero-left .outline-btn {
		margin-bottom: 1rem;
	}
	.hero-slider img {
		width: auto;
		height: 430px;
	}
	.quick_look .img-fluid {
		max-width: 80%;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.success_stories h3 {
		width: 100%;
	}
	.success_stories .col-img {
		background-size: 65%;
	}
	.success-content h3 {
		font-size: 3.25rem;
	}	
}
/* max-width: 560px */
@media (max-width: 560px) {		
	.how_branvio_works .col {
		max-width: 80%;
	}
	.success-stories-btns,
	.cta-start .text-end {
		display: grid;
	}
	.success_stories .col-img {
		background-size: 85%;
	}
	.success_stories .success-left, 
	.success_stories .success-right {
		width: 100%;
	}
	.success_stories .success-left {
		margin-top: 25rem;
	}
	.success_stories .success-right {
		margin-top: 0;
	}
	.success-stories-btns .btn,
	.cta-start .text-end .btn {
		width: 250px;
		margin-left: auto !important;
		margin-right: auto !important;
	}	
	.success-stories-btns .btn:first-child,
	.cta-start .text-end .btn:first-child {
		margin-bottom: 2rem;
	}
	.cta_free .btn {
		margin-right: auto;
		margin-left: auto;
	}
	.we-serve .col-left .featured-img-1 {
		height: 250px;
		background-position: center;
	}
	.we-serve .col-right .featured-img-2,
	.we-serve .col-right .featured-img-3 {
		height: 200px;
	}
}
/* max-width: 480px */
@media (max-width: 480px) {		
	#hero .hero-left {
		width: 80%;
	}
	#hero .hero-left p {
		margin-bottom:1.5rem;
	}
	.hero-left .outline-btn {
		margin-bottom: 0;
	}
	.hero-slider img {
		width: 570px;
		height: 380px;
	}
	.hero-left .outline-btn {
		margin-right: 0.75rem;
	}	
	.quick_look h2 {
		margin-bottom: 2.5rem;
	}
	.quick_look .quick_look_left {
		margin-bottom: 2.5rem;
	}
	.quick_look h3, .quick_look p {
		margin-bottom: 2rem;
	}
	.quick_look .quick_look_left .col-lg-6, 
	.quick_look .quick_look_right .col-lg-6 {
		margin-bottom: 2.25rem;
	}	
	.quick_look .img-fluid,
	.how_branvio_works .col	{
		max-width: 100%;
	}
	.success_stories .success-left {
		margin-top: 22rem;
	}
	.success_stories p {
		margin-bottom: 3rem;
	}
	.cta_free {
		padding: 5rem 0;
	}
	.cta_free h2 {
		padding: 0 2.5rem;
	}
	.cta_free h3 {
		font-size: 3.25rem;
		line-height: 4rem;
	}
	.cta_free p {
		font-size: 1.25rem;
		line-height: 1.75rem;
		padding: 0 2rem;
	}
	.we-serve .col-left .serve-box-text {
		padding: 2.5rem 1.5rem 3.25rem;
	}	
	.we-serve .col-left h3 {
		font-size: 1.65rem;
		line-height: 1.75rem;
	}
	.we-serve .col-left p {
		font-size: inherit;
		line-height: inherit;
	}
	.we-serve .col-right .serve-box-text {
		padding: 2rem 1.5rem 3.25rem;
	}
	.cta-start h3 {
		margin-top: 0;
	}
}
/* max-width: 390px */
@media (max-width: 390px) {
	#hero .hero-left {
		width: 85%;
		top: 10%;
	}
	.hero-left .outline-btn {
		margin-right: 1.75rem;
		margin-bottom: 1rem;
	}
}
/* max-width: 300px */
@media (max-width: 300px) {
	#hero .hero-left {
		width: 100%;
	}
	#hero .hero-left p {
		margin-bottom: 1rem;
	}
}
