﻿html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overscroll-behavior-x: auto;
	overscroll-behavior-y: none
}

* {
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
#root {
	width: 100%;
	height: 100%;
}

.PageFrameWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
	background-size: 0 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.PageFrameWrapper:before {
	content: "";
	z-index: -1;
	position: inherit;
	left: inherit;
	top: inherit;
	width: inherit;
	height: inherit;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.pageFrame {
	overflow: hidden;
	height: 100vh;
	position: relative;
	width: 100%;
}

.Profile {
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	overflow: hidden auto;
	width: 100%;
	height: 100%;
	max-height: 100%;
	background-image: none;
	padding-top: 72px;
	display: flex;
	justify-content: center;
}

.Profile-box {
	background-image: linear-gradient(rgb(65, 60, 47), rgb(205, 188, 157));
	border-radius: 24px;
	width: 720px;
	height: fit-content;
	margin-bottom: 144px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
@media (max-width: 600px) {
	.imgrow{
		margin: 0 -20px;
	}
	.Profile{
		padding-top: 0px !important;
	}
	.Profile-box {
		border-radius: 0px !important;
		margin-bottom: 0px !important;
	}
}
.content {
	padding: 0px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 600px) {
	.content {
		max-width: 600px;
	}
}

.w-full {
	width: 100%;
}
.wh-full{
    width:100%;height:100%;
}

.relative {
	position: relative;
}

.flex {
	display: flex;
}

.css-m {
	justify-content: center;
	align-items: center;
}

.css-m span {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: -40px;
}

.rowlink {
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,0) 36%),
		radial-gradient(circle at 18% 18%, rgba(255,255,255,.55), transparent 36%),
		linear-gradient(135deg, #fff36a 0%, #fee500 48%, #f7d600 100%);
	color: #2b1717;
	font-family: Poppins, Apple SD Gothic Neo, Malgun Gothic, sans-serif;
	text-transform: none;
	box-shadow: 0 14px 28px rgba(78, 55, 0, .28), inset 0 -5px 0 rgba(72, 48, 0, .16), inset 0 1px 0 rgba(255,255,255,.48);
	font-size: 15px;
	min-height: 94px;
	margin: 18px 0px;
	border: 1px solid rgba(255,255,255,.35);
	display: flex;
	padding-left: 0px;
	padding-right: 0px;
    overflow: hidden;
	position: relative;
}

.mb {
	margin-bottom: 23px;width: 100%;
}
.mt{
	margin-top: 23px;
}
.line{
	height: 10px;
}

.rowlink a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
	border-radius: 28px;
	padding: 16px 18px;
	gap: 14px;
}

.rowlink:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 62%);
	transform: translateX(-120%);
	animation: cta_sheen 4s ease-in-out infinite;
	pointer-events: none;
}

.rowlink a span.kk-logo {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	color: #2b1717;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(0 3px 4px rgba(0,70,20,.24));
}

.rowlink a span.kk-logo svg,
.rowlink a span.cta-arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

.rowlink a span.cta-arrow {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #391b1b;
	color: #fee500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(57,27,27,.26), inset 0 1px 0 rgba(255,255,255,.18);
	padding: 16px;
}
.btn_txt{
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-shadow: none;
}
.btn_txt p{
	margin: 0;
	color: #2b1717;
	font-size: 22px;
	line-height: 1.18;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0;
	white-space: normal;
	word-break: keep-all;
}
.btn_txt p strong{
	color: #000;
	font-size: 1.12em;
}
.btn_txt small{
	display: block;
	margin: 0;
	color: rgba(43,23,23,.72);
	font-size: 13px;
	line-height: 1.25;
	text-align: center;
	font-weight: 800;
	letter-spacing: 0;
	white-space: normal;
}
.btn_badge{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	border-radius: 999px;
	padding: 3px 16px 4px;
	background: #391b1b;
	color: #fee500;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	box-shadow: 0 5px 10px rgba(57,27,27,.18);
	text-shadow: none;
	white-space: nowrap;
}

.txtbox {
	color: #fff;
}
.txtbox h3 {
	text-align: center;
	margin: 10px 0;
	color: rgb(254, 254, 254);
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.txtbox h4 {
	text-align: center;
	margin: 10px 0;
	line-height: 24px;
	color: rgb(254, 254, 254);
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 15px;
}

.txtbox p {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 22px;
}

.msgbox {
	color: rgba(255, 255, 255, 0.87);
	overflow: hidden;
	font-weight: 600;
	line-height: 24px;
}

.imgbox {
	border-radius: 36px;
	color: rgb(254, 254, 254);
	text-align: center;
}

.imgbox img {
	border-radius: 25px;
}
.btn {
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite
}
.btn2 {
    -webkit-animation-name: cta_soft_bounce;
    animation-name: cta_soft_bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2.6s;
    animation-duration: 2.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width: 430px) {
	.rowlink {
		border-radius: 24px;
		min-height: 86px;
		margin: 16px 0;
	}
	.rowlink a {
		border-radius: 24px;
		padding: 14px 13px;
		gap: 9px;
	}
		.rowlink a span.kk-logo {
			flex-basis: 48px;
			width: 48px;
			height: 48px;
		}
		.kk-logo-mark {
			width: 48px;
			height: 48px;
			border-radius: 14px;
			font-size: 18px;
		}
	.rowlink a span.cta-arrow {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		padding: 13px;
	}
	.btn_badge {
		font-size: 11px;
		padding-left: 11px;
		padding-right: 11px;
	}
	.btn_txt p {
		font-size: 18px;
	}
	.btn_txt small {
		font-size: 11px;
	}
}

@media (max-width: 340px) {
	.rowlink a {
		gap: 7px;
		padding-left: 10px;
		padding-right: 10px;
	}
		.rowlink a span.kk-logo {
			flex-basis: 42px;
			width: 42px;
			height: 42px;
		}
		.kk-logo-mark {
			width: 42px;
			height: 42px;
			border-radius: 12px;
			font-size: 16px;
		}
	.rowlink a span.cta-arrow {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		padding: 11px;
	}
	.btn_txt p {
		font-size: 16px;
	}
	.btn_txt small {
		font-size: 10px;
	}
	.btn_badge {
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0)
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px)
    }

    to {
        -webkit-transform: translatey(0px);
        transform: translatey(0)
    }
}

@keyframes bounce_small_infinite {
    0%,10%,26.5%,40%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }

    20%,21.5% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    42.5% {
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0)
    }
}
@keyframes cta_soft_bounce {
    0%, 100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
    12% {
        -webkit-transform: translateY(-7px) scale(1.015);
        transform: translateY(-7px) scale(1.015);
    }
    22% {
        -webkit-transform: translateY(0) scale(.995);
        transform: translateY(0) scale(.995);
    }
    32% {
        -webkit-transform: translateY(-4px) scale(1.008);
        transform: translateY(-4px) scale(1.008);
    }
    44% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes cta_sheen {
    0%, 58% {
        transform: translateX(-120%);
    }
    78%, 100% {
        transform: translateX(120%);
    }
}
.msgbox p{
	margin: 0px;
}

