
@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;
}
@font-face {
	font-family: 'DelaGothicOne-Regular';
	font-style: normal;
	src: url('../font/DelaGothicOne/DelaGothicOne-Regular.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 img{
	width:28px;
	height:28px;
}
.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;
  }
}

.iconOrangeRoundBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 74px;
	line-height: 74px;
	padding: 0 32px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 999px;
	border: 1px solid #E08349;
  color: #fff;
  background: linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
	text-decoration: none;
  min-width:240px
}
.iconOrangeRoundBtn span{
	margin-left:8px;
}
.iconOrangeRoundBtn:hover{
  background: #E05149;
}
.iconOrangeRoundBtn:active{
  background: #E05149;
  color: #ffffff;
}

.whiteRoundBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 74px;
	line-height: 74px;
  min-width: 240px;
	padding: 0 40px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 999px;
	border: 2px solid #E05149;
  color: #000000E5;
  background: #ffffff;
	text-decoration: none;
}
.whiteRoundBtn svg{
	margin-right:8px;
}
.whiteRoundBtn:hover{
  background: #E05149;
  color: #ffffff;
}

.whiteRoundBtn:hover span{
  color: #fff;
}

.whiteRoundBtn:active{
  background: #E05149;
  color: #ffffff;
}
.whiteRoundBtn:active span{
  color: #fff;
}

.iconYellowBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 52px;
	line-height: 52px;
	padding: 0 16px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E08349;
  color: #fff;
  background: #E08349;
	text-decoration: none;
  width:100%;
}
.iconYellowBtn span{
	margin-left:4px;
}
.iconYellowBtn:hover{
  background: #E05149;
}
.iconYellowBtn:active{
  background: #E05149;
  color: #ffffff;
}
.iconBlueBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 52px;
	line-height: 52px;
	padding: 0 16px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 8px;
	border: 1px solid #4967E0;
  color: #fff;
  background: #4967E0;
	text-decoration: none;
  width:100%;
}
.iconBlueBtn span{
	margin-left:4px;
}
.iconBlueBtn:hover{
  background: #6D85E6;
}
.iconBlueBtn:active{
  background: #3A52B3;
  color: #ffffff;
}

.iconWhiteBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 72px;
	line-height: 72px;
	padding: 0 26px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 999px;
	border: 1px solid #ffffff;
  color: #000000E5;
  background: #ffffff;
	text-decoration: none;
  width:247px;
}
.iconWhiteBtn img{
	width:28px;
	height:28px;
}
.iconWhiteBtn span{
	margin-left:8px;
}
.iconWhiteBtn:hover{
  background: #eee;
}
.iconWhiteBtn:active{
  background: #eee;
  color: #000000E5;
}


.whiteBorderBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	line-height: 60px;
	padding: 0 26px;
	font-size: 1.25rem;
	text-align: center;
  border-radius: 8px;
	border: 2px solid #FFFFFF;
  color: #FFFFFF;
  background: #1E2943;
	text-decoration: none;
  width:243px;
}
.whiteBorderBtn img{
	width:28px;
	height:28px;
	margin-bottom:4px;
}
.whiteBorderBtn span{
	margin-left:8px;
}
.whiteBorderBtn:hover{
  background: #E05149;
	border: 2px solid #E05149;
}
.whiteBorderBtn:active{
  background: #E05149;
	border: 2px solid #E05149;
}