/* ==========================================================================
Main styles
========================================================================== */
:root {
   --app-height: 100vh;
}

@font-face {
   font-family: 'upheaval_tt_brkregular';
   src: url('fonts/upheavtt-webfont.woff2') format('woff2'),
         url('fonts/upheavtt-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;

}

[class*="cc-icon-"] {font-size: 1em; width: 1em; display: block; position: relative; }
[class*="cc-icon-"]::before { content: ""; display: block; padding-top: 100%; position: relative; width: 100%; z-index: 1;}
[class*="cc-icon-"] svg,
[class*="cc-icon-"] img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }

.cc-game-wrapper { position: relative; width: 100%; min-height: 100%; top: 0; left: 0; z-index: 0; }

/*-- Percent Loader -- */
.cc-game-wrapper #mainLoader{position:absolute;z-index:5; display:none; font-size:35px; line-height:35px; color:#32190f; text-align:center; width:100%; height: calc(100vh - 40px); font-family:'upheaval_tt_brkregular'; left: 0 !important; top: 0 !important; }
.mainLoader-inner { width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: absolute; top: 0; left: 0; z-index: 1; }
.cc-game-wrapper #mainLoader img { width: 70.5%; max-width: 458px; margin-bottom: 20px; }

@media (min-width: 768px) {
   .cc-game-wrapper #mainLoader img { width: 66.5%; margin-bottom: 30px; }
}

@media (min-width: 1200px) {
   .cc-game-wrapper #mainLoader img { margin-bottom: 44px; }
}

/*-- Content Wrapper -- */
.cc-game-wrapper #mainHolder{position:absolute; width:100%;height:100%; top: 0; left: 0; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

/*-- Browser Not Support -- */
.cc-game-wrapper #notSupportHolder{ width:90%; margin:0 auto; position:relative; color:#000; text-align:center; display:none; font-size: 18px; font-weight: 500; line-height: 1.26; font-family: 'Maison Neue', sans-serif;}
@media (min-width: 768px) {
   .cc-game-wrapper #notSupportHolder { font-size: 28px; }
}
@-webkit-keyframes spin { 50% { -webkit-transform: rotate(90deg); } 100% { -webkit-transform: rotate(0deg); } }
@keyframes spin { 50% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } 100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } }

/*-- Canvas Wrapper -- */
.cc-game-wrapper #canvasHolder{ display:none; width:100%; max-width:1280px; height:100%; margin:auto; position:relative;}
.cc-game-wrapper canvas{ position:fixed; }

/*-- Form Wrapper -- */
.cc-game-wrapper #editWrapper{ display:none;}
.cc-game-wrapper #floatForm{ position:fixed; left:0; top:0; z-index:100; background:#666; padding:15px; color:#FFF; width:280px; border:#fff solid 2px;}
.cc-game-wrapper #floatForm{ font-size:12px;}
.cc-game-wrapper #floatForm #editMapWrapper,
.cc-game-wrapper #floatForm #editDesignWrapper,
.cc-game-wrapper #floatForm #editPositionWrapper,
.cc-game-wrapper #floatForm #editPlacePointWrapper,
.cc-game-wrapper #floatForm #editTestRunWrapper{ background:#333; padding:10px;}
.cc-game-wrapper #floatForm input.button,
.cc-game-wrapper #floatForm select.half,
.cc-game-wrapper #floatForm label{ width:49%;}
.cc-game-wrapper #floatForm .formRow, #floatForm .formRowLong{ height:25px; }
.cc-game-wrapper #floatForm .extraHeight{ height:55px; }
.cc-game-wrapper #floatForm .formRow input,
.cc-game-wrapper #floatForm .formRow select{ float:right; width:48%;}
.cc-game-wrapper #floatForm .formRow label{ float:left; width:48%;}
.cc-game-wrapper #floatForm .divider{ margin:10px 0; padding:10px 10px; border:#FFF solid 1px;}

.cc-game-wrapper #floatForm input{ width:100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.cc-game-wrapper #floatForm .checkbox{ width:auto;}
.cc-game-wrapper #floatForm textarea{ float:left; width:100%; resize:none; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.cc-game-wrapper #floatForm select,
.cc-game-wrapper #floatForm option{ width:100%;}

/*-- Form Wrapper -- */
.cc-game-wrapper .clearfix:after { content: "."; visibility: hidden; display: block; clear: both;}

@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}



/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
 .cc-game-wrapper .ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}

.cc-game-wrapper .ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
 .cc-game-wrapper .hidden {
display: none !important;
visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
 .cc-game-wrapper .visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
 .cc-game-wrapper .visuallyhidden.focusable:active,
 .cc-game-wrapper .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
 .cc-game-wrapper .invisible {
visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .cc-game-wrapper .clearfix:before,
 .cc-game-wrapper .clearfix:after{
content: " "; /* 1 */
display: table; /* 2 */
}

.cc-game-wrapper .clearfix:after{
clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 .cc-game-wrapper .clearfix{
*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print {
   .cc-game-wrapper { display: none; }
}


html, body { background-color: #efebe7; overflow: hidden; position: relative; height: 100%; }
.cc-game-main { position: relative; z-index: 1; padding-top: 4rem; height: var(--app-height); }
.cc-game-main .tab-content,
.cc-game-main .tab-pane { height: var(--app-height); }
.cc-game-score-span-wrapper { display: block; color: #e5b707; }

.cc-game-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.cc-game-header { height: 4rem; position: fixed; top: 0; left: 0; z-index: 2; width: 100%; min-width: 320px; background-color: #fff; border-bottom: #ebe5dd 1px solid; padding: 7px 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.cc-game-header .str-icon-logo { font-size: 6.9rem; }
.cc-game-header-logo { width: 7rem; max-width: 7rem; -webkit-box-flex: 0; -ms-flex: 0 0 7rem; flex: 0 0 7rem; }
.cc-game-header .btn { font-size: 1rem; line-height: 1.6rem; padding: 0.5rem 2rem; }
.cc-game-inner { display: block; position: relative; width: 100%; height: var(--app-height); overflow: hidden; overflow-y: auto; }

.cc-game-btns .btn { min-width: 21rem;}
.cc-game-btns .btn-outline-primary { border-color: #fff; }

@media (min-width: 768px) {
   .cc-game-header { padding-left: 36px; }
}

@media (min-width: 1200px) {
   .cc-game-btns .btn { min-width: 21rem;}
}

/* other css */
.cc-landing-content { margin-bottom: 4rem; }
.cc-landing-space { padding: 4rem 2rem; max-width: 106.2rem; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cc-choose-lbl-wrap { margin-bottom: 4rem; }
.cc-choose-lbl { margin-bottom: 0; font-size: 1.8rem;line-height: 1.25;font-weight: 400; color: #000000; text-transform: uppercase; text-align: center; display: block; }

.cc-landing-imgbox { margin: 0 auto 3rem auto; position: relative; max-width: 54.5rem; width:100%; display: block; }
.cc-landing-imgbox::before { width: 100%; padding-top: 42.75229357798165%; content: ''; display:block; }
.cc-landing-imgbox img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; }
.cc-landing-imgbox-span { display: block; position: absolute; width: 15%; top: 0; left: -1rem; }
.cc-landing-imgbox-span::before { display: block; content: ''; padding: 100% 0 0 0; }

.cc-game-toggle-row { padding: 0 1rem; margin-bottom: 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.cc-game-toggle { margin-bottom: 0; position: relative; cursor: pointer; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; }
.cc-game-toggle input { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0 !important; }
.cc-game-toggle-ui { margin: 0; width: 7rem; height: 7rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative; border-radius:50%; }
.cc-game-toggle-imgwrap { padding: 0; width: 100%; border: 0.3rem solid transparent; border-radius: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cc-game-toggle-imgbox { position: relative; width:83.66%; display: block; }
.cc-game-toggle-imgbox::before { width: 100%; padding-top: 100%; content: ''; display:block; }
.cc-game-toggle-imgbox img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; border-radius: 50%; }
.cc-game-toggle-lbl { opacity: 0; visibility: hidden; min-width: 15rem; padding: 0.6rem 1rem 0.4rem 1rem; letter-spacing: 0.1rem; font-size: 1.1rem; line-height: 1.333; font-weight: 600; text-transform: uppercase; color: #000; text-align: center; position: absolute; bottom: 100%; margin-bottom: -0.4rem; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #ffd200; border-radius: 1.7rem; display: block; }
.cc-game-toggle input:checked ~ .cc-game-toggle-ui .cc-game-toggle-imgwrap .cc-game-toggle-imgbox  { width:100% }
.cc-game-toggle input:checked ~ .cc-game-toggle-ui .cc-game-toggle-imgwrap { border-color: #ffd200; }
.cc-game-toggle input:checked ~ .cc-game-toggle-ui .cc-game-toggle-lbl { opacity: 1; visibility: visible; }
.cc-game-toggle:not(:hover) input:focus ~ .cc-game-toggle-ui { outline: thin dotted #000; outline-offset: 1px; }

.cc-landing-space .cc-game-btns { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.cc-landing-space .cc-game-btns .btn { margin: 1rem; }

@media (max-width: 767px), (max-height: 500px) and (min-width: 576px) and (max-width: 991px) and (orientation: landscape) {
   .cc-landing-content { margin-bottom: 0; }
   .cc-landing-content .cc-landing-right { padding-top: 8rem; }
}

@media (min-width: 576px) {
   .cc-game-toggle-ui { width: 8rem; height: 8rem; }
   .cc-landing-space .cc-game-btns .btn { margin: 0 1rem; }
}

@media (min-width: 768px) {
   .cc-landing-space { padding: 5.2rem 2rem 7.5rem 2rem; }
   .cc-choose-lbl { font-size: 2.4rem; }
   .cc-landing-imgbox { margin: 0 auto 4.5rem auto; }
   .cc-game-toggle-lbl { min-width: 18rem; font-size: 1.4rem; padding-top: 0.8rem; }
   .cc-game-toggle-imgwrap { border: 0.5rem solid transparent; }
   .cc-choose-lbl-wrap { margin-bottom: 5rem; }
   .cc-game-toggle-ui { width: 10rem; height: 10rem; }
   .cc-game-toggle-row { padding: 0 3rem; margin-bottom: 7.5rem; }

   .cc-landing-content .cc-landing-right { padding-top: 8rem; }
   .cc-landing-imgbox-span { left: -3rem; }
}

@media (min-width: 992px) {
   .cc-landing-content { margin-bottom: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
   .cc-landing-left { padding-right: 4rem; width: 1%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; position:relative; z-index:2; }
   .cc-landing-right { width: 32rem; max-width: 32rem; -webkit-box-flex: 0; -ms-flex: 0 0 32rem; flex: 0 0 32rem; }
   .cc-choose-lbl-wrap { padding-right: 5rem; }
   .cc-game-toggle-row { padding: 0; }
   .cc-choose-lbl { font-size: 2.8rem; }
   .cc-landing-imgbox { margin-bottom: 4.5rem; }
   .cc-game-toggle-lbl { min-width: 20rem; padding: 0.8rem 1rem 0.4rem 1rem; letter-spacing: 0.2rem; font-size: 1.6rem; }

   .cc-landing-content .cc-landing-right { padding-top: 0; }
}

@media (min-width: 1200px) {
   .cc-game-toggle-ui { width: 11.2rem; height: 11.2rem; }
   .cc-game-toggle-imgwrap { border: 0.7rem solid transparent; }
   .cc-game-toggle-row { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
   .cc-landing-right { width: 38rem; max-width: 38rem; -webkit-box-flex: 0; -ms-flex: 0 0 38rem; flex: 0 0 38rem; }
   .cc-landing-imgbox-span { left: -5rem; }
}


.cc-score-content { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
.cc-score-right { margin-bottom: 6rem; }
.cc-gm-contest-box-space { max-width: 38rem; display: block; }
.cc-gm-contest-box-wrap { max-width: 38rem; margin: 0 auto; position:relative; }
.cc-gm-contest-box { background-color: #fff; border-radius: 1.5rem; overflow: hidden; -webkit-box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); }
.cc-gm-caption-lbl { min-width: 21rem; padding: 1.3rem 2rem 0.9rem 2rem; font-size: 1.6rem; line-height: 1.333; font-weight: 500; text-transform: uppercase; color: #000; text-align: center; position: absolute; z-index: 11; bottom: 100%; margin-bottom: -2.1rem; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background-color: #ffffff; border-radius: 2.15rem; display: block; }
.cc-gm-prize-imgwrap { position:relative; }
.cc-gm-prize-imgbox { position: relative; width:100%; display: block; }
.cc-gm-prize-imgbox::before { width: 100%; padding-top: 61.18421052631579%; content: ''; display:block; }
.cc-gm-prize-imgbox img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; }
.cc-gm-prize-body { padding: 2.5rem; }
.cc-gm-prize-body a { text-decoration: underline; color: #e5b707; }
.cc-gm-prize-body a:hover,
.cc-gm-prize-body a:focus { text-decoration: none; color: #e5b707; }
.cc-gm-prize-body :last-child { margin-bottom: 0; }
.cc-gm-prize-overlay { padding: 3.5rem 2rem 2rem 2rem; width: 100%; height: 100%; top: 0; left: 0; position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cc-gm-overlay-text { font-size: 1.6rem; line-height: 1.632; font-weight: 400; color: #000; text-transform: uppercase; text-align: center; display: block; }

.cc-score-left { margin: 0 auto; }
.cc-score-space { padding: 4rem 2rem; max-width: 106.2rem; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; min-height: 100%; }
.cc-result-box-space { max-width: 59rem; display: block; }
.cc-result-box-wrap { position:relative; }
.cc-result-box { min-height: 51.5rem; padding: 3rem 2rem; background-color: #fff; border-radius: 1.5rem; overflow: hidden; -webkit-box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; }
.cc-result-form-space { max-width: 34rem; margin: 0 auto; }

.cc-result-form .form-lbl { margin-bottom: 0.2rem;font-size: 1.2rem;line-height: 1.714;font-weight: 300;color: #000000;text-transform: uppercase; display:block; }
.cc-result-form .form-group { margin-bottom: 2rem; position:relative; }
.cc-result-form .form-control { height: 4.6rem;padding: 1rem 1.4rem 1rem 1.4rem;font-size: 1.6rem;line-height: 1.714;font-weight: 300;color: #000000;border-radius: 0.5rem !important;border-color: #cab79d;background-color: #ffffff;font-style: normal; }
.form-error { display: none; position: absolute; top: 100%; left: 0; font-size: 1.2rem;line-height: 1.714;font-weight: 300;color: #c73434; }
.cc-result-form .form-group.has-error .form-control { border-color: #c73434; }
.cc-result-form .form-group.has-error .form-error { display: block; }

.cc-result-form .custom-checkbox-lbl input + i::before,
.cc-result-form .custom-checkbox-lbl input + i::after { background-color: transparent; }

.cc-result-form .custom-checkbox-lbl { padding-left: 3rem; }
.cc-result-form .custom-checkbox-lbl input + i > svg { opacity: 0; visibility: hidden; }
.cc-result-form .custom-checkbox-lbl input:checked + i > svg { opacity: 1; visibility: visible; left:0.067em; }
.cc-result-form .custom-checkbox-lbl > span { font-size: 1.2rem; font-family: 'Maison Neue', sans-serif; height: 1.8rem; display: table-cell; color: #000000; font-weight: 300; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-style: normal; }
.cc-result-form .custom-checkbox-lbl > span a { text-decoration: underline; }
.cc-result-form .custom-checkbox-lbl > span a:hover { text-decoration: none; }

.cc-result-form .form-btn-wrap { padding-top: 0.8rem; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 1rem; margin-left: -1rem; margin-right: -1rem; }
.cc-result-form .form-btn-wrap .btn { min-width: 16.5rem; }

.cc-result-head { margin-bottom: 2rem; }
.cc-result-head :last-child { margin-bottom: 0; }
.cc-result-head h2 { font-family: 'upheaval_tt_brkregular'; font-size: 3rem;line-height: 0.8;color: #000000; text-align: center; display: block; }
.cc-result-head h2 span { color: #ffd200; }

.cc-result-step-two { text-align: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.cc-result-ty-icons { margin: 0; padding: 0; list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.cc-result-ty-icons li { margin: 1rem; padding: 0; list-style: none; display: block; }
.cc-result-ty-icons li::before { display: none; }
.cc-result-ty-icons li a { display: -webkit-box; display: -ms-flexbox; display: flex;position: relative;z-index: 0;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 4.4rem;height: 4.4rem;border-radius: 50%;background-color: #ffd200;color: #000;font-size: 2rem;border-width: 0.1rem;border: #ffd200 0.1rem solid;-webkit-transition: all 200ms;-o-transition: all 200ms;transition: all 200ms;-webkit-box-shadow: 0 0.3rem 0 #bd9c00;box-shadow: 0 0.3rem 0 #bd9c00;margin: 0; }
.cc-result-ty-icons li a i.cc-icon-twitter { font-size: 3rem; }
.cc-result-ty-icons li a:hover,
.cc-result-ty-icons li a:focus { background-color: #e7c007; }
.cc-result-ty-icons li a:not(:disabled):not(.disabled):active { -webkit-box-shadow: 0 0 0 #bd9c00; box-shadow: 0 0 0 #bd9c00; -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); }

.cc-result-step-two { padding-top: 2.3rem; }
.cc-result-step-two h2 { margin-bottom: 5.4rem; font-size: 2.2rem;line-height: 1.25;font-weight: 400; color: #000000; text-transform: uppercase; text-align: center; display: block; }
.cc-share-txt { margin-bottom: 1.3rem; font-size: 1.6rem;line-height: 1.25;font-weight: 400; color: #000000; text-transform: uppercase; text-align: center; display: block; }
.cc-result-step-two-footer { margin-top: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (min-width: 576px) {
   .cc-result-head h2 { font-size: 3.6rem; }
}

@media (min-width: 768px) {
   .cc-score-content { padding: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
   .cc-score-right { margin-bottom: 0; }
   .cc-score-right { padding-left: 3rem; width: 1%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
   .cc-result-head { margin-bottom: 4rem; }
   .cc-result-head h2 { font-size: 4rem; }
   .cc-score-left { width: 32rem; max-width: 32rem; -webkit-box-flex: 0; -ms-flex: 0 0 32rem; flex: 0 0 32rem; }
   .cc-result-step-two h2 { margin-bottom: 5rem; font-size: 2.4rem; }
   .cc-result-box { min-height: 54.5rem; }
}

@media (min-width: 992px) {
   .cc-score-left { width: 38rem; max-width: 38rem; -webkit-box-flex: 0; -ms-flex: 0 0 38rem; flex: 0 0 38rem; }
   .cc-score-right { padding-left: 5rem; }
   .cc-result-head h2 { font-size: 5.4rem; }
   .cc-result-box { padding: 4rem; }
   .cc-score-space { padding: 5.2rem 2rem 7.5rem 2rem; }
   .cc-result-box { padding: 3rem; }
   .cc-gm-overlay-text { font-size: 1.9rem; line-height: 2.632; }
   .cc-result-step-two h2 { font-size: 2.8rem; }
   .cc-result-step-two { padding-top: 4.3rem; }
   .cc-result-ty-icons li a { width: 5.8rem;height: 5.8rem; font-size: 3rem; }
   .cc-result-ty-icons li a i.cc-icon-twitter { font-size: 4.2rem; }
}

@media (min-width: 1200px) {
   .cc-result-box { min-height: 59.5rem; }
   .cc-result-step-two h2 { margin-bottom: 7.4rem; }
}


.cc-highscores-space { padding: 4rem 2rem; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;min-height: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; }
.cc-hs-tbl-box { width: 100%; max-width: 78.6rem; margin: 0 auto; background-color: #fff; border-radius: 1.5rem; overflow: hidden; -webkit-box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); box-shadow: 0.2rem 0.3rem 1.5rem 0px rgba(0, 0, 0, 0.008); position: relative; }
.cc-hs-tbl-box-in { padding: 3rem 1rem 3rem 1.5rem; position:relative; }
.cc-hs-tbl-box-head { margin-bottom: 2rem; }
.cc-hs-tbl-box-head h2 { margin: 0; font-family: 'upheaval_tt_brkregular'; font-size: 3rem;line-height: 0.9;color: #000000; text-align: center; display: block; }

.cc-hs-close { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 4rem;height: 4rem;font-size: 1.8rem;border-radius: 50%;background-color: #ffd200;color: #000;font-size: 2.4rem;border-width: 0.1rem;border: #ffd200 0.1rem solid;-webkit-transition: all 200ms;-o-transition: all 200ms;transition: all 200ms;-webkit-box-shadow: 0 0.3rem 0 #bd9c00;box-shadow: 0 0.3rem 0 #bd9c00;margin: 0; top: 1rem; right: 1rem; position: absolute; z-index:1; }
.cc-hs-close:hover,
.cc-hs-close:focus { background-color: #e7c007; }
.cc-hs-close:not(:disabled):not(.disabled):active { -webkit-box-shadow: 0 0 0 #bd9c00; box-shadow: 0 0 0 #bd9c00; -webkit-transform: scale(.9); -ms-transform: scale(.9); transform: scale(.9); }

.cc-hs-tbl-scroll { min-height: 30rem; max-height: 30rem; padding-right: 0.2rem; overflow: hidden; overflow-y: auto; display: block; }
.cc-hs-tbl-scroll::-webkit-scrollbar { width: 6px; }
.cc-hs-tbl-scroll::-webkit-scrollbar-track { background: #efebe7; border-radius: 10px; }
.cc-hs-tbl-scroll::-webkit-scrollbar-thumb { background: #ffd200; border-radius: 10px; }
.cc-hs-tbl-scroll::-webkit-scrollbar-thumb:hover { background: #ffd200; }

.cc-hs-tbl table { width: 100%; border: 0; border-collapse: collapse; border-spacing: 0; table-layout: fixed; }
.cc-hs-tbl table tr th { margin: 0; padding: 0.5rem; font-family: 'upheaval_tt_brkregular'; font-size: 1.1rem;line-height: 0.9;color: #000000; border-bottom: 0.1rem solid #efebe7; }
.cc-hs-tbl table tr th:first-child { padding-left: 0; }
.cc-hs-tbl table tr td { margin: 0; padding: 0.5rem; font-family: 'upheaval_tt_brkregular'; font-size: 1.2rem;line-height: 0.9;color: #000000; border-bottom: 0.1rem solid #efebe7; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.cc-hs-tbl table tr td:first-child { padding-left: 0; }

.cc-hs-tbl table tr th:nth-child(1),
.cc-hs-tbl table tr td:nth-child(1) { width: 50px; }
.cc-hs-tbl table tr th:nth-child(2),
.cc-hs-tbl table tr td:nth-child(2) { width: calc(40% - 25px); }
.cc-hs-tbl table tr th:nth-child(3),
.cc-hs-tbl table tr td:nth-child(3) { width: calc(60% - 25px); }

.cc-howto-space { padding: 4rem 2rem; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;min-height: 100%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center; }
.cc-howto-space .cc-hs-tbl-scroll { line-height: 1.556; }
.cc-howto-space .cc-hs-tbl-scroll > :last-child { margin-bottom: 0; }

@media (max-width: 767px), (max-height: 500px) and (min-width: 576px) and (max-width: 991px) and (orientation: landscape) {
   .cc-howto-space .cc-hs-tbl-scroll { font-size: 1.4rem; }
   .cc-howto-space .cc-hs-tbl-scroll > * { margin-bottom: 1.8rem; }
}

@media (max-width: 359px) {
   .cc-hs-tbl-box-head h2 { font-size: 2.2rem; }
}

@media (min-width: 375px) {
   .cc-hs-tbl table tr th { font-size: 1.2rem; }
   .cc-hs-tbl table tr td { font-size: 1.4rem; }
}

@media (min-width: 576px) {
   .cc-hs-tbl table tr th:nth-child(1),
   .cc-hs-tbl table tr td:nth-child(1) { width: 80px; }
   .cc-hs-tbl table tr th:nth-child(2),
   .cc-hs-tbl table tr td:nth-child(2) { width: calc(40% - 40px); }
   .cc-hs-tbl table tr th:nth-child(3),
   .cc-hs-tbl table tr td:nth-child(3) { width: calc(60% - 40px); }
   .cc-hs-tbl table tr th { padding: 0.5rem 1rem; font-size: 1.6rem; }
   .cc-hs-tbl table tr td { padding: 0.5rem 1rem;font-size: 1.8rem; }
   .cc-hs-tbl-box-in { padding-left: 2rem; }
}

@media (min-width: 768px) {
   .cc-hs-tbl-box-head { margin-bottom: 4rem; }
   .cc-hs-tbl-box-head h2 { font-size: 5rem; }
   .cc-hs-tbl-box-in { padding: 3rem 3.9rem 3rem 5.5rem; }
   .cc-hs-tbl-scroll { min-height: 40rem; max-height: 40rem; padding-right: 1rem; }
   .cc-hs-tbl table tr th { font-size: 1.8rem; }
   .cc-hs-tbl table tr td { font-size: 2.4rem; }
   .cc-hs-tbl-scroll { padding-right: 6rem; }
   .cc-hs-close { width: 5.8rem;height: 5.8rem;font-size: 2.4rem; top: 2rem; right: 2.5rem; }
   .cc-hs-tbl-scroll::-webkit-scrollbar { width: 10px; }

   .cc-howto-space .cc-hs-tbl-scroll { font-size: 1.6rem; max-height: 44rem; }
}

@media (min-width: 992px) {
   .cc-hs-tbl-box-head h2 { font-size: 6rem; }
   .cc-hs-tbl-scroll { min-height: 50.8rem; max-height: 50.8rem; padding-right: 6rem; }
   .cc-hs-tbl table tr th { font-size: 2.1rem; }
   .cc-hs-tbl table tr td { font-size: 3rem; }

   .cc-howto-space .cc-hs-tbl-scroll { font-size: 1.6rem; max-height: 54.8rem; }
}

@media (min-width: 1200px) {
   .cc-howto-space .cc-hs-tbl-scroll { font-size: 1.8rem; }
}

.btn-share-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.form-control-info { display: none; margin: 0; font-size: 1.2rem; font-weight: 300; color: #000; line-height: 1.714; padding: 0.1rem 0; }
.form-group.has-error .form-control-info { display: block; }
 