
:root {
	--bs-default-font-family: Furuta LT, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family:var(--bs-default-font-family);
}

.font-default{
	font-family:var(--bs-default-font-family);
}

.bg-light2
{
	background: #dddfe7;
}

.bg-grad-1{
	background-image: radial-gradient(circle at 2.91667% 84.1667%, rgb(234, 146, 208) 0%, 17.5%, rgba(234, 146, 208, 0) 35%), radial-gradient(circle at 94.3538% 89.6159%, rgb(135, 134, 190) 0%, 20%, rgba(135, 134, 190, 0) 40%), radial-gradient(circle at 6.50391% 88.0371%, rgba(64, 137, 209, 0.99) 0%, 25%, rgba(64, 137, 209, 0) 50%), radial-gradient(circle at 39.1667% 17.5%, rgb(66, 65, 158) 0%, 42%, rgba(66, 65, 158, 0) 70%), radial-gradient(circle at 99.1667% 10%, rgb(234, 146, 208) 0%, 42%, rgba(234, 146, 208, 0) 70%), radial-gradient(circle at 48.9014% 49.5215%, rgb(255, 255, 255) 0%, 100%, rgba(255, 255, 255, 0) 100%);
}

.masthead
{
	background:transparent;
	min-height:100vh;
}

.device-wrapper
{
	/*
	overflow:hidden;
	border-radius:32px;
	border:8px solid #333;*/
}

.device[data-device="phone"][data-orientation="portrait"][data-color="black"] {
	padding-bottom: 198.898071625%;
	border: calc(5px + 0.4vw) solid #555;
	border-radius: 32px;
	overflow: hidden;
}

.device[data-device="phone"][data-orientation="portrait"][data-color="black"] .screen{
	top:unset;
	left:unset;
	width:unset;
	height:unset;
}

.font-weight-light
{
	font-weight:100;
}

.text-dark
{
	color:#555;
}

.text-gray-1
{
	color:#888;
}

.text-gray-a
{
	color:#aaa;
}

.text-light
{
	color:#eee;
}

.text-bblue
{
	color:#4089D1;
}

.icon-box-48
{
	height:48px;
}

.icon-box-48 svg
{

}

.icon-box-64 
{
	width: 64px;
	display: inline-block;
	height: 64px;
	padding: 16px;
	background: #fff;
	border-radius: 32px;
	margin-bottom: 20px;
	box-shadow: 0 0 4px;
}

.price-panel
{
	border-radius: 12px;
	margin: 20px 0;
	padding: 20px;
	min-height: 450px;
	position: relative;
}

.login-panel
{
	padding: 20px;
}

.btn-bblue {
  --bs-btn-color: #eee;
  --bs-btn-bg: #4089D1;
  --bs-btn-border-color: #4089FF;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #60a9f1;
  --bs-btn-hover-border-color: #4089FF;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2069b1;
  --bs-btn-active-border-color: #4089FF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #777;
  --bs-btn-disabled-border-color: #999;
}