:root {
  --s-bg: #ffffff;
  --s-body: "NotoSansThai-Regular", "NotoSans-Regular";
  --s-body-size: 18px;
  --s-body-line-height: 24.52px;
  --s-text: #333333;
  --s-space: 15px;
  --s-shadow: 0 6px 36px rgba(0, 0, 0, 0.16);
  --s-box-padding: 15px;
  --s-heading: "NotoSansThai-Bold", "NotoSans-Bold";
  --s-heading-size: 55px;
  --s-heading-line-height: 75px;
  --s-subHeading-size: 28px;
  --s-subHeading-line-height: 38.14px;
  --reademe: #068e86;
  --tripster: #6f51f5;
  --s-btn: "NotoSansThai-Bold", "NotoSans-Bold";
  --s-btn-fontsize: 16px;
  --s-btn-lineheight: 22px
}

*,
*::before,
*::after {
  box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

header.r-header {
  font-family: var(--r-heading);
}

header.r-header nav.r-nav {
  font-family: var(--r-heading);
  font-size: 16px;
}

.cookies-bar {
  font-size: 16px;
}

.cookies-bar button {
  padding: 5px;
}

hr {
  margin: 1.625rem 0;
  color: inherit;
  border: 0;
  border-bottom: 1px solid var(--s-border)
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: var(--s-border);
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none;
  max-width: 100%
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical;
  max-width: 100%
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh
}

body {
  margin: 0;
  font-family: var(--s-body);
  font-size: var(--s-body-size);
  font-weight: normal;
  line-height: var(--s-body-line-height);
  color: var(--s-text);
  text-align: left;
  background-color: var(--s-bg);
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  /* height: auto */
}

@media(min-width: 991px) {
  body {
    font-size: 22px;
    line-height: 36px;
    overflow-x: hidden
  }
}

#cursor {
  display: none
}

.customCursor {
  cursor: none
}

.customCursor #cursor {
  overflow: hidden;
  position: fixed;
  top: 200px;
  left: 200px;
  display: inline
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 .75rem;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
  line-height: var(--s-heading-line-height)
}

h1 {
  font-size: 1.75em
}

h2 {
  font-size: 1.5em
}

h3 {
  font-size: 1.375em
}

h4 {
  font-size: 1.125em
}

h5 {
  font-size: 1em
}

h6 {
  font-size: .875em
}

nav,
button,
.menu,
._heading,
.btn,
.button,
blockquote {
  font-family: var(--s-body)
}

p {
  padding: 0;
  margin: 0 0 1em
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

a {
  color: var(--s-accent);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
  transition: opacity .3s, color .3s
}

a:hover {
  color: var(--s-accent-hover);
  text-decoration: none
}

a:active {
  opacity: .6
}

a:focus {
  text-decoration: none
}

ol {
  padding-left: 1.6em;
  text-indent: 0;
  margin: 0 0 1.5em
}

ul {
  padding-left: 1.5em;
  text-indent: 0;
  margin: 0 0 1.5em
}

body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga1" on
}

h2 label,
h3 label,
h4 label {
  font-weight: inherit
}

form:before,
form:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table
}

form:after,
.clearfix:after {
  clear: both
}

button:focus,
input:focus,
textarea:focus,
*:focus {
  outline: 0 !important
}

input[type=text],
input[type=search],
.input,
.input-text {
  border: 1px solid var(--s-border);
  border-radius: var(--s-border-radius);
  padding: 4px 6px;
  display: block;
  width: 100%;
  transition: .2s border-color ease-in-out;
  font-size: 16px;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight)
}

input[type=text]:focus,
input[type=search]:focus,
.input:focus,
.input-text:focus {
  border-color: var(--s-accent-hover)
}

.s-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--s-space);
  padding-left: var(--s-space);
  width: 100%
}

@media(min-width: 992px) {
  .s-container {
    max-width: 990px
  }
}

@media(min-width: 1160px) {
  .s-container {
    max-width: 991px
  }
}

@media(min-width: 1285px) {
  .s-container {
    max-width: 991px
  }
}

body {
  position: relative;
  color: var(--s-text);
  font-family: var(--s-body);
  font-size: var(--s-body-size);
  line-height: var(--s-body-line-height);
  background-color: var(--s-bg)
}

.site .s-button a,
a.s-button,
.button-primary,
input[type=submit] {
  line-height: 1;
  min-height: 44px;
  padding: 6px 20px;
  font-family: var(--s-heading);
  font-weight: var(--s-heading-weight);
  color: var(--s-bg);
  background-color: var(--s-accent);
  border-radius: var(--s-border-radius);
  border: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  transition: .3s ease;
  cursor: pointer
}

.site .s-button a:hover,
a.s-button:hover,
.button-primary:hover,
input[type=submit]:hover {
  background-color: var(--s-accent-hover)
}

.site .s-button a,
a.s-button,
.button-primary {
  display: flex;
  align-items: center
}

.s-flex {
  display: flex;
  grid-gap: var(--s-space);
  margin-bottom: var(--s-space)
}

@media(max-width: 991px) {
  .s-flex-m {
    display: flex
  }
}

.s-grid {
  display: grid;
  grid-gap: var(--s-space);
  margin-bottom: var(--s-space);
  grid-template-columns: minmax(0, 1fr)
}

.s-grid.-m2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.s-grid.-m3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.s-grid::before,
.s-grid::after {
  display: none
}

.s-grid.align-items-center {
  align-items: center
}

.s-grid .s-grid {
  margin-bottom: 0
}

@media(min-width: 992px) {
  .s-grid {
    grid-gap: var(--s-space);
    margin-bottom: var(--s-space)
  }

  .s-grid.-d2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .s-grid.-d3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .s-grid.-d4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}

@media(max-width: 991px) {
  ._desktop {
    display: none !important
  }
}

@media(min-width: 992px) {
  ._mobile {
    display: none !important
  }
}

.btn-bg {
  background-color: #fff;
  color: var(--reademe);
  display: flex;
  grid-template-columns: 1fr 27px;
  -moz-column-gap: var(--s-space);
  column-gap: var(--s-space);
  align-items: center;
  padding: 7px 7px 7px 27px;
  text-align: center;
  border-radius: 46px;
  height: 46px;
  min-width: 185px;
  font-family: var(--s-btn);
  font-size: var(--s-btn-fontsize);
  line-height: var(--s-btn-lineheight);
  transition: background-color .3 ease-in-out
}

.btn-bg:hover {
  background-color: var(--reademe);
  color: #fff;
  transition: background-color .3 ease-in-out
}

.btn-bg2 {
  background-color: var(--reademe);
  color: #fff !important;
  display: grid;
  grid-template-columns: 1fr 27px;
  -moz-column-gap: var(--s-space);
  column-gap: var(--s-space);
  align-items: center;
  padding: 7px 7px 7px 27px;
  text-align: center;
  border-radius: 46px;
  height: 46px;
  min-width: 185px;
  font-family: var(--s-btn) !important;
  font-size: var(--s-btn-fontsize);
  line-height: var(--s-btn-lineheight);
  transition: background-color .3 ease-in-out;
  width: 185px
}

.btn-bg2:hover {
  background-color: #fff;
  color: var(--reademe) !important;
  transition: background-color .3 ease-in-out
}

.reademe {
  color: var(--reademe);
  font-family: var(--s-heading)
}

.tripster {
  color: var(--tripster);
  font-family: var(--s-heading)
}

.main-image {
  padding: 20px 0
}

.main-detail {
  padding: 20px 0
}

.main-detail h2 {
  font-family: var(--s-heading);
  margin: 0 0 10px 0;
  font-size: calc(var(--s-heading-size) - 8px);
  line-height: calc(var(--s-heading-line-height) - 22px)
}

@media(min-width: 992px) {
  .main-detail h2 {
    font-size: var(--s-heading-size);
    line-height: var(--s-heading-line-height)
  }
}

.main-detail h3 {
  font-family: var(--s-heading);
  font-size: var(--s-subHeading-size);
  line-height: var(--s-subHeading-line-height);
  margin: 0 0 25px 0
}

.main-detail a {
  color: var(--s-text);
  font-family: var(--s-body)
}

.main-detail a:hover {
  color: var(--reademe)
}

.main-detail a.reademe:hover {
  color: var(--reademe)
}

.main-detail a.tripster:hover {
  color: var(--tripster)
}

.main-header {
  margin-bottom: 60px
}

.main-header h2 {
  margin: 0;
  text-align: center;
  font-family: var(--s-heading);
  font-size: calc(var(--s-heading-size) - 12px);
  line-height: calc(var(--s-heading-line-height) - 24px)
}

@media(min-width: 992px) {
  .main-header h2 {
    line-height: var(--s-heading-line-height);
    font-size: var(--s-heading-size)
  }
}

ol {
  counter-reset: item
}

ol li {
  display: block
}

ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}

@font-face {
  font-family: "NotoSansThai-Bold";
  src: url("../fonts/NotoSansThai-Bold.woff2") format("woff2"), url("../font/notosansthai/NotoSansThai-Bold.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "NotoSansThai-Regular";
  src: url("../fonts/NotoSansThai-Regular.woff2") format("woff2"), url("../font/notosansthai/NotoSansThai-Regular.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../font/notosans/NotoSans-Bold.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "NotoSans-BoldItalic";
  src: url("../fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("../font/notosans/NotoSans-BoldItalic.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2"), url("../font/notosans/NotoSans-Regular.woff") format("woff");
  font-weight: inherit;
  font-style: normal;
  font-display: swap
}

.section-banner {
  position: relative
}

.section-banner .image-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 100vh
}

.section-banner .detail-banner {
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: var(--s-heading)
}

@media(max-width: 991px) {
  .section-banner .detail-banner {
    top: 40px;
    left: 15px;
    right: 15px
  }
}

@media(min-width: 992px) {
  .section-banner .detail-banner {
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%)
  }
}

.section-banner .detail-banner img {
  margin-bottom: 15px;
  display: inline;
}

@media(min-width: 992px) {
  .section-banner .detail-banner img {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.section-banner .detail-banner h1 {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
}

.section-banner .detail-banner h2 {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
}

@media(min-width: 992px) {
  .section-banner .detail-banner h1 {
    font-size: 34px;
    line-height: 54px;
  }
}

@media(min-width: 992px) {
  .section-banner .detail-banner h2 {
    font-size: 34px;
    line-height: 54px;
  }
}

.section-banner .detail-banner p {
  font-size: 18px;
  line-height: 24.52px;
  margin: 0
}

@media(min-width: 992px) {
  .section-banner .detail-banner p {
    font-size: 24px;
    line-height: 32.69px
  }
}

.section-banner .detail-banner p.price {
  margin: 10px 0 0 0;
  font-size: 40px;
  line-height: 77.17px;
  text-shadow: 0px 0px 7px rgba(255, 255, 255, .25)
}

@media(min-width: 992px) {
  .section-banner .detail-banner p.price {
    font-size: 64px;
    line-height: 50.17px
  }
}

.section-banner .detail-banner p.price span {
  font-style: italic
}

.section-banner .btn-banner {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, -60px);
  width: 300px;
}

@media(min-width: 992px) {
  .section-banner .btn-banner {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -60px)
  }
}


.section-title {
  padding: 20px 0
}

@media(min-width: 992px) {
  .section-title {
    padding: 60px 0
  }
}

@media(min-width: 992px) {
  .section-title .s-grid {
    grid-template-columns: 1fr 413px;
    align-items: center
  }
}

@media(max-width: 991px) {

  .section-title .main-detail,
  .section-title .main-image {
    padding: 0
  }
}

.section-activity {
  padding: 0 0 20px 0
}

@media(min-width: 992px) {
  .section-activity {
    padding: 0 0 60px 0
  }
}

.section-activity .detail {
  margin: 40px 0
}

.section-activity .detail p {
  margin: 0;
  text-align: center
}

@media(max-width: 991px) {
  .section-activity .main-header {
    margin-bottom: 20px
  }
}

.section-activity .card-icon p {
  margin: 10px 0 0 0;
  text-align: center
}

.section-reward {
  padding: 20px 0;
  background-image: url(../img/luckybox/bg-reward.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center
}

@media(min-width: 992px) {
  .section-reward {
    padding: 60px 0
  }
}

.section-reward .main-image {
  padding: 0 0 20px 0
}

.section-reward .main-detail h2 {
  font-size: 30px;
  line-height: 40.86px
}

@media(min-width: 992px) {
  .section-reward .main-detail h2 {
    font-size: 40px;
    line-height: 53.1px
  }
}

.section-reward .main-detail h3 {
  font-size: 18px;
  line-height: 24.52px;
  margin: 20px 0 0 0
}

@media(min-width: 992px) {
  .section-reward .main-detail h3 {
    font-size: 30px;
    line-height: 40.86px
  }
}

.section-listluckybox {
  background-image: url(../img/luckybox/bg-luckybox.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 10px 0;
  color: #fff
}

@media(min-width: 992px) {
  .section-listluckybox {
    padding: 20px 0
  }
}

@media(min-width: 992px) {
  .section-listluckybox .main-image {
    padding: 20px 40px 20px 40px
  }
}

@media(max-width: 991px) {
  .section-listluckybox .s-flex-m .main-image {
    order: 1
  }
}

@media(max-width: 991px) {
  .section-listluckybox .s-flex-m .main-detail {
    order: 2
  }
}

@media(min-width: 992px) {
  .section-listluckybox .s-grid {
    padding: 40px 0
  }
}

.section-listluckybox .s-grid .btn-bg2 {
  margin-top: 30px
}

@media(max-width: 991px) {
  .section-listluckybox .s-grid .main-image {
    padding: 20px 0 0 0
  }
}

@media(max-width: 991px) {
  .section-listluckybox .s-grid .main-detail {
    padding: 0 0 20px 0
  }
}

.section-joinactivities {
  background-image: url(../img/luckybox/bg-joinactivities.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat;
  padding: 40px 0
}

@media(min-width: 992px) {
  .section-joinactivities {
    padding: 60px 0
  }
}

.section-joinactivities .main-header {
  margin-bottom: 30px
}

.section-joinactivities .main-detail {
  background-color: #333;
  color: #fff;
  border-radius: 37px;
  padding: 20px 15px
}

@media(min-width: 992px) {
  .section-joinactivities .main-detail {
    padding: 30px 40px
  }
}

.section-joinactivities .main-detail .detail {
  height: 462px;
  overflow-y: auto;
  line-height: 28px;
}

.section-joinactivities .main-detail a {
  color: #07938b;
}

.section-joinactivities .main-detail ol {
  margin: 0;
  padding: 0
}

.section-joinactivities .main-detail ol.sub-ol {
  margin: 0;
  padding:26px;
}

.section-joinactivities .table-mobile {
  overflow-x: auto
}

.section-joinactivities .table-joinactivities {
  padding-top: 80px
}

.section-joinactivities .table-joinactivities table {
  width: 100%;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
  overflow: hidden;
  font-family: var(--s-heading)
}

.section-joinactivities .table-joinactivities table tr {
  color: #004a45;
  font-size: 26px;
  line-height: 35.41px
}

.section-joinactivities .table-joinactivities table tr:nth-child(2n+0) {
  color: #079187
}

.section-joinactivities .table-joinactivities table tr:last-child td {
  border-bottom: 2px solid #d9d9d9
}

.section-joinactivities .table-joinactivities table tr.header {
  background: linear-gradient(90deg, #d9d9d9 0%, #068f86 0.01%, #1bbba9 100%);
  border: 0;
  color: #fff;
  font-size: 26px;
  line-height: 35.41px;
  text-align: center;
  height: 126px;
  margin-bottom: 20px
}

.section-joinactivities .table-joinactivities table th.reward {
  background: none;
}

.section-joinactivities .table-joinactivities table tr td {
  text-align: center;
  padding: 10px;
  width: 25%;
  border-right: 2px solid #d9d9d9
}

@media(max-width: 991px) {
  .section-joinactivities .table-joinactivities table tr td {
    min-width: 208px
  }
}

@media(min-width: 992px) {
  .section-joinactivities .table-joinactivities table tr td {
    padding: 10px 30px
  }
}

.section-joinactivities .table-joinactivities table tr td:first-child {
  border-left: 2px solid #d9d9d9
}

@media(max-width: 991px) {
  .section-joinactivities .table-joinactivities table tr td img {
    width: 233px
  }
}

.section-joinactivities .main-btn {
  text-align: center;
  margin-top: 40px
}

.section-joinactivities .main-btn .btn-bg2 {
  display: inline-block;
  padding: 7px 27px 7px 27px;
  line-height: 32px
}

.section-joinactivities .main-btn .btn-bg2:hover {
  background-color: #22c4bb;
  color: #fff !important
}

.section-reviews {
  background-color: #f5f5f7;
  padding: 40px 0;
  color: var(--reademe)
}

@media(min-width: 992px) {
  .section-reviews {
    padding: 60px 0
  }
}

@media(max-width: 991px) {
  .section-reviews .main-header {
    margin-bottom: 30px
  }
}

.section-reviews .main-header h2 {
  font-size: 50px;
  line-height: 68.1px;
  margin-bottom: 15px
}

.section-reviews .main-header p {
  text-align: center
}

@media(min-width: 992px) {
  .section-reviews .main-header p {
    margin: 0 auto;
    width: 623px
  }
}

.section-benefit {
  padding: 40px 0;
  background-image: url(../img/luckybox/bg-benefit.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center
}

@media(min-width: 992px) {
  .section-benefit {
    padding: 60px 0
  }
}

.section-benefit .main-header {
  margin-bottom: 30px
}

.section-benefit .btn-bg {
  color: #2081e2 !important;
  width: 258px;
  margin: 30px auto 0 auto
}

.section-benefit .btn-bg:hover {
  background-color: #2081e2;
  color: #fff !important
}

/* .list-reward */
.list-reward .list-detail {
  background-color: #fff;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, .25);
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  min-height: 64px
}

.list-reward .list-detail.border-radius {
  border-radius: 64px;
  padding-left: 55px;
  margin-top: 20px;
  font-size: 15.6px;
}

.list-reward .list-detail.border-radius p {
  line-height: 35px
}

.list-reward .list-detail span.number {
  background-color: var(--reademe);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 28px;
  line-height: 38.14px;
  font-family: var(--s-heading);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: inline-block;
  line-height: 44px
}

.list-reward .list-detail p {
  margin: 0;
  color: var(--s-text);
  padding-bottom: 8px;
}

.list-reward .list-detail p span {
  font-family: var(--s-heading);
  color: var(--reademe);
  display: block
}

.list-reward .list-detail p.inline {
  font-family: var(--s-heading);
  color: var(--reademe);
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 auto;
}

.list-reward .list-detail p.inline input[type="text"] {
  text-align: center;
  width: 70%;
  color: var(--reademe);
  /* border-top: 2px solid; */
  /* border-left: 2px solid; */
  /* border-bottom: 2px solid; */
  /* border-color: var(--reademe); */
  /* margin-right: 5px; */
}

.list-reward .list-detail p.inline button {
  /* margin-left: 5px; */
  /* width: 10%; */
  /* height: 50px; */
  width: 30%;
  border: none;
  outline: none;
  padding: 4px;
  background-color: var(--reademe);
  color: #fff;
  border: 2px solid;
  border-color: var(--reademe);
  font-size: 14px;
}

.list-reward .list-detail p.inline button:hover {
  /* margin-left: 5px; */
  /* width: 10%; */
  /* height: 50px; */
  background-color: #F5F5F5;
  color: var(--reademe);
  transition: opacity .3s, color .3s;
  /* filter: brightness(120%); */
  border: 2px solid;
  border-color: var(--reademe);
}

.list-reward img.redeem-reward {
  text-align: center;
  margin: 0 auto;
}

/* list desktop */
.list-reward-desktop {
  display: grid;
  grid-template-columns: 40% 60%;
}

.list-reward-desktop .list-detail {
  background-color: #fff;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, .25);
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  height: 64px
}

.list-reward-desktop .list-detail.border-radius {
  border-radius: 64px;
  width: 400px;
  margin-left: auto;
  margin-right: 59px;
  margin-top: -54px;
}

.list-reward-desktop .list-detail.border-radius p {
  line-height: 35px
}

.list-reward-desktop .list-detail span.number {
  background-color: var(--reademe);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 28px;
  line-height: 38.14px;
  font-family: var(--s-heading);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: inline-block;
  line-height: 44px
}

.list-reward-desktop .list-detail p {
  margin: 0;
  color: var(--s-text);
  padding-left: 40px;
}

.list-reward-desktop .list-detail p span {
  font-family: var(--s-heading);
  color: var(--reademe);
  display: block
}

.list-reward-desktop .list-detail-bubble {
  background-color: #fff;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, .25);
  border-radius: 25px;
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  /* min-height: 64px; */
  height: 134px;
}

.list-reward-desktop .list-detail-bubble::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 29px 60px 5px;
  border-color: transparent #FFFFFF transparent transparent;
  bottom: -50px;
  left: 90%;
  margin-left: -13.5px;
  transform: rotate(-30deg);
}

.list-reward-desktop .list-detail-bubble.border-radius {
  border-radius: 64px;
  padding-left: 55px;
  margin-top: 20px
}

.list-reward-desktop .list-detail-bubble.border-radius p {
  line-height: 35px
}

.list-reward-desktop .list-detail-bubble span.number {
  background-color: var(--reademe);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 28px;
  line-height: 38.14px;
  font-family: var(--s-heading);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  display: inline-block;
  line-height: 44px
}

.list-reward-desktop .list-detail-bubble p {
  margin: 0;
  color: var(--s-text);
  padding-bottom: 8px;
}

.list-reward-desktop .list-detail-bubble p span {
  font-family: var(--s-heading);
  color: var(--reademe);
  display: block
}

.list-reward-desktop .list-detail-bubble p.inline {
  font-family: var(--s-heading);
  color: var(--reademe);
  display: flex;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}

.list-reward-desktop .list-detail-bubble p.inline input[type="text"] {
  text-align: center;
  width: 70%;
  color: var(--reademe);
  /* border-top: 2px solid; */
  /* border-left: 2px solid; */
  /* border-bottom: 2px solid; */
  /* border-color: var(--reademe); */
  /* margin-right: 5px; */
}

.list-reward-desktop .list-detail-bubble p.inline button {
  /* margin-left: 5px; */
  /* width: 10%; */
  /* height: 50px; */
  width: 30%;
  border: none;
  outline: none;
  padding: 4px;
  background-color: var(--reademe);
  color: #fff;
  border: 2px solid;
  border-color: var(--reademe);
}

.list-reward-desktop .list-detail-bubble p.inline button:hover {
  /* margin-left: 5px; */
  /* width: 10%; */
  /* height: 50px; */
  background-color: #F5F5F5;
  color: var(--reademe);
  transition: opacity .3s, color .3s;
  /* filter: brightness(120%); */
  border: 2px solid;
  border-color: var(--reademe);
}

.list-reward-desktop img.redeem-reward {
  margin: 45px 0px 0px -45px;
}

.list-reward-desktop img.nft-normal {
  position: relative;
  margin-top: -180px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}