/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

* {
	box-sizing: border-box;
	font-weight: 500
}

html {
	scroll-behavior: smooth;
	min-height: 100vh;
	background-color: #ededed
}

#root {
	font-family: Poppins, sans-serif;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1
}

.pad {
	padding: 0 40px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto
}

.chanzzo-flex {
	display: flex;
	flex-direction: column;
	gap: 20px
}

h1,
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #0d0d0d;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .3)
}

p,
a,
li,
span {
	margin: 0;
	text-decoration: none;
	color: #0d0d0d;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500
}

ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.text-start {
	text-align: start
}

.fw-500 {
	font-weight: 500
}

.fw-700 {
	font-weight: 700
}

.pad-top {
	padding-top: 40px;
	padding-bottom: 40px
}

.chanzzo-grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px
}

@media (max-width: 749px) {
	* {
		text-align: center
	}

	.pad {
		padding: 0 12px
	}

	.pad-top {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.chanzzo-grid-2 {
		grid-template-columns: 1fr
	}
}

@media (max-width: 330px) {

	.chanzzo-privacy h1,
	.chanzzo-privacy h2 {
		word-break: break-all
	}
}

.chanzzo-hero {
	background: linear-gradient(to right, #a5ffc9, #ffa5a5);
	padding: 40px 0
}

.chanzzo-hero__body {
	display: flex;
	gap: 20px;
	align-items: center
}

.chanzzo-hero__body h1 {
	font-size: 32px;
	line-height: 38px
}

.chanzzo-hero__btn {
	display: inline-block;
	background: linear-gradient(to bottom, #c0392b, #ffe902);
	box-shadow: 0 2px 4px #0000004d;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	width: fit-content;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	color: #fff;
	border: none
}

.chanzzo-hero__glare {
	opacity: .8;
	position: absolute;
	top: -100px;
	left: -100px;
	display: block;
	background: #fff;
	width: 40px;
	height: 300px;
	transition: all .1s;
	transform: rotate(45deg);
	animation-delay: .05s;
	animation-timing-function: ease-in-out;
	animation-name: slide;
	animation-duration: 4s;
	animation-iteration-count: infinite
}

@keyframes slide {
	0% {
		transform: translate(0) rotate(45deg)
	}

	30%,
	to {
		transform: translate(400px) rotate(45deg)
	}
}

.chanzzo-hero__img {
	/* background: url(../images/main-img-CoDVGBAO.webp) center / contain no-repeat; */
	background: url(../images/hero.webp) center / contain no-repeat;
	width: 192px;
	aspect-ratio: 192 / 251;
	flex-shrink: 0
}

.chanzzo-lottos {
	display: flex;
	gap: 50px
}

.chanzzo-lottos__item {
	background-color: #a5ffc9;
	box-shadow: 0 2px 4px #0000004d;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.chanzzo-lottos__item img {
	width: 145px;
	height: 50px
}

/* .chanzzo-lottos__bubbles {
	background: url(../images/bubbles-DztSACfp.webp) center / contain no-repeat;
	width: 192px;
	aspect-ratio: 192 / 633;
	flex-shrink: 0
} */

@media (max-width: 1100px) {
	.chanzzo-hero__body h1 {
		font-size: 24px;
		line-height: 26px
	}
}

@media (max-width: 749px) {

	.chanzzo-hero__body,
	.chanzzo-hero__text {
		flex-direction: column;
		align-items: center;
		gap: 10px
	}

	.chanzzo-hero__body h1 {
		font-size: 20px;
		line-height: 24px;
		text-align: center
	}

	.chanzzo-hero__body p {
		font-size: 14px;
		line-height: 16px;
		text-align: center
	}

	.chanzzo-hero__btn {
		font-size: 14px;
		line-height: 16px;
		align-self: center
	}

	.chanzzo-hero__img {
		width: 100%;
		max-width: 192px
	}

	.chanzzo-lottos {
		flex-direction: column
	}

	/* .chanzzo-lottos__bubbles {
		background: url(../images/bubbles-rotate-BnwSG9tE.webp) center / contain no-repeat;
		width: 100%;
		max-width: 500px;
		aspect-ratio: 336 / 102;
		align-self: center
	} */

	.chanzzo-lottos__item img {
		align-self: center
	}
}

.chanzzo-header {
	/* height: 50px; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.chanzzo-header__logo {
	display: flex;
	background: url(../images/logo.png) center / contain no-repeat;
	align-items: center;
	width: 208px;
	height: 70px
}

.chanzzo-footer {
	background: #191919;
	padding: 15px 0
}

.chanzzo-footer p {
	color: #fff
}

.chanzzo-footer .chanzzo-footer__header {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #a5ffc9;
	margin: 0;
	text-transform: uppercase;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .3)
}

.chanzzo-footer__logos {
	display: flex;
	gap: 100px;
	align-items: center;
	justify-content: center
}

.chanzzo-footer__policy {
	display: flex;
	gap: 60px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	row-gap: 10px
}

.chanzzo-footer__policy a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700
}

@media (max-width: 1100px) {
	.chanzzo-footer__logos {
		display: flex;
		gap: 30px;
		flex-wrap: wrap
	}
}

@media (max-width: 749px) {
	.chanzzo-footer__logos img {
		width: 100%
	}

	.chanzzo-footer__logos {
		gap: 30px;
		flex-wrap: wrap;
		row-gap: 20px
	}

	.chanzzo-footer p {
		text-align: start
	}
}

.chanzzo-login {
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	background: linear-gradient(to right, #a5ffc9, #ffa5a5);
	padding: 20px;
	border-radius: 10px
}

.chanzzo-form__input {
	width: 100%;
	height: 41px;
	background-color: #ededed;
	border-radius: 10px;
	padding: 0 10px;
	color: #131313;
	border: none
}

.chanzzo-form__input::placeholder {
	color: #898888;
	text-transform: uppercase
}

.chanzzo-form__input:focus {
	outline: none
}

.chanzzo-form__bottom {
	display: flex;
	gap: 10px
}

.chanzzo-form__switch-btn {
	background: transparent;
	border: none;
	color: #c0392b;
	font-weight: 700;
	cursor: pointer
}

.chanzzo-form__send-text {
	text-align: center;
	font-size: 12px;
	line-height: 14px
}
