/* _content/ClocThingsV1/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xkzxcwjol6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xkzxcwjol6] {
    flex: 1;
}

/***************************************** NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO ***************************************************/

.quadro-inicial[b-xkzxcwjol6] {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
}

#backgroundImage[b-xkzxcwjol6] {
    transition: opacity 0.3s ease 0s;
}

.backgroundImage[b-xkzxcwjol6] {
    height: 100%;
    width: 100%;
    opacity: 90%
}

.page-background[b-xkzxcwjol6] {
    background-image: url(/images/TemploFUNDO.png);
    background-color: #2c2d31;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 78%;
    object-fit: cover;
    top: 93px;
    /*padding: 0px;*/
    position: absolute;
    width: 100%;
    opacity: 70%;
}

.sobrepGradiente[b-xkzxcwjol6] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.3) 166%);
    transform: translateZ(0px);
    backface-visibility: hidden;
    perspective: 1000px;
    transition: all 0.07s ease-out 0s;
}

.sobrep[b-xkzxcwjol6] {
    top: 0;
    backdrop-filter: blur(60px);
    transition: all 0.4s ease-out 0s;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.vp-logo[b-xkzxcwjol6] {
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 56%;
    object-fit: cover;
    top: 216px;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.vp-logo-img[b-xkzxcwjol6] {
    max-width: 100%;
    height: auto;
    /*width: 450px;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: solid 1px #cb8e25;
    opacity: 0.8;
}

.rodape[b-xkzxcwjol6] {
    position: fixed;
    bottom: 0;
}

.rodape-conteudo[b-xkzxcwjol6] {
    margin: 0 60px;
    align-content: flex-end;
    color: #ECD077;
    font-family: barlow-medium;
}

.p2[b-xkzxcwjol6] {
    margin-top: 0;
    margin-bottom: 1rem;
}

a:link[b-xkzxcwjol6] {
    color: green;
    background-color: transparent;
    text-decoration: none;
}

a:visited[b-xkzxcwjol6] {
    color: #b97716;
    background-color: transparent;
    text-decoration: none;
}

a:hover[b-xkzxcwjol6] {
    color: #ebc157;
    background-color: transparent;
    text-decoration: underline;
}

a:active[b-xkzxcwjol6] {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

/***************************************** NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO NOVO ***************************************************/

.top-row[b-xkzxcwjol6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xkzxcwjol6]  a, .top-row[b-xkzxcwjol6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xkzxcwjol6]  a:hover, .top-row[b-xkzxcwjol6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xkzxcwjol6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xkzxcwjol6] {
        justify-content: space-between;
    }

    .top-row[b-xkzxcwjol6]  a, .top-row[b-xkzxcwjol6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xkzxcwjol6] {
        flex-direction: row;
    }

    .sidebar[b-xkzxcwjol6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xkzxcwjol6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xkzxcwjol6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xkzxcwjol6], article[b-xkzxcwjol6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xkzxcwjol6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xkzxcwjol6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClocThingsV1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ywql0w29jr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ywql0w29jr] {
    background-color: rgba(255, 255, 255, 0.5);
}
/*
.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}
*/

.navbar-marca[b-ywql0w29jr] {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.bi[b-ywql0w29jr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ywql0w29jr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-ywql0w29jr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ywql0w29jr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ywql0w29jr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ywql0w29jr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ywql0w29jr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ywql0w29jr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ywql0w29jr] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ywql0w29jr] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ywql0w29jr] {
        display: none;
    }

    .nav-scrollable[b-ywql0w29jr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ClocThingsV1/Components/Pages/Subscrever.razor.rz.scp.css */
/*
====================================================

* 	[Subscrever Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================
*/

html[b-p7lo51baie] {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
	touch-action: manipulation;
}


body[b-p7lo51baie] {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #333;
}

h1[b-p7lo51baie], h2[b-p7lo51baie], h3[b-p7lo51baie], h4[b-p7lo51baie], h5[b-p7lo51baie], h6[b-p7lo51baie], p[b-p7lo51baie], a[b-p7lo51baie], ul[b-p7lo51baie], span[b-p7lo51baie], li[b-p7lo51baie], img[b-p7lo51baie], inpot[b-p7lo51baie], button[b-p7lo51baie] {
	margin: 0;
	padding: 0;
}

h1[b-p7lo51baie], h2[b-p7lo51baie], h3[b-p7lo51baie], h4[b-p7lo51baie], h5[b-p7lo51baie], h6[b-p7lo51baie] {
	line-height: 1.5;
	font-weight: inherit;
}

h1[b-p7lo51baie], h2[b-p7lo51baie], h3[b-p7lo51baie] {
	font-family: 'Poppins', sans-serif;
}

p[b-p7lo51baie] {
	line-height: 1.6;
	font-size: 1.05em;
	font-weight: 400;
	color: #555;
}

h1[b-p7lo51baie] {
	font-size: 1.5em;
	line-height: 1;
}

h2[b-p7lo51baie] {
	font-size: 3em;
	line-height: 1.1;
}

h3[b-p7lo51baie] {
	font-size: 2.5em;
}

h4[b-p7lo51baie] {
	font-size: 1.5em;
}

h5[b-p7lo51baie] {
	font-size: 1.2em;
}

h6[b-p7lo51baie] {
	font-size: .9em;
	letter-spacing: 1px;
}

a[b-p7lo51baie], button[b-p7lo51baie] {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all .3s;
	line-height: 1;
}

	a:focus[b-p7lo51baie], a:active[b-p7lo51baie], a:hover[b-p7lo51baie],
	button:focus[b-p7lo51baie], button:active[b-p7lo51baie], button:hover[b-p7lo51baie],
	a b.light-color:hover[b-p7lo51baie] {
		text-decoration: none;
		color: #060606;
	}

b[b-p7lo51baie] {
	font-weight: 500;
}

img[b-p7lo51baie] {
	width: 100%;
}

li[b-p7lo51baie] {
	list-style: none;
	display: inline-block;
}

span[b-p7lo51baie] {
	display: inline-block;
}

button[b-p7lo51baie] {
	outline: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

b.light-color[b-p7lo51baie] {
	color: #444;
}

.icon[b-p7lo51baie] {
	font-size: 1.1em;
	display: inline-block;
	line-height: inherit;
}

[class^="icon-"][b-p7lo51baie]:before, [class*=" icon-"][b-p7lo51baie]:before {
	line-height: inherit;
}

html[b-p7lo51baie] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*[b-p7lo51baie],
*[b-p7lo51baie]::before,
*[b-p7lo51baie]::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}



/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.center-text[b-p7lo51baie] {
	text-align: center;
}

.display-table[b-p7lo51baie] {
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell[b-p7lo51baie] {
	display: table-cell;
	vertical-align: middle;
}


[b-p7lo51baie]::-webkit-input-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

[b-p7lo51baie]::-moz-placeholder {
	font-size: .9em;
	letter-spacing: 1px;
}

:-ms-input-placeholder[b-p7lo51baie] {
	font-size: .9em;
	letter-spacing: 1px;
}

:-moz-placeholder[b-p7lo51baie] {
	font-size: .9em;
	letter-spacing: 1px;
}


.full-height[b-p7lo51baie] {
	height: 100%;
}

.position-static[b-p7lo51baie] {
	position: static;
}

.font-white[b-p7lo51baie] {
	color: #fff;
}

.main-area[b-p7lo51baie] {
	position: relative;
	height: 60vh;
	width: 118vh;
	top: 12vh;
	background: #0C0D0F;
	color: #95661e;
}


/* ---------------------------------
3. LEFT SECTION
--------------------------------- */

.left-section[b-p7lo51baie] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background-size: cover;
}


#normal-countdown[b-p7lo51baie] {
	text-align: center;
}

	#normal-countdown .time-sec[b-p7lo51baie] {
		position: relative;
		display: inline-block;
		margin: 2.5%;
		height: 120px;
		width: 120px;
		border-radius: 100px;
		background: #fff;
		box-shadow: 0px 0px 0px 5px rgba(255,255,255,.4);
		color: #F84982;
	}

		#normal-countdown .time-sec .main-time[b-p7lo51baie] {
			font-weight: 500;
			line-height: 100px;
		}

		#normal-countdown .time-sec span[b-p7lo51baie] {
			position: absolute;
			bottom: 25px;
			left: 50%;
			transform: translateX(-50%);
		}



/* ---------------------------------
4. RIGHT SECTION
--------------------------------- */

.right-section[b-p7lo51baie] {
	display: flex;
	float: right;
	width: 50%;
	position: relative;
	padding: 0 8px;
	justify-content: center;
}

	.right-section .logo[b-p7lo51baie] {
		display: flex;
		position: absolute;
		top: 18px;
		height: 70px;
		align-items: center;
	}

		.right-section .logo img[b-p7lo51baie] {
			height: 100%;
			width: auto;
		}


	.right-section .main-content[b-p7lo51baie] {
		/*padding: 40px 40px 40px 0;*/
		/*margin-bottom: 10px;*/
		margin: 14px 90px 10px 30px;
	}

.main-content .title[b-p7lo51baie] {
	display: flex;
	margin-bottom: 15px;
	justify-content: center;
}

.main-content .desc[b-p7lo51baie] {
	color: #eee;
	text-align: center;
	margin-bottom: 8px;
}

.main-content .email-input-area[b-p7lo51baie] {
	margin: 40px 0 20px;
	position: relative;
	width: 400px;
	height: 47px;
}

	.main-content .email-input-area .email-input[b-p7lo51baie] {
		width: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 0;
		outline: 0;
		padding: 0 140px 0 25px;
		transition: all .2s;
		background: #F1F2F3;
		box-shadow: inset 0 0 1px rgba(0,0,0,.1);
		border: 1px solid transparent;
	}

		.main-content .email-input-area .email-input:focus[b-p7lo51baie] {
			border-color: #f89fbc;
		}


	.main-content .email-input-area .submit-btn[b-p7lo51baie] {
		width: 120px;
		text-align: center;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		font-size: .9em;
		outline: 0;
		border-radius: 0 2px 2px 0;
		transition: all .3s;
		background: #F84982;
		color: #fff;
	}

		.main-content .email-input-area .submit-btn:hover[b-p7lo51baie] {
			background: #e40b52;
		}


.main-content .post-desc[b-p7lo51baie] {
	color: #999;
}


.right-section .footer-icons[b-p7lo51baie] {
	position: absolute;
	bottom: 30px;
}

	.right-section .footer-icons > li > a[b-p7lo51baie] {
		display: inline-block;
		font-size: 1.07em;
		padding: 0 0px;
	}

	.right-section .footer-icons > li:first-child[b-p7lo51baie] {
		margin-right: 10px;
	}

	.right-section .footer-icons > li > a > i[b-p7lo51baie] {
		display: inline-block;
		height: 35px;
		line-height: 33px;
		transition: all .2s;
		border-radius: 40px;
		text-align: center;
		width: 35px;
	}

	.right-section .footer-icons > li > a:hover > i[b-p7lo51baie] {
		border: 1px solid;
	}

	.right-section .footer-icons > li > a > i[class*="facebook"][b-p7lo51baie] {
		color: #2A61D6;
		border-color: #2A61D6;
	}

	.right-section .footer-icons > li > a > i[class*="twitter"][b-p7lo51baie] {
		color: #3AA4F8;
		border-color: #3AA4F8;
	}

	.right-section .footer-icons > li > a > i[class*="google"][b-p7lo51baie] {
		color: #F43846;
		border-color: #F43846;
	}

	.right-section .footer-icons > li > a > i[class*="instagram"][b-p7lo51baie] {
		color: #8F614A;
		border-color: #8F614A;
	}

	.right-section .footer-icons > li > a > i[class*="pinterest"][b-p7lo51baie] {
		color: #E1C013;
		border-color: #E1C013;
	}


/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  
Primary use:  
-------------------------------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/Poppins/Poppins-Regular.ttf');
}

@font-face {
	font-family: Poppins-Bold;
	src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
	font-family: Aldrich-Regular;
	src: url('../fonts/Aldrich/Aldrich-Regular.ttf');
}



/*//////////////////////////////////////////////////////////////////
[ RS PLUGIN ]*/
/*---------------------------------------------*/
.container[b-p7lo51baie] {
	max-width: 1200px;
}



/*//////////////////////////////////////////////////////////////////
[ Form ]*/

/*---------------------------------------------*/
.wrap-input100[b-p7lo51baie] {
	position: relative;
	width: auto;
	height: 50px;
	z-index: 1;
}

.input100[b-p7lo51baie] {
	display: block;
	width: 100%;
	background: #473d29;
	height: 100%;
	border-radius: 2px;
	padding: 0 20px;
	text-align: center;
}

.focus-input100[b-p7lo51baie] {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	box-shadow: 0px 0px 0px 0px;
	color: rgba(0,178,111, 0.5);
}

.input100:focus + .focus-input100[b-p7lo51baie] {
	-webkit-animation: anim-shadow 0.5s ease-in-out forwards;
	animation: anim-shadow-b-p7lo51baie 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
	to {
		box-shadow: 0px 0px 80px 30px;
		opacity: 0;
	}
}

@keyframes anim-shadow-b-p7lo51baie {
	to {
		box-shadow: 0px 0px 80px 30px;
		opacity: 0;
	}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input[b-p7lo51baie] {
	position: relative;
	margin-left: 30px;
}

.alert-validate[b-p7lo51baie]::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 16px;
	padding: 5px 30px 6px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;
	font-family: Poppins-Bold;
	color: #c80000;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate[b-p7lo51baie]::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}

.alert-validate:hover[b-p7lo51baie]:before {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 992px) {
	.alert-validate[b-p7lo51baie]::before {
		visibility: visible;
		opacity: 1;
	}
}

/*//////////////////////////////////////////////////////////////////
[ RS Flip Clock ]*/
.flip-clock-wrapper[b-p7lo51baie] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

	.flip-clock-wrapper .flip[b-p7lo51baie] {
		box-shadow: none;
		margin-bottom: 50px;
	}

	.flip-clock-wrapper ul[b-p7lo51baie] {
		position: relative;
		float: unset;
		margin: 2px;
		width: 41px;
		height: 54px;
		font-size: 36px;
		font-weight: unset;
		line-height: unset;
		border-radius: 3px;
		background: #0d1629;
	}

		.flip-clock-wrapper ul li[b-p7lo51baie] {
			line-height: unset;
		}

			.flip-clock-wrapper ul li a div[b-p7lo51baie] {
				outline: none;
			}

				.flip-clock-wrapper ul li a div div.inn[b-p7lo51baie] {
					font-family: Aldrich-Regular;
					color: #fff;
					font-size: 35px;
					font-weight: unset;
					text-align: unset;
					display: -webkit-box;
					display: -webkit-flex;
					display: -moz-box;
					display: -ms-flexbox;
					display: flex;
					align-items: center;
					justify-content: center;
					position: absolute;
					left: 0;
					z-index: 1;
					width: 100%;
					height: 200%;
					text-shadow: 0 0px 0px #000;
					background-color: #0d1629;
					border-radius: 3px;
				}

				.flip-clock-wrapper ul li a div .shadow[b-p7lo51baie] {
					border-radius: 3px;
				}

				.flip-clock-wrapper ul li a div.up[b-p7lo51baie]:after {
					display: none;
				}

/*---------------------------------------------*/
.flip-clock-divider[b-p7lo51baie] {
	display: block;
	float: unset;
	position: relative;
	width: 26px;
	height: 54px;
}

	.flip-clock-divider span[b-p7lo51baie] {
		display: none;
	}

	.flip-clock-divider[b-p7lo51baie]::before {
		content: ":";
		font-family: Aldrich-Regular;
		color: #fff;
		font-size: 30px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.flip-clock-divider.days[b-p7lo51baie]::before {
		display: none;
	}

	.flip-clock-divider[b-p7lo51baie]::after {
		font-family: Poppins-Regular;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		display: block;
		text-align: center;
		width: 90px;
		position: absolute;
		left: 100%;
		top: 100%;
		padding-top: 16px;
	}

	.flip-clock-divider.days[b-p7lo51baie]::after {
		content: "days";
	}

	.flip-clock-divider.hours[b-p7lo51baie]::after {
		content: "hrs";
	}

	.flip-clock-divider.minutes[b-p7lo51baie]::after {
		content: "min";
	}

	.flip-clock-divider.seconds[b-p7lo51baie]::after {
		content: "sec";
	}

@media (max-width: 1200px) {
	.flip-clock-wrapper[b-p7lo51baie] {
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.flip-clock-wrapper[b-p7lo51baie] {
		max-width: 240px;
		margin-right: 26px;
	}

	.flip-clock-divider.days[b-p7lo51baie] {
		width: 26px;
	}

	.flip-clock-divider.minutes[b-p7lo51baie]::before {
		display: none;
	}
}


/*==================================================================
    TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT
==================================================================*/

/*==================================================================
[ Color ]*/
.cl0[b-p7lo51baie] {
	color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ S-Text 0 - 15 ]*/
.s1-txt1[b-p7lo51baie] {
	font-family: Poppins-Bold;
	font-size: 15px;
	color: #555;
	line-height: 1.2;
}

.s1-txt2[b-p7lo51baie] {
	font-family: Poppins-Bold;
	font-size: 15px;
	color: #ffc107;
	line-height: 1.2;
}

.s1-txt3[b-p7lo51baie] {
	font-family: Poppins-Regular;
	font-size: 15px;
	color: #999;
	line-height: 1.5;
	text-align: center;
	margin-top: 8px;
}

/*//////////////////////////////////////////////////////////////////
[ M-Text 16 - 25 ]*/




/*//////////////////////////////////////////////////////////////////
[ L-Text >= 26 ]*/
.l1-txt1[b-p7lo51baie] {
	font-family: Poppins-Regular;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

.l1-txt2[b-p7lo51baie] {
	font-family: Poppins-Bold;
	font-size: 70px;
	color: #fff;
	line-height: 1.1;
	text-transform: uppercase;
}

.l1-txt3[b-p7lo51baie] {
	font-family: Poppins-Bold;
	font-size: 30px;
	color: #95661e;
	/*line-height: 1.2;*/
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
}

/*==================================================================
   SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE SHAPE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ Size ]*/
.size1[b-p7lo51baie] {
	width: 100%;
	min-height: 100vh;
}


.size2[b-p7lo51baie] {
	width: 30%;
	height: 42px;
}

.size3[b-p7lo51baie] {
	width: 36px;
	height: 36px;
}


/*//////////////////////////////////////////////////////////////////
[ Width ]*/
.wsize1[b-p7lo51baie] {
	display: grid;
	width: 390px;
	max-width: 100%;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

/*//////////////////////////////////////////////////////////////////
[ Height ]*/




/*//////////////////////////////////////////////////////////////////
[ Background ]*/
.bg0[b-p7lo51baie] {
	background-color: #1a1a1a;
}

.bg-img1[b-p7lo51baie] {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}




/*//////////////////////////////////////////////////////////////////
[ Border ]*/
.bor1[b-p7lo51baie] {
	border-radius: 10px;
}




/*==================================================================
   WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE WHERE  
==================================================================*/




/*==================================================================
 HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW HOW 
==================================================================*/
.placeholder0[b-p7lo51baie]::-webkit-input-placeholder {
	color: #999999;
}

.placeholder0:-moz-placeholder[b-p7lo51baie] {
	color: #999999;
}

.placeholder0[b-p7lo51baie]::-moz-placeholder {
	color: #999999;
}

.placeholder0:-ms-input-placeholder[b-p7lo51baie] {
	color: #999999;
}

/*---------------------------------------------*/
.overlay1[b-p7lo51baie] {
	position: relative;
	z-index: 1;
}

	.overlay1[b-p7lo51baie]::before {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #30bab6;
		background: -webkit-linear-gradient(top, #009efd, #2af598);
		background: -o-linear-gradient(top, #009efd, #2af598);
		background: -moz-linear-gradient(top, #009efd, #2af598);
		background: linear-gradient(top, #009efd, #2af598);
		opacity: 0.8;
	}

/*---------------------------------------------*/
.how-btn1[b-p7lo51baie] {
	border-radius: 25px;
	background-color: #7d5c22;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 100px;
}

	.how-btn1:hover[b-p7lo51baie] {
		background-color: #333333;
	}

/*---------------------------------------------*/
.wrappic1[b-p7lo51baie] {
	display: block;
	flex-grow: 1;
}

	.wrappic1 img[b-p7lo51baie] {
		max-width: 100%;
	}

/*---------------------------------------------*/
.how-social[b-p7lo51baie] {
	color: #fff;
	font-size: 22px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 2px;
}

	.how-social:hover[b-p7lo51baie] {
		background-color: #00b26f;
		color: #fff;
	}

/*//////////////////////////////////////////////////////////////////
[ Pseudo ]*/

/*------------------------------------------------------------------
[ Focus ]*/
.focus-in0:focus[b-p7lo51baie]::-webkit-input-placeholder {
	color: transparent;
}

.focus-in0:focus:-moz-placeholder[b-p7lo51baie] {
	color: transparent;
}

.focus-in0:focus[b-p7lo51baie]::-moz-placeholder {
	color: transparent;
}

.focus-in0:focus:-ms-input-placeholder[b-p7lo51baie] {
	color: transparent;
}


/*------------------------------------------------------------------
[ Hover ]*/
.hov-cl0:hover[b-p7lo51baie] {
	color: #fff;
}

.hov-bg0:hover[b-p7lo51baie] {
	background-color: #fff;
}

/*---------------------------------------------*/


/*==================================================================
  FORMCONTROL FORMCONTROL FORMCONTROL FORMCONTROL FORMCONTROL
==================================================================*/
/*//////////////////////////////////////////////////////////////////*/

.form-control-new[b-p7lo51baie] {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 1.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


/*---------------------------------------------*/

/*==================================================================
  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE
==================================================================*/
/*//////////////////////////////////////////////////////////////////
[ XXL ]*/
@media (max-width: 1400px) {
	.respon1[b-p7lo51baie] {
		padding: 15px;
	}
}

/*//////////////////////////////////////////////////////////////////
[ XL ]*/
@media (max-width: 1200px) {
	.m-0-xl[b-p7lo51baie] {
		margin: 0;
	}

	.m-lr-0-xl[b-p7lo51baie] {
		margin-left: 0;
		margin-right: 0;
	}

	.m-lr-15-xl[b-p7lo51baie] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-l-0-xl[b-p7lo51baie] {
		margin-left: 0;
	}

	.m-r-0-xl[b-p7lo51baie] {
		margin-right: 0;
	}

	.m-l-15-xl[b-p7lo51baie] {
		margin-left: 15px;
	}

	.m-r-15-xl[b-p7lo51baie] {
		margin-right: 15px;
	}

	.p-0-xl[b-p7lo51baie] {
		padding: 0;
	}

	.p-lr-0-xl[b-p7lo51baie] {
		padding-left: 0;
		padding-right: 0;
	}

	.p-lr-15-xl[b-p7lo51baie] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p-l-0-xl[b-p7lo51baie] {
		padding-left: 0;
	}

	.p-r-0-xl[b-p7lo51baie] {
		padding-right: 0;
	}

	.p-l-15-xl[b-p7lo51baie] {
		padding-left: 15px;
	}

	.p-r-15-xl[b-p7lo51baie] {
		padding-right: 15px;
	}

	.w-full-xl[b-p7lo51baie] {
		width: 100%;
	}

	/*---------------------------------------------*/
	.respon1[b-p7lo51baie] {
		flex-direction: column;
		align-items: center;
	}

	/*---------------------------------------------*/
	.respon2[b-p7lo51baie] {
		text-align: center;
	}

	/*---------------------------------------------*/
	.respon3[b-p7lo51baie] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}


/*//////////////////////////////////////////////////////////////////
[ LG ]*/
@media (max-width: 992px) {
	.m-0-lg[b-p7lo51baie] {
		margin: 0;
	}

	.m-lr-0-lg[b-p7lo51baie] {
		margin-left: 0;
		margin-right: 0;
	}

	.m-lr-15-lg[b-p7lo51baie] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-l-0-lg[b-p7lo51baie] {
		margin-left: 0;
	}

	.m-r-0-lg[b-p7lo51baie] {
		margin-right: 0;
	}

	.m-l-15-lg[b-p7lo51baie] {
		margin-left: 15px;
	}

	.m-r-15-lg[b-p7lo51baie] {
		margin-right: 15px;
	}

	.p-0-lg[b-p7lo51baie] {
		padding: 0;
	}

	.p-lr-0-lg[b-p7lo51baie] {
		padding-left: 0;
		padding-right: 0;
	}

	.p-lr-15-lg[b-p7lo51baie] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p-l-0-lg[b-p7lo51baie] {
		padding-left: 0;
	}

	.p-r-0-lg[b-p7lo51baie] {
		padding-right: 0;
	}

	.p-l-15-lg[b-p7lo51baie] {
		padding-left: 15px;
	}

	.p-r-15-lg[b-p7lo51baie] {
		padding-right: 15px;
	}

	.w-full-lg[b-p7lo51baie] {
		width: 100%;
	}

	/*---------------------------------------------*/


}


/*//////////////////////////////////////////////////////////////////
[ MD ]*/
@media (max-width: 768px) {
	.m-0-md[b-p7lo51baie] {
		margin: 0;
	}

	.m-lr-0-md[b-p7lo51baie] {
		margin-left: 0;
		margin-right: 0;
	}

	.m-lr-15-md[b-p7lo51baie] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-l-0-md[b-p7lo51baie] {
		margin-left: 0;
	}

	.m-r-0-md[b-p7lo51baie] {
		margin-right: 0;
	}

	.m-l-15-md[b-p7lo51baie] {
		margin-left: 15px;
	}

	.m-r-15-md[b-p7lo51baie] {
		margin-right: 15px;
	}

	.p-0-md[b-p7lo51baie] {
		padding: 0;
	}

	.p-lr-0-md[b-p7lo51baie] {
		padding-left: 0;
		padding-right: 0;
	}

	.p-lr-15-md[b-p7lo51baie] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p-l-0-md[b-p7lo51baie] {
		padding-left: 0;
	}

	.p-r-0-md[b-p7lo51baie] {
		padding-right: 0;
	}

	.p-l-15-md[b-p7lo51baie] {
		padding-left: 15px;
	}

	.p-r-15-md[b-p7lo51baie] {
		padding-right: 15px;
	}

	.w-full-md[b-p7lo51baie] {
		width: 100%;
	}
	/*---------------------------------------------*/

}


/*//////////////////////////////////////////////////////////////////
[ SM ]*/
@media (max-width: 576px) {
	.m-0-sm[b-p7lo51baie] {
		margin: 0;
	}

	.m-lr-0-sm[b-p7lo51baie] {
		margin-left: 0;
		margin-right: 0;
	}

	.m-lr-15-sm[b-p7lo51baie] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-l-0-sm[b-p7lo51baie] {
		margin-left: 0;
	}

	.m-r-0-sm[b-p7lo51baie] {
		margin-right: 0;
	}

	.m-l-15-sm[b-p7lo51baie] {
		margin-left: 15px;
	}

	.m-r-15-sm[b-p7lo51baie] {
		margin-right: 15px;
	}

	.p-0-sm[b-p7lo51baie] {
		padding: 0;
	}

	.p-lr-0-sm[b-p7lo51baie] {
		padding-left: 0;
		padding-right: 0;
	}

	.p-lr-15-sm[b-p7lo51baie] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p-l-0-sm[b-p7lo51baie] {
		padding-left: 0;
	}

	.p-r-0-sm[b-p7lo51baie] {
		padding-right: 0;
	}

	.p-l-15-sm[b-p7lo51baie] {
		padding-left: 15px;
	}

	.p-r-15-sm[b-p7lo51baie] {
		padding-right: 15px;
	}

	.w-full-sm[b-p7lo51baie] {
		width: 100%;
	}

	/*---------------------------------------------*/
	.respon4[b-p7lo51baie] {
		font-size: 50px;
	}

	/*---------------------------------------------*/
	.respon5[b-p7lo51baie] {
		padding-left: 20px;
		padding-right: 14px;
		padding-bottom: 50px;
	}
}


/*//////////////////////////////////////////////////////////////////
[ SSM ]*/
@media (max-width: 480px) {
	.m-0-ssm[b-p7lo51baie] {
		margin: 0;
	}

	.m-lr-0-ssm[b-p7lo51baie] {
		margin-left: 0;
		margin-right: 0;
	}

	.m-lr-15-ssm[b-p7lo51baie] {
		margin-left: 15px;
		margin-right: 15px;
	}

	.m-l-0-ssm[b-p7lo51baie] {
		margin-left: 0;
	}

	.m-r-0-ssm[b-p7lo51baie] {
		margin-right: 0;
	}

	.m-l-15-ssm[b-p7lo51baie] {
		margin-left: 15px;
	}

	.m-r-15-ssm[b-p7lo51baie] {
		margin-right: 15px;
	}

	.p-0-ssm[b-p7lo51baie] {
		padding: 0;
	}

	.p-lr-0-ssm[b-p7lo51baie] {
		padding-left: 0;
		padding-right: 0;
	}

	.p-lr-15-ssm[b-p7lo51baie] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.p-l-0-ssm[b-p7lo51baie] {
		padding-left: 0;
	}

	.p-r-0-ssm[b-p7lo51baie] {
		padding-right: 0;
	}

	.p-l-15-ssm[b-p7lo51baie] {
		padding-left: 15px;
	}

	.p-r-15-ssm[b-p7lo51baie] {
		padding-right: 15px;
	}

	.w-full-ssm[b-p7lo51baie] {
		width: 100%;
	}
	/*---------------------------------------------*/

