@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

/*=========== 
|   reset    |
=============*/
::selection {
  background: #494949;
  color: #fff;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  font-size: 16px;
}

body {
  position: relative;
  background: #fff;
  font-family: "Poppins", sans-serif;
  color: #031504;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  outline: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:visited, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
label {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 700;
}

p,
ul,
ol,
li,
a {
  line-height: 1.2;
}

li {
  position: relative;
  list-style-type: none;
}

p, li, label {
  font-size: 14px;
  font-weight: 400;
}

.hide-desktop {
  display: none;
}

@media (max-width: 768px) {
  .hide-desktop {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hide-tablet-h {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-tablet {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.container {
  position: relative;
  margin: auto;
  padding: 0;
}

@media (max-width: 1920px) {
  .container {
    width: 96%;
    height: 100%;
    max-width: 1366px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}

button,
.button {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  background: #fff;
  box-shadow: inset 0 0 0 2px #fc5252;
  color: #fc5252;
}

@media (max-width: 768px) {
  button,
  .button {
    font-size: 13px;
  }
}

button span,
.button span {
  position: relative;
  z-index: 1;
}

button:hover,
.button:hover {
  background: #fc5252;
  box-shadow: none;
  color: #fff;
}

form button,
.featured button, button.featured, form
.button,
.featured
.button,
.button.featured {
  background: #fc5252;
  color: #fff;
}

form button:hover,
.featured button:hover, button.featured:hover, form
.button:hover,
.featured
.button:hover,
.button.featured:hover {
  background: #fb2020;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.2rem;
  }
}

#wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrap {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

@media (max-width: 768px) {
  .page-wrap {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .page-wrap {
    margin-top: 40px;
  }
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page .container {
  max-width: 1024px;
}

@media (max-width: 1920px) {
  .page .container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page .container {
    box-shadow: none;
  }
}

.card {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
}

.row {
  margin: 0;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.logo {
  position: relative;
  cursor: pointer;
  width: 160px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .logo {
    width: 120px;
  }
}

/*===========
|   header    |
=============*/
header {
  position: relative;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
}

.wrapper-home header {
  position: fixed;
}

.wrapper-home header.header-up {
  transform: translateY(-80px);
  opacity: 0;
  transition: transform .5s ease-in-out, opacity 1s ease-in-out;
}

@media (max-width: 768px) {
  .wrapper-home header.header-up {
    transform: translateY(0);
    opacity: 1;
  }
}

.wrapper-home header.header-down {
  transition: .3s ease-in-out;
}

@media (max-width: 768px) {
  header {
    position: initial;
    max-height: 46px;
  }
}

header.dark {
  background: #031504;
  color: #fff;
}

header.dark #touch-menu span {
  background: rgba(255, 255, 255, 0.7);
}

header.dark #touch-menu span:before, header.dark #touch-menu span:after {
  background: rgba(255, 255, 255, 0.7);
}

header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0 10px;
  transition: .2s ease;
}

@media (max-width: 1024px) {
  header .container {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  header .container {
    flex-direction: row;
    padding: 8px;
  }
}

header .container > button {
  display: none;
}

@media (max-width: 768px) {
  header .container > button {
    display: block;
  }
}

header .logo {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  header .logo {
    margin-right: 0;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  header .logo {
    padding-top: 0;
  }
}

header button {
  margin-left: auto;
  padding: 5px 10px;
  font-size: 14px;
}

@media (max-width: 767px) {
  header button {
    padding: 5px 7px;
    font-size: 10px;
  }
}

header .navbar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  header .navbar {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 20px 10px;
    top: 46px;
    left: 0;
    background: #e2e2e2;
    color: #031504;
    box-shadow: inset 0 10px 16px -10px rgba(0, 0, 0, 0.16);
  }
}

@media (max-width: 768px) {
  header .navbar.in, header .navbar.show {
    position: absolute;
    left: 0;
    height: 100vh;
    padding: 16px;
    background: rgba(0, 0, 0, 0.8);
  }
}

header .navbar.in + .navbar-toggle:after, header .navbar.show + .navbar-toggle:after {
  content: 'close';
}

header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header ul:last-child {
  margin-left: auto;
}

@media (max-width: 768px) {
  header ul {
    display: block;
  }
}

header ul li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 4px;
  transition: .2s ease;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

@media (max-width: 768px) {
  header ul li {
    display: block;
    width: 100%;
    margin: 0 0 16px;
    border: 0;
    text-align: left;
  }
}

header ul li span {
  padding: 5px;
  border-radius: 0;
  transition: .2s ease;
}

header ul li:hover:not(.tel) span {
  color: #fc5252;
  border-bottom: 1px solid #fc5252;
}

header .tel {
  cursor: unset;
}

@media (max-width: 768px) {
  header .user-nav li.btn-wrap {
    order: 1;
    display: none;
  }
}

header .user-nav li.btn-wrap button {
  margin: 0;
}

@media (max-width: 768px) {
  header .user-nav li.sign {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    transition: .2s ease;
    text-align: center;
    cursor: pointer;
    width: fit-content;
    margin: 20px 0 0;
    padding: 5px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  header .user-nav li.sign {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  header .user-nav li.sign span {
    position: relative;
    z-index: 1;
  }
  header .user-nav li.sign span {
    padding: 0;
  }
}

header .user-nav li.signin {
  box-shadow: none;
  background: none;
}

#touch-menu {
  display: none;
  width: 20px;
  height: 30px;
  position: relative;
  margin-right: 20px;
}

@media (max-width: 768px) {
  #touch-menu {
    display: block;
  }
}

#touch-menu span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #666;
  width: 100%;
  height: 2px;
  transition: .2s ease;
}

#touch-menu span:before, #touch-menu span:after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  background: #666;
  transition: .2s ease;
}

#touch-menu span:before {
  top: -5px;
}

#touch-menu span:after {
  top: 5px;
}

#touch-menu.on span {
  background: transparent;
  height: 0;
}

#touch-menu.on span:before {
  top: -10px;
  transform: rotate(45deg) translate(6px, 5px);
  background: rgba(3, 21, 4, 0.5);
}

#touch-menu.on span:after {
  transform: rotate(-45deg) translate(5px, -5px);
  background: rgba(3, 21, 4, 0.5);
}

/*===========
|  /header    |
=============*/
/*===========
|   footer    |
=============*/
footer {
  background: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  padding: 20px;
}

@media (max-width: 1024px) {
  footer .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
    padding: 20px;
  }
}

footer .container:before, footer .container:after {
  display: none;
  content: none;
}

footer .row {
  padding: 0 20px;
}

@media (max-width: 767px) {
  footer .row {
    padding: 0;
  }
}

footer .col {
  flex: 1;
}

@media (max-width: 767px) {
  footer .col {
    order: 1;
    margin-top: 40px;
  }
}

footer .contact_wrap a {
  white-space: nowrap;
}

footer .contact_wrap a:hover {
  color: #fc5252;
  text-decoration: underline;
}

footer ul {
  width: fit-content;
}

footer ul.flex_wrap li {
  flex: 0 1 auto;
  margin-inline-end: 10px;
  margin-bottom: 0;
  padding-inline-end: 10px;
  border-inline-end: 1px solid #fc5252;
  text-align: center;
}

footer ul.flex_wrap li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

@media (max-width: 767px) {
  footer ul.flex_wrap li {
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
    text-align: left;
  }
}

footer ul li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

footer ul li:hover a {
  text-decoration: underline;
  color: #fc5252;
}

@media (max-width: 767px) {
  footer .support-links {
    margin-top: 30px;
  }
}

footer .footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #ccc;
}

footer .footer-bottom p {
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .ican_wrap {
    order: 0;
    margin-top: 20px;
  }
}

.footer_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.ican-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 600px;
}

.ican-text p {
  font-size: 14px;
}

.ican-text a {
  color: #fc5252;
  text-decoration: underline;
}

.ican-trust {
  flex-shrink: 0;
  width: 100px;
  margin-right: 20px;
}

.company {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: unset;
}

/*===========
|   /footer   |
=============*/
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.home button {
  padding: 20px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .home button {
    padding: 10px 16px;
    font-size: 13px;
  }
}

.home .container {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../img/bg-hero2.jpg), linear-gradient(45deg, #0bb1d3, #fc5252);
  background-blend-mode: multiply;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 80vh;
}

@media (max-width: 1024px) {
  .hero {
    min-height: 45vh;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    height: auto;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .hero {
    width: 100%;
  }
}

.hero .hero-text {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-shadow: 0 0 10px rgba(34, 34, 34, 0.5);
}

@media (max-width: 768px) {
  .hero .hero-text {
    padding-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .hero .hero-text {
    align-items: center;
    text-align: center;
  }
}

.hero .hero-text h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

@media (max-width: 768px) {
  .hero .hero-text h2 {
    font-size: 38px;
    font-weight: 700;
    margin: 2rem 1rem 0;
  }
}

@media (max-width: 767px) {
  .hero .hero-text h2 {
    font-size: 30px;
  }
}

.hero .hero-text h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 2rem;
}

@media (max-width: 1024px) {
  .hero .hero-text h3 {
    font-size: 29px;
  }
}

@media (max-width: 768px) {
  .hero .hero-text h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 1rem;
  }
}

.hero button {
  background-color: #fc5252;
  margin-bottom: 20px;
}

.hero button:hover {
  background-color: #0bb1d3;
}

.hero .hero-img {
  align-self: flex-end;
}

.main-image,
.icon-wrap {
  position: relative;
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .main-image,
  .icon-wrap {
    padding: 20px 0;
  }
}

.main-image h3,
.icon-wrap h3 {
  font-size: 30px;
  margin: 1rem auto;
}

@media (max-width: 768px) {
  .main-image h3,
  .icon-wrap h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .main-image h3,
  .icon-wrap h3 {
    font-size: 20px;
  }
}

.main-image .container,
.icon-wrap .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

.main-image .cell-container-wrap,
.icon-wrap .cell-container-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 767px) {
  .main-image .cell-container-wrap,
  .icon-wrap .cell-container-wrap {
    flex-direction: column;
  }
}

.main-image .cell-container-wrap .cell-test,
.icon-wrap .cell-container-wrap .cell-test {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0bb1d3;
  padding: 20px;
  margin: 10px;
  width: 50%;
  height: 200px;
}

@media (max-width: 1024px) {
  .main-image .cell-container-wrap .cell-test,
  .icon-wrap .cell-container-wrap .cell-test {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .main-image .cell-container-wrap .cell-test,
  .icon-wrap .cell-container-wrap .cell-test {
    width: 90%;
    height: 185px;
    margin: 5px auto;
  }
}

.main-image .cell-container-wrap .cell-test h4,
.icon-wrap .cell-container-wrap .cell-test h4 {
  padding: 10px 0 20px;
}

.main-image .cell-container-wrap .cell-test p,
.icon-wrap .cell-container-wrap .cell-test p {
  padding-bottom: 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .main-image .cell-container-wrap .cell-test p,
  .icon-wrap .cell-container-wrap .cell-test p {
    font-size: 16px;
  }
}

.main-image .cell-container-wrap .cell-test figure,
.icon-wrap .cell-container-wrap .cell-test figure {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-image .cell-container-wrap .cell-test figure,
  .icon-wrap .cell-container-wrap .cell-test figure {
    width: 40px;
    height: 40px;
  }
}

.main-image .cell-btn,
.icon-wrap .cell-btn {
  margin: 20px auto;
}

.main-image .cell-btn button,
.icon-wrap .cell-btn button {
  background-color: #fc5252;
}

.main-image .cell-btn button:hover,
.icon-wrap .cell-btn button:hover {
  background-color: #0bb1d3;
}

button {
  width: auto;
  border: 2px solid #fff;
  border-radius: 40px;
  background-color: #fc5252;
  color: #fff;
  box-shadow: none;
}

button:hover {
  background: #0bb1d3;
}

.reason-wrap {
  width: 100%;
  text-align: center;
  margin: -50px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.reason-wrap .container {
  background: #fff;
  border-radius: 50px 50px 0 0;
  padding: 20px;
}

.reason-wrap .container h3 {
  padding: 20px;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 768px) {
  .reason-wrap .container h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .reason-wrap .container h3 {
    font-size: 20px;
  }
}

.reason-wrap .container .cell-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .reason-wrap .container .cell-wrap {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .reason-wrap .container .cell-wrap {
    flex-direction: column;
    padding: 0;
  }
}

.reason-wrap .container .cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #0bb1d3;
  width: calc(100% / 3);
  padding: 0 10px;
}

.reason-wrap .container .cell:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .reason-wrap .container .cell {
    border-right: none;
    width: 100%;
    margin: 0.5rem auto;
  }
}

.reason-wrap .container .cell figure {
  width: 80px;
  height: 80px;
  margin: 0.5rem auto;
}

@media (max-width: 767px) {
  .reason-wrap .container .cell figure {
    width: 60px;
    height: 60px;
  }
}

.reason-wrap .container p {
  font-size: 20px;
}

@media (max-width: 768px) {
  .reason-wrap .container p {
    font-size: 16px;
  }
}

.static1 {
  background-color: rgba(11, 177, 211, 0.5);
  background-image: url("../img/bg3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 250px;
  margin: 40px auto 0;
}

.static {
  background-image: url("../img/bg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  width: 100%;
}

.bottom-text {
  width: 100%;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(34, 34, 34, 0.5);
  padding: 80px 0;
}

@media (max-width: 767px) {
  .bottom-text {
    padding: 20px 0;
  }
}

.bottom-text h1 {
  font-size: 100px;
  font-weight: bold;
  padding: 0;
}

@media (max-width: 1024px) {
  .bottom-text h1 {
    font-size: 75px;
  }
}

@media (max-width: 768px) {
  .bottom-text h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .bottom-text h1 {
    font-size: 27px;
  }
}

.icon-wrap .container {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .icon-wrap .container {
    padding-top: 20px;
  }
}

.icon-wrap .material-icons {
  font-size: 50px;
  color: #fc5252;
  padding: 0 5px;
}

.icon-wrap h3 {
  padding-bottom: 20px;
}

.secure-wrap {
  padding: 80px 0;
  text-align: center;
  background-color: transparent;
}

@media (max-width: 767px) {
  .secure-wrap {
    padding: 20px;
  }
}

.secure-wrap .container {
  max-width: 800px;
}

.secure-wrap .container h3 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .secure-wrap .container h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .secure-wrap .container h3 {
    font-size: 20px;
  }
}

.secure-wrap .container p {
  font-size: 20px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .secure-wrap .container p {
    font-size: 16px;
  }
}

.secure-wrap .ssl {
  width: 300px;
  margin: 10px auto;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.page-wrap {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .page-wrap {
    margin-top: 43px;
  }
}

@media (max-width: 768px) {
  .page-wrap {
    margin-top: 110px;
  }
}

@media (max-width: 767px) {
  .page-wrap {
    margin-top: 40px;
  }
}

.page {
  padding: 20px 0;
  background-color: transparent;
}

@media (max-width: 1024px) {
  .page {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .page {
    padding: 20px 0 10px;
  }
}

.page .col {
  padding: 20px;
}

.page .col h5 {
  margin: 10px 0;
  color: #fb2020;
}

.page .col-title {
  margin-bottom: 20px;
}

.page .col-title h4 {
  margin-bottom: 10px;
}

.page .col-form {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  background: #f3f3f3;
}

@media (max-width: 768px) {
  .page .col-form {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    order: 0;
  }
}

@media (max-width: 768px) {
  .page .col-text {
    order: 3;
  }
}

.page .text p {
  margin-bottom: 5px;
  line-height: 1.2;
}

.page.support-wrap .container, .page.signup-wrap .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .page.support-wrap .container, .page.signup-wrap .container {
    flex-direction: column;
  }
}

.page-title {
  margin-bottom: 20px;
}

.page-title button {
  color: #fc5252;
  background: #fff;
  border: 1px solid #fc5252;
}

.page-title button:hover {
  background: #fc5252;
  color: #fff;
}

@media (max-width: 768px) {
  .how-to-play,
  .pricing,
  .support-wrap,
  .signup-wrap {
    padding: 0;
  }
  .how-to-play > .container,
  .pricing > .container,
  .support-wrap > .container,
  .signup-wrap > .container {
    padding: 0;
    border-radius: 0;
  }
}

.signup-wrap,
.support-wrap,
.how-to-play {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: auto;
  color: #222;
}

.signup-wrap .content,
.support-wrap .content,
.how-to-play .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .signup-wrap .content,
  .support-wrap .content,
  .how-to-play .content {
    display: block;
    border-radius: 0;
  }
}

.signup-wrap .content .text p,
.support-wrap .content .text p,
.how-to-play .content .text p {
  margin-bottom: 10px;
}

.signup-wrap .content .text button,
.support-wrap .content .text button,
.how-to-play .content .text button {
  flex-basis: 100%;
  margin-top: 20px;
}

.signup-wrap .content .text2,
.support-wrap .content .text2,
.how-to-play .content .text2 {
  padding: 20px;
  background: #fcfcfc;
}

.signup-wrap .content .text2 .box-wrap,
.support-wrap .content .text2 .box-wrap,
.how-to-play .content .text2 .box-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
}

.signup-wrap .content .text2 .box-wrap figure,
.support-wrap .content .text2 .box-wrap figure,
.how-to-play .content .text2 .box-wrap figure {
  max-width: 60px;
  margin: auto;
}

.signup-wrap .contact,
.support-wrap .contact,
.how-to-play .contact {
  margin-top: 20px;
}

/*=-=-=-=--=-=-
| support page |
-=-=-=-=-=-=-=-*/
#support .col-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px;
}

@media (max-width: 768px) {
  #support .col-text {
    order: 2;
  }
}

.qna-wrap {
  margin-bottom: 10px;
}

.qna-title,
.qna-content {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-weight: 700;
  color: #000;
}

.qna-title:before, .qna-title:after,
.qna-content:before,
.qna-content:after {
  content: "";
  display: block;
  position: absolute;
}

.qna-title:before,
.qna-content:before {
  left: 0;
  transition: .15s ease;
  line-height: 1;
  font-weight: 700;
}

.qna-title {
  font-size: 14px;
}

.qna-title:before {
  content: 'Q';
}

.qna-content {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  font-weight: 400;
}

.qna-content:before {
  content: 'A';
}

.contact {
  margin: 10px 0;
  padding-top: 10px;
}

.contact p {
  margin: 5px 0;
}

.contact p span {
  font-weight: bold;
}

.contact p a {
  color: #0bb1d3;
  text-decoration: underline;
}

.contact p:last-child {
  margin-bottom: 0;
}

.moneyback {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
}

.moneyback h3 {
  margin-top: 0 !important;
}

.moneyback p {
  font-size: 12px;
}

.moneyback figure {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .moneyback figure {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
}

.icons-wrap .icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 20px 0px;
}

.icons-wrap figure {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.icons-wrap p span {
  font-weight: bold;
}

/*=-=-=-=--=-=-
| sign-up page |
-=-=-=-=-=-=-=-*/
.signup-wrap .container {
  display: block;
}

.signup-wrap .container > .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .signup-wrap .container > .content {
    flex-direction: column;
  }
}

.signup-wrap .col {
  -webkit-box-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

@media (max-width: 768px) {
  .signup-wrap .col {
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.signup-wrap .col-text ul {
  margin: 20px 0;
}

.signup-wrap .col-text li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}

.signup-wrap .col-text li:before {
  display: table;
  position: absolute;
  content: "check";
  font-family: 'Material Icons';
  z-index: 1;
  position: relative;
  margin-right: 5px;
  font-size: 150%;
  font-weight: bold;
  color: #fc5252;
}

.signup-wrap .col-text li span {
  font-weight: bold;
}

.calc-wrap {
  position: relative;
  cursor: pointer;
}

.calc-wrap a {
  text-decoration: underline;
  color: #0bb1d3;
}

.calc-text {
  transform: scale(0);
  opacity: 0;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
  position: absolute;
  top: 0;
  left: -2px;
  padding: 16px 30px 16px 16px;
  background: #fff;
  font-size: 14px;
  text-align: left;
  z-index: 10;
  transform-origin: top left;
  transition: .2s ease-in;
  cursor: pointer;
}

.calc-text.active {
  transform: scale(1);
  opacity: 1;
}

.calc-text span {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 30px;
}

.calc-text button {
  margin-top: 20px;
}

/*=-=-=-=--=-=-
| pre Game page |
-=-=-=-=-=-=-=-*/
@media (max-width: 768px) {
  .how-to-play > .container {
    padding: 10px;
    background: #e2e2e2;
  }
}

.how-to-play section {
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
}

.how-to-play .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .how-to-play .content {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.how-to-play .content-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  padding: 20px 0;
}

.how-to-play .text {
  margin-right: 16px;
  text-align: center;
}

.how-to-play .main-img-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .how-to-play .main-img-wrap {
    flex-direction: column;
    padding: 0;
  }
}

.how-to-play .main-img {
  min-width: 180px;
}

@media (max-width: 768px) {
  .how-to-play .main-img {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .how-to-play .main-img {
    padding: 10px;
  }
}

.how-to-play .box {
  flex: 1 1 100%;
  padding: 20px;
  border-right: 2px solid #fcfcfc;
  text-align: center;
}

@media (max-width: 767px) {
  .how-to-play .box {
    border-right: 0;
    border-bottom: 2px solid #fcfcfc;
  }
}

.how-to-play .box:last-child {
  border: 0;
}

.how-to-play .box figure {
  width: 80px;
  height: 80px;
  margin: auto;
}

.how-to-play .box .fa {
  font-size: 50px;
  padding-bottom: 10px;
}

.how-to-play .box:nth-child(1) figure {
  background-image: url("../img/iq-icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.how-to-play .box:nth-child(2) figure {
  background-image: url("../img/iq-icon2.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.how-to-play .box:nth-child(3) figure {
  background-image: url("../img/iq-icon3.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.how-to-play .box h4 {
  color: #fc5252;
}

.how-to-play .material-icons {
  font-size: 50px;
  color: #fc5252;
}

@media (max-width: 767px) {
  .how-to-play .button-wrap {
    padding-bottom: 20px;
  }
}

.how-to-play button {
  margin: 30px auto;
  color: #fc5252;
  background: #fff;
  border: 1px solid #fc5252;
}

.how-to-play button:hover {
  background: #fc5252;
  color: #fff;
}

@media (max-width: 767px) {
  .how-to-play button {
    margin: 0 auto;
  }
}

/*===============
|  price page  |
=================*/
.pricing > .container {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .pricing > .container {
    display: block;
  }
}

.pricing .main-img {
  min-width: 400px;
  background-image: url("../img/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .pricing .main-img {
    min-width: 100%;
    height: 100px;
  }
}

.pricing .text {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pricing .text {
    margin: 0;
    padding: 10px;
  }
}

.pricing .text h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .pricing .text h3 {
    font-size: 18px;
  }
}

.pricing .text span {
  font-size: 80%;
  font-weight: 400;
}

.pricing .text p {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .pricing .text p {
    font-size: 12px;
  }
}

.prices-wrap {
  width: 100%;
  padding: 20px;
  background: #fff;
}

@media (max-width: 768px) {
  .prices {
    padding: 0;
    background: transparent;
  }
}

.price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: .2s ease;
}

@media (max-width: 768px) {
  .price-box {
    padding: 10px;
  }
}

.price-box:hover {
  box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.1);
}

.price-box:last-child {
  margin-bottom: 0;
}

.price-box.featured button {
  color: #fff;
}

.price-box .content {
  width: 100%;
  margin: 0;
}

.price-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .price-box ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.price-box li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 13px;
}

.price-box li:before {
  display: table;
  position: absolute;
  content: "navigate_next";
  font-family: 'Material Icons';
  z-index: 1;
  position: relative;
  font-size: 140%;
  font-weight: 700;
  color: #fc5252;
}

@media (max-width: 768px) {
  .price-box li {
    margin-right: 0;
  }
}

.price-box button {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  white-space: nowrap;
  border: 1px solid #fc5252;
  background: transparent;
  color: #fc5252;
}

@media (max-width: 768px) {
  .price-box button {
    font-size: 13px;
  }
}

.price-box button span {
  position: relative;
  z-index: 1;
}

.price-box button:hover {
  color: #fff;
  background: #fc5252;
}

.price-box button.featured {
  background: #fc5252;
}

.price-box button.featured:hover {
  background: #0bb1d3;
}

.price-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.price-title h4 {
  font-size: 18px;
}

@media (max-width: 768px) {
  .price-title h4 {
    font-size: 14px;
  }
}

.price-title span {
  color: #fc5252;
}

@media (max-width: 768px) {
  .price-title {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fc5252;
  }
}

.price-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .price-list {
    display: block;
  }
}

.price-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 768px) {
  .price-text {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fc5252;
  }
}

p.price-num {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fc5252;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

p.price-num span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  p.price-num {
    margin: auto;
    padding: 10px;
    border-right: 0;
    text-align: right;
  }
}

p.desc {
  margin-top: 10px;
  font-size: 10px;
  color: #444;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

/*=-=-=-=--=-=-
| RESULTS page |
-=-=-=-=-=-=-=-*/
.results .page-title {
  text-align: center;
}

.results .page-title button {
  margin: 20px auto;
}

.result-box {
  height: 250px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .result-box {
    margin-bottom: 16px;
    padding: 0;
  }
}

.result-box.map-wrap {
  height: auto;
}

.result-box .content {
  position: relative;
  height: 100%;
}

.result-box .i {
  cursor: pointer;
  float: right;
  background-image: url(../img/i.svg);
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  margin: 3px;
  background-repeat: no-repeat;
  display: table;
  position: absolute;
  content: info;
  font-family: 'Material Icons';
  z-index: 1;
}

.result-box tr:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.result-box th, .result-box td {
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
}

.result-box tip {
  background: #fff;
  color: #222;
  right: 20px;
  width: max-content;
  box-shadow: inset 0 0 0 1px #fd8484, 0 0 20px rgba(0, 0, 0, 0.16);
}

.result-box tip tip-arrow {
  border-bottom-color: #fd8484;
  display: none;
}

.result-title {
  width: 100%;
  height: 30px;
  padding: 7px 10px 0;
  border-bottom: 2px solid #f7f9fc;
  box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.16), inset 0 0 0 0 #fcfcfc;
  background: #fff;
  line-height: 1;
}

@media (max-width: 768px) {
  .result-title {
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
  }
}

.result-title span {
  font-weight: bold;
  color: #fc5252;
}

.table-wrap {
  position: relative;
  overflow-y: auto;
  height: calc(100% - 30px);
}

.table-wrap .no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stats-wrap {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}

.stats-wrap table {
  width: 100%;
  height: 100%;
}

.stats-wrap ::-webkit-scrollbar {
  width: 5px;
}

.stats-wrap ::-webkit-scrollbar-track {
  background: #fff;
}

.stats-wrap ::-webkit-scrollbar-thumb {
  background: #fd8484;
  border-radius: 10px;
}

.bell-curve {
  width: 100%;
  height: 100%;
  background-image: url(../img/bellcurve.png);
  background-size: 100% 80%;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.bell-curve ul {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95%;
  margin: 0;
  padding: 0;
}

.bell-curve ul li {
  flex: 1;
  font-size: 12px;
  line-height: 1;
}

.bell-curve ul li:first-child {
  text-align: left;
}

.bell-curve ul li:nth-child(2) {
  text-align: center;
}

.bell-curve ul li:last-child {
  text-align: right;
}

.user-indicator-max {
  position: absolute;
  bottom: 30px;
  width: 2px;
  height: 60%;
  background-color: rgba(34, 34, 34, 0.5);
  border-radius: 10px;
  transition: 2s ease;
}

.user-indicator-max .bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 5px;
  box-shadow: inset 0 0 0 1px #3c3c3c, 0 0 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gauges-wrap {
    height: auto;
  }
}

.gauges-wrap .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80%;
}

@media (max-width: 767px) {
  .gauges-wrap .content {
    flex-wrap: wrap;
  }
}

.gauge {
  margin-top: 20px;
  border-right: 2px solid #fcfcfc;
}

.gauge:last-child {
  border: 0;
}

@media (max-width: 768px) {
  .gauge {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .gauge {
    flex: 50%;
  }
  .gauge:nth-child(even) {
    border: 0;
  }
}

#heat-map {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #heat-map {
    padding-top: 20px;
  }
}

#heat-map svg {
  min-height: 435px;
  width: 120%;
  height: 100%;
  margin-left: -10%;
}

@media screen and (max-width: 1200px) {
  #heat-map svg {
    min-height: 360px;
  }
}

@media screen and (max-width: 992px) {
  #heat-map svg {
    min-height: 278px;
  }
}

#heat-map svg #PF,
#heat-map svg #PN,
#heat-map svg #TO,
#heat-map svg #FJ,
#heat-map svg #NR,
#heat-map svg #FK,
#heat-map svg #CV,
#heat-map svg #IC,
#heat-map svg #BM,
#heat-map svg #FO,
#heat-map svg #MT,
#heat-map svg #RE,
#heat-map svg #MU,
#heat-map svg #ST,
#heat-map svg #KM,
#heat-map svg #YT,
#heat-map svg #SC,
#heat-map svg #MV,
#heat-map svg #NC,
#heat-map svg #SB,
#heat-map svg #VU,
#heat-map svg #PG,
#heat-map svg #BS,
#heat-map svg #GP,
#heat-map svg #VC,
#heat-map svg #PR,
#heat-map svg #VG,
#heat-map svg #LC,
#heat-map svg #MQ,
#heat-map svg #DM,
#heat-map svg #AG,
#heat-map svg #KN,
#heat-map svg #BB,
#heat-map svg #VI,
#heat-map svg #TC,
#heat-map svg #SX,
#heat-map svg #AI,
#heat-map svg #MS,
#heat-map svg #GD,
#heat-map svg #TT,
#heat-map svg #CW,
#heat-map svg #KY {
  display: none;
}

#heat-map .map-tooltip {
  display: none;
  position: fixed;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  pointer-events: none;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
  font-size: 012px;
}

#heat-map .legend-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 767px) {
  #heat-map .legend-wrap {
    flex-direction: column;
    position: relative;
    left: initial;
    bottom: 10px;
    width: 90%;
    margin: auto;
  }
}

#heat-map .legend-wrap .legend {
  width: 10px;
  height: 200px;
  background-image: linear-gradient(to bottom, #e6143d, #6983c7, #6bc7c7);
}

@media (max-width: 767px) {
  #heat-map .legend-wrap .legend {
    order: 2;
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to right, #e6143d, #6983c7, #6bc7c7);
  }
}

#heat-map .legend-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #heat-map .legend-wrap ul {
    flex-direction: row;
    order: 1;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

#heat-map .legend-wrap ul li {
  font-size: 12px;
}

@media (max-width: 767px) {
  .stats-wrap,
  .map-wrap,
  .gauges-wrap {
    display: block;
    width: 95%;
    margin: 0 auto 16px;
  }
}

/*=-=-=-=--=-=-
|  Game page  |
-=-=-=-=-=-=-=-*/
.q-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 0;
  height: 4px;
  transition: 0.4s all;
}

.q-loader-full {
  width: 100%;
}

#Logics .q-loader {
  background-color: #f38f20;
}

#Math .q-loader {
  background-color: #00aeef;
}

#Visual .q-loader {
  background-color: #2bb673;
}

#Focus .q-loader {
  background-color: #ed1c24;
}

.game-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.game-wrap .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 600px;
  padding: 20px;
}

@media (max-width: 767px) {
  .game-wrap .container {
    width: 95%;
    min-height: 90vh;
    margin: auto;
    padding: 16px;
  }
}

.game-wrap .icon {
  width: 80px;
  margin: auto;
}

.game-wrap .title {
  text-align: center;
}

.game-wrap .title h3 {
  font-size: 30px;
}

.game-wrap .title h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.game-wrap .title h4#Logics {
  color: #f38f20;
}

.game-wrap .title h4#Math {
  color: #00aeef;
}

.game-wrap .title h4#Visual {
  color: #2bb673;
}

.game-wrap .title h4#Focus {
  color: #ed1c24;
}

.game-wrap button {
  width: auto;
  margin: 20px auto 0;
}

.game-wrap .calc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 30px auto;
}

.game-wrap .calc:before, .game-wrap .calc:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fc5252;
  border-radius: 50%;
  box-shadow: inset 0 0 5px 0 rgba(252, 82, 82, 0.8), 0 0 5px 0 rgba(252, 82, 82, 0.8);
  content: '';
  animation-name: loader;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  transition: .2s ease;
}

.game-wrap .calc:after {
  animation-delay: 1s;
}

@keyframes loader {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.game-progress .current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.game-progress .current .type,
.game-progress .current .question {
  font-weight: 600;
}

.inner-progress {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 10px;
  margin-top: 5px;
  border-radius: 10px;
  background: #fcfcfc;
}

.inner-progress * {
  height: 100%;
  transition: .2s ease;
}

memory {
  background: #f38f20;
}

maths {
  background: #00aeef;
}

colors {
  background: #2bb673;
}

focus {
  background: #ed1c24;
}

.game-q {
  width: 100%;
  height: 340px;
  margin: 20px 0;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .game-q {
    height: 280px;
    margin: 10px 0;
  }
}

.game-title {
  margin: 10px 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .game-title {
    margin-top: 0;
    font-size: 14px;
  }
}

.game-a-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.a-inner-wrap {
  position: relative;
  flex: 1;
  margin-right: 10px;
  user-select: none;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  border-radius: 6px;
  transition: .2s ease;
  cursor: pointer;
}

.a-inner-wrap:last-child {
  margin-right: 0;
}

.a-inner-wrap:hover {
  border-radius: 10px;
}

#Logics .a-inner-wrap:hover {
  box-shadow: inset 0 0 0 1px #f38f20, inset 0 -3px 0 #f38f20;
}

#Math .a-inner-wrap:hover {
  box-shadow: inset 0 0 0 1px #00aeef, inset 0 -3px 0 #00aeef;
}

#Visual .a-inner-wrap:hover {
  box-shadow: inset 0 0 0 1px #2bb673, inset 0 -3px 0 #2bb673;
}

#Focus .a-inner-wrap:hover {
  box-shadow: inset 0 0 0 1px #ed1c24, inset 0 -3px 0 #ed1c24;
}

@media (max-width: 768px) {
  #Logics .a-inner-wrap:hover {
    box-shadow: inset 0 0 0 1px #fcfcfc;
  }
  #Math .a-inner-wrap:hover {
    box-shadow: inset 0 0 0 1px #fcfcfc;
  }
  #Visual .a-inner-wrap:hover {
    box-shadow: inset 0 0 0 1px #fcfcfc;
  }
  #Focus .a-inner-wrap:hover {
    box-shadow: inset 0 0 0 1px #fcfcfc;
  }
}

@media (max-width: 768px) {
  #Logics .a-inner-wrap:active {
    box-shadow: inset 0 0 0 1px #f38f20, inset 0 -3px 0 #f38f20;
  }
  #Math .a-inner-wrap:active {
    box-shadow: inset 0 0 0 1px #00aeef, inset 0 -3px 0 #00aeef;
  }
  #Visual .a-inner-wrap:active {
    box-shadow: inset 0 0 0 1px #2bb673, inset 0 -3px 0 #2bb673;
  }
  #Focus .a-inner-wrap:active {
    box-shadow: inset 0 0 0 1px #ed1c24, inset 0 -3px 0 #ed1c24;
  }
}

.a-inner-wrap .num {
  position: absolute;
  top: 0;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 0 0 4px 4px;
  text-align: center;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
}

#Logics .a-inner-wrap .num {
  background: #f38f20;
}

#Math .a-inner-wrap .num {
  background: #00aeef;
}

#Visual .a-inner-wrap .num {
  background: #2bb673;
}

#Focus .a-inner-wrap .num {
  background: #ed1c24;
}

.game-a {
  height: 120px;
}

@media (max-width: 1366px) {
  .game-a {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .game-a {
    height: 70px;
  }
}

.game-a img {
  width: auto;
  height: 100%;
  margin: auto;
}

/*=-=-=-=--=-=-
|  Score modal  |
-=-=-=-=-=-=-=-*/
.modal-content {
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  background: transparent;
}

.score-wrap {
  position: relative;
  width: 300px;
  margin: 10% auto 0;
  background: #fff;
}

.score-wrap .close-icon {
  position: absolute;
  top: 4px;
  right: 30px;
  font-size: 26px;
  font-weight: 100;
  cursor: pointer;
}

.score-wrap .close-icon:before {
  display: table;
  position: absolute;
  content: "close";
  font-family: 'Material Icons';
  z-index: 1;
}

.score-wrap .title {
  padding: 10px;
  border-bottom: 2px solid #f7f9fc;
  box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.16), inset 0 0 0 0 #fcfcfc;
  color: #fc5252;
}

.score-wrap .scores {
  padding: 20px;
  font-weight: 600;
}

.score-wrap .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #fcfcfc;
  font-size: 18px;
  color: #222;
}

.score-wrap .time span:last-child {
  margin-left: auto;
}

.score-wrap .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 10px 0 0;
  font-size: 16px;
}

.score-wrap .row div:last-child,
.score-wrap .row span:last-child {
  margin-left: auto;
}

.score-wrap .memory {
  color: #f38f20;
}

.score-wrap .math {
  color: #00aeef;
}

.score-wrap .colors {
  color: #2bb673;
}

.score-wrap .focus {
  color: #ed1c24;
}

.score-wrap button {
  width: 100%;
  margin: 20px auto 0;
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

input:focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
}

input:not([type="checkbox"]),
select,
textarea {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  transition: .3s ease;
  font-size: 12px;
  color: #333;
}

input:not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #fc5252;
}

@media (max-width: 768px) {
  input:not([type="checkbox"]),
  select,
  textarea {
    height: 44px;
  }
}

input[type="checkbox"] {
  position: relative;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: 0;
  padding: 0;
  height: 16px;
  border: 0;
  outline: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  transition: .3s ease;
  cursor: pointer;
}

input[type="checkbox"]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 16px;
  height: 16px;
  opacity: 0;
}

input[type="checkbox"]:checked {
  box-shadow: none;
  background: #fc5252;
}

input[type="checkbox"]:checked:after {
  opacity: 1;
}

input[type="checkbox"]:hover input[type=checkbox]:after {
  opacity: .5;
}

select {
  position: relative;
  background-image: url(../img/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-repeat: no-repeat;
}

form label {
  font-size: 13px;
}

form textarea {
  height: 80px;
  padding: .5em;
}

form .input-error {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #cc0700;
}

form button,
form button[disabled] {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 20px;
  border: 0;
  outline: 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: .2s ease;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  border: 0;
  outline: 0;
  transition: .2s ease;
}

@media (max-width: 768px) {
  form button,
  form button[disabled] {
    font-size: 13px;
  }
}

form button span,
form button[disabled] span {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  form button,
  form button[disabled] {
    width: 100%;
  }
}

form .term-wrap-text {
  margin-left: 1rem;
}

form div:not(.term-wrap) .signup-input,
form div:not(.term-wrap) .signin-input {
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 0.8rem;
  color: #cc0700;
}

form .term-wrap {
  margin: 20px 0;
}

form .term-wrap label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

form .term-wrap .terms-text {
  margin-left: 10px;
  font-size: 12px;
}

form .no-match {
  font-size: 0.8rem;
  color: #cc0700;
}

form .general-error {
  position: relative;
  height: 20px;
}

form p {
  font-weight: 400;
}

form p a {
  text-decoration: underline;
}

form p a:hover {
  text-decoration: underline;
  color: #fc5252;
}

select {
  cursor: pointer;
}

.loader {
  position: relative;
  top: 10px;
  width: 0;
  height: 1px;
  transition: .2s all;
}

.loader-gradient, .loader, header .nav-loader {
  background: linear-gradient(to right, #fc5252 50%, rgba(255, 255, 255, 0) 100%);
}

.modal-content {
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  background: transparent;
}

.form-group {
  position: relative;
  margin-bottom: 5px;
}

.form-group:last-child(-1), .form-group:last-of-type {
  margin-bottom: 0;
}

.form-group .required {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
  margin: 0;
  font-size: .8rem;
  color: #cc0700;
  display: none;
}

#sign-up form button,
.signin form button,
#support form button {
  width: 100%;
}

@media (max-width: 767px) {
  #sign-up form button,
  .signin form button,
  #support form button {
    max-width: 100%;
  }
}

#sign-up input, #sign-up select,
.signin input,
.signin select,
#support input,
#support select {
  color: #444444;
}

#sign-up .links-wrap,
.signin .links-wrap,
#support .links-wrap {
  margin-top: 20px;
  text-align: center;
}

#sign-up .links-wrap p,
.signin .links-wrap p,
#support .links-wrap p {
  margin-bottom: 10px;
}

#sign-up .links-wrap p a,
#sign-up .links-wrap p span,
.signin .links-wrap p a,
.signin .links-wrap p span,
#support .links-wrap p a,
#support .links-wrap p span {
  cursor: pointer;
  color: #0bb1d3;
}

#sign-up .links-wrap p a:hover,
#sign-up .links-wrap p span:hover,
.signin .links-wrap p a:hover,
.signin .links-wrap p span:hover,
#support .links-wrap p a:hover,
#support .links-wrap p span:hover {
  text-decoration: underline;
  color: #e40404;
}

.signin {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
  z-index: 10;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
  padding: 16px;
}

.signin .close-icon {
  position: absolute;
  top: 0px;
  right: 25px;
  font-size: 24px;
  font-weight: 100;
  cursor: pointer;
}

.signin .close-icon:before {
  display: table;
  position: absolute;
  content: "close";
  font-family: 'Material Icons';
  z-index: 1;
}

.signin button {
  width: 100%;
  margin: 20px auto 0;
}

.signin .forgot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  transition: .2s ease;
}

.signin .forgot:hover {
  margin-left: 0.5rem;
}

.signin .forgot i {
  position: relative;
  top: -1px;
}

#support .support-input {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #cc0700;
  position: absolute;
  top: 4px;
  right: 0;
}

#support .supportbtn {
  right: inherit;
  bottom: inherit;
  width: 100%;
  margin: 20px auto 10px;
  padding: 20px;
}

#support .form-group_wrap {
  width: 100%;
}

#support .form-group_wrap select {
  position: relative;
  background-image: url(../img/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #031504;
}

#support .phone-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  background: #fff;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.2);
  transition: .3s ease;
  font-size: 12px;
  color: #333;
  padding: 0;
}

#support .phone-wrap:focus {
  border: inherit;
  outline: 0;
  outline-style: none;
  outline-color: none;
  -webkit-box-shadow: none;
  box-shadow: inset 0 0 0 2px #fc5252;
}

@media (max-width: 768px) {
  #support .phone-wrap {
    height: 44px;
  }
}

#support .phone-wrap:focus-within {
  box-shadow: inset 0 0 0 1px #fc5252;
}

#support .phone-wrap .ui-select-container {
  width: 80px;
  border-right: 1px solid #ccc;
}

#support .phone-wrap .ui-select-container .btn {
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  line-height: 1;
  color: #aaa;
}

#support .phone-wrap .ui-select-container .btn:focus {
  margin: 0;
}

#support .phone-wrap .ui-select-container .dropdown-menu {
  min-width: 300px;
}

#support .phone-wrap .ui-select-match {
  height: 36px;
}

#support .phone-wrap .ui-select-match-text {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url(../img/arrow-down.svg);
  background-size: 13px;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  background-repeat: no-repeat;
  height: 100%;
}

#support .phone-wrap .ui-select-match-text + i {
  display: none;
}

#support .phone-wrap .ui-select-match-text span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  #support .phone-wrap .ui-select-match-text span {
    height: 44px;
  }
}

#support .phone-wrap .btn-default-focus {
  outline: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

#support .phone-wrap input {
  box-shadow: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 10px;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.prizes-wrap {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.prizes-wrap .box {
  position: relative;
  flex: 1 1 45%;
  width: 100%;
  height: 100%;
  margin: 5px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #e2e2e2;
  background-size: contain;
  background-position: center 10px;
  background-repeat: no-repeat;
  transition: .2s ease;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 4px !important;
}

.prizes-wrap .box:hover {
  box-shadow: inset 0 0 0 1px #e2e2e2, 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.prizes-wrap .box .selected {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #fc5252, inset 0 -2px 0 1px #fc5252;
  transition: .2s ease;
}

.prizes-wrap .box .selected ~ .prize-title {
  font-weight: 700;
}

.prizes-wrap .box span {
  display: block;
  width: auto;
  height: auto;
  min-height: 150px;
}

.prizes-wrap .prize-title {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.prizes-wrap button {
  width: 100%;
  margin: 20px auto 0;
  padding: 15px;
}

/* Helpers */
:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

:root {
  --page-w: 1366px;
  --base-font-s: 14px;
}

@media (max-width: 1024px) {
  :root {
    --page-w: 1200px;
  }
}

@media (max-width: 768px) {
  :root {
    --page-w: 100%;
    --base-font-s: 12px;
  }
}

.card {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.1), 0 0px 0 1px #e2e2e2;
  background: #fff;
}

.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .flex_wrap {
    flex-direction: column;
  }
}

.flex_wrap > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
