@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;1,900&display=swap";
/* CSS Document */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
/*img*/
img {
	max-width: 100%;
 width: expression(document.body.clientWidth>100?"100%":"auto");
	overflow: hidden;
	padding: 0px;
	border: 0px;
}
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*page style*/
.txtLeft {
	text-align: left;
}
.txtRight {
	text-align: right;
}
.txtCenter {
	text-align: center;
}
.floatLeft, .imageleft {
	float: left;
	margin-right: 1em;
}
.floatRight, .imageRight {
	float: right;
	margin-left: 1em;
}
.floatClear {
	clear: both;
	height: 0;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: " ";
}
.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.tr {
	display: table-row;
}
.td, .th {
	display: table-cell;
}
/*----landing page-----*/
body {
	font-family: 'DINPro-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#g300-s {
	width: 100%;
	font-size: 16px;
	color: #fff;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/bg.jpg);
	background-size: 100%;
}
#g300-s .pages section {
	width: 100vw;
	height: 100%;
	font-size: 16px;
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
}
#g300-s .sp {
	padding-top: 5%;
}
#g300-s p {
	color: #00ffff;
	font-size: 28px;
}
#g300-s h2 {
	color: #fff;
	font-size: 46px;
	text-shadow: #fd00cf 0 0 30px, #fd00cf 0 0 20px, #fd00cf 0 0 10px, #fd00cf 0 0 10px;
	text-align: center;
	padding: 10px 0 18px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}
#g300-s span {
	color: #89f0ff;
	font-size: 18px;
	font-family: "DINPro-Light";
}
#g300-s .kv {
	z-index: 1;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/bg-kv.jpg);
	background-size: 100%;
}
#g300-s .kvwrap {
	position: relative;
	top: 0;
	z-index: 2;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#g300-s .kvwrap img {
	width: 100%;
	height: auto;
}
#g300-s .kvtitle {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
}
#g300-s .kvlight {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
}
#g300-s .lighteffect {
	-webkit-animation: light 1s 1s linear infinite;
	animation: light 1s 1s linear infinite;
}
#g300-s .lighteffect-fast {
	-webkit-animation: lightdark 0.1s 0.1s linear infinite;
	animation: lightdark 0.1s 0.1s linear infinite;
}
#g300-s .container-fluid {
	width: 95%;
	margin: 0 auto;
	max-width: auto;
	text-align: left;
	white-space: normal;
}
#g300-s .info {
	padding: 5%;
	text-align: center;
}
#g300-s .info .linebox {
	border: 3px solid #d22682;
	box-shadow: 0 0 20px rgba(299,63,87,1), 0 0 2px rgba(299,63,87,1), inset 0 0 8px rgba(299,63,87,1);
	width: 45%;
	margin: 0 auto;
	padding: 2%;
	position: relative;
	border-radius: 15px;
	background: rgba(23,0,46,.5);
}
#g300-s .info .linebox:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0px;
	background: linear-gradient(170deg, #1b043a, rgba(255,5,139,.5), #06f0f5, rgba(255,5,139,.5), #1b043a);
	background-size: 300% 300%;
	clip-path: polygon(0% 100%, 3px 100%, 3px 3px, calc(100% - 3px) 3px, calc(100% - 3px) calc(100% - 3px), 3px calc(100% - 3px), 3px 100%, 100% 100%, 100% 0%, 0% 0%);
	transform: scale(0.99, 0.96);
}
#g300-s .info .linebox.in:after {
	animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 3s ease-in-out infinite;
}

/* motion */
@keyframes gradient-animation {
 0% {
 background-position: 0% 10%;
 opacity: 1;
}
 50% {
 background-position: 150% 50%;
 opacity: 1;
}
 100% {
 background-position: 300% 300%;
 opacity: 0;
}
}
#g300-s .info .linebox:before {
	content: "";
	border: 3px solid #06f0f5;
	box-shadow: 0 0 20px #06f0f5, inset 0 0 8px #06f0f5;
	position: absolute;
	z-index: 10;
	width: 104%;
	height: 100%;
	top: 0;
	left: -2.1%;
	z-index: 1;
	margin: 0 auto;
	border-radius: 15px;
	transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
}
#g300-s .info h3 {
	color: #fe1ba1;
	font-size: 26px;
	line-height: 1.6em;
}
/*TAB 1*/
#g300-s .f1 {
	margin-bottom: 0px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 1%;
}
#g300-s .f1 .page01, #g300-s .f1 .page02 {
	display: none;
}
#g300-s .f1 .active {
	display: block;
}
#g300-s .f1 .acclose {
	display: none;
}
#g300-s .f1 .f1_nav {
	height: auto;
	min-height: 50px;
}
#g300-s .f1 ul {
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#g300-s .f1 ul.flex {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
	margin: 0 auto;
	align-items: stretch;
}
#g300-s .f1 .f1_nav li {
	font-family: 'DINPro-Medium', Helvetica, Arial, sans-serif;
	font-size: 24px;
	width: 25%;
	text-decoration: none;
	cursor: pointer;
	background: rgba(122,0,255,.2);
	transition: 0.5s all ease-in-out;
	padding: 15px 15px;
	transform: skewX(-10deg);
	margin: 0 5px;
	text-align: center;
}
#g300-s .f1 .pdname {
	transform: skewX(10deg);
	font-family: "Sarpanch", "Aril", sans-serif;
	text-shadow: 0px 0px 15px rgba(243,191,255,1.00);
}
#g300-s .f1 .f1_nav li.activeli {
	background: #7a00ff;
}
#g300-s .f1 .f1_nav li.active {
	background: #7a00ff;
}
#g300-s .f1 .f1_nav li:hover {
	opacity: .5;
	transition: 0.2s all ease-in-out;
}
#g300-s .f1 .eligible_model_cost {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}
#g300-s .page02 {
	transition: 0.3s all ease-in;
}
#g300-s .f1 .eligible_model_cost .boxwrap {
	background: url( https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/box-bg.png) repeat-y;
	max-width: 2124px;
	padding: 0% 5%;
	margin: 0 auto;
	background-size: 100%;
}
#g300-s .f1 .eligible_model_cost:before {
	width: 41.5%;
	transition: 0.5s all ease-in-out;
	border-top: 7px solid rgba(188,0,252,1.00);
	box-shadow: 0 0 35px #bc00fc;
	content: "";
	position: absolute;
	z-index: 999;
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#g300-s .f1 .eligible_model_cost:after {
	width: 41.5%;
	transition: 0.5s all ease-in-out;
	border-bottom: 7px solid rgba(188,0,252,1.00);
	box-shadow: 0 0 35px #bc00fc;
	content: "";
	position: absolute;
	z-index: 999;
	-webkit-animation: neon2 0.1s ease-in-out infinite alternate;
	-moz-animation: neon2 0.1s ease-in-out infinite alternate;
	animation: neon2 0.1s ease-in-out infinite alternate;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0.5%;
}
#g300-s .flexblock {
	display: flex;
}
#g300-s .flexblock .item {
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 2rem;
	width: 50%;
}
#g300-s .f1 .eligible_model_cost .boxwrap .w90 {
	width: 90%;
	margin: 0 auto;
}
#g300-s .flexblock .item .gtitle {
	color: aqua;
	text-align: left;
	padding-left: 20px;
	font-family: "Sarpanch", "Aril", sans-serif;
	text-shadow: 0px 0px 15px rgba(2,255,243,1.00);
	font-weight: 600;
	line-height: normal;
}
#g300-s .flexblock .item ul.gtitle {
	font-size: 150%;
	line-height: 1.5;
}
#g300-s .flexblock .item .gtitle b {
	font-weight: 500;
	letter-spacing: normal;
	color: #fff167;
	text-shadow: 0px 0px 40px #f67e16, 0px 0px 10px #f67e16;
	font-size: 120%;
}
#g300-s .flexblock .item .pcost {
	font-size: 38px;
	text-shadow: 0px 0px 40px #f67e16, 0px 0px 10px #f67e16;
	padding-left: 35px;
	line-height: 1;
	letter-spacing: 12;
}
#g300-s .f1 .page02 .flexblock .item .pcost p {
	font-size: 80px;
}
#g300-s .f1 .page02 .flexblock .item .pcost {
	padding-top: 8%;
}
#g300-s .f1 .flexblock {
	margin-left: -15px;
}
#g300-s .flexblock .item .pcost b {
	margin-left: 30px;
	color: #fff167;
}
#g300-s .tleft {
	text-align: left;
}
#g300-s .modelbox p {
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 6px;
}
#g300-s .modelbox {
	width: 100%;
	margin: 0 auto;
}
#g300-s .modelbox .item {
	border: 1px solid #00ffff;
	justify-content: left;
	align-items: flex-start;
}
#g300-s .modelbox ul {
	text-align: left;
	line-height: 46px;
	width: 100%;
	margin: 0;
	padding: 0;
}
#g300-s .modelbox ul li {
	padding-left: 15px;
	cursor: pointer;
	position: relative;
}
#g300-s .modelbox ul li:before {
	content: "";
	position: absolute;
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/shop.png) no-repeat;
	right: 0;
	width: 37px;
	height: calc(100vh - 50px);
	right: 5%;
	top: 5px;
}
#g300-s .modelbox ul li:hover {
	background: rgba(255,255,255,.3);
}
#g300-s .modelbox ul li:first-child {
	background: rgba(29,3,67,.5);
	display: block;
	color: #00ffff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 3em;
}
#g300-s .modelbox ul li:first-child:before {
	background: none;
}
#g300-s .redeem {
	width: 70%;
	margin: 0 auto;
	padding-top: 5%;
	max-width: 1920px;
	text-align: center;
}
#g300-s .redeem p {
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
}
#g300-s .redeem .item {
	width: calc(100% /3 );
	align-items: stretch;
}
#g300-s .redeem .radeembox img {
	padding: 0px;
	margin: 0px;
}
#g300-s .redeem .radeembox {
	height: 100%;
}
#g300-s .redeem .stepbox {
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/radeem-bg.png) repeat-y;
	padding: 0 12%;
	background-size: 100%;
	height: 90%;
	text-align: left;
}
#g300-s .redeem .stepbox ul {
	list-style: disc;
	font-family: "DINPro-Light";
	color: #87eeff;
	font-size: 16px;
	margin-left: 25px;
}
#g300-s .redeem .stepbox p {
	color: #87eeff;
	font-size: 2rem;
	margin: 0;
}
#g300-s .redeem .stepnumber {
	position: relative;
}
#g300-s .redeem .stepnumber p {
	position: absolute;
	left: 20px;
	font-size: 30px;
	color: #87eeff;
	font-weight: 400;
}
#g300-s .redeem .radeembox .td {
	vertical-align: top!important;
	width: 30%;
}
#g300-s .redeembtn {
	padding-top: 3%;
	text-align: center;
}
#g300-s .redeembtn button:hover {
	transition: 0.5s all ease-in-out;
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/button-hover.png);
	background-size: cover;
}
#g300-s .redeembtn button {
	font-size: 18px;
	text-align: center;
	margin: 15px;
	color: white;
	display: inline-block;
	cursor: pointer;
	-webkit-animation: flickerAnimation 4s infinite;
	animation: flickerAnimation 1s infinite;
	text-shadow: 0 0 3px #00abd5, 0 0 5px #00abd5, 0 0 10px #00abd5, 0 0 20px rgba(0,163,187,1), 0 0 20px rgba(0,163,187,1);
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/button.png);
	background-size: cover;
	border: 0px;
	padding: 15px 25px 15px;
}
#g300-s .redeembtn button.redeemnow {
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 22px;
}
#g300-s .icon {
	position: relative;
	width: 350px;
	height: 341px;
	text-align: center;
	color: #fff;
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/green.png) no-repeat;
	background-size: 100%;
	transition: 0.3s all ease-in-out;
	margin: -35px auto;
}
#g300-s .icon:hover {
	background: url(https://storage-asset.msi.com/event/2020/cnd/Get-Real-Vivid-LD/images/red.png) no-repeat;
	background-size: 100%;
	transition: 0.3s all ease-in;
}
#g300-s .icon svg {
	width: 51%;
	height: 51%;
	stroke-width: 14px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	fill-opacity: .1;
	-moz-transition: stroke-width 0.5s;
	-o-transition: stroke-width 0.5s;
	-webkit-transition: stroke-width 0.5s;
	transition: stroke-width 0.5s;
	position: absolute;
	left: -1.5px;
	top: 25.1%;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#g300-s .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#g300-s .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
#g300-s .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 40%;
	left: -0.1%;
	font-size: 1.3em;
	text-transform: uppercase;
}
#g300-s .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}
#g300-s .mainbox {
	max-width: 1920px;
	margin: 0 auto;
}
#servicemapproc {
	font-family: "Exo", sans-serif;
	font-size: 16px;
	background: #15002d;
	color: #fff;
}
#g300-s .promoiton {
	padding-bottom: 10%;
}
#g300-s .promoiton .flexblock {
	padding-top: 2%;
}
#g300-s .promoiton .item {
	width: calc(100% /3 );
	flex-wrap: wrap;
}
#g300-s .promoiton a {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	opacity: 1;
	background: rgba(217,2,255,.4);
	padding: 5px 0px;
	display: grid;
}
#g300-s .promoiton a span {
	padding: 10px 0;
	color: #fff;
	font-size: 2rem;
}
#g300-s .promoiton a:hover span {
	text-shadow: #fd00cf 0 0 30px, #fd00cf 0 0 20px, #fd00cf 0 0 10px, #fd00cf 0 0 10px;
}
#g300-s .promoiton a img:hover {
	opacity: .7;
}
 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes light {
 0% {
opacity: 0;
}
 20% {
opacity: 0;
}
30% {
opacity: .5;
}
 50% {
opacity: 0;
}
80% {
opacity: 1;
}
 90% {
opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes light {
 0% {
opacity: 0;
}
 20% {
opacity: 0;
}
30% {
opacity: .5;
}
 50% {
opacity: .5;
}
80% {
opacity: 1;
}
 90% {
opacity: .2;
}
 100% {#g300-s .info
 opacity: 1;
}
}
 @-webkit-keyframes lightdark {
 0% {
opacity: 1;
}
 80% {
opacity: .9;
}
 100% {
opacity: 1;
}
}
 @keyframes lightdark {
 0% {
opacity: 1;
}
 80% {
opacity: .9;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes neon2 {
 from {
box-shadow: 0 0 5px rgba(188,0,252,.5), 0 0 15px rgba(188,0,252,.5), 0 0 15px rgba(188,0,252,.6), 0 0 25px rgba(188,0,252,.6), 0 0 35px rgba(188,0,252,.6);
}
 to {
box-shadow: 0 0 1px rgba(188,0,252,.5), 0 0 5px rgba(188,0,252,.3), 0 0 5px rgba(188,0,252,.5), 0 0 22px rgba(188,0,252,.5), 0 0 35px rgba(188,0,252,.6);
}
}
/*.modal*/
.modal-dialog {
	width: 60%;
	margin: 0 auto;
}
.modal-content {
	background: #000 !important;
	border-radius: 15px !important;
	border: #9a19bf 4px double !important;
	font-family: "DINPro-Light", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-body ul li table .cored {
	background-color: rgba(91,91,91,.4);
	padding: 3px;
	color: #fff;
}
.modal-body ul li table td {
	padding: 5px;
}
.modal-body ul li table td.w25 {
	width: 25%;
}
.modal-body ul li table .tgcolor {
	background-color: #5E1D70;
}
.modal-content a {
	color: #9a19bf;
	font-weight: bold;
	border-bottom: #9a19bf 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none !important;
	color: #9a19bf;
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}
.modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #9a19bf 2px solid;
}
.modal-body {
	text-align: left;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
}
.modal-body ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
.modal-body ul li {
	padding-bottom: 10px;
	list-style: square;
}
.modal-body ul li strong {
	color: #9a19bf;
	font-weight: bolder;
}
.modal-body ol {
	margin-left: 20px;
	padding-top: 10px;
}
.modal-body ol li {
	line-height: normal;
	list-style: disc;
}
.modal-body .subtitle {
	font-family: "DINCond-Bold", "Noto Sans", "Sunflower", "Sawarabi Mincho", "Trirong", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	color: #9a19bf;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.modal-body .subtitle p {
	color: #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}
.modal-body .subtitle a {
	border-bottom: #f00 1px dashed;
}
.modal-body .type-number li {
	list-style: decimal;
}
.modal-body .type-dic li {
	list-style: disc;
}
.modal-footer button {
	border: #9a19bf 1px solid;
	background: none;
	color: #9a19bf;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	outline: none;
}
.modal-footer button:hover {
	background: #9a19bf;
	border: #9a19bf 1px solid;
	color: #fff;
}
#au-desktop .modal-body ol li table .cored td {
	border-right: 1px solid #333;
	padding: 1px;
	color: #fff;
}
#au-desktop .modal-content .table {
	margin-top: 15px;
}
#au-desktop .modal-content td {
	line-height: 25px;
	font-size: 16px;
	color: rgba(205,205,205,1.00);
	padding: 5px;
}
#au-desktop .modal-body ol li table .cored {
	background-color: rgba(91,91,91,1.00);
}
.close {
	background: #9a19bf !important;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	right: 15px;
	z-index: 10;
	top: 15px;
	display: inline-block !important;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #9a19bf 2px solid;
	opacity: 1!important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #9a19bf !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #9a19bf 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}

@media (max-width: 2560px) {
#g300-s .block {
	padding: 5%;
}
#g300-s .kvwrap {
	width: 90%;
}
#g300-s .f1 .eligible_model_cost:before, #g300-s .f1 .eligible_model_cost:after {
	width: 75%;
}
}

@media (max-width: 1920px) {
#g300-s .info {
	padding: 5%;
}
#g300-s .block {
	padding: 3% 12% 3%;
	margin: 0 auto;
}
#g300-s .flexblock .item {
	font-size: 1.7rem;
}
#g300-s h2 {
	font-size: 40px;
}
#g300-s .redeem .radeembox15 {
	max-width: 40px;
	height: auto;
}
#g300-s .icon {
	width: 300px;
	height: 295px;
}
#g300-s .redeem .stepnumber p {
	left: 15px;
	font-size: 20px;
	line-height: 2;
}
.modal-dialog {
	width: 80%;
}
#g300-s .f1 ul.flex {
	width: 80%;
}
#g300-s .f1 .f1_nav li {
	width: 45%;
}
#g300-s .redeem {
	width: 90%;
}
#g300-s .f1 .eligible_model_cost:before, #g300-s .f1 .eligible_model_cost:after {
	width: 83%;
}
#g300-s .info .linebox {
	width: 60%;
}
#g300-s .flexblock .item .gtitle {
	font-size: 46px;
}
#g300-s .f1 .eligible_model_cost .boxwrap .w90 {
	width: 80%;
	margin: 0 auto;
}
#g300-s .f1 .eligible_model_cost:before, #g300-s .f1 .eligible_model_cost:after {
	width: 84%;
}
#g300-s .kvwrap {
	width: 100%;
}
}

@media (max-width: 1680px) {
#g300-s .block {
	padding: 5% 0;
}
#g300-s .f1 .f1_nav li {
	width: 48%;
}
#g300-s .info .linebox {
	width: 70%;
}
#g300-s .redeem {
	width: 90%;
}
#g300-s .flexblock .item .gtitle {
	font-size: 40px;
}
#g300-s .flexblock .item .pcost p {
	font-size: 100px;
}
#g300-s .flexblock .item .pcost {
	line-height: 1.2;
	font-size: 22px;
}
#g300-s .f1 ul.flex {
	width: 80%;
}
}

@media (max-width: 1366px) {
#g300-s .f1 .eligible_model_cost .boxwrap .w90 {
	width: 90%;
}
#g300-s .flexblock .item ul.gtitle {
	font-size: 160%;
}
#g300-s .redeem .stepbox {
	padding: 0 10%;
}
#g300-s .redeem {
	width: 92%;
}
#g300-s .icon {
	width: 305px;
	height: 301px;
}
}

@media (max-width: 960px) {
#g300-s .redeem p, #g300-s p {
	font-size: 16px;
}
#g300-s .f1 .f1_nav li, #g300-s .f1 .pdname {
	transform: skewX(0deg);
	font-size: 20px;
}
#g300-s .redeembtn {
	padding-top: 8%;
}
.modal-dialog {
	width: 96%;
}
#g300-s .flexblock .item .pcost {
	padding-left: 0px;
}
#g300-s .tleft {
	text-align: center;
	padding-top: 5%;
}
#g300-s h2 {
	font-size: 32px;
}
#g300-s .f1 .flexblock {
	display: block;
	margin: 0;
}
#g300-s .f1 .flexblock .item {
	width: 100%;
	padding: 0;
	margin: 0;
}
#g300-s .info .linebox {
	width: 90%;
}
#g300-s .f1 ul.flex {
	width: 80%;
}
#g300-s .flexblock .item .gtitle {
	text-align: center;
	font-size: 32px;
}
#g300-s .f1 .f1_nav li {
	width: 46%;
	font-size: 22px;
	padding: 2px;
}
#g300-s .info h3 {
	font-size: 18px;
}
#g300-s .redeem .item {
	margin: 0;
}
#g300-s .icon {
	width: 230px;
	height: 231px;
}
#g300-s .material-icons {
	font-size: 50px;
}
#g300-s .redeem .flexblock {
	display: block;
}
#g300-s .redeem .stepbox {
	width: 100%;
}
#g300-s .redeem .item {
	width: 90%;
	margin: 0 auto;
}
#g300-s .icon svg {
	top: 23.8%;
}
}

@media (max-width: 486px) {
#g300-s h2 {
	font-size: 34px;
}
#g300-s .info .linebox {
	width: 90%;
}
}
