
@font-face {
	font-family: 'NunitoSans-Regular';
	font-style: normal;
	src: url('../font/NunitoSans/Nunito\ Sans\ -\ 400.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'NunitoSans-Medium';
	font-style: normal;
	src: url('../font/NunitoSans/Nunito\ Sans\ -\ 500.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'NunitoSans-SemiBold';
	font-style: normal;
	src: url('../font/NunitoSans/Nunito\ Sans\ -\ 600.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'NunitoSans-ExtraBold';
	font-style: normal;
	src: url('../font/NunitoSans/Nunito\ Sans\ -\ 800.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'OleoScript-Bold';
	font-style: normal;
	src: url('../font/OleoScript/OleoScript-Bold.ttf');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,body{
	font-family: 'NunitoSans-Regular';
	font-size: 16px;
	color: #000000;
}

.flexRowStart {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}

.flexRowCenter {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.flexRowEnd {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}

.flexRowBetween {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.flexColCenter {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.flexColStart {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}

.flexColEnd {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
}

.flexColBetween {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
}

.fullContent {
	height: 100%;
	width: 100%;
}

.textEllipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

html,body{
	font-size:16px;
}

.iconOrangeBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 1.5rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E08349;
  color: #fff;
  background: linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
	text-decoration: none;
  width:100%;
}
.iconOrangeBtn span{
	margin-left:10px;
}
.iconOrangeBtn:hover{
  background: #E05149;
}
.iconOrangeBtn:active{
  background: #E05149;
  color: #ffffff;
}

.orange-btn-right-svg{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	line-height: 60px;
  min-width: 126px;
	padding: 0 24px;
	font-size: 1.5rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E05149;
  color: #E05149;
  background-color: #fff;
	text-decoration: none;
}
.orange-btn-right-svg svg{
	margin-left:12px;
}
.orange-btn-right-svg:hover{
  background-color: #E05149;
  color: #ffffff;
}

.orange-btn-right-svg:hover span{
  color: #fff;
}

.orange-btn-right-svg:active{
  background-color: #E05149;
  color: #ffffff;
}
.orange-btn-right-svg:active span{
  color: #fff;
}


.orange-btn-right-icon{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 52px;
	line-height: 52px;
  min-width: 126px;
	padding: 0 24px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E05149;
  color: #ffffff;
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
	text-decoration: none;
}
.orange-btn-right-icon svg{
	margin-left:12px;
}
.orange-btn-right-icon:hover{
  background: #E05149;
  color: #ffffff;
}

.orange-btn-right-icon:hover span{
  color: #fff;
}

.orange-btn-right-icon:active{
  background: #E05149;
  color: #ffffff;
}
.orange-btn-right-icon:active span{
  color: #fff;
}

.whiteBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 1.5rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E05149;
  color: #E05149;
	text-decoration: none;
  width:100%;
}
.whiteBtn:hover{
  color: #ffffff;
  background: #E05149;
}
.whiteBtn:active{
  color: #ffffff;
  background: #E05149;
}
.sys-win{
	display: block;
}
.sys-mac{
	display: none;
}

*[data-dev="auto"] .dev-mobile, *[data-dev="desktop"] .dev-mobile, *[data-dev="mobile"] .dev-desktop, *[data-sys="auto"] .sys-mac, *[data-sys="auto"] .sys-linux, *[data-sys="auto"] .sys-ios, *[data-sys="auto"] .sys-android, *[data-sys="auto"] .sys-other, *[data-sys="win"] .sys-mac, *[data-sys="win"] .sys-linux, *[data-sys="win"] .sys-ios, *[data-sys="win"] .sys-android, *[data-sys="win"] .sys-other, *[data-sys="mac"] .sys-win, *[data-sys="mac"] .sys-linux, *[data-sys="mac"] .sys-ios, *[data-sys="mac"] .sys-android, *[data-sys="mac"] .sys-other, *[data-sys="linux"] .sys-win, *[data-sys="linux"] .sys-mac, *[data-sys="linux"] .sys-ios, *[data-sys="linux"] .sys-android, *[data-sys="linux"] .sys-other, *[data-sys="android"] .sys-ios, *[data-sys="android"] .sys-win, *[data-sys="android"] .sys-mac, *[data-sys="android"] .sys-linux, *[data-sys="android"] .sys-other, *[data-sys="ios"] .sys-android, *[data-sys="ios"] .sys-win, *[data-sys="ios"] .sys-mac, *[data-sys="ios"] .sys-linux, *[data-sys="ios"] .sys-other, *[data-sys="other"] .sys-win, *[data-sys="other"] .sys-mac, *[data-sys="other"] .sys-linux, *[data-sys="other"] .sys-ios, *[data-sys="other"] .sys-android {
  display: none !important;
  margin: 0 !important;
}
*[data-sys="win"] .sys-win, *[data-sys="mac"] .sys-mac{
  display: block;
}
@media (min-width: 768px) {
	.iconOrangeBtn,.whiteBtn{
		width: 194px;
	}
}
@media (min-width: 1024px) {
  .iconOrangeBtn,.whiteBtn{
    width: 254px;
  }
}
