<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

body {
	font-family: "Open Sans", sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5 {	
	font-family: "Fira Sans", sans-serif;
}

p {
	font-weight: 300;
}

.color {
	color: #2a344f;
}
.color2 {
	color: #bb1515;
}

header, .bottomDiv {	
	position: relative;
	z-index: 1;
}

header video, .bottomDiv video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
	z-index: -1;
	height: 100%;
	width: 100%;
	filter: saturate(.25) hue-rotate(5deg);
}

header .form-control, header .form-select {
	background-color: transparent;
	border: solid #fff 1px;
	color: #fff;
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff!important;
}

::placeholder {
  color: #fff!important;
}

.form-select {
	color: #fff!important;
}

.form-select option {
	color: #666;
}

.formbox {
	border: solid #fff 1px;
	background-color: rgba(42,52,79,.85);
	backdrop-filter: blur(10px);
}

.bgRed {
	background-image: url("images/img1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.textContainer {
	position: relative;
	z-index: 1;
}

.textBox {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	backdrop-filter: blur(10px);
}

.borderRed {
	border:  solid #2a344f 2px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.borderRed::before {
	content: "";
	height: 6.25rem;
	width: 0;
	border-right: solid #2a344f 2px;
	position: absolute;
	top: -6.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.check {
	position: relative;
	z-index: 1;
	padding-left: 40px;
}

.check::before {
	content: "";
	background-image: url("images/check.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 4px;
	left: 0;
}

.redBorder {
	border:  solid #2a344f 2px;
}

.ingredients {
	background-color: #2a344f;
}

footer p {
	font-size: 12px;
}

footer a {
	color: #fff;
	font-weight: 500;
	letter-spacing: .05rem;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	transition: .2s;
}

footer a:hover {
	color: #bb1515;	
	text-decoration: none;
}

.offcanvas {
	--bs-offcanvas-width: 50vw;
}

.border-warning {
	border: solid #2a344f 2px!important;
}

.hrPink {
	border-top: solid #2a344f 2px;
	opacity: 1;
}

.btn {
	background-color: #bb1515;
	color: #fff;
}
.btn:hover {
	background-color: #dc0c0c;
	color: #fff;
}

.listBox {
	background-color: #2a344f;
}


.prodBox {
	position: relative;
	z-index: 1;
	color: #fff!important;
	transition: .4s;
}

.prodBox:hover {
	color: #fff!important;
}

.prodBox::before {
	content: "";
	border: solid #fff 2px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: -1;
	transition: .4s;
}

.prodBox:hover::before {
	background-color: #bb1515;
	border: solid #bb1515 2px;
}


.btn-2 {	
	border: solid #fff 2px;
	color: #fff;
	font-weight: 600;
	background-color: transparent;
}

.prodBox:hover .btn-2 {	
	border: solid #fff 2px;
	color: #bb1515;
	background-color: #fff;
}



.btn-2::before {
	background: transparent;
}

.btn-2:hover::before {
	background: #bb1515!important;
	
}
.btn-2:hover {
	color: #fff!important;
	border: solid #111 2px!important;
	background-color: #111!important;
}</pre></body></html>