@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed!important;
  }
}
.___contest___ .contest-v1 {
  font-family: 'Montserrat Regular';
  font-size: 15px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-v1 {
    font-size: 13px;
  }
}
.___contest___ .contest-v1 strong,
.___contest___ .contest-v1 b {
  font-weight: 600;
  font-family: inherit;
}
.___contest___ .form-contest-message {
  background-image: linear-gradient(0deg, #EE4867, #F1707B, #F7A898, #FEE4B7);
  font-family: 'Montserrat Regular';
  padding: 23px;
  border-radius: 15px;
}
.___contest___ .form-contest-message .title,
.___contest___ .form-contest-message .desc {
  font-family: 'Montserrat Regular';
  color: #1F1F1F;
}
.___contest___ .success,
.___contest___ .info {
  font-family: 'Montserrat Regular';
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-form .col-2 {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-form .col-2 > div {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-form .col-2 > div:first-child {
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
}
.___contest___ .contest-form input {
  color: #E7E4E2;
  background: #D44A63;
  border: 0;
  font-family: 'Montserrat Bold';
  font-size: 15px;
  padding: 17px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-form input {
    font-size: 13px;
    padding: 15px;
  }
}
.___contest___ .contest-form ::-webkit-input-placeholder {
  color: #E7E4E2;
}
.___contest___ .contest-form :-ms-input-placeholder {
  color: #E7E4E2;
}
.___contest___ .contest-form ::placeholder {
  color: #E7E4E2;
}
.___contest___ .contest-form button {
  margin-top: 25px;
  font-family: 'Montserrat Black';
  font-size: 20px!important;
  display: block;
  width: 100%;
  max-width: 100%;
  outline: 0;
  box-sizing: border-box;
  border: 0;
  padding: 20px 10px;
  height: auto;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  color: #1f1f1f;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-form button {
    padding: 14px 10px;
    border-radius: 100px;
    font-size: 15px!important;
    line-height: 17px;
  }
}
.___contest___ .contest-form button:hover {
  background-image: linear-gradient(0deg, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
.___contest___ .contest-register-wrapper {
  margin-top: 140px;
}
.___contest___ .contest-register-wrapper .contest-register-desc {
  margin-top: 0;
}
.___contest___ .contest-register-steps-desc-note {
  margin-top: 25px;
}
.___contest___ .contest-main-banner-img {
  margin-bottom: -140px;
}
.___contest___ .banner img {
  width: 100%;
}
.___contest___ .contest-wrapper {
  max-width: 950px;
  width: 100%;
  margin: auto;
  padding: 0 2%;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-wrapper {
    padding: 0 15px;
  }
}
.___contest___ h2 {
  text-transform: uppercase;
  font-family: 'Montserrat Black';
  font-size: 60px;
  line-height: 60px;
  color: #D44A63;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 700px) {
  .___contest___ h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.___contest___ h2:after {
  display: none;
}
.___contest___ h2 .contest-h2-sub-title {
  text-transform: none;
  margin-top: 30px;
  font-family: 'Montserrat Regular';
}
@media screen and (max-width: 700px) {
  .___contest___ h2 .contest-h2-sub-title {
    margin-top: 5px;
  }
}
.___contest___ h2 .contest-h2-sub-title b {
  font-family: 'Montserrat Black';
}
.___contest___ .ornament-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.___contest___ .contest-content {
  margin-bottom: 40px;
  margin-top: 40px;
  line-height: 20px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-content {
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 17px;
  }
}
.___contest___ .contest-content p {
  margin-bottom: 15px;
  display: flex;
}
.___contest___ .contest-content p:last-child {
  margin-bottom: 0;
}
.___contest___ .contest-content p span {
  padding-inline-end: 15px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-content p span:first-child {
    padding-inline-end: 0;
    display: none;
  }
}
.___contest___ .contest-coin-1-bg {
  position: relative;
}
.___contest___ .contest-coin-1-bg:before {
  content: '';
  background-image: url("../../images/contest/contest-coin-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset-inline-start: -20%;
  top: -60px;
}
.___contest___ .contest-coin-1-bg.contest-coin-1-bg-register:before {
  bottom: 0;
  top: unset;
}
.___contest___ .contest-bg {
  position: relative;
}
.___contest___ .contest-bg:before {
  content: '';
  background-image: url("../../images/contest/contest-confetti-bg.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.___contest___ .contest-ranking-wrapper-main {
  background-image: linear-gradient(0deg, #EE4867, #F1707B, #F7A898, #FEE4B7);
  padding: 25px;
  border-radius: 25px;
  padding-bottom: 35px;
}
.___contest___ .contest-ranking-wrapper-main .contest-note-update {
  color: #E7E4E2;
  font-family: 'Montserrat Bold';
  background: #D44A63;
  text-align: center;
  padding: 20px 10px;
}
.___contest___ .contest-ranking-wrapper-main .contest-note-update > div {
  font-family: 'Montserrat Regular';
  font-size: 13px;
  margin-top: 5px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-ranking-wrapper-main .ranking_tables__ {
    margin: 0 -25px;
    width: auto;
  }
}
.___contest___ .contest-ranking-wrapper-main table th {
  background: #D44A63;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat Bold';
  padding: 20px 5px;
  text-align: center;
  border-bottom: 1px solid #D44A63;
  border-top: 1px solid #D44A63;
}
.___contest___ .contest-ranking-wrapper-main table th:first-child {
  border-end-start-radius: 30px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-ranking-wrapper-main table th:first-child {
    border-radius: 0!important;
  }
}
.___contest___ .contest-ranking-wrapper-main table th:last-child {
  border-end-end-radius: 30px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-ranking-wrapper-main table th:last-child {
    border-radius: 0!important;
  }
}
.___contest___ .contest-ranking-wrapper-main table tr,
.___contest___ .contest-ranking-wrapper-main table td {
  background: transparent!important;
  border: 0!important;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter {
  margin-bottom: 15px;
  max-width: 300px;
  position: relative;
  width: 100%;
  float: right;
  margin-top: -68px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-ranking-wrapper-main .dataTables_filter {
    float: unset;
    max-width: 100%;
    margin-top: 0;
    margin-inline-start: 25px;
    margin-inline-end: 25px;
    width: auto;
  }
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter input {
  background: #f1707b;
  border: 0;
  padding-inline-start: 33px;
  color: #2e3537;
  font-family: 'Montserrat Regular';
  font-size: 14px;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter i {
  position: absolute;
  top: 11px;
  inset-inline-start: 5px;
  opacity: 0.5;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter ::-webkit-input-placeholder {
  color: #2e3537;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter :-ms-input-placeholder {
  color: #2e3537;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_filter ::placeholder {
  color: #2e3537;
}
.___contest___ .contest-ranking-wrapper-main ::-webkit-input-placeholder {
  color: #e7e4e2;
}
.___contest___ .contest-ranking-wrapper-main :-ms-input-placeholder {
  color: #e7e4e2;
}
.___contest___ .contest-ranking-wrapper-main ::placeholder {
  color: #e7e4e2;
}
.___contest___ .contest-ranking-wrapper-main .dataTables_paginate {
  display: none;
}
.___contest___ .contest-rounds-ranking {
  margin-bottom: -70px !important;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds-ranking {
    margin-bottom: -100px !important;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds-ranking > div {
    flex-direction: column;
  }
}
.___contest___ .contest-rounds-ranking > div > div:last-child {
  font-size: 15px;
  line-height: 20px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds-ranking > div > div:last-child {
    font-size: 13px;
    line-height: 16px;
  }
}
.___contest___ .ranking-table .contest-name-col {
  font-family: 'Montserrat Black';
}
.___contest___ .ranking-table .contest-ranking-col {
  font-family: 'Montserrat Black';
  font-size: 20px;
}
.___contest___ .ranking-table .contest-ranking-col img {
  width: 50px;
}
.___contest___ .ranking-table td {
  font-family: 'Montserrat Regular';
  font-size: 15px;
}
.___contest___ .contest-nav-btn {
  font-family: 'Montserrat Black';
  font-size: 18px;
  display: block;
  width: 100%;
  outline: 0;
  box-sizing: border-box;
  border: 0;
  padding: 13px 10px;
  height: auto;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  color: #1f1f1f;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  position: fixed;
  bottom: 10px;
  inset-inline-end: 10px;
  z-index: 999;
  max-width: 300px;
}
.___contest___ .contest-nav-btn:hover {
  background-image: linear-gradient(0, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-nav-btn {
    max-width: 100%;
    inset-inline-start: 10px;
    width: unset;
    font-size: 15px;
    line-height: 17px;
  }
}
.___contest___ .contest-rounds-table {
  font-family: 'Montserrat Black';
  font-size: 20px;
  line-height: 21px;
  margin-top: 40px!important;
  margin-bottom: 35px!important;
}
.___contest___ .contest-static-new-btn {
  display: flex;
  max-width: 450px;
  margin-bottom: 25px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-static-new-btn {
    display: block;
    max-width: 100%;
  }
}
.___contest___ .contest-static-new-btn > div {
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  border-radius: 10px;
  padding: 18px 10px;
  width: 100%;
  position: relative;
  text-align: center;
  font-family: 'Montserrat Black';
  font-size: 19px;
  line-height: 19px;
}
.___contest___ .contest-static-new-btn > div:first-child {
  margin-inline-end: 25px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-static-new-btn > div:first-child {
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
}
.___contest___ .contest-static-new-btn > div.active {
  background-image: linear-gradient(0, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
.___contest___ .contest-static-new-btn > div:hover {
  background-image: linear-gradient(0, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
.___contest___ .contest-ornament-ranking {
  margin-inline-start: -100px;
  margin-inline-end: -100px;
  width: auto;
  margin-bottom: -90px;
  margin-top: -50px;
}
.___contest___ .dataTables_empty {
  position: relative;
}
.___contest___ .dataTables_empty:before {
  display: none!important;
}
.___contest___ .contest-rounds {
  display: flex;
  margin-top: 140px;
  margin-bottom: 100px;
  margin-inline-start: -35px;
  margin-inline-end: -35px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rounds {
    margin-inline-start: 0;
    margin-inline-end: 0;
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds {
    margin-top: 160px;
    margin-bottom: 50px;
  }
}
.___contest___ .contest-rounds > div {
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  border-radius: 20px;
  padding: 25px 10px;
  width: 100%;
  position: relative;
  text-align: center;
  margin-inline-end: 35px;
  cursor: pointer;
}
.___contest___ .contest-rounds > div.active {
  background-image: linear-gradient(0, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
.___contest___ .contest-rounds > div:hover {
  background-image: linear-gradient(0, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rounds > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds > div {
    padding: 14px 10px;
    border-radius: 100px;
    margin-bottom: 15px;
  }
}
.___contest___ .contest-rounds > div > div {
  font-family: 'Montserrat Black';
  font-size: 25px;
  line-height: 33px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rounds > div > div {
    font-size: 15px;
    line-height: 17px;
  }
}
.___contest___ .contest-rounds > div > div:first-child {
  text-transform: uppercase;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rounds > div > div:first-child {
    margin-inline-end: 15px;
  }
}
.___contest___ .contest-rounds > div > div:last-child {
  color: #E7E1DA;
  font-family: 'Montserrat Bold';
}
.___contest___ .contest-rounds > div:last-child {
  margin-inline-end: 0;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rounds > div:last-child {
    margin-bottom: 0;
  }
}
.___contest___ .contest-steps {
  line-height: 20px;
  margin: 0 -75px;
  margin-bottom: 25px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-steps {
    margin: 0;
  }
}
.___contest___ .contest-steps .contest-steps-1 {
  width: 200px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-steps .contest-steps-1 {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-steps .contest-steps-1 {
    width: 130px;
  }
}
.___contest___ .contest-steps .contest-steps-2 {
  width: calc(53% - 200px);
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-steps .contest-steps-2 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.___contest___ .contest-steps .contest-steps-3 {
  width: calc(65% - 150px);
  padding-inline-start: 50px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-steps .contest-steps-3 {
    width: 100%;
    padding-inline-start: 0;
  }
}
.___contest___ .contest-steps > div {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-steps > div {
    flex-direction: column;
  }
}
.___contest___ .contest-steps > div:first-child {
  margin-top: 0;
}
.___contest___ .contest-steps > div img {
  max-width: 150px;
  width: 100%;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-prize-swap {
    margin-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prize-swap {
    margin-bottom: -50px;
    margin-top: 100px;
  }
}
.___contest___ .contest-rect-wrapper {
  position: relative;
}
.___contest___ .contest-rect-wrapper:before {
  content: '';
  background-image: url("../../images/contest/contest-coin-bg-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -123%;
  inset-inline-end: -10%;
  z-index: -1;
}
.___contest___ .contest-bullet-list {
  line-height: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-bullet-list {
    padding-inline-start: 30px;
    line-height: 17px;
  }
}
.___contest___ .contest-bullet-list ul {
  list-style: disc;
}
.___contest___ .contest-bullet-list li {
  margin-bottom: 15px;
}
.___contest___ .contest-bullet-list li:last-child {
  margin-bottom: 0;
}
.___contest___ .contest-rect {
  background-image: linear-gradient(0deg, #EE4867, #F1707B, #F7A898, #FEE4B7);
  padding: 50px;
  color: #1F1F1F;
  line-height: 20px;
  display: flex;
  border-radius: 30px;
  position: relative;
  margin-bottom: 115px;
  margin-top: 50px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rect {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rect {
    padding: 25px;
    line-height: 17px;
  }
}
.___contest___ .contest-rect:before {
  content: '';
  background-image: url("../../images/contest/contest-coin-bg-2.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: -3%;
  top: 2%;
  z-index: 1;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rect:before {
    background-position: right top;
    inset-inline-end: -3%;
    top: -38%;
    z-index: 0;
    inset-inline-start: unset;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rect:before {
    z-index: -1;
    top: -24%;
    width: 65%;
  }
}
.___contest___ .contest-rect > div:first-child {
  max-width: 335px;
  width: 100%;
  margin-inline-end: 30px;
  display: flex;
  align-items: center;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rect > div:first-child {
    max-width: 100%;
    display: block;
    margin-inline-end: 0;
  }
}
.___contest___ .contest-rect .contest-rect-content {
  width: 100%;
  margin-inline-start: -50px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-rect .contest-rect-content {
    margin-inline-start: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-rect .contest-rect-content {
    margin-top: 20px;
  }
}
.___contest___ .contest-risk-warning {
  line-height: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-risk-warning {
    line-height: 17px;
    margin-top: -10px;
  }
}
.___contest___ .contest-title-square {
  background-image: linear-gradient(0deg, #E5932A, #E6962F, #F5C772, #FCDC8F);
  width: 100%;
  border-radius: 20px;
  font-family: 'Montserrat Black';
  color: #1F1F1F;
  margin-inline-start: -100px;
  margin-top: 25px;
  position: relative;
  padding: 25px 10px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-title-square {
    margin-inline-start: 0;
    margin-top: -100px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-title-square {
    padding: 12px 10px;
    margin-top: -54px;
  }
}
.___contest___ .contest-title-square > div {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-title-square > div {
    font-size: 20px;
    line-height: 22px;
  }
}
.___contest___ .contest-button {
  font-family: 'Montserrat Black';
  font-size: 20px;
  display: block;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  border: none;
  padding: 20px 10px;
  height: auto;
  line-height: 27px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  color: #1f1f1f;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-button {
    padding: 14px 10px;
    border-radius: 100px;
    font-size: 15px;
    line-height: 17px;
  }
}
.___contest___ .contest-button:hover {
  background-image: linear-gradient(0deg, #fcdc8f, #f5c772, #e6962f, #e5932a);
}
.___contest___ .contest-prizes-col {
  display: flex;
  margin-top: 50px;
  max-width: 800px;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-prizes-col {
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col {
    margin-top: 25px;
  }
}
.___contest___ .contest-prizes-col > div {
  background-image: linear-gradient(0deg, #EE4867, #F1707B, #F7A898, #FEE4B7);
  color: #1F1F1F;
  width: 100%;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-prizes-col > div {
    max-width: 400px;
    margin-inline-end: auto;
    margin-inline-start: auto;
  }
}
.___contest___ .contest-prizes-col > div:first-child {
  margin-inline-end: 100px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-prizes-col > div:first-child {
    margin-inline-end: auto;
    margin-bottom: 50px;
  }
}
.___contest___ .contest-prizes-col > div:first-child .contest-prizes-col-img {
  margin-inline-start: -122px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col > div:first-child .contest-prizes-col-img {
    margin-inline-start: -20px;
  }
}
.___contest___ .contest-prizes-col > div:last-child .contest-prizes-col-img {
  margin-inline-start: -50px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col > div:last-child .contest-prizes-col-img {
    margin-inline-start: 2px;
  }
}
.___contest___ .contest-prizes-col .contest-prizes-col-img {
  margin-inline-end: -100px;
  width: 140%;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col .contest-prizes-col-img {
    width: 100%;
  }
}
.___contest___ .contest-prizes-col .contest-prizes-col-header {
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  margin-inline-start: -10px;
  margin-inline-end: -10px;
  border-radius: 20px;
  font-family: 'Montserrat Black';
  color: #1f1f1f;
  position: relative;
  padding: 25px 10px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col .contest-prizes-col-header {
    padding: 12px 10px;
    font-size: 20px;
    line-height: 22px;
  }
}
.___contest___ .contest-prizes-col .contest-prizes-col-desc {
  color: #1F1F1F;
  padding: 25px;
  text-align: center;
  margin-top: -30px;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places {
  margin-top: 25px;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places > div:last-child {
  margin-bottom: 0;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places-img {
  margin-inline-end: 25px;
  width: 100px;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places-img img {
  width: 100px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col .contest-prizes-col-places-img img {
    width: 80px;
  }
}
.___contest___ .contest-prizes-col .contest-prizes-col-places-title {
  width: 100%;
  color: #E7E4E2;
  font-family: 'Montserrat Bold';
  font-size: 20px;
  line-height: 23px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-col .contest-prizes-col-places-title {
    font-size: 15px;
    line-height: 17px;
  }
}
.___contest___ .contest-prizes-col .contest-prizes-col-places-extra {
  font-family: 'Montserrat Black';
  color: #E7E4E2;
  margin-top: 25px;
}
.___contest___ .contest-prizes-col .contest-prizes-col-places-extra b {
  color: #1F1F1F;
}
.___contest___ .contest-prizes-col .contest-prizes-col-desc-info {
  padding: 0 20px;
}
.___contest___ .contest-prizes-bg-top {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-bg-top {
    margin-top: 60px;
  }
}
.___contest___ .contest-prizes-bg-top:before {
  content: '';
  background-image: url("../../images/contest/contest-prizes-bg-top.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  z-index: -1;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-prizes-bg-top:before {
    background-size: contain;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-prizes-bg-top:before {
    top: 42px;
  }
}
@media screen and (max-width: 500px) {
  .___contest___ .contest-prizes-bg-top:before {
    display: none;
  }
}
.___contest___ .contest-prizes-bg-top:after {
  content: '';
  background-image: url("../../images/contest/contest-coin-bg-3.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: -3%;
  top: -5%;
  z-index: -1;
}
.___contest___ .contest-prizes-bg-top .ornament-wrapper {
  margin-inline-start: -100px;
  margin-inline-end: -100px;
  width: auto;
}
.___contest___ .contest-prizes-bg-top .ornament-wrapper img {
  margin-top: -25px;
}
.___contest___ .contest-ramadan {
  background-image: linear-gradient(0deg, #EE4867, #F1707B, #F7A898, #FEE4B7);
  padding: 25px;
}
@media screen and(max-width: 1100px) {
  .___contest___ .contest-ramadan {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan {
    padding: 25px 20px;
  }
}
.___contest___ .contest-ramadan .contest-ramadan-title {
  font-family: 'Montserrat Black';
  font-size: 20px;
  display: block;
  outline: 0;
  box-sizing: border-box;
  border: 0;
  padding: 20px 10px;
  height: auto;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  background-image: linear-gradient(0, #e5932a, #e6962f, #f5c772, #fcdc8f);
  color: #1f1f1f;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 15px;
  margin-top: -25px;
  margin-inline-start: -30px;
  margin-inline-end: -30px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan .contest-ramadan-title {
    padding: 12px 10px;
  }
}
.___contest___ .contest-ramadan .contest-ramadan-desc {
  padding: 25px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan .contest-ramadan-desc {
    line-height: 17px;
    font-size: 13px;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan .contest-ramadan-table table thead {
    display: none;
  }
}
.___contest___ .contest-ramadan .contest-ramadan-table table th {
  background: #D44A63;
  color: #E7E4E2;
  border-bottom: 1px solid #D44A63;
  border-top: 1px solid #D44A63;
  font-family: 'Montserrat Bold';
  font-size: 18px;
  padding: 18px 5px;
}
.___contest___ .contest-ramadan .contest-ramadan-table table tr {
  background: none!important;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan .contest-ramadan-table table tr:first-child td {
    border-top: 1px solid #D44A63;
  }
}
.___contest___ .contest-ramadan .contest-ramadan-table table td {
  border-bottom: 1px solid #D44A63;
  color: #1F1F1F;
  text-align: center;
  font-family: 'Montserrat Regular';
  font-size: 17px;
}
@media screen and (max-width: 700px) {
  .___contest___ .contest-ramadan .contest-ramadan-table table td {
    text-align: start;
    font-size: 12px;
  }
  .___contest___ .contest-ramadan .contest-ramadan-table table td:first-child {
    padding-inline-start: 10px;
  }
}
.___contest___ .contest-ramadan .contest-ramadan-table table td:first-child {
  border-inline-start: 1px solid #D44A63;
}
.___contest___ .contest-ramadan .contest-ramadan-table table td:last-child {
  border-inline-end: 1px solid #D44A63;
}
/*# sourceMappingURL=contest.css.map */